/* CSS Document */
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
.textoNormal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
}
.titularcillos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	font-variant: small-caps;
	text-transform: uppercase;
	color: #990000;
	background-color: #C1E0FF;
}
.enlace {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #003366;
	background-color: #F9FCFF;
}

.azulaccesible {
	font-family: Arial, Helvetica, sans-serif;
	color: #003366;
	background-color: #F9FCFF;
}
body {
	background-color: #86abce;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.menu {
	color: #FFFFFF;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #003366;
}
.bordeRayado {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-left-style: dashed;
	border-top-color: #9DCEFF;
	border-right-color: #9DCEFF;
	border-bottom-color: #9DCEFF;
	border-left-color: #9DCEFF;
}
