body{
	background-color: #fff100;
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #252626;
	margin: 0;
	padding: 0;
}

.clear {
 display:inline-block;
}

.clear:after {
 display:block; 
 visibility:hidden; 
 clear:both; 
 height:0; 
 content: "."; 
}
  

#container{
	color: #383838;
	/*background-color: #fcfdc9;*/
	padding: 10px;
	width: 1050px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 200px;
}



#principal{
	color: #383838;
	
}

#principal #texto{
	color: #383838;
	background: url(../images/text.gif) no-repeat center center;
	width: 446px;
	height: 234px;
	float: left;

}


#principal #flecha{
	color: #383838;
	background: url(../images/arrow.gif) no-repeat center center;
	width: 119px;
	height: 234px;
	float: left;

}


#principal #logo{
	color: #383838;
	float: left;
	background: url(../images/logo.gif) no-repeat center center;
	width: 285px;
	height: 234px;
		margin-left: 200px;
}

#footer{

		
	/*background: url(../images/construccion.gif) no-repeat right top;*/
	width: 790px;
	height: 30px;
	padding-top: 30px;
	margin-right: auto;
	margin-top: 40px;
	margin-left: auto;
}

#footer ul{
	margin: 0;
	padding: 5px;

}
	
#footer li{
	list-style-type: none;
	float: left;
	margin: 0 10px 0 0;
	padding: 2px 3px 3px;
	font-size: 15px;
	color: #b7ae25;
}	

#footer li:hover{
	list-style-type: none;
	float: left;
	margin: 0 10px 0 0;
	padding: 2px 3px 3px;
	font-size: 15px;
		color: #414242;
/*color: #fff;*/
	
	background-color: #f4fdd6;
}	
