body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #7FAFC3;
	background-image: url(imagenes/fondo.jpg)
}
.texto {
	font-size: 10px;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.texto a:link {
	font-size: 10px;
	text-decoration:none;
	color: #235878;
	font-weight: bold;
}
.texto a:visited {
	font-size: 10px;
	text-decoration:none;
	color: #235878;
	font-weight: bold;
}
.texto a:hover {
	font-size: 10px;
	text-decoration: none;
	color: #993300;
	font-weight: bold;
}
.texto a:active {
	font-size: 10px;
	text-decoration:none;
	color: #235878;
	font-weight: bold;
}
.texto_small {
	font-size: 9px;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.texto_small a:link {
	font-size: 9px;
	text-decoration:none;
	color: #235878;
	font-weight: bold;
}
.texto_small a:visited {
	font-size: 9px;
	text-decoration:none;
	color: #235878;
	font-weight: bold;
}
.texto_small a:hover {
	font-size: 9px;
	text-decoration: none;
	color: #003399;
	font-weight: bold;
}
.texto_small a:active {
	font-size: 9px;
	text-decoration:none;
	color: #235878;
	font-weight: bold;
}
.menu {
	font-size: 13px;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #B9D1DF;
}
.menu a:link {
	text-decoration:none;
	color: #000000;
}
.menu a:visited {
	text-decoration:none;
	color: #000000;
}
.menu a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #000000;
}
.menu a:active {
	text-decoration:none;
	color: #000000;
}
.separador_uhora {
	background-image: url(imagenes/separador_uhora.gif);
}
.sombra_uhora {
	background-image: url(imagenes/sombra_uhora.gif);
}

