@import url(site.css);
* { margin:0; padding:0; list-style:none;}
body {
	font-size:10px;
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: none;
	/*background:#FFF url(imagens/fundo.png) repeat-x;*/
	background:url(imagens/bg.png) #c2c2c2 top center no-repeat;
	color:#000;
}
a {color:#000; text-decoration:none}
a:hover {color:#000; text-decoration:none}


#linha_cima {
	width:100%;
	height:4px;
	background:url(imagens/topo_barra.jpg);
}

#geral {
	width:940px;
	margin:0 auto;
}

#geral #geral_esquerdo {
	width:240px;
	float:left;
}
#geral #geral_esquerdo #logo {
	width:240px;
	height:150px;
}
#geral #geral_esquerdo #barra_menu {
	width:240px;
	height:45px;
	line-height:45px;
	text-indent:17px;
	background:url(imagens/barra_menu.png);
	font-size:13px;
	font-weight:bold;
	color:#2B429F;
}
/*--- INICIO MENU --*/
#geral #geral_esquerdo #menu_lateral{
	width:240px;
	padding:0;
}
#geral #geral_esquerdo #menu_lateral ul {
	list-style:none;
}
#geral #geral_esquerdo #menu_lateral li {
	list-style:none;
	display:block;
	background:url(imagens/menu_vertical.jpg) no-repeat;
	text-indent:20px;
}
#geral #geral_esquerdo #menu_lateral li a {
	list-style:none;
	display:block;
	color:#2B429F;
	font-size:13px;
	text-decoration:none;
	height:38px;
	line-height:38px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
}
#geral #geral_esquerdo #menu_lateral li a:hover {
	background:url(imagens/menu_vertical_h.jpg) no-repeat;
	height:38px;
	line-height:38px;
	color:#ED3237;
	font-family: Verdana, Geneva, sans-serif;
}
/*--- FIM MENU --*/



/*---FIM ESQUERDO----------------------------------*/

#geral #geral_centro {
	width:10px;
	float:left;
}
/*---FIM CENTRO----------------*/

#geral #geral_direito {
	width:690px;
	float:right;
}

#geral #geral_direito #info {
	width:690px;
	height:70px;
	border-bottom:#3E63B0 solid 3px;
	
}

#geral #geral_direito #info #info_esquerdo {
	width:250px;
	height:70px;
	float:left;
}
#geral #geral_direito #info #info_esquerdo #horas {
	width:250px;
	height:40px;
}
#geral #geral_direito #info #info_esquerdo #data {
	width:250px;
	height:30px;
	line-height:30px;
}
#geral #geral_direito #info #info_centro {
	width:110px;
	height:70px;
	float:left;
	margin-left:30px;
}
#geral #geral_direito #info #info_direito {
	width:300px;
	height:70px;
	float:right;
	background:url(imagens/telefone.png);
}

#geral #geral_direito #menu_cima {
	width:690px;
	height:40px;
	border-bottom:#3E63B0 solid 1px;
}
/*--- INICIO MENU CIMA --*/
#geral #geral_direito #menu_cima #menu {
	width:690px;
	height:40px;
	margin:0;
	padding:0;
	list-style-type:none;
	position:relative;
	display:block;
	font-size:16px;
	background:transparent url("imagens/menu_a.jpg") repeat-x top left;
	font-family:Arial, Helvetica, sans-serif;
	float:left;
}
#geral #geral_direito #menu_cima #menu li{
	display:block;
	float:left;
	margin:0;
	pading:0;
}
#geral #geral_direito #menu_cima #menu li a{
	display:block;
	text-decoration:none;
	padding:11px 18px 11px 18px;
	color:#3E63B0;	
	background:transparent url("imagens/menu_s.jpg") no-repeat top right;
}
#geral #geral_direito #menu_cima #menu li a:hover{
	font-family: Arial, Helvetica, sans-serif;
	color:#ED3237;
	background:transparent url("imagens/menu_h.jpg") no-repeat top right;
}
/*--- FIM MENU CIMA --*/


#geral #geral_direito #destaque {
	width:690px;
	height:450px;
	margin:15px 0 15px 0;
	
}



/*-----------------------------------------------------*/

#geral #rodape {
	width:940px;
	height:80px;
	line-height:80px;
	background:#E6E6E6;
	border-top:#3E63B0 solid 2px;
	clear:both;
	color:#3E63B0;
	font-size:13px;
}
#geral #rodape a {
	color:#3E63B0;
	text-decoration: none;
}
#geral #rodape a:hover {
	color:#3E63B0;
	text-decoration: none;
}


#geral #visitantes {
	width:940px;
	height:50px;
	line-height:30px;
	background:#E6E6E6;
	clear:both;
	color:#3E63B0;
	font-size:13px;
}


