@import "geral.css";

/* ===== Font color DIV's ===== */

#desc_localizacao a {
	color: #666666;
	text-decoration: none;
}

#desc_localizacao a:hover {
	color: #E08F36;
	text-decoration: none;
}

#box_botao a {
	color: #000000;
	text-decoration: none;
}

#box_botao a:hover {
	color: #CC3300;
	text-decoration: none;
}

/* ===== DIV's ===== */

#conteudo {
	width: 725px;
	height: 100%;
	margin: 0px auto; /* Alinhar a esquerda (Retirar o 'auto' e o 'text-align' do body) */
	background: #FFFFFF;
	float: left;
}

#desc_consulta {
	width: 320px;
	height: 60px;
	background: url(../images/desc_infoco.gif) no-repeat;
	float: left;
}

#desc_localizacao {
	width: 400px;
	height: 60px;
	float: right;
}

	#desc_localiz_01 {
		width: 248px;
		height: 38px;
		background: url(../images/bg_localizacao.gif) no-repeat;
		padding: 22px 0px 0px 12px;
		float: left;
	}
	
	#desc_localiz_02 {
		width: 114px;
		height: 38px;
		text-align: right;
		background: url(../images/bg_back_home.gif) no-repeat;
		padding: 22px 26px 0px 0px;
		float: right;
	}

#conteudo_infoco {
	width: 700px;
	height: 100%;
	margin: 0px auto; /* Alinhar a esquerda (Retirar o 'auto' e o 'text-align' do body) */
	clear: both;
}

#box_submenu {
	width: 700px;
	height: 110px;
	float: left;
	clear: both;
}

#submenu {
	width: 600px;
	height: 44px;
	float: left;
	clear: both;
}

#box_desc_evento {
	width: 700px;
	height: 15x;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	padding-top: 25px;
	text-align: center;
	float: left;
	clear: both;
}

#box_fotos01 {
	width: 280px;
	height: 300px;
	text-align: center;
	float: left;
}

#box_fotos02 {
	width: 385px;
	height: 300px;
	float: right;
}

#rodape {
	background: #FFFFFF;
}

/* ----- Box Eventos ----- */

#box_eventos {
	width: 210px;
	height: 50px;
	background: url(../images/bg_submenu_infoco.jpg) no-repeat;
	float: left;
}

#box_eventos01 {
	width: 155px;
	height: 44px;
	padding: 6px 0px 0px 15px;
	float: left;
}

#box_eventos01 h1 {
	font: 11px "Tahoma", Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #ffffff;
	padding-bottom: 3px; /* Quebra de linha */
}

#box_eventos02 {
	width: 36px;
	height: 27px;
	padding: 23px 0px 0px 4px;
	float: right;
}

/* ===== Outros DIVs ===== */




/* ===== Classes ===== */

.desc_localizacao {
	font: 10px "Tahoma", Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	font-weight: normal;
}

.desc_localizacao_B {
	font: 10px "Tahoma", Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	font-weight: bold;
}

.combo_eventos {
	font: 10px "Tahoma", Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-weight: normal;
}