/* HOJA DE ESTILOS CSS PARA LAS SECCIONES DE LAS PÁGINAS INTERIORES */
/* ---------------------------------------------------------------- */


/* LAYOUT GENERAL DE LA PÁGINA: ANCHO, ALTO, CENTRADO, PADDING... */
/* ----------------------------------------------------------- */
body { 
	/*Necesitamos definir margin y padding para consistencia de navegadores*/
	/*  Definimos un borde de 10 pixeles arriba y abajo y los laterales los 
	    controlamos al centrar el layout */
	margin: 10px 0px;
	padding: 0px;
	
	/* Texto Y Fondo */
	text-align: center; /*hack para IE5*/
	font-family:Arial, Helvetica, sans-serif;
}


/* Contenedor principal de la página: Todo irá dentro y ayudará al centrado */
#Main_Container{
/*  Con esta definición tenemos centrado con EFECTO LIQUID
    --------------------------------------------------- */
    /*margin-left:1%; 
	margin-right:1%;*/


/*  Con esta definición tenemos centrado con ANCHO FIJO
    --------------------------------------------------- */
	margin:0px auto;
	width:980px;

	/* Texto & Fondo*/
	text-align:left; /*Contrarresta el hack IE5 */
	font-family:Arial, Helvetica, sans-serif;
}
/* ----------------------------------------------------------- */



/* LOGO DE LA CABECERA */
/* ----------------------------------------------------------- */
#Logo{
    /* Tamaño & Posicion */
	/*width:214px;
	height:47px;*/
	width:181px;
	height:auto;
	padding-top:15px;
	float:left;
	
	/* Texto & Fondo*/
	font-family:Arial, Helvetica, sans-serif;
}
/* ----------------------------------------------------------- */



/* BUSCADOR Y LINKS SUPERIORES */
/* ----------------------------------------------------------- */
#Busqueda{
    /* Tamaño & Posicion */
	float:right;
	width: 415px;
	height: 45px;
	padding-bottom:10px;	
	
	/* Texto & Fondo*/
	font-size: 75%;
	text-align:right;
	font-family:Arial, Helvetica, sans-serif;
}
/* ----------------------------------------------------------- */



/* BANNER BAJO EL MENU MENU PRINCIPAL */
/* ----------------------------------------------------------- */
#Banner{
	width:790px;
	height:170px;
	margin-left:0;
}
/* ----------------------------------------------------------- */



/* CONTENEDOR DE LA INFORMACIÓN DE LA PÁGINA */
/* ----------------------------------------------------------- */
#CuerpoInformacion{
	/*width:auto;*/
	width:620px;
	padding-top:15px;
	padding-left:15px;	
	float:left;	
}
/* ----------------------------------------------------------- */



/* ESTILOS DEL MININAVEGADOR LATERAL */
/* ----------------------------------------------------------- */
/* Diseño general de la sección */
#miniNavegador{
	/* Diseño */
	width:150px;
	float:left;	
	 
	/* Texto y Fondo */
	border-right:1px dotted; 
}


/* Título de sección */
#miniNavegador td{
	border-bottom:1px #000 dotted;
}


#miniNavegador td.titulo{
	color:#666666;
	text-decoration:none;
	border-bottom:1px #000 dotted;
}


#miniNavegador td.tituloMarcado{
	/* Diseño */
	width:150px;
	
	/* Texto y Fondo */
	background-color:#DDEEFF;
	color:#666666;
	text-decoration:none;
	border-bottom:1px #000 dotted;
}

#miniNavegador a:hover{
	/* Texto & Fondo */
	color:#FF9900;
	font-size:12px;
	text-decoration:underline;
}


/* Elementos de una sección*/
#miniNavegador li{
	margin-left:5px;
}

#miniNavegador li a{
	/* Texto & Fondo */
	color:#0099CC;
	font-size:12px;
	font-weight:normal;
	text-decoration: none;	
}

#miniNavegador li a:hover{
	/* Texto & Fondo */
	color:#FF9900;
	font-size:12px;
	text-decoration:underline;
}

/* Marcado de un elemento */
.navegadorMarcado{
	/* Diseño */
	margin-left:-15px;
	padding-left:14px;
	
	/* Texto y Fondo */
	color:#0099CC;
	font-weight:bold;
	background:url(../Recursos/Imagenes/Flecha_Verde.gif) left no-repeat;
}


.navMarcadoSinFlecha{
	/* Diseño */
	margin-left:-15px;
	padding-left:14px;
	
	/* Texto y Fondo */
	color:#0099CC;
	font-weight:bold;
}

/* Particularización para un subelemento (elemento de elemento) de la lista */
#miniNavegador li.subEnlaceNavegador{
	margin-left:20px;
}

#miniNavegador li.subEnlaceNavegador a{
	/* Texto & Fondo */
	color:#0099CC;
	font-size:11px;
	font-weight:normal;
	/*font-size:11px;*/
	text-decoration: none;	
}

#miniNavegador li.subEnlaceNavegador a:hover{
	/* Texto & Fondo */
	color:#FF9900;
	font-size:11px;
	text-decoration:underline;
}
/* ----------------------------------------------------------- */




/* ESTILOS DEL NAVEGADOR DE DESCARGAS */
/* ----------------------------------------------------------- */
/* Diseño general de la sección */
#navegadorDescargas{
	/* Diseño */	
	width:175px;
	float:right;
	margin-top:30px;
	margin-bottom:30px;
	
	/* Texto y Fondo */
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;	
	border: 1px solid #CCCCCC;
}

#navegadorDescargas ul{
	/* Diseño */
	padding:0;
	margin:auto;
	margin-bottom:15px;
	list-style-type:none;	
}

#navegadorDescargas table{
	border-collapse:collapse;
}

/* Titulo Cabecera */
#navegadorDescargas td.tituloDescargas{
	width:175px;
	border-bottom:1px #CCC solid; 
	background-color:#DDEEFF;
	text-align:center;
}

/* Elementos de descarga*/
#navegadorDescargas li{
	margin-top:10px;
	#margin-bottom:10px; /* IE7 */
}

/* Firefox */
#navegadorDescargas li a{
	/* Diseño */
	padding-left:20px;
	margin-left:10px;	
	#margin-left:-5px; /* IE7 */
	#padding-left:-7px; /* IE7 */
	height:16px;
	display:block;

	/* Texto & Fondo */
	color:#6C6C6C;
	text-align:left;
	font-size:11px;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
	background:url(../Recursos/Imagenes/iconoPDF.gif) left no-repeat;	
}

/* Explorer */
* html #navegadorDescargas li a{
	/* Diseño */
	padding-left:20px;
	margin-left:-7px;	
	height:16px;
	display:block;

	/* Texto & Fondo */
	color:#6C6C6C;
	text-align:left;
	font-size:11px;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
	background:url(../Recursos/Imagenes/iconoPDF.gif) left no-repeat;	
}

.#navegadorDescargas li a:hover{
	/* Texto & Fondo */
	color:#FF9900;
	font-weight:normal;
	text-decoration: underline;
}
/* ----------------------------------------------------------- */



/* PIÉ DE PÁGINA */
/* ----------------------------------------------------------- */
#PieDePagina{
	/* Tamaño & Posicion */
	width:814px;
	height:38px;

	/* Texto & Fondo*/	
	text-align:left;	
	font-size:11px;	
	font-family:Arial, Helvetica, sans-serif;
}
/* ----------------------------------------------------------- */