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


body{
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:11px;
	}
p{
	margin: 5px 0 0 0;
	padding:0;
	}
h2{
	font-weight:bold;
	color:#FF9900;
	margin:5px 0 0 0;
	padding:0;
	}


#wrap{
	margin:0;
	}
#header{
	background-color:#FF6600;
	height:150px;
	width:100%;
	}
#logo{
	width:300px;
	float:left;
	height:125px;
	margin-left:25px;
	margin-top:25px;
	}
#headerImage{
	float:right;
	width:350px;
	height:150px;
	margin:0px 25px 0 0;
	}
	
#mozaicos{
	width:100%;
	height:31px;
	background:url(images/mozaicos.jpg) repeat-x left;
	}
/*-------------------------------MENU-----------------------------------------------------------*/
#menu{
	background:#FF9933;
	height:25px;
	width:100%;
	padding:0;
	margin:0
		}
#menu ul{
	margin:0;
	height:25px;
	}
#menu li{
	list-style:none;
	margin:0;
	height:25px;
	float:left;
	
	}
.alt{
	background:#FF6600;
	}
	
#menu li a{
	float:left;
	padding:0 10px 0 10px;
	line-height:25px;
	display:block;
	color:#000000;
	text-decoration:none;
	min-width:150px;
	text-align:center;
	}
#menu li a:hover{
	float:left;
	padding:0 10px 0 10px;
	line-height:25px;
	color:#fff;
	text-decoration:none;
	}
/*-------------------------------FIN MENU-----------------------------------------------------------*/
#container{
	width:100%;
	clear:both;
	}
#footer{
	width:100%;
	clear:both;
	background:#FF6600;
	height:30px;
	}