/* TEXTOS GENERICOS*/
/*  Este estilo contiene propiedades del texto que heredan  el resto de estilos de la p&aacute;gina */
BODY{
	font-family: Verdana; 
	font-size: 12px;
	color:black;
	margin-left: 15px;
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 15px;
	background-color:#FFFFFF;
	}
/* Cabezera 1 */
h1{
	color: #713D35;
	font-size: 12px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	/*border-bottom:solid;
	border-bottom-width:3px;
	border-bottom-color:#00007A;*/
}
/* Cabezera 2 */	
h2{
	color: #666666;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}
table{
	font-family: Verdana; 
	font-size: 12px;
}
.peke{
	font-size:10px;
}
.rojo{
color:red;
}
.imagen{
border:solid;
border-width:4px;
border-color:#FFFFFF;
border-spacing:4px;
margin:4px;
/*padding:4px;
background-color:#FFFFFF;*/
}
.piedepagina{
	color:#FFFFFF;
	font-size:12px;
}
.menu{
	/*width:50px;*/
	font-size: 12px;
	color:#FFFFFF;
	font-style: normal;
	background-color:#666666;
	padding-left:4px;
	padding-right:4px;
	/*border:none;
	border-width:1px;
	border-color:#FFFFFF;*/
	
	/* font-weight:bold;*/
	/*padding:2px;	*/
}
div#navbar2 {
width: 100%;
/*border-top: solid #000 1px;  
border-bottom: solid #000 1px;
background-color: #336699;*/
}
div#navbar2 a {
text-decoration: none;
padding: 5px 10px;
color: #FFF;
}
.asel {
text-decoration: none;
padding: 5px 10px;
color: #FFF;
background-color: #713D35;
}
div#navbar2 a:link {
	color: #FFF;
}
div#navbar2 a:visited {
	color: #FFF;
}
div#navbar2 a:hover {
	color: #FFF;
	background-color: #713D35;
}
.contenedor_seccion_selected{
	width:170px;
	background-color:#FFFFFF;
	border:solid;
	border-width:1px;
	border-color:#00007A;
	color:#00007A;
	font-weight:bold;
	padding:2px;
}
.texto_sombra{
	background-color:#E4E4E4;
	padding:5px;
	font-size: 12px;
	font-style: normal;
}
.negro{color: black;}
.blanco{color: #FFFFFF;}

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

/* Links Menu */
A.menu:active {color:#FFFFFF;  text-decoration : none; font-weight: bold;}
A.menu:link {color: #FFFFFF;  text-decoration : none; font-weight: bold;}
A.menu:visited {color: #FFFFFF;  text-decoration : none; font-weight: bold;}
A.menu:hover {color: #00007A;  text-decoration : none; font-weight: bold;}
/* Links Menu seleccionado */
A.menu_s:active {color:#00007A;  text-decoration : none; font-weight: bold;}
A.menu_s:link {color: #00007A;  text-decoration : none; font-weight: bold;}
A.menu_s:visited {color: #00007A;  text-decoration : none; font-weight: bold;}
A.menu_s:hover {color: #00007A;  text-decoration : none; font-weight: bold;}
/*Menu 2 */
A.linkblanco:active {color: #FFFFFF;  text-decoration : none;}
A.linkblanco:link {color: #FFFFFF;  text-decoration : none;}
A.linkblanco:visited {color: #FFFFFF;  text-decoration : none;}
A.linkblanco:hover {color: #000000;  text-decoration : none;}
/*menu 2 seleccionado */
A.linkblanco2:active {color: #000000;  text-decoration : none;}
A.linkblanco2:link {color: #000000;  text-decoration : none;}
A.linkblanco2:visited {color: #000000;  text-decoration : none;}
A.linkblanco2:hover {color: #000000;  text-decoration : none;}
/* 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&oacute;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;
}
