<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

body {
	background-color: #ECF1E2;	
	/*background-image: url(../images/bg.gif);*/
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;	
}

.titulo{
	font-family: 'Oxygen', sans-serif; font-weight: 700;
	font-size: 18px;
	color: #3E4E21;
	text-align: center;
	padding-top:15px;
	padding-bottom:15px;
}

.tituloMenu{
	font-family: 'Varela', sans-serif;
	font-size: 22px;
	color: #FFF;
	text-align: center;
}

.subtituloMenu{
	font-family: 'Oxygen', sans-serif; font-weight: 400;
	font-size: 14px;
	color: #FFF;
	text-align: center;
}

.titulocuadros{
	font-family: 'Varela', sans-serif;
	font-size: 1 em;
	color: #3E4E21;
	text-align: justify;
}

.subtitulotitulo{
	font-family: 'Oxygen', sans-serif; font-weight: 700;
	font-size: 18px;
	color: #3E4E21;
	text-align: center;
	padding-top:15px;
	padding-bottom:15px;	
}

.contenidos {
	font-family: 'Varela', sans-serif;
	font-size: 16px;
	color: #3E4E21;
	/*color: #2C582C;*/
	text-align: justify;
	padding-top:10px;
	padding-bottom:15px;		
}
.ligapdf {
	font-family: 'Varela', sans-serif;
	font-size: 16px;
	color: #3E4E21;
	text-align: justify;		
}

.referencia {
	font-family: 'Varela', sans-serif;
	font-size: 14px;
	color: #3E4E21;
	text-align: justify;
	font-weight: bolder;
}

.superindice {
	font-family: 'Varela', sans-serif;
	font-size: 13px;
	color: #3E4E21;
	vertical-align: top;		
}

.superindice a {
	font-family: 'Varela', sans-serif;
	font-size: 13px;
	color: #3E4E21;
	vertical-align: top;		
}

.subtitulotabla{
	font-family: 'Oxygen', sans-serif; font-weight: 700;
	font-size: 18px;
	color: #3E4E21;
	text-align: center;
	padding-top:15px;
	padding-bottom:15px;
	height: 100%;
}
.contenidostabla {
	font-family: 'Varela', sans-serif;
	font-size: 16px;
	color: #3E4E21;
	text-align: center;
	height:100%;
}

.contenidostabla2 {
	font-family: 'Varela', sans-serif;
	font-size: 18px;
	color: #3E4E21;
	text-align: justify;
	height:100%;
}

#Contenido {
	width: 984px;
	margin-right: auto;
	margin-left: auto;
	background-color: #ECF1E2;
	background-repeat: repeat;
	padding-top: 151px;
	padding-right: 20px;
	padding-left: 20px;
	text-align: center;
}
		
.piepagina{
	height: 66px;
	left: 0px;
	right: 0px;
	background-image: url(../images/piepagina.png);
	background-repeat: no-repeat;
	background-position: center top;
}


/* Barra de scroll */

	#main_content {
		overflow: auto;
		width: 850px;
		position: absolute;
		background-color: #EEF3E4;
		left: 1px;
	}

.boton1 {
	font-family: 'Oxygen', sans-serif; font-weight: 700;
	font-size: 14px;
	color: #3E4E21;
	text-align: center;
	width: 150px;
	padding-right: 2px;
	padding-left: 5px;
	padding-bottom: 2px;
	padding-top: 2px;
}

.boton2 {
	font-family: 'Oxygen', sans-serif; font-weight: 700;
	font-size: 14px;
	color: #3E4E21;
	text-align: left;
	width: 250px;
	padding-right: 2px;
	padding-left: 5px;
	padding-bottom: 2px;
	padding-top: 2px;
}

.MenuDerecho {
	float: right;
	height: auto;
}

.MenuIsquierdo {
	float: left;
	height: auto;
}
/*termina barra scroll */

/* navegador */

#nav{
	height: 150px;
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	background-color: #FFF;
	background-image: url(../images/encabezado.png);
	background-repeat: no-repeat;
	background-position: center center;
}

#nav ul{
    height:25px;
    list-style:none;
    margin:119px auto 0px auto;
    width:1024px;   
}
#nav ul li{
    display:inline;
    float:left;
    margin:0px 2px;
}
#nav a{
	font-family: 'Varela', sans-serif;
	font-size: 16px;
	float: left;
	padding: 2px 0px 0px 10px;
	color: #FFF;
	text-decoration: none;
	cursor: pointer;
	height: 18px;
	line-height: 20px;
	background-color: transparent;
	background-repeat: repeat-x;
	background-position: left center;
}
#nav a:hover{
	font-family: 'Varela', sans-serif;
	font-size: 16px;
	color: #FFF;
}
#nav a.top span, #nav a.bottom span{
    float:left;
    width:16px;
    height:16px;
}

#nav ul li.search{
    float:right;
}
#nav input[type="text"]{
    float:left;
    border:1px solid #ccc;
    margin:0px 0px 0px 0px;
    padding:2px 2px 2px 2px;
}
input.searchbutton{
    border:1px solid #ccc;
    padding:0px;
    cursor:pointer;
    width:30px;
	height:22px;
    background:#E8E9EA url(../images/search.png) no-repeat center center;
}
input.searchbutton:hover{
}

/*--------------------- */


.contenidos2 {
	font-family: 'Varela', sans-serif;
	font-size: 16px;
	color: #3E4E21;
	/*color: #2C582C;*/
	text-align: justify;
	padding-left: 20px;
}
.contenidos3 {
	font-family: 'Varela', sans-serif;
	font-size: 16px;
	color: #3E4E21;
	/*color: #2C582C;*/
	text-align: justify;
	padding: 20px;
}

.contenido2{
	margin: 0 auto;
	position: relative;
	padding-left: 0px;
	padding-right: 5px;
	font-family: 'Muli', sans-serif; font-weight: 400;
	font-size: 16px;
	text-align: justify;
	line-height: 28px;
}

.contenido3{
	margin: 0 auto;
	position: relative;
	padding-left: 0px;
	padding-right: 5px;
	font-family: 'Muli', sans-serif; font-weight: 400;
	font-size: 14px;
	text-align: center;
	line-height: 28px;
}

.cuadro {
	margin: 0 auto;
	position: relative;
	font-family: 'Muli', sans-serif; font-weight: 400;
	font-size: 16px;
	width: 100%;
	text-align: center;
}



/*====================================================================================================
 * T A B L E                                                                               T A B L E *
 =====================================================================================================*/

.lizatom-table {
	position: relative;
	display: block;
	min-height: 100px;
	font-family: 'Varela', sans-serif;
	font-size: 14px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	width:950px;
	margin-left:auto;
	margin-right:auto;
}

.altura{
	margin-top: 115px;
}

.altura2{
	margin-top: -65px;
	float: right;
}

/* tamaño de la caja */
.lizatom-table-col {
	display: block;
	float: left;
	width: 120px;
	background-color: #DBDBDB;
	border: 1px solid #FFFFFF;
}

/* tamaño de la caja */
.lizatom-table-col2 {
	display: block;
	float: right;
	width: 190px;
	border: 0px solid #FFFFFF;
}



/* color de la caja */
.lizatom-table-col-name {
	height: 25px;
	line-height: 25px;
	text-align: center;
	background-color: #789076;
	color: #F4F4F4;
}


.lizatom-table-col	{
	/* transitions */
	-webkit-transition: box-shadow 1s ease;
	-moz-transition: box-shadow 1s ease;
	-o-transition: box-shadow 1s ease;
	-ms-transition: box-shadow 1s ease;
	transition: box-shadow 1s ease;	
	}

.lizatom-table-col:hover {
	position: relative;
	z-index: 100;
	left: -5px;
	top: -5px;
	/* shadow */
	box-shadow: 5px 5px 20px rgba(0,0,0,0.5);
	-webkit-box-shadow: 5px 5px 20px rgba(0,0,0,0.5);
	-moz-box-shadow: 5px 5px 20px rgba(0,0,0,0.5);
	}
.lizatom-table-col:hover ul li { padding-bottom: 2px; padding-top: 2px; } 

/*====================================================================================================
 * M E N U    I Z Q U I E R D O                                                                      *
 =====================================================================================================*/

ul#navigation {
	font-family: 'Oxygen', sans-serif;
	font-weight: 400;
	color: #fff;
	float: left;
	position: fixed;
	top: 135px;
	list-style: none;
	z-index: 9999;
	text-decoration: none;
}
ul#navigation li {
    width: 10px;
}

ul#navigation li a {
	font-family: 'Oxygen', sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #FFF;
	float: left;
	display: block;
	margin-left: 2px;
	width: 300px;
	height: 40px;
	background-color: #F0F0F0;
	border: 1px solid #fff;
	-moz-border-radius: 0px 10px 10px 0px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-khtml-border-bottom-right-radius: 10px;
	-khtml-border-top-right-radius: 10px;
	/*-moz-box-shadow: 0px 4px 3px #000;
    -webkit-box-shadow: 0px 4px 3px #000;
    */
	opacity: 0.6;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60);
}


ul#navigation li a:hover {
	font-family: 'Oxygen', sans-serif; font-weight: 700;
	font-size: 14px;
	color: #FFF;
	float: left;
    display: block;
    margin-left: 2px;
    width: 300px;
    height: 40px;    
    background-color:#3E4E21;
    border:1px solid #fff;
    -moz-border-radius:0px 10px 10px 0px;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -khtml-border-bottom-right-radius: 10px;
    -khtml-border-top-right-radius: 10px;
    /*-moz-box-shadow: 0px 4px 3px #000;
    -webkit-box-shadow: 0px 4px 3px #000;
    */
    opacity: 0.6;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60);
}

/* MENU IZQUIERDO */

* { 
	margin: 0px;
	padding: 0px;
	outline: 0;
}

#principal {
	font-family: 'Varela', sans-serif;
	text-align: center;
	font-size: 12px;
	width: 150px;
	color: #3E4E21;
	/*background-color: #789076;*/
	padding: 0px;
	position: fixed;
	margin: 0px;
	cursor: pointer;
	padding-top:150px;
}

#Centro {
	width: 180px;
	height: 145px;
	color: #3E4E21;
	background-image: url(../images/FondoCentro.fw.png);
	background-repeat: no-repeat;
	padding-top:10px;
}

#Ubicacion {
	width: 180px;
	height: 65px;
	color: #fff;
	background-image: url(../images/FondoUbicacion2.fw.png);
	background-repeat: no-repeat;
}



#principal:hover #menu {
	display: block;
}

#menu {
	font-family: 'Varela', sans-serif;
	text-align: center;
	font-size: 14px;
	width: 160px;
	display: none;
	position: relative;
	padding-top: 0px;
	left: -9px;
	margin-bottom: -5px;
}

#menu ul {
	list-style-type: none;border: 0;
}

#menu ul li.nivel1 { 
	width: 300px;
}

#menu ul li.primera {
	border-top: solid 1px #FFF;
}

#menu ul li a {
	font-family: 'Varela', sans-serif;
	font-size: 14px;
	display: block;
	text-decoration: none;
	color: #fff;
	background-color: #9FB09E;
	border: solid 1px #fff;
	border-top: none;
	padding: 8px;
	position: relative;
}

#menu ul li:hover {
	position: relative;
	background-color: #789076;
	color: #FFF;
}

#menu ul li a:hover, #menu ul li:hover a.nivel1 {
	position: relative;
	background-color: #789076;
	color: #FFF;
}

#menu ul li a.nivel1 {
	display: block!important;display: none;
	position: relative;
}

#menu ul li ul {
	display: none;
}

#menu ul li a:hover ul, #menu ul li:hover ul {
	display: block;
	position: absolute;
	left: 161px;
	top:-1px!important;
	top: -31px;
}

#menu ul li ul li a {
	width: 150px;
	background-color: #789076;
	color: #FFF;
}

#menu ul li ul li a:hover {
	position: relative;
	background-color: #789076;
	color: #FFF;
}

table.falsa {
	border-collapse:collapse;
	border:0px;
	float: left;
	position: relative;
}

.SubTituloPrincipal {
	font-family: 'Oxygen', sans-serif;
	text-align: center;
	font-size: 18px;	
	color: #3E4E21;
}

.TituloPrincipal {
	font-family: 'Oxygen', sans-serif;
	text-align: center;
	font-size: 22px;	
	color: #3E4E21;
}

.TituloPrincipalUbicacion {
	font-family: 'Oxygen', sans-serif;
	text-align: center;
	font-size: 14px;	
	color: #FFF;
}
</pre></body></html>