/* estilos.css */
/* Hoja de estilos general */

/* Defino el estilo de los enlaces */
A:link {
	font-family:Arial;
	font-size:12px;
	color:#FFFFFF;
	text-decoration: none;
	font-weight: bold;
	text-align: center;




}
A:visited {
	font-family:Arial;
	font-size:12px;
	color:#FFFFFF;
	text-decoration:none;
	font-weight: bold;

}
A:hover {
	text-decoration:none;
	font-size: 12px;
	color: #FACA24;
	border: #3253A8;

}

INPUT {
background-color: #176394;
color: #E5EEF2;
font-family: Arial;
font-weight: normal;
font-size : 8pt;
text-decoration:none;
border:1pt solid ActiveBorder;
}

INPUT.button {
background-color : #176394;
	border : thin outset ButtonFace;
}


TABLE.marco {
	background-color : #e5eef2;
	border : thin none;
	visibility: visible;

}


.textoselect {color:#176394;font-family:Arial;font-size:8pt;height:8pt}

/* Estilo para las cabeceras de las tablas */
.cabeceratablanohand {background:#176394;color:#e5eef2;cursor:none;font-family:Arial;font-size:8pt;height:9pt}

/* Estilo para el cuerpo de las tablas */
.cuerpotabla {
	font-size:9px;
	height:9px;
	background:#e5eef2;
	color:#E5EEF2;
	cursor: default;
	font-family:Arial;
	text-align: center;
	font-weight: bold;

}

/* Estilos de titulo de paginas */
.tituloblack {color:black;font-family:Arial;font-size:12;font-weight:bold}
.cabeceratablanohand-centr {
	background:#176394;
	color:#e5eef2;
	cursor:none;
	font-family:Arial;
	font-size:8pt;
	height:9pt;
	text-align: center;

}
.cuerpotablaIZQ {

	font-size:9px;
	height:9px;
	background:#e5eef2;
	color:#E5EEF2;
	cursor: default;
	font-family:Arial;
	text-align: left;
	font-weight: bold;
}
