@charset "iso-8859-1";
/* CSS Document */

a{
color:#333;
text-decoration:none;
font-weight:bold;
}

a:hover{
text-decoration:underline;
}

h1, h2, h3, h4, h5, h6{
color:#4371BC;
font-size:1.4em;
padding-bottom:6px;
}

ul#horarios li a, ul#dicas li a, ul#eventos li a{
font-size:1.3em;
font-weight:bold;
color:#4371BC;
}

ul#horarios li, ul#dicas li, ul#eventos li{
padding-bottom:10px;
}

/* Formulario */
div#cadastro label{
	float: left;
	margin-right: 10px;
	text-align: right;
	width:130px;
}

div#cadastro input, div#cadastro select{
	border:1px solid #000;
	padding:2px;
	width:200px;
}

div#cadastro input:focus{
	background: #CCC;
}

div#cadastro input:focus:hover{
	background: #999;
}

div#cadastro div{
	padding-top: 5px;
}

div#cadastro #botoes{
	padding-top: 15px;
	position:absolute;
}

div#cadastro #enviar, div#cadastro #limpar{
	position:relative;
	left:150px;
	width: 60px;
}

div#cadastro #enviar:hover, div#cadastro #limpar:hover{
background: #CCC;
}

div#cadastro #enviar:active, div#cadastro #limpar:active{
background: #666;
padding:1px;
}

#eventosfotos li{

padding-bottom:6px;
border-bottom:#CCCCCC solid 1px;}
/* Fim do Formulario */
