/* ESTILOS GENERALES Y DE ETIQUETA HTML */

BODY{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #9DB8D3;
}

DIV {
	margin:0px;
	padding:0px;}

H1, H2 {display: none;}

FORM{
	font-weight:bold;
	padding:0px;
	margin-right:30px;
	display:block;
	margin-left: 35px;
}

INPUT{
	background-color: #F8F4F1;
	border: 1px solid #8DAFCD;
	font-size: 80%;
	vertical-align: middle;
}

LABEL{
	font-size: 85%;
	color: #4C80B0;
	vertical-align: middle;
}

TEXTAREA{
	margin-left:0px;
	padding: 0px;
	background-color: #F8F4F1;
	border: 1px solid #8DAFCD;
	width: 100%;
}

LEGEND{
	color: #4C80B0;
	margin: 0px;
	padding:5px;
	margin-bottom:10px;
	font-size: 100%;
	margin-left: 0px;
	margin-right: 0px;
	}
	
FIELDSET{
	border: 1px solid #D9DBDA;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

SELECT{
	font-size: 80%;
	vertical-align: top;
}

/* ESTILOS DE COLOCACION (CAPAS) */

#contenedor{
	width: 99.5%;
	position: relative;
	float: left;
	clear: both;
	border: 1px solid #0466BF;
	overflow: hidden;
}
#cabecera{
	width: 100%;
	float: left;
	position: relative;
	clear: both;
	background-image: url(../img/fondos/fnd_cabecera.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 107px;
	color: #FFFFFF;
}

#herramientas{
	float: right;
	position: relative;
	text-align: right;
	width: 75%;
	clear: both;
}

#logo{
	position: relative;
	float: right;
	text-align: right;
	width: 75%;
	clear: both;
}

#menu_principal{
	position: relative;
	float: left;
	width: 100%;
	clear: both;
	background-image: url(../img/fondos/fnd_menu_prin.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	color: #FFFFFF;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 1px;
	border-left-width: 2px;
	border-top-style: solid;
	border-top-color: #DADADA;
	border-right-color: #DADADA;
	border-bottom-color: #DADADA;
	border-left-color: #DADADA;
	border-bottom-style: solid;
}
#area_inferior{
	position: relative;
	width: 100%;
	float: left;
	clear: both;
	background-image: url(../img/fondos/fnd_area_inferior.gif);
	padding-bottom: 25px;
}

#area_inferior2{
	position: relative;
	width: 100%;
	float: left;
	clear: both;
	background-image: url(../img/fondos/fnd_area_inferior.gif);
	padding-bottom: 10px;
}
	
#menu_secundario{
	width: 25%;
	float: left;
	position: relative;
	font-size: 100%;

}
#migas{
	width: 75%;
	position: relative;
	float: right;
	margin-top: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 8px;
	font-size: 70%;
	font-weight: bold;
	color: #666666;
	clear: right;
}
#migas2{
	width: 99.5%;
	position: relative;
	float: right;
	margin-top: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 3px;
	font-size: 70%;
	font-weight: bold;
	color: #666666;
	clear: right;
}
#sesion{
	float: right;
	position: static;
	margin-right: 5px;
	margin: 0px;
	padding: 0px;
}

#contenido{
	width: 74%;
	position: relative;
	float: right;
	padding-top: 15px;
	padding-bottom: 25px;
	font-size: 90%;
	margin-right: 1%;
	display: inline;
	clear: right;
	background-image: url(../img/fondos/fnd_contenido.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	background-color:#FFFFFF;
}

#contenido2{
	width: 98%;
	position: relative;
	float: right;
	padding-top: 10px;
	padding-bottom: 0px;
	font-size: 90%;
	margin-right: 1%;
	margin-left: 1%;
	display: inline;
	clear: right;
	/* background-image: url(../imagenes/fondos/fnd_contenido.gif);*/
	/* background-position: left bottom;*/
	background-repeat: no-repeat;
	background-color:#FFFFFF;

}


#pie{
	position: relative;
	background-image: url(../img/fondos/fnd_pie.jpg);
	background-repeat:  repeat-x;
	height: 21px;
	color: #FFFFFF;
	font-size: 70%;
	float: left;
	width: 100%;
	clear: both;
	margin: 0px;
	padding: 0px;
	display: inline;
}

#muestra_codigo{
	background-color: #FFFFDD;
	border: 1px solid #4C80B0;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	padding: 2px;
	color: #000080;
	margin-bottom: 10px;
}

/* ESTILOS DE ETIQUETA DEPENDIENTES DE CAPAS */

/*CAPA HERRAMIENTAS */

#herramientas P{
	font-size: 75%;
	margin-top: 10px;
	margin-right: 10px;
}

#herramientas A{
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
}
#herramientas A:hover{
	color:#FFFFFF;
	text-decoration:underline;
}

#herramientas IMG{
	vertical-align:middle;
	margin-left: 30px;
	margin-right: 5px;
}

/*CAPA LOGO APLICACIONES */

#logo P{
	font-size: 140%;
	margin-top: 30px;
	margin-right: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#logo IMG{
	vertical-align:middle;
	margin-left: 5px;
	margin-right: 5px;
}

/*CAPA MENU PRINCIPAL */

#menu_principal IMG {
	vertical-align: middle;
	margin: 0px;
	padding: 0px;
	border: 0px;
}

#menu_principal UL {
	list-style-type: none;
	margin-bottom: 0px;
	padding-bottom: 0px;
	height: 29px;
	padding-left: 0px;
	margin-left: 0px;
	margin-top: 0px;
}

#menu_principal UL LI{display: inline;}

#menu_principal A{
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	font-size: 70%;
	padding-left: 5px;
	padding-right: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 5px;
	padding-bottom: 9px;
}

#menu_principal A:hover{
	background-image: url(../img/fondos/fnd_menu_hover.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}

/*CAPA MENU SECUNDARIO (SUBMENU) */

#menu_secundario H3{
	background-image: url(../img/fondos/fnd_H3_menu_sec.gif);
	background-repeat:  repeat-x;
	padding: 0px;
	margin: 0px;
	color: #FFFFFF;
	font-size: 70%;
	padding-left: 5px;
	padding-top: 3px;
	padding-right: 5px;
	margin-top: 10px;
	margin-right: 10px;
	padding-bottom: 13px;
	background-position: right top;
}

#menu_secundario UL{
	background-image: url(../img/fondos/fnd_UL_menu_sec.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-color: #FFFFFF;
	list-style: none;
	font-weight: bold;
	font-size: 60%;
	padding-left: 17px;
	padding-top: 0px;
	padding-bottom: 15px;
	margin-right: 10px;
	margin-bottom: 15px;
	margin-left: 0px;
	margin-top: 0px;
}


#menu_secundario LI{
	padding-left: 0px;
	padding-right:3px;
	padding-top:3px;
	padding-bottom:1px;
	margin-left: 5px;
	margin-right:0px;
	margin-top:0px;
	margin-bottom:0px;
	list-style-image: url(../img/fondos/bullet_01.gif);
}

#menu_secundario A, #migas A ,#contenido A {
	color: #4C80B0;
	text-decoration: none;
}

#menu_secundario A:hover, #migas A:hover, #contenido A:hover{
	color: #000000;
	text-decoration: underline;
}

#menu_secundario UL UL{
	font-size: 100%;
	font-weight: normal;
	margin-right: 5px;
	margin-left: 10px;
	margin-bottom: 0px;
	margin-top: 0px;
	padding:0px;
	background-image: none;
}

/*CAPA ACCESOS DIRECTOS */

#menu_secundario H3.directos{
	background-image: url(../img/fondos/fnd_H3_accesos.gif);}
	
#directos{
list-style-image:url(../img/fondos/bullet_02.gif);
color:#666666;
}
	
/* CAPA DE LOGIN */

#login{
	background-image: url(../img/fondos/fnd_login.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-color: #FFFFFF;
	list-style: none;
	font-size: 70%;
	margin: 0px;
	padding: 10px;
	margin-right: 10px;
}

#login P{
	font-size: 100%;
	font-weight: normal;
}

#login FORM{
	margin: 0px;
	padding: 0px;
}

/*CAPA MIGAS */

#migas P{margin-left: 6px;
	float:left;}


#sesion IMG{
	vertical-align:middle;
	margin-right: 10px;
	margin-left: 5px;
}

#sesion A{
	color:#E33C3E;}

/*CAPA CONTENIDO */

#contenido H3{
	color: #4C80B0;
	margin-top: 0px;
	margin-right: 30px;
	margin-left: 30px;
	margin-bottom: 10px;
}

#contenido H4{
	color: #4C80B0;
	margin-top: 0px;
	margin-right: 30px;
	margin-left: 30px;
	margin-bottom: 10px;
	font-size: 90%;
}

#contenido P{
	font-size: 75%;
	margin-top: 0px;
	margin-right: 30px;
	text-align: justify;
	margin-left: 30px;
}

#contenido UL{
	color: #333333;
	list-style-type: square;
	font-size: 75%;
	padding-left: 50px;
	text-align: justify;
	margin-right: 30px;

}
#contenido UL UL{
	font-size: 100%;
	list-style-type: circle;
}

#contenido UL LI{padding-bottom: 5px;}

#contenido STRONG{color: #333333;}

#contenido TABLE{
	font-size: 70%;
	color: #4C80B0;
}
#contenido TABLE IMG{border: 1px solid #666666;}

#contenido TD.texto_centro{
	text-align: center;
	background-color: #EEEEEE;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 120%;
}

#contenido TH.texto_centro{
	color:#FFFFFF;
	text-align: center;
	background-color: #4C80B0;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 120%;
}

#contenido TD.datos{
	text-align: left;
	color:#333333;
	background-color: #FFFFFF;
	padding: 5px;
	margin-top: 2px;
	margin-bottom: 0px;
	border-bottom-color: #CCCCCC;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-right-color: #CCCCCC;
	border-right-style: solid;
	border-right-width: 1px;
	border-top-color: #EEEEEE;
	border-top-style: solid;
	border-top-width: 1px;
	border-left-color: #EEEEEE;
	border-left-style: solid;
	border-left-width: 1px;
}

#contenido .subir{
	border-top-color: #4C80B0;
	border-top-style: dashed;
	border-top-width: 1px;
	text-align: right;
	padding-top:2px;
	clear: both;
}

#contenido IMG{
	border: 0px;
	vertical-align: middle;
}

#contenido IMG.derecha{
	float:right;
	margin-left: 10px;
}

#contenido IMG.izquierda{
	float:left;
	position: relative;
	margin-right: 10px;
}

#contenido IMG.recuadro{border: medium solid #4478AC;}

#contenido .subir A{
	background-color: #DADADA;
	padding-left: 6px;
	padding-top: 2px;
	padding-bottom: 4px;
	padding-right: 24px;
	margin: 0px;
	font-weight: bold;
	border: 1px solid #4C80B0;
	background-image: url(../img/iconos/subirA.gif);
	background-position: right top;
	background-repeat: no-repeat;
}

#contenido P.centrado{text-align:center;}

#contenido P.gigante{font-size: 150%;}

#contenido P.arial{font-family: Arial;}


#contenido FORM P{
	padding:0px;
	margin-right: 15px;
	margin-left: 15px;
	margin-bottom: 10px;
}


#contenido P.separaform{
	text-align: left;
	clear: both;
	color: #FFFFFF;
	background-color: #4C80B0;
	padding: 5px;
}

#muestra_codigo P{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	margin: 0px;
	padding: 5px;
	text-align: left;
}

/*CAPA PIE DE PAGINA */

#pie IMG{vertical-align:middle; }

#pie A{
	color:#FFFFFF;
	text-decoration:none; }
	
#pie .izquierda{
	float:left;
	position: relative;
	width: 75%;
	padding-top: 3px;
	padding-left: 10px;
	clear: left;
	display: inline;
}

#pie .derecha{
	float:right;
	margin-right: 10px;
	position: relative;
	width: 15%;
	text-align: right;
	padding-top: 3px;
	clear: right;
	display:inline;
}

/* ESTILOS DIVERSOS */

.oculto{
	display:none;}

.submit{
	background-color: #8DAFCD;
	border: thin outset;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 3px;
	padding-bottom: 3px;
}
	
.ilustra_portada{
	margin-top: 6px;
	float: right;
	margin-right: 5px;
	border-top: 25px solid #DADADA;
	border-right: 2px solid #DADADA;
	border-bottom: 2px solid #DADADA;
	border-left: 2px solid #DADADA;
}

.w80{
width:81%;
float:left;
clear:none;
display:block;
padding-top:5px;
padding-bottom:5px;
padding-left:0px;
padding-right:0px;
}


.w40{
width:40%;
float:left;
clear:none;
position:relative;
top:0px;
}

P.mitad{
	width:42%;
	position:relative;
	float:left;
	margin-left: 0px;
	}

/* COOKIES */

#barraaceptacion {
    background-color: #808080;
    opacity: 0.85;
    display: none;
    position: fixed;
    left: 0px;
    right: 0px;
    bottom: 0px;
    padding-bottom: 0px;
    width: 100%;
    text-align: center;
    min-height: 105px;
    color: #fff;
    z-index: 99999;
}

.inner {
    width: 100%;
    position: absolute;
    padding-left: 0px;
    font-family: Arial;
    font-size: 12px;
    top: 2%;
    margin-top: 20px;
}

.inner a.ok {
    background-color: #5179A1;
    border: 1px solid #DDDDDD;
    color: #FFFFFF;
    font-size: 80%;
    padding: 5px;
    margin-left:10px;
    text-decoration: none;
}
