/* 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:black;}

.tabla-copy{background-color:none; border:solid white 1px;padding:10px;}

/* enlace por defecto*/
A:active {color: #0066CC;  text-decoration : none;}
A:link {color: #0066CC;  text-decoration : none;}
A:visited {color: #0066CC;  text-decoration : none;}
A:hover {color: #0066CC;  text-decoration : underline;}

h1{
	color:black;
	font-size: medium;
	font-weight: bold;
	padding:0px;
	margin:0px;
}

h2{
	color:#ff0000;
	font-size: 11 px;
	font-weight: normal;
	font-variant : small-caps;
}

/*estilo negrita y color blanco*/
.negrita-blanco{color:white; font-weight: bold;}
.negrita-azul{color:#003B75;font-weight:bold;}
.negrita{color:black; font-weight: bold;}
/*estilo blanco simple*/
.blanco{font-size: 10px; color:white;}
.direccion{font-size: 10px;color:#999999;}	
.direccion_nombre{font-size: 10px;color:#999999;font-weight: bold;}	
.verde{color:#7B9C16;}
.titulares{color:black;}
.fecha{color:#999999; font-size: 10px; }

.corchete-titulares{color:#ff0000; }
.flechas-titulares{color:#ff0000; }
.puntos{color:#57A1C4;  font-size: 10px; }

.tabla-menu{background-color:white; border:#0B46AA solid 1px; padding:5px;}
.tabla-datos{background-color:white; border:#cccccc solid 1px; padding:10px;}
.tit-novedades{color:#4A6277;font-weight: bold;}
.txt-novedades{	color:#4A6277;}
.txt-copy{font-size: 10px;color:white;}



A.link-menu:active { color: white;  text-decoration : none;}
A.link-menu:link {color: white;  text-decoration : none;}
A.link-menu:visited {color: white;  text-decoration : none;}
A.link-menu:hover {color: #CCFF00;  text-decoration :none;}

.menuoff {color: #CCFF00;}

A.link-accesos:active {font-size: 10px;color: #666666;text-decoration : none;}
A.link-accesos:link {font-size: 10px;color: #666666;  text-decoration : none;}
A.link-accesos:visited {font-size: 10px;color: #666666;  text-decoration : none;}
A.link-accesos:hover {font-size: 10px;color: #666666;  text-decoration :underline;}

.link-accesos-off {font-size: 10px;color: black;}

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;}

A.link-target:active {color: #0066CC;text-decoration : none;}
A.link-target:link {color: #0066CC;  text-decoration : none;}
A.link-target:visited {color: #0066CC;  text-decoration : none;}
A.link-target:hover {color: #0066CC;  text-decoration :underline;}
		
	/* enlace para by gestaweb*/
A.link-gesta:active {font-size: 10px;color:white; text-decoration : none; }
A.link-gesta:link {font-size: 10px;color:white; text-decoration : none;}
A.link-gesta:visited {font-size: 10px;color:white; text-decoration : none;}
A.link-gesta:hover { font-size: 10px;color:black;text-decoration :underline;}

.target {color: white;}

/* FORMULARIOS*/
/* Estilo para desplegables*/
SELECT {background-color : white; border:1px solid #2A74A1; font-family: Verdana, Arial, Helvetica, Geneva, SunSans-Regular, sans-serif; font-size: 10px; color:#9DACBF;} 
/* 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 #9DACBF; }

TEXTAREA{font-family: Verdana, Arial, Helvetica, Geneva, SunSans-Regular, sans-serif; font-size: 10px; color:black;background-color: none; border:1px solid #9DACBF; }
/* botón*/
INPUT.formBOTON {font-family: Verdana, Arial, Helvetica, Geneva, SunSans-Regular, sans-serif; font-size: 10px;color: white;background-color: #9DACBF;border:1px solid #9DACBF;}

/* 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. */