/* TEXTOS GENERICOS*/
/*  Este estilo contiene propiedades del texto que heredan  el resto de estilos de la página */
BODY{
	font-family: Verdana; 
	font-size: 10px;
	color:white;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#000000;
	}
/* Cabezera 1 */
h1{
	color: white;
	font-size: 15px;
	font-weight: bold;
	padding: 5px;
	margin: 5px;
}
/* Cabezera 2 */	
h2{
	color: #F46600;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}
.negro{color: black;}
.naranja{color: #F46600;}
/* Estilo del numerito de seccion del menu */
.blancomenu{color: white; padding: 1px; font-size: 10px;}

/* ENLACES*/
/*  Estilo por defecto para enlaces que heredan  el resto de enlaces de la página */
A:active {color: white;  text-decoration : none;}
A:link {color: white;  text-decoration : none;}
A:visited {color: white;  text-decoration : none;}
A:hover {color: white;  text-decoration : underline;}

/* DIV TABLAS DEL MENU */
.tablamenu{padding:3px;height:80px;border:solid;border-color:#000000;}
.tablamenuactiva{padding:3px;height:80px;border:solid;border-color:white; background-color:#F47A00}
.menuinactivo{padding:5px;font-size: 14px; color: white;  text-decoration : none; font-weight: bold;}
/* Links Menu */
A.menu:active {padding: 5px;font-size: 14px; color:#F47A00;  text-decoration : none; font-weight: bold;}
A.menu:link {padding: 5px;font-size: 14px; color: #F47A00;  text-decoration : none; font-weight: bold;}
A.menu:visited {padding: 5px;font-size: 14px; color: #F47A00;  text-decoration : none; font-weight: bold;}
A.menu:hover {padding:5px;font-size: 14px; color: white;  text-decoration : none; font-weight: bold;}
/* Links Promociones */
A.menu2:active {font-size: 12px; color: white;  text-decoration : none;font-weight: bold;}
A.menu2:link {font-size: 12px; color: white;  text-decoration : none;font-weight: bold;}
A.menu2:visited {font-size: 12px; color: white;  text-decoration : none;font-weight: bold;}
A.menu2:hover {font-size: 12px; color: #F47A00;  text-decoration : underline;font-weight: bold;}
/* Links Negro promocilies*/
A.linknegro:active {font-size: 10px; color: black;  text-decoration : none;}
A.linknegro:link {font-size: 10px; color: black;  text-decoration : none;}
A.linknegro:visited {font-size: 10px; color: black;  text-decoration : none;}
A.linknegro:hover {font-size: 10px; color: black;  text-decoration : underline;}
/* Links Naranja menu inferior */
A.linknaranja:active {font-size: 10px; color: #F46600;  text-decoration : none;}
A.linknaranja:link {font-size: 10px; color: #F46600;  text-decoration : none;}
A.linknaranja:visited {font-size: 10px; color: #F46600;  text-decoration : none;}
A.linknaranja:hover {font-size: 10px; color: #F46600;  text-decoration : underline;}
/* FORMULARIOS*/

/* Estilo para desplegables*/
SELECT
{
	font-family: Verdana;
	font-size: 10px;
	color: Black;
	background-color: white;
	border: 1px solid black;
	border-color: Black Black Black Black;
	border-style: dotted dotted dotted dotted;
	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;
}
