/* CSS Document */
body{
	text-align:center;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background:#BEC2CB;
}

#contenedor {
	width:770px;
	height:auto;
	text-align:left; /* alinear textos */
	margin:0 auto;
	background: #FFFFFF;
	}

#encabezado {
	width:770px;
	height:120px;
 }
	
#menu {
	height:45px;
	width:525px;
	float:left;
	text-align:center;
	font-family: verdana;
	font-size: 10px;
	color:#70DF00;
	}
	
a.menu:link, a.menu:visited {
	color:#33FF00;
}
	
a.menu:hover {
	color:#4F9D00;
	text-decoration: underline;
}

	
#menuchi {
	height:20px;
	width:525px;
	text-align:center;
	float:left;
	color: #000000;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	}
	
	a.menuchi:link, a.menuchi:visited {
	color:#000000;
	
}

	a.menuchi:hover {
	color:#2E5B00;
	text-decoration: underline;
}
		
#contenido {
	width:770px;
	float:left;
	}
		
#lateralbanner {
	width:244px;
	height:65px;
	float:right;
	background-image: url(../imagenes/bannercarlospaz.jpg);
	}
	
	
#pie {
	width:770px;
	font-size:10px;
	color:#70DF00;
	text-align:center;
	clear:left;
	background-color: #052C41;
	}
