/* 
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
Elementos BÁSICOS de la página
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
*/

body{
	font-family: trebuchet MS, trebuchet, verdana, arial, sans-serif;
	font-size: 11px;
	color: black;
	text-decoration: none;
	font-weight: normal;
	background-color: white;
	margin: 0px;
}

a:ACTIVE, a:VISITED, a:LINK{
	font-family: trebuchet MS, trebuchet, verdana, arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	color: #505050;
	text-decoration: none;
}

a:HOVER{
	font-family: trebuchet MS, trebuchet, verdana, arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	color: #FF6600;
	text-decoration: none;
}

/* 
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
Elementos del la TABLA QUE ENGLOBA TODOS LOS CONTENIDOS DE LA PÁGINA
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
*/
.contencion{
	border: 1px black solid;
	background-color: white;
}

/* 
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
Elementos de la CABECERA DE PÁGINA
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
*/
.top{
	vertical-align: middle;	
	text-align: left;
	height: 40px;
	background-color: #B4B74C;
}

.logo{
	font-family: trebuchet MS, trebuchet, verdana, arial, sans-serif;
	font-size: 32px;
	font-weight: bold;
	text-decoration: none;
	color:white;
	padding-left: 8px;
}

.top_info{
	background-color: #658CAF;
	font-family: trebuchet MS, trebuchet, verdana, arial, sans-serif;
	font-size: 11px;
	color: white;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px black solid;
	border-top: 1px black solid;
	padding-left: 8px;
	padding-right: 8px;
}


/* 
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
Elementos del MENU LATERAL
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
*/
.menu_iz{
	border-right: 1px black solid;
	width: 140px;
	background-color: WHITE;
}
.menu_der{
	border-left: 1px #658CAF dashed;
	width: 180px;
	background-color: white;
	padding: 8px;
}

.menu_nivel0{
	font-family: trebuchet MS, trebuchet, verdana, arial, sans-serif;
	font-weight: bold;
	font-size: 13px;
	color: black;
	background-color: #d0d0d0;
	padding-left: 6px;
}

.menu_nivel1{
	font-family: trebuchet MS, trebuchet, verdana, arial, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: black;
	padding-left: 4px;
}

.apartado1{
	font-family: trebuchet MS, trebuchet, verdana, arial, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: black;
	padding-left: 4px;
	padding-left: 8px;
	border-bottom: 1px #eeeeee dashed;
	l
}

/* 
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
Elementos del CONTENIDO PRINCIPAL
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
*/
.main{
	/* se le puede añadir un fondo o un estilo para el fondo */
}

.titulo_seccion{
	font-family: trebuchet MS, trebuchet, verdana, arial, sans-serif;
	font-weight: normal;
	font-size: 28px;
}

.titulo_menu{
	font-family: trebuchet MS, trebuchet, verdana, arial, sans-serif;
	font-weight: bold;
	font-size: 16px;
	border: 1px #d0d0d0 solid;
	padding-left: 4px;
}

.contenido_seccion{
	font-family: trebuchet MS, trebuchet, verdana, arial, sans-serif;
	font-weight: normal;
	font-size: 11px;
	text-align: justify;
	text-justify: auto;
	padding: 10px;
}

.contenido_seccion_destacado{
	font-family: trebuchet MS, trebuchet, verdana, arial, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: #003399;
}

.image_border{
	border: 1px black solid;
	margin-bottom: 5px;
	margin-top: 5px;
	margin-left: 8px;
	margin-right: 8px;
}

/* 
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
Elementos del PIE DE PÁGINA
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
*/
.pie{
	background-color: #658CAF;
	font-family: trebuchet MS, trebuchet, verdana, arial, sans-serif;
	font-size: 11px;
	color: white;
	text-decoration: none;
	font-weight: normal;
	border-top: 1px black solid;
	padding-left: 4px;
}

/* otros */
.link_empresa:ACTIVE, .link_empresa:VISITED, .link_empresa:LINK{
	font-family: trebuchet MS, trebuchet, verdana, arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: black;
	text-decoration: none;
}

.link_empresa:HOVER{
	font-family: trebuchet MS, trebuchet, verdana, arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #b4b74c;
	text-decoration: none;
}
	
.link_web:ACTIVE, .link_web:VISITED, .link_web:LINK{
	font-family: trebuchet MS, trebuchet, verdana, arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	color: #999999;
	text-decoration: none;
}

.link_web:HOVER{
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	color: #b4b74c;
	text-decoration: none;
}

.datos_adjuntos{
	font-family: trebuchet MS, trebuchet, verdana, arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	color: black;
	text-decoration: none;
	background-color: #C6D9E9;
	padding-left: 6px;
	padding-right: 6px;
	border: 1px #658CAF solid;
}

.link_adjunto:ACTIVE, .link_adjunto:VISITED, .link_adjunto:LINK{
	font-family: trebuchet MS, trebuchet, verdana, arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	color: #003399;
	text-decoration: underline;
}

.link_adjunto:HOVER{
	font-family: trebuchet MS, trebuchet, verdana, arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	color: red;
	text-decoration: underline;
}

.texto_ayuda_home{
	border-left: 1px red solid;
	padding-left: 5px;
	font-family: trebuchet MS, trebuchet, verdana, arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	color: #999999;
}.TXTindex {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	line-height: 14px;
}
