<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face{
	font-family: Aller_Rg;
	src: url("../fonts/Aller_Rg.ttf");
}

/**Generic*/
body{
	background: #000;
	width: 100%;
	font-family: Aller_Rg;
}

header, footer{
	background: #000;
}

#content_header, #content{
	margin: 0 auto;
	max-width: 980px;
}

#logo, nav{
	display: inline-block;
	vertical-align: middle;
}

#logo{
	color: #FFF;
}


/**Header*/
header{
	box-shadow: 0px 10px 7px rgba(0,0,0,0.5);
	-ms-box-shadow: 0px 10px 7px rgba(0,0,0,0.5);
	-o-box-shadow: 0px 10px 7px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0px 10px 7px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 10px 7px rgba(0,0,0,0.5);
	margin-bottom: 1em;
	margin-top: -130px;
	padding: 1em;
	position: fixed;
	width: 100%;
	z-index: 999;
}

header img{
	max-width: 100%;
}

nav &gt; ul &gt; a{
	display: inline-block;
	margin-left: 1em;
}

.menu a{
	color: #FFF;
	font-size: 1.2em;
	text-decoration: none;
}

.menu a:hover{
	color: #54AFD3;
	border-radius: 0.5em 0.5em 0 0;
	font-size: 1.5em;
	padding: 0.3em;
	position: relative;
}

/*#menu_btn{
	border: solid #FFF 5px;
	border-radius: 2em;
	background: #000;
	color: #FFF;
	cursor: pointer;
	height: 150px;
	width: 150px;
	padding-left: 1.6em;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
}*/
#menu_btn{
	border: solid #FFF 5px;
	border-radius: 0em 0em 5em 0em;
	background: #000;
	color: #FFF;
	cursor: pointer;
	height: 210px;
	width: 200px;
	margin-top: -35px;
	padding-left: 1.1em;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
}


/**Content*/
#content_general{
	background:url(../images/content-bg.jpg) center -196px repeat-y #f4f5f7;
	margin-top: 250px;
}

#title{
	font-family: Aller_Rg;
	padding: 0.5em;
	padding-left: 2em;
	padding-right: 1.5em;
}

#panel1, #panel2, #panel3{
	box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	color: #808080;
	display: inline-block;
	max-width: 32%;
	text-align: justify;
	padding: 1em;
}

#panel1{
	text-align: left;
}

#panel1 a{
	color: #808080;
	text-decoration: none;
}

#panel1 a:hover{
	color: #60b001;
	text-shadow: 5px 5px 5px rgba(0,0,0,0.3);
	-moz-text-shadow: 5px 5px 5px rgba(0,0,0,0.3);
	-o-text-shadow: 5px 5px 5px rgba(0,0,0,0.3);
	-webkit-text-shadow: 5px 5px 5px rgba(0,0,0,0.3);
	-ms-text-shadow: 5px 5px 5px rgba(0,0,0,0.3);
}

#panel1 li{
	margin-top: 1em;
}

#foto1{
	border: solid #FFF 0.3em;
	border-radius: 1em;
	box-shadow: 0px 0px 7px rgba(0,0,0,0.9);
	-ms-box-shadow: 0px 0px 7px rgba(0,0,0,0.9);
	-o-box-shadow: 0px 0px 7px rgba(0,0,0,0.9);
	-webkit-box-shadow: 0px 0px 7px rgba(0,0,0,0.9);
	-moz-box-shadow: 0px 0px 7px rgba(0,0,0,0.9);
	margin-bottom: 1em;
}

#foto1:hover{
	box-shadow: 10px 10px 5px rgba(0,0,0,0.5);
	-ms-box-shadow: 10px 10px 5px rgba(0,0,0,0.5);
	-o-box-shadow: 10px 10px 5px rgba(0,0,0,0.5);
	-webkit-box-shadow: 10px 10px 5px rgba(0,0,0,0.5);
	-moz-box-shadow: 10px 10px 5px rgba(0,0,0,0.5);
}

#panel3 section{
	padding:0 0 15px 30px;
	background:url(../images/marker-1.png) 0 5px no-repeat;
	margin-bottom: 1em;
}

/**Footer*/
footer{
	box-shadow: 0px 0px 20px rgba(0,0,0,0.9);
	-ms-box-shadow: 0px 0px 20px rgba(0,0,0,0.9);
	-o-box-shadow: 0px 0px 20px rgba(0,0,0,0.9);
	-webkit-box-shadow: 0px 0px 20px rgba(0,0,0,0.9);
	-moz-box-shadow: 0px 0px 20px rgba(0,0,0,0.9);
	color: #666;
	position: relative;
	padding: 2.5em;
}

footer a{
	color: #FFF;
}

footer a:hover{
	color: #006699;
}

#logo_footer, #texto_footer{
	display: inline-block;
	vertical-align: middle;
}

#texto_footer{
	padding-left: 0.5em;
}




/**Class*/
.transicion{
	transition: all 1s ease;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
}

.transicion-corta{
	transition: all 0.7s ease;
	-webkit-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-ms-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
}

.sub-titulo{
	color: #000;
	font-size: 1.5em;
	margin-bottom: 0.5em;
	font-family: Aller_Rg;
}

.item{
	color: #000;
	font-size: 1.5em;
	text-decoration: none;
}

.item:hover{
	color: #60b001;
	text-shadow: 5px 5px 5px rgba(0,0,0,0.3);
	-moz-text-shadow: 5px 5px 5px rgba(0,0,0,0.3);
	-o-text-shadow: 5px 5px 5px rgba(0,0,0,0.3);
	-webkit-text-shadow: 5px 5px 5px rgba(0,0,0,0.3);
	-ms-text-shadow: 5px 5px 5px rgba(0,0,0,0.3);
}

.link{
	color: #000;
}

.link:hover{
	color: #006699;
	text-shadow: 5px 5px 5px rgba(0,0,0,0.3);
	-moz-text-shadow: 5px 5px 5px rgba(0,0,0,0.3);
	-o-text-shadow: 5px 5px 5px rgba(0,0,0,0.3);
	-webkit-text-shadow: 5px 5px 5px rgba(0,0,0,0.3);
	-ms-text-shadow: 5px 5px 5px rgba(0,0,0,0.3);
}

.center{
	text-align: center;
}

.left{
	text-align: left;
}

.titulo{
	font-size: 1.5em;
	font-family: Helvetica;

}

.separador{
	background: #CCC;
	height: 1px;
	margin: 1em;
}

.hide{
	display: none;
}

.linea{
	background: #FFF;
	border-radius: 2em;
	height: 10px;
	width: 60%;
	margin-top: 1em;
}

.en-bloque{
	display: inline-block;
	vertical-align: top;
}

.icon-menu{
	/*width: 40%;*/
	width: 40px;
}


/**Banner*/
#banner{
	margin-top: 100px;
	width: 100%;
}

#banner img{
	width: 100%;
}

.slider-wrapper {
	max-width:850px;
	max-height:470px;
	padding:20px 0 0 130px;
	margin-top:-120px;
	position:relative;
	overflow:hidden;
	background:url(../images/slider-bg.jpg) 0 0 no-repeat;
}
.slider {
	position:relative;
	max-width: 830px;
	max-height: 431px;
}
.items {display:none}

.pagination {/** Aqui poner el display oculto */
	position:absolute;
	left:30px;
	top:20px;
	z-index:99;
}
.pagination li {
	padding-bottom:1px
}
.pagination li a {
	display:block;
	width:101px;
	height:70px;
	text-decoration:none;
	text-align:center;
	color:#fff;
	background:url(../images/pagination-a.gif) left bottom no-repeat;
	position:relative;
	cursor:pointer;
}
.pagination li a:hover, .pagination li.current a {
	background-position:left top;
}
.pagination li a strong {
	display:block;
	width:50px;
	height:50px;
	font-size:30px;
	line-height:50px;
	letter-spacing:-2px;
	position:absolute;
	left:10px;
	top:10px;
}
.pagination .item-1 strong {background:url(../images/pagin-1.png) 0 0 no-repeat}
.pagination .item-2 strong {background:url(../images/pagin-2.png) 0 0 no-repeat}
.pagination .item-3 strong {background:url(../images/pagin-3.png) 0 0 no-repeat}
.pagination .item-4 strong {background:url(../images/pagin-4.png) 0 0 no-repeat}
			
.banner {
	width:100px; /*ancho del banner transparente */
	height:344px; /*largo del banner transparente */
	padding:65px 10px 20px;
	color:#fff;
	font-size:14px;
	line-height:25px;
	font-weight:normal;
	text-align:center;
	background:url(../images/banner-bg.jpg) 0 0 no-repeat;
	border-radius:0 22px 22px 0;
	position:absolute;
	right:0;
	top:0;
	z-index:99;
}
.banner .close {
	display:block;
	width:13px;
	height:13px;
	text-indent:-9999px;
	background:url(../images/close.gif) 0 0 no-repeat;
	cursor:pointer;
	position:absolute;
	right:20px;
	top:20px;
	z-index:99;
}
.banner strong {
	display:block;
	font-size:50px;
	line-height:1.2em;
	letter-spacing:-2px;
}
.banner span {
	display:block;
	font-weight:bold;
	text-transform:uppercase;
	margin-bottom:25px;
}
.banner b {
	display:block;
	font-weight:normal;
}

.seleccionado{
	color: #54AFD3;
}




/**Responsive Design*/
@media only screen and (max-width: 980px), screen and (max-device-width: 980px){
	/**Generic*/
	header{
		padding-left: 0em;
	}


	/**Content*/
	#panel1{
		max-width: 40%;
	}

	#panel2{
		max-width: 56%;
		padding: 1em;
	}

	#panel3{
		max-width: 98%;
	}

	#panel3 section{
		display: inline-block;
		vertical-align: top;
		max-width: 28%;
	}
}
@media only screen and (max-width: 800px), screen and (max-device-width: 800px){
	body{
		font-size: 1.3em;
	}

	/**Content*/
	#panel1, #panel2{
		max-width: 48%;
	}

	#panel3 section#blocke1, #panel3 section#blocke2{
		display: inline-block;
		vertical-align: top;
		max-width: 45%;
	}

	#panel3 section#blocke3{
		max-width: 98%;
	}
}
@media only screen and (max-width: 690px), screen and (max-device-width: 690px){
	header{
		margin-top: -8em;
	}

	body{
		font-size: 1.5em;
	}

	/**Generic*/
	nav{
		display: none;
	}

	/**Header*/
	#menu{
		display: inline-block;
		max-width: 50%;
	}

	#menu_btn{
		height: 200px;
		width: 200px;
	}

	nav{
		margin-top: 25px;
		width: 95%;
	}

	nav &gt; ul &gt; a{
		background: #212121;
		border: solid #CCC 1px;
		border-radius: 0.2em;
		display: block;
		margin: 0px;
		margin-left: -12px;
		padding: 0.5em;
		width: 100%;
	}

	#logo h1 a img{
		width: 450px;
	}

	.menu a{
		color: #CCC;
		font-size: 2em;
	}

	.menu a:hover{
		background: #000;
		color: #FFF;
	}

	.menu a:active{
		background: #000;
		color: #FFF;
	}

	#menu{
		position: absolute;
		float: left;
	}

	/**Content*/
	#panel3 section#blocke1, #panel3 section#blocke2{
		max-width: 98%;
	}

	#panel1 li{
		margin-top: 0em;
	}

	#content_general{
		margin-top: 13em;
	}

	/**Class*/
	/*.guion{
		display: none;
	}*/

	.button-menu{
		padding-top: 1em;
		text-align: left;
		text-decoration: underline;
		color: #006699;
		text-shadow: 3px 3px 3px rgba(0,0,0,0.5);
		-ms-text-shadow: 3px 3px 3px rgba(0,0,0,0.5);
		-o-text-shadow: 3px 3px 3px rgba(0,0,0,0.5);
		-webkit-text-shadow: 3px 3px 3px rgba(0,0,0,0.5);
		-moz-text-shadow: 3px 3px 3px rgba(0,0,0,0.5);
	}

	/**Clases*/
	.icon-menu{
		display: block;
		width: 40%;
	}

	.content-icon-menu{
		width: 30%
	}

	.content-etiqueta-menu{
		width: 60%;
	}

	nav ul li section{
		display: inline-block;
		vertical-align: middle;
	}

	/*.button-menu{
		background: #006699;
		border: solid #FFF 0.1px;
		border-radius: 1em;
		-ms-border-radius: 1em;
		-o-border-radius: 1em;
		-webkit-border-radius: 1em;
		-moz-border-radius: 1em;
		
		color: #FFF;
		text-align: center;
		padding: 0.5em;
		
	}*/

	/**Banner*/
	/*.pagination {
		display: none;
	}

	.slider-wrapper {
		margin-left: -130px;
	}*/
}
@media only screen and (max-width: 580px), screen and (max-device-width: 580px){
	header{
		margin-top: -6.7em;
	}

	body{
		font-size: 2em;
	}

	/**Generic*/
	nav{
		display: none;
	}

	/**Header*/
	#menu{
		display: inline-block;
		max-width: 40%;
	}
	#menu{
		max-width: 50%;
	}

	#menu_btn{
		height: 215px;
		width: 200px;
	}

	nav{
		width: 95%;
	}

	nav &gt; ul &gt; a{
		background: #212121;
		border: solid #CCC 1px;
		border-radius: 0.2em;
		display: block;
		margin: 0px;
		margin-left: -12px;
		padding: 0.5em;
		width: 100%;
	}

	#logo h1 a img{
		width: 450px;
	}

	.menu a{
		color: #CCC;
	}

	.menu a:hover{
		background: #CCC;
		color: #FFF;
	}

	#menu{
		position: absolute;
		float: left;
	}


	/**Content*/
	#title{
		font-size: 2em;
	}

	#content_general{
		margin-top: 10.5em;
	}

	#panel1, #panel2{
		min-width: 98%;
	}

	#panel2 img{
		min-width: 80%;
	}

	#panel1{
		background: #CCC;
		width: 100%;
		margin-left: 0.2em;
		/*position: absolute;
		margin-left: -10em;*/
	}

	/**Footer*/
	footer{
		font-size: 1.5em;
	}

	footer img{
		width: 100px;
		height: 100px;
	}

	/**Class*/
	.button-menu{
		min-width: 98%;
	}
}</pre></body></html>