/* 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;}
/*titulares principales EJ: Bienvenida, sección que nos encontramos...*/
h1{
	color: #FF9900;
	font-size: large;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	padding : 0 px;
	margin : 0 px;
}
	
h2{
	color: #333333;
	font-size: x-small;
	font-style: normal;
	font-weight: bold;
}	
h3{
	color: #999999;
	font-size: x-small;
	font-style: normal;
	font-weight: bold;
}	

.direc-superior{font-size:9px;color:#7D4B00;}
.tit-direc-superior{font-size:9px;color:#7D4B00;font-weight: bold;}

.bold{
	color: #333333;
	font-size: x-small;
	font-style: normal;
	font-weight: bold;
}	

.tabla-inicio-fotos{background-color:none;border:solid #69A9C6 1px; padding:0px;}
.tabla-combo{background-color:#69A9C6;border:solid white 1px; padding:10px;}
.bold-naranja{
	color:#FFB74A;
	font-weight : bold;
}
.definicion{font-size:9px;color:#999999;}
.fecha{font-size:9px;color:#999999;}
.target{font-size:9px;color:#999999;}

A.link-target:active {font-size:9px;color:#999999;text-decoration : none;}
A.link-target:link {font-size:9px;color:#999999;text-decoration : none;}
A.link-target:visited {font-size:9px;color:#999999;text-decoration : none;}
A.link-target:hover {font-size:9px;color:#999999; text-decoration :underline;}


A.link-mailsuperior:active {font-size:9px;color:white;text-decoration : none;}
A.link-mailsuperior:link {font-size:9px;color:white;text-decoration : none;}
A.link-mailsuperior:visited {font-size:9px;color:white;text-decoration : none;}
A.link-mailsuperior:hover {font-size:9px;color:white; text-decoration :underline;}

A.link-accesos:active {font-size:9px;color:white;text-decoration : none;}
A.link-accesos:link {font-size:9px;color:white;text-decoration : none;}
A.link-accesos:visited {font-size:9px;color:white;text-decoration : none;}
A.link-accesos:hover {font-size:9px;color:white; text-decoration :underline;}
/* ENLACES*/
/*  Estilo por defecto para enlaces que heredan  el resto de enlaces de la página */
A:active {color: #0099CC;  text-decoration : none;}
A:link {color: #0099CC;  text-decoration : none;}
A:visited {color: #0099CC;  text-decoration : none;}
A:hover {color: #0099CC;  text-decoration : underline;}


A.link-menu:active {font-size: 12px;color: #935800;text-decoration : none;}
A.link-menu:link {font-size:12px; color: #935800;  text-decoration : none;}
A.link-menu:visited {font-size: 12px; color: #935800;  text-decoration : none;}
A.link-menu:hover {font-size: 12px; color: black;  text-decoration :none;}




.pie{font-size:9px;color:#333333;}
.pie-bold{
	font-size:9px;
	color:#333333;
	font-weight : bold;
}
A.link-mailpie:active {font-size: 9px;color: #333333;text-decoration : none;}
A.link-mailpie:link {font-size:9px; color: #333333;  text-decoration : none;}
A.link-mailpie:visited {font-size: 9px; color: #333333;  text-decoration : none;}
A.link-mailpie:hover {font-size: 9px; color: #333333;  text-decoration :underline;}

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

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

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