@import "default.css";
/* Elementos ###########################################################################################*/
br{
	clear:both;
}
/* IDs ###########################################################################################*/
/* Inicio Agenda*/
div#agenda{
	width:390px;
	margin-bottom:10px;
	position:relative;
	float:left;
}
div#agenda .titulo{
	height:37px;
}
div#agenda .titulo p{
	margin-left:135px;
}
div#agenda_conteudo{
	width:274px;
	height:192px;
	margin-left:114px;
	float:left;
	position:relative;
	/*background:url(../images/fotooperilda.png) no-repeat right bottom;*/
}

div#agenda_conteudo img{
	bottom:0px;
	right:0px;
	position:absolute;
}
div#agenda_cinza{
	top:0px;
	left:0px;
	width:100px;
	height:100%;
	position:absolute;
}
/* Fim Agenda*/

/* Inicio Videos*/
div#videos{
	width:390px;
	margin-bottom:10px;
	position:relative;
	float:right;
}
div#videos .titulo{
	height:37px;
	margin-right:100px;
}
div#videos .titulo p{
	margin-left:35px;
}
div#videos_conteudo{
	width:274px;
	height:192px;
/*	border:solid 1px #aeb0b2;*/
	float:left;
}
div#videos_azul{
	top:0px;
	right:0px;
	width:100px;
	height:100%;
	background:#22acd3;
	position:absolute;
}
/* Fim Videos*/

/* Inicio Novidades*/
div#novidades{
	width:470px;
	float:left;
	position:relative;
}
div#novidades p{
	margin-left:35px;
}
div#novidades .conteudo{
	width:470px;
	float:right;
	position:relative;
}
div#novidades .conteudo .container_novidades_img{
	width:208px;
	float:left;
	position:relative;
}
div#novidades .conteudo .container_novidades_img img{
	max-width:208px;
}
div#novidades .conteudo .container_novidades_img #sobreimg1,div#novidades .conteudo .container_novidades_img #sobreimg2{
	bottom:0px;
	left:0px;
	width:100%;
	height:60px;
	position:absolute;
	z-index:10;
}
div#novidades .texto_novidades{
	width:262px;
	float:right;
	position:relative;
}
div#novidades .texto_novidades h1{
	font-size:28px;
	color:#fff;
	padding:10px 20px;
	background:#04a8d0;
}
div#novidades .texto_novidades p{
	margin:0px;
	padding:20px;
}
/* Fim Novidades*/

/* Inicio Noticias*/
div#noticias{
	width:316px;
	float:right;
	position:relative;
}
div#noticias p{
	margin-left:25px;
}
div#trans_noticias{
	top:0px;
	right:0px;
	width:100px;
	height:100%;
	position:absolute;
}
div#conteudo_noticias{
	width:205px;
}
div#conteudo_noticias ul{
	list-style-image:url(../imagens/quadrado.gif);
	margin-left:22px;
}
div#conteudo_noticias ul li{
	margin-bottom:10px;
}
div#conteudo_noticias ul li a{
	text-decoration:none;
}
/* Fim Noticias*/

/* Inicio Cadastre*/
div#cadastre{
	width:220px;
	margin-right:100px;
	clear:right;
	float:right;
}
div#cadastre .titulo{
	background:#B3B3B3;
	margin-bottom:10px;
}
div#cadastre .titulo p{
	font-size:28px;
	padding:15px;
}
div#cadastre .titulo p span{
	font-size:18px;
	color:#666;
}
div#cadastre input.txt{
	width:206px;
	font-size:18px;
	color:#666;
	border:solid 2px #B3B3B3;
	margin-bottom:3px;
	padding:5px;
}
input.subEnviar{
	background:#00aeef;
	border:none;
	padding:3px;
	float:right;
	color:#FFF;
	font-size:12px;
	font-weight:bold;
	cursor:pointer;
}
/* Fim Cadastre*/
div#banner_inferior{
	width:321px;
	float:right;
	position:relative;
	
}

div#cont_banner_infe{
	width:221px;
	position:relative;
	
}

/* Classes ###########################################################################################*/
.trans_preto50{
	filter: alpha(opacity=50); 
	opacity:0.50;
	background:#000;
}
.trans_preto30{
	filter: alpha(opacity=30); 
	opacity:0.30;
	background:#000;
}
.trans_azul50{
	filter: alpha(opacity=50); 
	opacity:0.50;
	background:#00aeef;
}
.trans_azul25{
	filter: alpha(opacity=75); 
	opacity:0.75;
	background:#00aeef;
}
.titulo{
	background:#6d6e71;
	margin-bottom:20px;
	clear:both;
}
.titulo p{
	font-size:28px;
	font-weight:bold;
	color:#fff;
}
.texto_titulo{
	color:#22acd3;
	font-weight:normal;
}

.texto_titulo_nome{
	color:#039;
	font-weight:bold;
}

.texto_noticias{
	color:#22acd3;
	font-size:14px;
	font-weight:bold;
}

