@charset "utf-8";
/* CSS Document */

body {
	background-repeat: repeat;
	background-image: none;
	background-color: #333;
}
#flash_contentor {
	height: 600px;
	width: 900px;
	margin: auto;
	border: 10px solid #CCC;
	
}
#footer {
	height: 300px;
	margin-top: 2px;
	margin-right: auto;
	margin-left: auto;
	width: 1000px;
	
}
#marcas {
	height: 50px;
	margin-left: 50px;
}

#contentor {
	height: 630px;
	width: 940px;
	background-image: url(contentorfundo.png);
	margin-top: 8px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: auto;
}


#cabecalho_interno {
	height: 95px;
}
#menu {
	height: 25px;
	background-image: url(fundo_menu2.png);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	color: #FFF;
	text-decoration: none;
	width:755px;
	float:right;
	font-weight: bold;
	padding-left: 145px;
}

#menu ul {
	margin:0;
	list-style:none;
	width: auto;
}
#menu a {
	float:left;
	display:block;
	text-decoration:none;
	background-repeat: no-repeat;
	background-position: 100% 0px;
	float:none;
	padding-top: 3px;
	color: #FFF;
}

#menu li {
	color: #000;
	margin:0;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 20px;
	float: left;
}

#menu a:hover {
	color:#CCC;
	background-repeat: no-repeat;
	background-position: 100% 0px;
}


#menu li a.current{
	color:#F66;
	
}


#contacto {
	float: right;
	width: 300px;
	height: 50px;

}
#flash_noticia {
	float: right;
	height: auto;
	width: 250px;
	padding-top: 5px;
	margin-right: 10px;
}
#emprego_img {
	float: right;
	height: auto;
	width: auto;
	
}
#resto_footer {
	height: 100px;
	width: auto;
	font-family: Arial, Helvetica, sans-serif;
	color: #999;
}

#resto_footer a {
	color: #999;
}
#mapa {
	height: 400px;
	width: 410px;
	float: right;
	margin-top: 20px;
	margin-right: 30px;
	text-align: center;
}

#mapa a{
	color: #1C6C83;
}
#texto_contacto {
	height: auto;
	width: auto;
	margin-top: 150px;
	margin-left: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #F00;
	line-height: 30px;
	
}
