<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body{
	background: #666666;
	overflow: hidden;
	height: 100%;
	width: 100%;
	text-align: center;
    font-family: 'PT Sans', sans-serif;
	font-weight: 400;
	font-size: 13px;
}
a{
	text-decoration:none;
}

/**********************************
CLASES UTILES
**********************************/
.dropshadow{
	-moz-box-shadow: 0px 0px 5px #000;
	-webkit-box-shadow: 0px 0px 5px #000;
	box-shadow: 0px 0px 5px #000;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}

/********************************************
IDS Y VARIOS
*********************************************/
/* LATERAL */
#lateral{
	position: absolute;
	display: table;
	right: 0px;
	top:0px;
	width:60px;
	height:100%;
	background-color: #FFFFFF;
	background-image: url("../img/logoLateral.jpg"), url("../img/logito.gif");
	background-repeat: no-repeat;
	background-position: center top, center bottom;
}
/* THUMBNAIL OVER */
#thumb {
	position: absolute;
	text-align: left;
	width: 94px;
	height: 225px;
	background: #FFFFFF;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    left: 10%;
    top:-225px;
    -webkit-transform-style: flat;
    -webkit-perspective: 1000;
}
#thumb .preloadThumb{
	position: absolute;
	width: 88px;
	height: 60px;
	background: #FFFFFF;
	opacity: .8;
	left:3px;
	top:8px;
    line-height: 60px;
}
#thumb .preloader{
    margin-left: 35px;
}
#thumb img{
	position: relative;
	left:3px;
	top:8px;
}

#thumb .textoHolder{
	position: relative;
	display: block;
	rotation:90deg;
	transform-origin:left top 0;
	-ms-transform:rotate(90deg);
	-ms-transform-origin:left top 0;
	-moz-transform:rotate(90deg);
	-webkit-transform:rotate(90deg);
	-webkit-transform-origin:left top 0;
	-o-transform:rotate(90deg);
	height: 94px;;
	width: 140px;
	margin-left: 94px;
	margin-top: 15px;
}
#thumb .textoHolder .middleWrapper{
	position: relative;
	top:20px;
	line-height: 13px;
	position: relative;
	margin-top: 12px;
}

#thumb .title{
	font-weight: 700;
}
#thumb .desc{
	font-weight: 400;
}
/********************************************
CONTENIDO
*********************************************/
/* MENU CATEGORIAS
**********************/
#headerWrapper{
	position: fixed;
	text-align: center;
	width: 100%;
	margin-top: 10px;
}
#setMenuHolder{
	display: inline-block;
	line-height: 18px;
	font-size: 14px;
	top:0px;
}
#setMenuHolder a{
	display: inline-block;
	margin-left: 13px;
	color: #cccccc;
}
#setMenuHolder .separador{
	display: inline-block;
	margin-left: 13px;
	color: #cccccc;
}
#setMenuHolder .selected{
	color: #6699cc;
	font-weight: 700;
}
#setMenuHolder a .active{
	color: #6699cc;
	cursor:none;
}
#setMenuHolder a:hover{
	color: #6699cc;
}
#setMenuHolder a:first-child{
	margin-left: 0px;
}
/* FOTO HOLDER
**********************/
#fotoHolder{
	position: absolute;
	text-align: left;
    -webkit-transform-style: flat;
    -webkit-perspective: 1000;
}
#fotoHolder img{
	position: relative;
	border:5px solid #FFFFFF;
	opacity: 0;
}
/* WRAPPER FOOTER FIXED
***********************/
#wrapperFooter{
	position: absolute;
	top:0px;
/*	height: 40px;*/
	text-align:center;
}
/* FOTO MENU HOLDER
**********************/
#fotoMenuHolder{
	position: inline-block;
	top:20px;
	left: 0px;
	font-size: 14px;
    line-height: 17px;
}
#fotoMenuHolder a{
	display: inline-block;
	margin-left: 13px;
	color: #cccccc;
}
#fotoMenuHolder .selected{
	color:#FFFFFF;
	font-weight: 700;
}
#fotoMenuHolder a:hover{
	font-weight: 700;
}
/* DESCRIPCION
**********************/
#pageDescriptionHolder{
	position: inline-block;
	top:20px;
	left: 0px;
	font-size: 14px;
	color: #FFFFFF;
}
#pageDescriptionHolder .title{
	font-weight: 700;
}
#pageDescriptionHolder .desc{
	font-weight: 400;
	margin-left: 5px;
}
/* MEDIA QUERYS */
@media screen and (orientation:portrait) {
	/* LATERAL */
	#lateral{
		position: absolute;
		right: 0px;
		top:0px;
		width:100%;
		height:55px;
		background-color: #FFFFFF;
		background-image: url("../img/logoLateral_horizontal.jpg"), url("../img/logito.gif");
		background-repeat: no-repeat;
		background-position: left center, right center;
	}
}
@media screen and (orientation:portrait) and (max-width:305px) {
	/* LATERAL */
	#lateral{
		background-image: url("../img/logito.gif");
		background-repeat: no-repeat;
		background-position: right center;
	}
}
@media screen and (orientation:landscape) and (max-height:314px) {
	/* LATERAL */
	#lateral{
        background-image: url("../img/logito.gif");
        background-repeat: no-repeat;
        background-position: center bottom;
	}
}
#modal {
    position:absolute;
    background:#FCFCFC;
	text-align:left;
    visibility: hidden;
    opacity: 0;
    overflow: auto;
}
#container p{
	font-size:14px;
	margin-bottom:15px;
	color:#333333;
}
#container h1{
	font-size:21px;
	font-weight:600;
	color:#6699cc;
	margin-bottom:18px;
}
#container h2{
	font-size:18px;
	color:#6699cc;
}

.destacado{
	font-size:17px;
	line-height:18px;
	margin-bottom:16px;
}

#closeBtn {
    position: absolute;
	font-size:19px;
	font-weight: 700;
	top:8px;
    right: 3px;
}

.closeBtnIcon {
	padding:5px;
	color:#AAAAAA;
	cursor:pointer;
	border:1px #6699cc;
	margin-right:5px;
}
.closeBtnIcon:hover {
	color:#424242;
}

#container {
	margin:40px;
    margin-top:35px;
}

.container_item {
	display:inline-block;
	width:245px;
    line-height: 20px;
}

.container_item_annual{
	color:#6699cc;
}

.container_row {
	margin-bottom:8px;
	font-size:14px;
}

.clients_anual_report {
	color:#6699cc;
	font-size:11px;
	margin-top:10px;
	text-align:right;
}
#modalBlock {
    width:100%;
    height:100%;
    background:#CCCCCC;
    position:fixed;
    visibility: hidden;
    opacity: 0;
}
</pre></body></html>