/* TURISCAR */



* {
	margin:0px;
	padding:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#0a7d1e;
}
body {
	background-color:#FFFFFF;
	background-image:url(../layout/body_bg.jpg);
	background-repeat:repeat-x;
	background-position:top;
}
form {
	margin:0px;
}
a {
	color:#0a7d1e;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}
h2 {
	font-size:13px;
	color:#ffc716;
	margin-bottom:5px;
	margin-top:5px;
}
h3 {
	font-size:13px;
	color:#0a7d1e;
	margin-bottom:5px;
	margin-top:5px;
}
h4 {
	font-size:16px;
	font-weight:bold;
	color:#0a7d1e;
	margin-bottom:15px;
	margin-top:15px;
}
ul {
	margin-left:0;
	margin-right:0;
}
.blacktxt {
	color:black;
	line-height:150%;
}
/*

	ESTRUTURA

*/



#wraper {
	width:885px;
	margin:0 auto;
	background-image:url(../layout/sombra_direita.gif);
	background-repeat:no-repeat;
}
#header {
	height:95px;
	padding-top:5px;
	background-image: url(../layout/header_bg.jpg);
	background-repeat:no-repeat;
}
#header #bloco-liguem {
	float:right;
	width:145px;
	height:72px;
	margin-right:30px;	
}
#header #bloco-facebook {
	float:right;
	width:145px;
	height:72px;
	margin-right:30px;	
}
#banner {
	width:812px;
	height:173px;
	margin: 0 auto;
	margin-top:5px;
	margin-left:10px;
	background-color:white;
	border:1px solid #a8a4a5;
}
#submenu {
	margin-bottom:5px;
}
#corpo {
	/*background-image:url(../layout/sombra_direita.jpg);

	background-repeat:no-repeat;

	background-position:top right;*/

	min-height:514px;
	padding-right:42px;
}
#colesq {
	float:left;
	width:139px;
	text-align:center;
	font-size:9px;
}
#colesq img {
	border:none;
}
#coldir {
	width:812px;
	margin-left:10px;
}
#destaques {
	margin-top:70px;
	margin-bottom:70px;
}
#destaques .bloco, #destaques .blocoright, #destaques .blocoleft {
	width:143px;
	float:left;
	margin-left:14px;
	padding-right:14px;
	border-right:1px solid #7fc98c;
}
.homedesc {
	font-size: 12px;
}
#destaques .blocoright {
	padding-right:0px;
	border-right:0px solid white;
}
#destaques .blocoleft {
	margin-left:0px;
}
.tit_destaque_homepage {
	margin-bottom: 24px;
}
#bloco_hp {
	font-size:11px;
}
#Menu1 {
	/*margin: 0 auto;*/
	margin-left:10px;
}
#rodape {
	margin-top: 15px;
}
#coldir #subnav {
	float:left;
	width:120px;
	margin-left:14px;
}
#coldir #subnav a {
	text-decoration:none;
}
#coldir #subnav .tipo {
	background-image:url(../layout/bullet_amarelo.jpg);
	background-repeat:no-repeat;
	background-position:left;
	padding-left:15px;
	margin-bottom:10px;
	font-size:13px;
}
#coldir #subnav ul {
	margin-bottom:18px;
	margin-left:10px;
}
#coldir #subnav li {
	background-image:url(../layout/bullet_amarelo.jpg);
	background-repeat:no-repeat;
	background-position:left;
	padding-left:16px;
	list-style:none;
	margin-bottom:4px;
}
#coldir #conteudo {
	float:right;
	width:650px;
	border-left:1px solid #7fc98c;
	padding-left:8px;
	padding-right: 14px;
	margin-bottom:40px;
}
.tipos {
	width:116px;
	margin-right:5px;
	margin-bottom:5px;
}
#destaques_cat {
	background-image:url(../layout/caixa_cat_noticias.jpg);
	background-position:top;
	background-repeat:no-repeat;
	width:139px;
	height:118px;
	font-size:10px;
	float:left;
	margin-right:10px;
	margin-bottom:20px;
	padding:4px;
}
#destaques_cat img {
	margin:0 auto;
	margin-top:8px;
	width:130px;
	height:80px;
}
.error-message {
	color: black;
	text-align: center;
	border: 1px solid #B22222;
	background-color: #EDC0C0;
	margin-top: 10px;
	margin-left: 10px;
	padding: 2px;
}
.ok-message {
	color: black;
	text-align: center;
	border: 1px solid #8da038;
	background-color: #cfe17e;
	margin-top: 10px;
	margin-left: 10px;
	padding: 2px;
}

/* Fim ALERTAS */

/* Validação de Forms */

@charset "utf-8";
/* Style for invalid input */

.invalidInput {
	border:1px dotted #F00;
	background-color: #FFECE6;
}
/* Style for valid input */

.validInput {
	border: 1px dotted #FF0000;
}

