@charset "utf-8";
/* CSS Document */

body {
	background: #ffffff;
	font-size: 13px;
	font-family: Arial, Verdana;
	margin: 0px;
	padding: 0px;
	color: #036;
	
    }
#contenedor{
	width:950px; 
	height:auto; 
	margin: 0px auto;
	}
	
#cabecera{
	width:950px; 
	height:120px; 
	}
/*MENU AZUL*/
#menu_azul{
	background-image:url(../imagenes/menu_fondo.png);
	width:950px;
	height:30px;
	background-color:#cccccc;
}
#azul{
	margin:0;
	padding:0;
	list-style-type:none;
	list-style-position:outside;
	position:relative;
	line-height:1.5em;
	height:30px;
	width:950px;
}
#azul li{
    float:left;
    position:relative;
	font-family:Arial,Verdana;
	font-size:10px;
	height:30px;
	font-style:oblique;
}
#azul li a {
    float:left;
    position:relative;
	background:url(../imagenes/menu_fondo.png);
	height:30px;
	text-decoration:none;
	padding:0 10px 0 10px;
	color:#000033;
	font-weight: bold;
}
#azul li a:hover {
    float:left;
    position:relative;
	color:#ffffff;
	background:url(../imagenes/submenu_fondo.png);
	height:30px;
	text-decoration:none;
	background-color:#F90;
	padding:0 10px 0 10px;
}

/*MENU AMARILLO*/

#menu_amarillo{
	background-image:url(.../imagenes/menu_amarillo.png);
	width:950px;
	height:30px;
	float:left;
	z-index:4;
}

#ama, #ama ul{
	margin:0;
	padding:0;
	list-style-type:none;
	list-style-position:outside;
	position:relative;
	line-height:1.5em;
	height:30px;
	width:950px;
	z-index:3;
}

#ama a:link, #ama a:active, #ama a:visited{
    display:block;
    padding:4px 26px;
    border:1px solid :#666;
    color:#006;
	font-family:Arial, Verdana;
	font-style:italic;
	font-size:10px;
	text-decoration:none;
	background-image:url(../imagenes/menu_amarillo.png);
	float:left;
	z-index:1;
}

#ama a:hover{
    background-color:#f90;
    color:#FFF;
	z-index:1;
	float:left;
}

#ama li{
    float:left;
    position:relative;
	font-family:Arial, Verdana;
	font-size:10.5px;
}

#ama ul {
    position:absolute;
    width:12em;
    top:2.2em;
    display:none;
	z-index:1;
}
/*CONTENIDO PRINCIPAL*/
#contenido_general{
	width:950px;
	/*height:30px;*/
	height:auto;
}
.contenido_izquierdo
{
	float:left;
	width:150px;
	height:400px;
	margin:0;
}
.contenido_derecho_principal{
	float:left;
	width:740px;
	/*height:340px;*/
	padding:0;
	margin:10px 0 0 10px;
	/*overflow:auto;*/
}
/*MENU IZQUIERDO*/


#menu_din, #menu_din ul {
	margin: 10px 0 0 0;
	padding: 0;
	list-style-type:none;
}

#menu_din li a{
	font-family:Arial, Verdana, Geneva, sans-serif;
	font-size:10px;
	text-align:left;
 	text-decoration:none;
	display:block;
	float:left;
	width:180px;
 	height:24px;
	padding:6px 0 0 10px;
	margin:0 0 4px 0;
	background:#036; color:#FFF;
}


#menu_din li a:hover{
	float:left;
	background-color:#CCC;
    color:#036;
}

/*----  MENU DE ICONOS  -------*/

/*#iconos{
	width:950px; 
	height:100px; 
	margin:auto;
	float:left;
	margin-left:10px;
	}
*/	
/*----  LINEA AZUL  -------*/
#linea{
	background-color:#036;
	width:950px;
	height:2px;
	margin-right:2px;
	border-bottom:2px solid #036;
	float:left;
}

/*---  TITULOS DE PAGINA ----*/

.titulo{
	background-image:url(../imagenes/encabezado1.jpg);
	background-repeat:no-repeat;
	height:33px;
	color:#FFF;
	font-weight:bold;
	padding:7px 0 0 4px;
	
	}
	
/* -- subtitulos--*/

div.subtitulos { 
	height:56px; 
	padding:0 0 0 0; 
	width:auto;
}
.subtitulos1{
	background-image:url(../imagenes/encabezado2.jpg);
	background-repeat:no-repeat;
	height:56px;
	color:#FFF;
	font-weight:bold;
	padding:7px 0 0 0;
	float:left;
	position:relative;
	width:371px;
	}
.subtitulos2{
	background-image:url(../imagenes/encabezado3.jpg);
	background-repeat:no-repeat;
	height:56px;
	color:#FFF;
	font-weight:bold;
	padding:34px 0 0 10px;
	float:left;
	position:relative;
	width:351px;  
	}
	
	
#contenido{
	width:auto;
	height:500px;
	float:left;
}

#archivos{
	width:auto;
	height:auto;
	float:left;
	

}
		  

/*-----------PIE DE PAGINA--------------*/
#pie_pagina
{
	width:950px;
	height:70px;
	/*background:url(../imagenes/pie_pagina.jpg);*/
	
	
}
