@charset "utf-8";
/* CSS Document */

/* Genéricos */
*{
	margin:0px;
	padding:0px;
}
a{
	outline:none;
	text-decoration:none;
	color:#494949;
	font-size:13px;
}
p{
	line-height:18px;
	text-align:justify;
	font-size:13px;
}
img{
	border:none;
}
ul{
	list-style:none;
}
br{
	clear:both;
}
body{
	background-color:#d8d8d8;
	font-family:Arial, Helvetica, sans-serif;
}
h3{
	font-size:25px;
	color:#750302;
	margin-bottom:22px;
}
h3 span{
	color:#fe0007;
}
#holder{
	width:940px;
	min-height:500px;
	background:url(../images/matriz/bg_holder.jpg) repeat-y;
	margin:auto;
	padding:14px 14px 0 14px;	
}

/* Topo */
#header{
	height:161px;
}
#header h1 a{
	width:226px;
	height:75px;
	background:url(../images/matriz/logotipo.jpg) no-repeat;
	text-indent:-9000em;
	display:block;
	float:left;
}
#header ul li{
	float:left;
}
#header ul#links{
	float:left;
	margin:5px 0 0 178px;
}
#header ul#links li:first-child{
	margin-right:21px;
}
#header ul#links a{
	text-indent:26px;
	display:block;
	height:21px;
	line-height:21px;
}
#header ul#links a.favoritos{
	background:url(../images/matriz/icon_favoritos.gif) left top no-repeat;
}
#header ul#links a:hover.favoritos{
	background:url(../images/matriz/icon_favoritos.gif) left bottom no-repeat;
	text-decoration:underline;
}
#header ul#links a.webmail{
	background:url(../images/matriz/icon_webmail.gif) left top no-repeat;
}
#header ul#links a:hover.webmail{
	background:url(../images/matriz/icon_webmail.gif) left bottom no-repeat;
	text-decoration:underline;
}
#header ul#lang{
	float:right;
	width:268px;
	height:30px;
	background:url(../images/matriz/bg_flags.jpg) no-repeat;
}
#header ul#lang li{
	margin:0 10px 0 10px;
}
#header ul#lang li a{
	line-height:30px;
	padding-left:25px;
	font-size:11px;
	color:#fff;
}
#header ul#lang li a[title=Português]{
	background:url(../images/matriz/flag_pt.jpg) 5px center no-repeat;
}
#header ul#lang li a[title=English]{
/*#header ul#lang li a[title=Developing]{*/
	background:url(../images/matriz/flag_eg.jpg) 5px center no-repeat;
}
#header ul#lang li a[title=Español]{
/*#header ul#lang li a[title=Desarrollo]{*/
	background:url(../images/matriz/flag_es.jpg) 5px center no-repeat;
}
#header ul#lang li a:hover{
	text-decoration:underline;
}
#header ul#menu{
	width:939px;
	float:left;
	background:url(../images/matriz/bg_menu.jpg) no-repeat;
	height:62px;
	margin-top:10px;
}
#header ul#menu li{
	margin-left:3px;
}
#header ul#menu li a{
	color:#fff;
	font-size:17px;
	padding:0 15px 0 15px;
	line-height:62px;
	display:block;
}
#header ul#menu.menu_PT li a{
	/*padding:0 17px 0 17px;*/
	padding:0 15px 0 15px;
}
#header ul#menu.menu_EN li a{
	/*padding:0 25px 0 25px;*/
	padding:0 24px 0 24px;
}
#header ul#menu.menu_ES li a{
	/*padding:0 16px 0 16px;*/
	padding:0 10px 0 10px;
}
#header ul#menu li a:hover{
	background:url(../images/matriz/bg_menu_hover.jpg) repeat-x;
	color:#fcbb69;
	/*font-weight:bold;*/
}
#header form{
	float:right;
	width:535px;
	margin-top:10px;
	background:url(../images/matriz/bg_busca.jpg) right center no-repeat;
}
#header form label{
	float:left;
	font-size:15px; 
	margin:0 16px 0 3px;
	height:35px;
	line-height:35px;
	width:253px;
	text-align:right;
}
#header form input{
	float:left;
	height:35px;
	line-height:35px;
	color:#999;
	background:none;
	border:none;
	padding-left:10px;
	font-style:italic;
	margin-right:5px;
	width:203px;
}
#header form input[type=image]{
	float:right;
	width:30px;
}
/* Conteudo */
#content {
	min-height:400px;
	width:100%;
	margin-bottom:24px;
	float:left;
	background:url(../images/matriz/bg_content.jpg) left top no-repeat;
}

/* Rodapé */
#footer{
	background:url(../images/matriz/bg_footer.jpg) no-repeat;
	clear:both;
	width:939px;
	height:120px;
}
#footer p{
	width:180px;
	text-align:left;
	float:left;
	font-size:12px;
	color:#898989;
}
#footer p.copy{
	margin:40px 0 0 55px;
}
#footer p.tel{
	margin:40px 0 0 165px;
	font-size:24px;
	line-height:20px;
}
#footer p a{
	color:#898989;
}
#footer p.tel span{
	font-size:13px;
}
#footer p.ass{
	margin:40px 0 0 173px;
}
#footer p.ass a{
	width:62px;
	height:35px;
	text-indent:-9000em;
	display:block;
	background:url(../images/matriz/logo_dotsites.png) no-repeat;
	float:left;
}
#footer p.ass span{
	width:63px;
	float:left;
}
