/* TEXTOS GENERICOS*/
/*  Este estilo contiene propiedades del texto que heredan  el resto de estilos de la página */
BODY, TD {
	font-family: Verdana, Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
	font-size: 11px;
	color:#000000;
}

h1{
	font-family: Verdana, Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
	color:#000000;
	font-size : 10px;
	margin:0px;
	padding:0px;
	font-weight : bold;
}

h2{
	color:#FF3366;
	font-size : 11px;
	margin:0px;
	padding:0px;
}

h3{
	font-family: Verdana, Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
	color: #999900;
	font-size : 10px;
	font-variant : normal;
	font-weight : bold;
	margin:0px;
	padding:0px;
}

.tabla-contenido{background-color:white; border:solid #cccccc 1px;}

/* enlace por defecto*/
A:active {color: #003399;  text-decoration : none;	font-weight : bold;}
A:link {color: #003399;  text-decoration : none;	font-weight : bold;}
A:visited {color: #003399;  text-decoration : none;	font-weight : bold;}
A:hover {color: #003399;  text-decoration : underline;	font-weight : bold;}


.blanco{color:white;}

.rojo{color:#990000;}
.pie{	font-size: 9px;color:#333333;}

/*estilos fecha y accesos rápidos*/
.fecha{	color:#666666;
	font-size : 9px;
	margin:0px;
	padding:0px;
}

/*enlace para ver más*/
A.link-mnu:active { font-size: 10px;color: black;  text-decoration : none; font-weight : bold;}
A.link-mnu:link {font-size: 10px;color: black;  text-decoration : none;font-weight : bold;}
A.link-mnu:visited {font-size: 10px;color: black;  text-decoration : none;font-weight : bold;}
A.link-mnu:hover {font-size: 10px;color: #FE0000;  text-decoration :underline;font-weight : bold;}

.mnuoff{font-size: 10px;color:#FE0000;font-weight : bold;}


A.link-http:active {font-size: 9px;color: #FF3366;text-decoration : none;font-weight : bold;}
A.link-http:link {font-size: 9px;color: #FF3366;  text-decoration : none;font-weight : bold;}
A.link-http:visited {font-size: 9px;color: #FF3366;  text-decoration : none;font-weight : bold;}
A.link-http:hover {font-size: 9px;color: #FF3366;  text-decoration :none;font-weight : bold;}

A.link-blanco:active { color: white;  text-decoration : none; }
A.link-blanco:link {color: white;  text-decoration : none;}
A.link-blanco:visited {color: white;  text-decoration : none;}
A.link-blanco:hover {color: white;  text-decoration :underline;}

/* FORMULARIOS*/
/* Estilo para desplegables*/
SELECT {background-color : white; border:1px solid #666666; font-family: Verdana, Arial, Helvetica, Geneva, SunSans-Regular, sans-serif; font-size: 10px; color:black;} 
/* Estilo para campos de texto*/
INPUT.formTXT {font-family: Verdana, Arial, Helvetica, Geneva, SunSans-Regular, sans-serif; font-size: 10px; color:black;background-color: none; border:1px solid #666666; }

TEXTAREA{font-family: Verdana, Arial, Helvetica, Geneva, SunSans-Regular, sans-serif; font-size: 10px; color:black;background-color: none; border:1px solid #666666; }
/* botón*/
INPUT.formBOTON {font-family: Verdana, Arial, Helvetica, Geneva, SunSans-Regular, sans-serif; font-size: 10px;color: black;background-color: white;border:1px solid #666666;}

/* LISTADOS*/
LI { padding-bottom: 2pt; padding-top: 2pt; list-style-image:url('..images/1_3_eg.gif'); list-style-type:square; list-style-position:inside }

 /*Otras posibilidades de listados*/
/*LI.circle{ list-style-type: circle }
/*LI.disc{ list-style-type: disc }
UL.plain  { list-style-type: none }
OL        { list-style-type: upper-alpha }  /* A B C D E etc. */
/*OL OL     { list-style-type: decimal }      /* 1 2 3 4 5 etc. */
/*OL OL OL  { list-style-type: lower-roman }  /* i ii iii iv v etc. */
