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

.titulo {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 25px;
	text-align: left;
	color:#000;
}
.titulo:hover {
	text-decoration:none;
}
#content {
	width: 100%;
	background-color: #003263;
	text-align: center;
	margin: 0px;
}
.menu {
	font-family: Andalus;
	color: #000;
	font-size:23px;
	height:10px;
}
.menu:hover{
	text-decoration:none;
	background-color:#E5E5E5;
	color:#FFF;
	font-size: 25px;
}
em {
	font-style: italic;
}
.direccion {
	font-family: Calibri;
	font-size: 14px;
	font-weight: normal;
}
.copyright {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 10px;
	color: #000;
}
.contenido {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #000;
	text-align: justify;
}
.color{
	color: #003263;
}
.menu-size{
	height: 10px;
	width: auto;
}
