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

p{
	font-family: Arial;
	font-size: 10pt;
	font-weight: normal;
    text-decoration: none;
	color:#333333;	
	text-align: left;
}
.anex{
	font-family: Arial;
	font-size: 8pt;
	font-weight: normal;
    text-decoration: none;
	color:#333333;	
	text-align: left;
}
td {
	font-family: Arial;
	font-size: 10pt;
	font-weight: normal;
    text-decoration: none;
	color:#333333;	
	text-align: left;
}
th {
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
    text-decoration: none;
	color:#FFFFFF;
	text-align: left;
    background-color: #15a1a0;
    vertical-align: middle;
}
li{
	font-family: Arial;
	font-size: 10pt;
	line-height:normal;
	font-weight: normal;
	text-decoration: none;
	color:#333333;
	text-align: left;
	white-space: normal;
	margin-top: 10px;
}
.txtfluorescente{
	font-family: Arial;
	font-size: 10pt;
	font-weight: normal;
	text-decoration: none;
	color:#333333;
	text-align: left;
	background-color: #FFFF66;
}
.pie{
	font-family: Arial;
	font-size: 10pt;
	font-weight: normal;
    text-decoration: none;
	color:#FFFFFF;
	text-align: center;
}
.subtitulo {
	color: #a40924;
	letter-spacing:.1em;
	line-height:30px;
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
    margin-left: 30px;
}
.subtitulo_II {
	color: #a40924;
	letter-spacing:.1em;
	line-height:17px;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
}
.tit_seccion {
	color: #a40924;
	letter-spacing:.1em;
	line-height:17px;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
}
.tit_seccion2 {
	color: #a40924;
	letter-spacing:.1em;
	line-height:17px;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
}
.tabla{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 10px;
	text-align:left;
	height: 15px;
	border: 1px solid #15a1a0;
	padding: 2px;
}

a{
	font-weight: bold;
	color:#15a1a0;
    text-decoration:none;
}
a:hover{
	font-weight: bold;
	color:#000000;
    text-decoration:none;
}
a.comun{
	font-weight: bold;
	color:#15a1a0;
    text-decoration:none;
}
a.comun:hover{
	font-weight: bold;
	color:#000000;
    text-decoration:underline;
    background-color: #ffffca;
}

/*		ESTILOS DEL MENU		*/
#dropmenudiv{
	position:absolute;
	border:1px solid #014d4d;
	border-bottom-width: 0;
	font-family: Arial;
	font-size: 10pt;
	line-height:18px;
	z-index:100;
    text-indent: 5px;
}

#dropmenudiv a{
	width: 100%;
	display: block;
	border-bottom: 1px solid #014d4d;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
}

#dropmenudiv a:link {
	font-family: Arial;
	font-size: 10pt;
	color: #000000;
}
#dropmenudiv a:hover{ /*hover background color*/
	font-family: Arial;
	font-size: 10pt;
	color: #000000;
	background-color: #ffffca;
}
#dropmenudiv a:visited {
	font-family: Arial;
	font-size: 10pt;
	color: #000000;
}
/*		ESTILOS DEL MENU		*/

