/* TEXTOS GENERICOS*/
/*  Este estilo contiene propiedades del texto que heredan  el resto de estilos de la página */
BODY, TD {
	font-family: Verdana; 
	font-size: 10px;
	color:black;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	}
/* Estilos */

h1{
	color: Black;
	font-size: 10px;
	font-style: bold;
	padding: 0;
	margin: 0;
}
	
h2{
	color: #D00C0C;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	padding: 0;
	margin: 0;
}	
h3{
	color: #606760;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	padding: 0;
	margin: 0;
}
h4
{
	color: #D00C0C;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	padding: 0;
	margin: 0;
}

.blanco
{
color: white;
}
.blancob
{
color: white;
font-weight: bold;
}


/* ENLACES*/
/*  Estilo por defecto para enlaces que heredan  el resto de enlaces de la página */
A:active {color: black;  text-decoration : none;}
A:link {color: black;  text-decoration : none;}
A:visited {color: black;  text-decoration : none;}
A:hover {color: black;  text-decoration : underline;}
/*  Estilo para ir, volver, atrás,subir,... */
A.link-blanco:active {font-size: 10px; color: white;  text-decoration : none; }
A.link-blanco:link {font-size: 10px; color: white;  text-decoration : none;}
A.link-blanco:visited {font-size: 10px; color: white;  text-decoration : none;}
A.link-blanco:hover {font-size: 10px; color: white;  text-decoration : underline;}

A.link-negrita:active {font-size: 10px; color: black; font-weight: bold; text-decoration : none; }
A.link-negrita:link {font-size: 10px; color:  black;  font-weight: bold;text-decoration : none;}
A.link-negrita:visited {font-size: 10px; color:  black; font-weight: bold; text-decoration : none;}
A.link-negrita:hover {font-size: 10px; color:  black;  font-weight: bold;text-decoration : underline;}

A.link-lista:active {font-size: 10px; color: #D00C0C; font-weight: bold; text-decoration : none; }
A.link-lista:link {font-size: 10px; color: #D00C0C;  font-weight: bold;text-decoration : none;}
A.link-lista:visited {font-size: 10px; color: #D00C0C; font-weight: bold; text-decoration : none;}
A.link-lista:hover {font-size: 10px; color: #D00C0C;  font-weight: bold;text-decoration : underline;}

A.link-menu:active {font-size: 10px;color: white; font-weight: bold; text-decoration : none;}
A.link-menu:link {font-size: 10px; color: white;  font-weight: bold; text-decoration : none;}
A.link-menu:visited {font-size: 10px; color: white;  font-weight: bold; text-decoration : none;}
A.link-menu:hover {font-size: 10px; color: white;  font-weight: bold; text-decoration :underline;}

A.link-buscador:active {font-size: 11px;color: #0099CC;font-weight: bold; text-decoration : none;}
A.link-buscador:link {font-size: 11px; color: #0099CC;  font-weight: bold; text-decoration : none;}
A.link-buscador:visited {font-size: 11px; color: #0099CC; font-weight: bold;  text-decoration : none;}
A.link-buscador:hover {font-size: 11px; color: #0099CC; font-weight: bold;  text-decoration :underline;}

.menunolink{font-variant: small-caps;font-size: 11px;color: black;text-decoration : none;}

A.link-menu2:active { font-variant : small-caps;color: #0099CC;  text-decoration : none; }
A.link-menu2:link {font-variant : small-caps;color: #0099CC;  text-decoration : none;}
A.link-menu2:visited {font-variant : small-caps;color: #0099CC;  text-decoration : none;}
A.link-menu2:hover {font-variant : small-caps;color: #0099CC;  text-decoration :underline;}
		
/*noticias*/

.fecha {color:#999999;}

.tdestacada{
	background-color: #8B8B8B;
	border: 0;
	padding: 0px;
}


.tabla-seccion{
	background-color:#FE9007;
	border:solid #FE9007 1px;
	padding:3px;
	vertical-align : middle;
}

.tabla-datos{font-size: 11px;
	color: #000000;background-color:white;
	border:solid #c8c8c8 1px; padding:10px;}

.tabla-formularios{background-color:white;border:solid #E0E0E0 1px; padding:5px;}

.tabla-galeria{
	background-color:#eaeaea;
	border:none;
	padding:10px;
	vertical-align : middle;
}

.tabla-formulario{
	background-color:white;
	border:#eaeaea solid 1px;;
	padding:10px;
	vertical-align : middle;
}

.tabla-menu{
	background-color:#E0E0E0;
	border:solid #E0E0E0 1px;
	padding:10px;
}


/* FORMULARIOS*/
/* Estilo para desplegables*/
SELECT{
	font-family: Verdana, Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
	font-size: 10px;
	color: Black;
	background-color: white;
	border: 1px solid black;
	border-color: Black Black Black Black;
	border-style: solid solid solid solid;
	width: 10em;
} 
/* Estilo para campos de texto*/
INPUT.formTXT {font-family: Verdana, Arial, Helvetica, Geneva, SunSans-Regular, sans-serif; 
font-size: 10px; color:black;
background-color: white; border:1px solid black; 
}

TEXTAREA{
	font-family: Verdana, Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
	font-size: 10px;
	color: Black;
	background-color: white;
	border: 1px solid Black;
}
/* 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 black;
}

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