@charset "iso-8859-1";
/* CSS Document */
body {
	margin-left: 12px;
	margin-top: 0px;
	background-color: #3b5366;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-attachment: fixed;
	background-image: url(../images/fondo_rayas.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 100%;
	margin-right: 0px;
	margin-bottom: 0px;
}
a {
	font-weight: bold;
	text-decoration: none;
}
a:link {
	color: #2879a9;
}
a:active {
	color: #2879a9;
}
a:visited {
	color: #2879a9;
}
a:hover {
	color: #000000;
}
#submenu {
	color: #8d8d8d;
	font-size: 11px;
	font-weight: normal;
	margin-left: 20px;
	margin-right: 20px;
	float: right;
}
#submenu a {
	font-weight: normal;
}
#submenu a:link {
	color: #396e8d;
}
#submenu a:active {
	color: #396e8d;
}
#submenu a:visited {
	color: #396e8d;
}
#submenu a:hover {
	color: #8d8d8d;
}
#cerrar {
	color: #8d8d8d;
	font-size: 11px;
	font-weight: normal;
	margin-left: 20px;
	margin-right: 20px;
	float: left;
}
#cerrar a {
	font-weight: normal;
}
#cerrar a:link {
	color: #396e8d;
}
#cerrar a:active {
	color: #396e8d;
}
#cerrar a:visited {
	color: #396e8d;
}
#cerrar a:hover {
	color: #8d8d8d;
	text-decoration: underline;
}
#texto {
	color: #000000;
	font-weight: normal;
	margin-left: 20px;
	margin-right: 12px;
}
#texto li {
	list-style-type: square;
	margin-left: -28px;
	padding-bottom: 10px;
}
#enumerado {
	color: #000000;
	font-weight: normal;
	margin-left: 20px;
	margin-right: 12px;
}
#enumerado li {
	list-style-type: decimal;
	margin-left: -22px;
	padding-bottom: 10px;
}
#relistado li {
	list-style-type: circle;
	margin-left: -42px;
	padding-bottom: 10px;
}
#relistadosin li {
	list-style-type: none;
	margin-left: -42px;
}
.titulo {
	font-size: 16px;
	color: #8d8d8d;
	text-decoration: none;
	font-weight: bold;
}
.subtitulo {
	color: #FFFFFF;
	font-weight: bold;
	background-color: #45637a;
	text-indent: 5px;
}
.pie {
	font-style: italic;
	font-weight: normal;
}
