/* Colores: http://www.w3schools.com/Html/html_colors.asp */


body {
	text-align: center;
	font: normal 100% "Arial Unicode Ms";
	color: black;
	background-color: white;
}
#contenido{
	margin-top:10px;	
	margin-bottom:10px;
}

#contenedor{
	width:900px;
	background-color: white;
	line-height: 120%;
	text-align: left;
	
	/* la manera de centrar esta explicada en: http://www.maxdesign.com.au/presentation/center   */

	margin-left: auto;
	margin-right: auto;
}

#imagen_cabecera{
	height:200px;
}

#menu{
	background-color: #f4f4f4;  /* #f4f4f4 */
	text-align: center;
}

#menu ul{
	margin: 0;
	padding: 0;
	width: 100%;
}

#menu li {
	display: inline;
} 

#menu li a {
	color: black;
	text-decoration: none;  /* evitar enlaces subrayados en el menu*/
	padding-left: 50px; /* separacion entre enlaces del menu*/
	padding-right: 50px;

}

#menu li a:hover{
	background-color: #eaeaea;  /* eaeaea */
}
.flota_left {	float:left; margin:20px;	}.flota_right {	float:right; margin:15px;} 