.cuerposubsec {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #A41C60;
	font-weight: bold;
	text-indent: 25px;
	text-align: justify;
}
.cuerposubsec2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #A41C60;
	font-weight: bold;
	}
.cuerposubsecsub {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #A41C60;
	font-weight: bold;
	text-decoration: underline;
	}
.menutxt {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: normal;
	color: #FFFFFF;
}
.menutxt2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	text-indent: 30px;
}
.menutxt:visited {
 text-decoration:none;
}

.menutxt:active {
 text-decoration:none;
}
.menutxt:link {
	color: #FFFFFF;
	text-decoration: none;
}

.menutxt:hover {	
	text-decoration: none;
}

.submenutxt {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
}

.submenutxt:visited {
 text-decoration:none;
}

.submenutxt:active {
 text-decoration:none;
}
.submenutxt:link {
	color: #FFFFFF;
	text-decoration: none;
}

.submenutxt:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
.submenutxt2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: lighter;
	color: #444444;
}
.submenutxt2:visited {
 text-decoration:none;
}

.submenutxt2:active {
 text-decoration:none;
}
.submenutxt2:link {
	color: #444444;
	text-decoration: none;
}

.submenutxt2:hover {
	text-decoration: underline;
	color: #666666;
}
.bajotxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	text-indent: 25px;
}
.cuerpotxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #555555;
	text-indent: 25px;
	line-height: 18px;
}
.cuerpotxt:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #333333;
	text-indent: 25px;
	text-decoration: none;
}
.cuerpo2txt {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: normal;
	color: #111111;
	text-indent: 0px;
}
.titulotxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #444444;
	text-indent: 25px;
}
.subtittxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #333333;
	text-indent: 25px;
}
.subtittxt:visited {
 text-decoration:none;
}

.subtittxt:active {
 text-decoration:none;
}
.subtittxt:link {
	color: #333333;
	text-decoration: none;
}

.subtittxt:hover {	
	text-decoration: none;
}
.bordeidtb1px {
	border-top: 1px solid #828281;
	border-right: 1px solid #828281;
	border-bottom: 1px solid #828281;
	border-left: 1px solid #828281;
}

#nav, #nav ul { /* Estilo para todas las listas */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	padding-left: 5px;
	text-indent: 5px;
}

#nav a {
	display: block;
}

#nav li { /* Estilo para todos los elementos de las listas */
	float: left;
}

#nav li ul {/* Listas de segundo nivel */
	position: absolute;
	background: white;
	width: 150px;
	left: -999em; /* Se usa left en lugar de display para ocultar los menus porque display: none no es leído por lectores de pantalla */
	background-color: #787878;
	line-height: 1;
	text-indent: 0px;
}
#nav li ul li { /*MEJORA: Elementos de listas de segundo nivel */
	margin-top: 10px;
	
}

#nav li ul ul {
	margin-left: 102px;
	margin-top: -20px;
	text-indent: 0px;
	background-color: #E6E6BB;
	padding-left: 10px;
}
#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
	width: 200px;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { /* Listas anidadas bajo elementos sobre los que se pone el ratón */
	left: auto;
}

#content {
	clear: left;
	color: #ccc;
}

.contiencentro {
	width:auto;
	height:auto;
	float:left;
	padding: 4px;
}
