@charset "utf-8";
/* CSS Document */

body{ 
	background-color: #000000;
}

/**************ESTILOS TEXTO*******************/
h1{font-family:Verdana; font-size:16px; color:#ffffff; font-weight:normal;}
h2{font-family:Verdana; font-size:16px; color: #d6891d; font-weight:normal;}
h3{font-family:Verdana; font-size:18px; color:#ffffff; font-weight:normal;}
h4{font-family:Verdana; font-size:30px; color:#ffffff; font-weight:normal; text-decoration:underline;}
h5{font-family:Verdana; font-size:13px; color:#9b9999; font-weight:normal;}
span{font-family:Verdana; font-size:16px; color: #d6891d; font-weight:normal;}
.ou{font-family:Verdana; font-size:16px; color:#ffffff; font-weight:normal; margin-right:10px; margin-left:10px;}

/**************ESTILOS LINKS*******************/

A:link { text-decoration: none; color: #ffffff; }
A:visited { text-decoration: none; color: #ffffff; }
A:active { text-decoration: none; color: #ffffff; }
A:hover { text-decoration: none; color: #d6891d; }

#container{
	width: 1100px;
	height: auto;
	background-color: #000000;
	margin: 0 auto;
}

#container #header{
	background-color: #000000;
	width: 1100px;
	height: 171px;
}

#container #titulo{
	width: 1100px;
	height: 50px;
}

#container #conteudos1{
	background-color: #000000;
	width: 500px;
	height: 400px;
	float: left;
	padding-left: 70px;
}

#container #conteudos2{
	background-color: #000000;
	width: 500px;
	height: 400px;
	float:right;
}

#container #conteudos3{
	background-color: #000000;
	width: 1000px;
	height: 650px;
	padding-left:50px;
}

#container #fotos{
	background-color: #000000;
	width: 1000px;
	height: auto;
	padding-left:50px;
}

#container #fotos2{
	background-color: #000000;
	width: 1000px;
	height: 350px;
	padding-left:50px;
}

#container #contactos{
	height: 50px;
	width: auto;
	padding-left: 25px;
	clear:both;
}

#container #copyright{
	height: 50px;
	width: auto;
	float:right;
	clear:both;
	padding-right: 25px;
}

/**************MENU IMAGENS*******************/

#container #menu1{
	width: 500px;
	height: 390px;
	float: left;
	margin-left: 25px;
}

#container #menu2{
	width: 525px;
	height: 390px;
	float: right;
}

#container #menu3{
	width: 500px;
	height: 390px;
	float: left;
	margin-left: 25px;
}

#container #menu4{
	width: 525px;
	height: 390px;
	float: right;

}

/**************MENU TOPO*******************/

#button{
	width: 1050px;
	font-family: 'Papyrus', Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	text-align: center;
	list-style-type: none;
}

#button ul{
	list-style: none;
	margin-left: 0;
	padding: 0;
	border: none;
}
		
#button li{
	float: right;
	width: 120px;
	margin-left: 8px;
}
		
#button li a{
	display: block;
	padding: 5px 5px 5px 5px;
	border-bottom: 3px solid;
	border-bottom-color: #ffffff;
	background-color: #000000;
	text-decoration: none;
}

html>body #button li a{
	width: auto;
}

#button li a:hover{
	background-color: #000000;
	color:#ffffff;
	border-bottom: 3px solid;
	border-bottom-color: #d6891d;
}	
