@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	background-color: #4F7FC9;
}
.contenido {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.menucelda {
	font-family: "trebuchet MS";
	font-size: 14px;
	font-weight: bold;
	color: #64682D;
	text-decoration: none;
	background-color: #F9F7DF;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.menucelda a:link{
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #59644F;
	text-decoration: none;
}
.menucelda a:active{
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #59644F;
	text-decoration: none;
}
.menucelda a:visited{
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #59644F;
	text-decoration: none;
}
.menucelda a:hover{
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #2E591C;
	text-decoration: underline;
}
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #D1E3F1;
}

