@charset "utf-8";
/* CSS Document */

#faixa{
	background-image: url(images/faixa.jpg);
	background-repeat: repeat-x;
	height:130px;
}
.head{
	width:835px;
	float:none;
	margin:0 auto;
}
.idiomas{
	margin:0;
	float: right;
	height:72;
	width:100px;
	z-index:100;
}
.logo{
	background-image: url(images/logo.jpg);
	background-position:left;
	background-repeat:no-repeat;
	width:212px;
	height:161px;
	float:left;
	z-index:1;
}
.menu{
	width:600px;
	overflow:hidden;
	margin-top: 0px;
	padding-top:18px;
	float: right;
	font-family: Arial;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	font-family:Verdana, Geneva, sans-serif;
	color:#FFF;
}
.menu ul{
	margin:0px; 
	padding:0px; 
}
.menu ul li{
	display:inline; 
	float:right; 
	margin: 0 15px; 
	text-align:center;
	font-weight:bold;
	color:#FFF; 
}
.menu ul li a {
	font-weight:bold;
	color:#FFF; 
}
.menu ul li a:hover{
	color:#FFF;
	text-decoration:underline;
}
#corpo{
	width:835px;
	margin: 40px auto 0 auto;
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333;
	text-decoration: none;
	float: none;
}
#corpo-home{
	background-image: url(images/bg-home.jpg);
	background-position: top;
	background-repeat:no-repeat;	
	width:835px;
	margin: 30px auto 0 auto;
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333;
	text-decoration: none;
	float: none;
}
.texto {
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-align:left;
	}
.titulos {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
	color: #333333;
	margin-left: 5px;
}
.more-info {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
	color: #009966;
	margin-left: 5px;
}
a:link {
	color:#333333;
}
a:visited {
	color: #333333;
    text-decoration: none;
	}
a:hover {
	color: #333333;
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}