/*
 * CSS geral do site
 */

/*- Geral -*/
*{
	border: 0px;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #2d3f70;
}
html{
	width: 100%;
	height: 100%;
}
body{
	width: 100%;
	height: 100%;
	background-image: url(../images/bg.jpg);
	background-position: top;
	background-repeat:no-repeat;
	background-color:#010508;
}
a{
	color: #000000;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;	
}
b{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
p{
	padding: 0;
	margin: 0;
}
table{
	border-collapse: collapse;
}
li{
	list-style-type: none;
	text-decoration: none;
}

#main{
	width: 100%;
	
}

#principal{
	width: 997px;
	margin:auto;
	background-image:url(../images/bg.jpg);
}
.alignRight{
	text-align: right;
}
.alignLeft{
	text-align: left;
}
.floatRight{
	float: right;
}
.floatLeft{
	float: left;
}
.clear{
	clear: both;
}
/*------------------------------*/

/*- Header -*/
.titulos_post {
	border-bottom: 1px dotted; COLOR: #2d3f70; FONT-WEIGHT: bold; FONT-SIZE: 20px; FONT-FAMILY: Arial, Helvetica, sans-serif;
}
.destaques {
	FONT-WEIGHT: bold; FONT-SIZE: 12px; FONT-FAMILY: Arial, Helvetica, sans-serif; COLOR: #000000;
}

.destaques_italic {
	font-style: italic; FONT-WEIGHT: bold; FONT-SIZE: 12px; FONT-FAMILY: Arial, Helvetica, sans-serif; COLOR: #000000;
}

.texto_corrido {
	FONT-SIZE: 12px; FONT-FAMILY: Arial, Helvetica, sans-serif; COLOR: #2d3f70;
}
.texto_corrido_branco {
	FONT-SIZE: 12px; FONT-FAMILY: Arial, Helvetica, sans-serif; COLOR: #fff;
}

.texto_corrido_branco_menor {
	FONT-SIZE: 10px; FONT-FAMILY: Arial, Helvetica, sans-serif; COLOR: #fff;
}

.texto_branco {
	COLOR: #ffffff; FONT-WEIGHT: bold; FONT-SIZE: 12px; FONT-FAMILY: Arial, Helvetica, sans-serif;
}

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

/*- Header -*/
#header{
	width: 770px;
	height: 113px;
	margin: 0 113px 0 114px;
	background-image: url('../img/top.jpg');
	background-position: center;
	background-repeat: no-repeat;
}

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

/*- menu -*/


#menu{
	width: 770px;
	height: 38px;
	margin: 0 113px 0 114px;
}


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

/*- Content -*/
#ct{
	width: 770px;
	height: 407px;
}

#thumb{
	width: 70px;
	height: 70px;
	border: 2px solid #fff;

}

#thumb_c{
	width: 100px;
	height: 130px;
	border: 2px solid #fff;

}


#contentGeral{
	width: 997px;
	height: auto;
	margin: auto;
	*margin-right: 0px;
	_margin-right: -10px;
	
}

#content{
	width: 770px;
	margin: 0 113px 0 114px;
	float: left;

}

.images{
	width: 359px; 
	height: auto;
	float: left;
	margin: 10px 10px 5px 10px;
}

.images2{
	width: 343px;
	height: auto;
	position:relative;
	float: left;
	margin: 10px 10px 5px 10px;
	left: -370px;
	top: 8px;
}

#titulos{
	width: 507px;
	float:right;
	text-transform:uppercase;
}

#botVoltar {
	width: 208px;
	height: 46px;
}

#contato{
	width: 487px;
	height: 187px;
	
}
/*------------------------------*/

/*- Footer -*/
#footer{
	clear: both;
	width: 770px;	
	height: 41px;
	margin: 0 113px 0 114px;
}
.imgFooter{
	padding-top: 100px;
	background-image: url('../img/footer.jpg');
	background-repeat: no-repeat;
	background-position: 0px 10px;
}
/*------------------------------*/
