<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

/* galeria personas*/
.es_ul {
	 list-style-type: none;
	 -moz-box-shadow: 0px 0px 5px #808080;
	-webkit-box-shadow: 0px 0px 5px #808080;
	box-shadow: 0px 0px 5px #808080;
	margin: 0;
	padding: 0;
}

.es_li {
	position: relative;
	float: left;
	width: 23%;
	overflow: hidden;
	margin: 2% 2% 0 0;
}

.info {
	 display: none;
	 position: absolute;
	 top: 0;
	 z-index: 10;
	background: -moz-linear-gradient(top, rgba(30,87,153,1) 0%, rgba(0,60,79,0.55) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(30,87,153,1)), color-stop(100%,rgba(0,60,79,0.55))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(30,87,153,1) 0%,rgba(0,60,79,0.55) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(30,87,153,1) 0%,rgba(0,60,79,0.55) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(30,87,153,1) 0%,rgba(0,60,79,0.55) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(30,87,153,1) 0%,rgba(0,60,79,0.55) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#8c003c4f',GradientType=0 ); /* IE6-9 */
	 width: 100%;
	 height: 100%;
}

.info h3{
color:#0CF;
font-size: 17px;
padding: 2px 8px;
text-transform: uppercase; 
}
.info p{
color:#FFFFFF;
padding: 2px 8px;
font-size:11x;
}

.info a {
color:#00D9FF;
font-size:13px;
}
.info a:hover {
color:#C7EFFC;
font-size:13px;
text-decoration:none;
}

.es_li:hover .info {
display: block;
}

/* divs ediciones */

.tt-wrapper{
	padding: 0;
	width: 90%;
	height: 100px;
	margin: 50px auto 30px auto;
}
.tt-wrapper li{
	float: left;
	list-style:none;

}
.tt-wrapper li a{
	display: block;
	width: 110px;
	height: 98px;
	margin: 0 10px;
	outline: none;
	background: transparent url(../ux/images/icons.png) no-repeat top left;
	text-indent: -9000px;
	position: relative;
}
.tt-wrapper li .ciclo1{
    background-position: 0px 0px;
}
.tt-wrapper li .ciclo2{
    background-position: -120px 0px;
}
.tt-wrapper li .ciclo3{
    background-position: -240px 0px;
}
.tt-wrapper li .ciclo4{
    background-position: -355px 0px;
}
.tt-wrapper li .ciclo5{
    background-position: -470px 0px;
}

.tt-wrapper li a span{
	width: 100px;
	height: auto;
	line-height: 20px;
	padding: 10px;
	left: 50%;
	margin-left: -64px;
	font-size: 16px;
	color: #666;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
	text-align: center;
	border: 4px solid #fff;
	background: rgba(255,255,255,0.3);
	text-indent: 0px;
	border-radius: 5px;
	position: absolute;
	pointer-events: none;
	bottom: 100px;
	opacity: 0;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.1);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.tt-wrapper li a span:before,
.tt-wrapper li a span:after{
	content: '';
	position: absolute;
	bottom: -15px;
	left: 50%;
	margin-left: -9px;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid rgba(0,0,0,0.1);
}
.tt-wrapper li a span:after{
	bottom: -14px;
	margin-left: -10px;
	border-top: 10px solid #fff;
}
.tt-wrapper li a:hover span{
	opacity: 0.9;
	bottom: 70px;
}


/* acordion */ 
.ac-container{
	width: 100%;
	margin: 10px auto 30px auto;
	text-align: left;
	

}
.ac-container label{
  	padding: 7px 50px;
	position: relative;
	z-index: 20;
	display: block;
	height: 28px;
	cursor: pointer;
	color: #777;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
	background: #ffffff;
	box-shadow: 
		0px 0px 0px 1px rgba(155,155,155,0.3), 
		1px 0px 0px 0px rgba(255,255,255,0.9) inset, 
		0px 2px 2px rgba(0,0,0,0.1);
		border-left: 6px solid #008BB9;
		margin-bottom:7px;
}
.ac-container label:hover{
	background: #fff;
}
.ac-container input:checked + label,
.ac-container input:checked + label:hover{
	background: #c6e1ec;
	color: #3d7489;
	text-shadow: 0px 1px 1px rgba(255,255,255, 0.6);
	box-shadow: 
		0px 0px 0px 1px rgba(155,155,155,0.3), 
		0px 2px 2px rgba(0,0,0,0.1);
}
.ac-container label:hover:after,
.ac-container input:checked + label:hover:after{
	content: '';
	position: absolute;
	width: 24px;
	height: 24px;
	right: 13px;
	top: 7px;
	background: transparent url(../ux/images/arrow_down.png) no-repeat center center;	
}
.ac-container input:checked + label:hover:after{
	background-image: url(../ux/images/arrow_up.png);
}
.ac-container input{
	display: none;
}
.ac-container article{
	background: rgba(255, 255, 255, 0.5);
	margin-top: -1px;
	overflow: hidden;
	height: 0px;
	position: relative;
	z-index: 10;
	-webkit-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-moz-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-o-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-ms-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	border-left: 6px solid rgba(0, 139, 185, 0.6);
	margin-bottom:7px;
}
.ac-container article p{
	padding: 10px;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
}
.ac-container input:checked ~ article{
	-webkit-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-moz-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-o-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-ms-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	box-shadow: 0px 0px 0px 1px rgba(155,155,155,0.3);
}
.ac-container input:checked ~ article.ac-small{
	height: 140px;
}
.ac-container input:checked ~ article.ac-medium{
	height: 160px;
}
.ac-container input:checked ~ article.ac-large{
	height: 200px;
}

/* Media Query para tabletas */
@media only screen and (max-width: 520px) {
	.es_li {
		width: 31%;
	}

}
</pre></body></html>