<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*{margin:0; padding:0; outline:0;}

body{
	font-family: Verdana, Geneva, sans-serif;
	color: #333;
	font-size:12px;
	font-weight:normal;
	background-color:#fff;
	margin:0 auto;
	background-image: url(../img/bg-site.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
a{
	font-family: Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#004786;
	text-decoration:underline;
	cursor:pointer;
	font-weight:normal;
}
a:hover{
	font-family: Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#333;
	text-decoration:underline;
	cursor:pointer;
	font-weight:normal;
}
h1{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 24px;
	color:#003360;
	font-weight:normal;
	word-spacing:-1px;
}
h2{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color:#0072b4;
	font-weight:bold;
	word-spacing:-1px;
}
h3{
	font-family: calibri;
	font-size: 19px;
	color:#fff;
	font-weight:bold;
}
h4{
	font-family: Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#000;
	padding-top:5px;
	padding-bottom:2px;
	text-decoration:none;
	font-weight:bold;
}
.verde{	color:#E61926;}
.rojo{
	color:#E61926;
	font-weight:bold;
}
.padbot{
	padding-bottom:10px;
}
a span{	display:none;}
li{list-style:none}
p{font-size:12px; text-align:left;}
strong, b{font-weight:bold}
.bold{font-weight:bold}
.italic{font-style:italic}
img{border:none}
/*
//////////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////// HEADER ///////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////////////////
*/
#header{
	width:100%;
	height:200px;
	margin:0 auto;
}
#header-box{
	width:960px;
	height:200px;
	margin:0 auto;
	position:relative;
}
#header-bot{
	width:960px;
	height:115px;
	margin:0 auto;
	position:relative;
}
#logo{
	width:350px;
	float:left;
	padding-top:10px;
	display:inline;
	margin:0 auto;
}
#header-right{
	width:500px;
	height:50px;
	padding-top:50px;
	margin:0 auto;
	float:right;
	text-align:right;
	position:relative;
	background-image: url(../img/mutual-a-medida.jpg);
	background-repeat: no-repeat;
	background-position: 10px 10px;
}
.intranet {
	width:180px;
	margin:0 auto;
	height:25px;
	padding-left:10px;
	line-height:25px;
	padding:0px;
	color:#828D97;
	font-weight:bold;
	font-size:15px;
}
#ultop {
	/*width:200px;*/
	width:75px;
	margin:0 auto;
	height:55px;
	position:absolute;
	right:0px;
	top:0px;
	padding:0px;
	-moz-border-radius: 0px 0px 5px 5px;
	-webkit-border-radius: 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px;
	/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
	/*background-image: url(../img/bg-menutop.png);*/
	background-repeat: repeat;
	background-position: left top;
}
#ultop li {
	height:23px;
	float:left;
	line-height:23px;
	float:left;
	margin:3px;
	padding-left:14px;
	padding-right:14px;
	text-align:center;
	list-style:none;
	display:inline;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
	background-image: url(../img/bg-bot-top.png);
	background-repeat: repeat;
	background-position: left top;
}
#ultop li a {
	font-family: Verdana, Geneva, sans-serif;
	font-size:13px;
	color:#00F0FF;
	font-weight:bold;
}
#ultop li a:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size:13px;
	color:#fff;
	font-weight:bold;
}
/*
///////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////// NAV ///////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////////////////
*/
#nav {		
	width:960px;
	margin:0 auto;
	height:85px;
	padding:0px;
	display:block;
}
#nav li {
	float:left;
	height:85px;
	line-height:85px;
	padding-left:13px;
	padding-right:13px;
	list-style:none;
	display:inline;
}
#nav li:hover {
	float:left;
	height:85px;
	line-height:85px;
	padding-left:13px;
	padding-right:13px;
	list-style:none;
	display:inline;
	background-image: url(../img/bg-btn-menu.png);
	background-repeat: repeat-x;
	background-position: left top;
}
#nav li:hover a{
	color:#FFCD00;
}
.liover {
	float:left;
	height:85px;
	line-height:85px;
	padding-left:13px;
	padding-right:13px;
	list-style:none;
	display:inline;
	background-image: url(../img/bg-btn-menu.png);
	background-repeat: repeat-x;
	background-position: left top;
}
#nav li a {
	font-family: Verdana, Geneva, sans-serif;
	font-size:13px;
	font-weight:normal;
	color:#ffffff;
	text-decoration:none;
}
#nav li a:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size:13px;
	font-weight:normal;
	color:#FFCD00;
	text-decoration:none;
}
#nav li p {
	font-family: Verdana, Geneva, sans-serif;
	font-size:13px;
	font-weight:normal;
	color:#FFCD00;
	text-decoration:none;
}
/*
//////////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////// HOME ////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////////////////
*/
#page{
	width:100%;
	padding-top:10px;
	padding-bottom:45px;
	margin:0 auto;
	display:table;
	position:relative;
	background-image: url(../img/bg.jpg);
	background-repeat: repeat-x;
	background-position: left 288px;
}
#content{
	width:960px;
	margin:0 auto;
	display:table;
}
#sombra-slider{
	width:960px;
	height:60px;
	margin:0 auto;
	background-image: url(../img/sombra-slider.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
#box-home{
	width:960px;
	margin:0 auto;
	padding-top:32px;
	padding-bottom:45px;
	display:table;
	color:#000;
	line-height:18px;
}
#box-home img {
	border:#FFF 8px solid;
}
#box-home-l{
	width:300px;
	margin:0 auto;
	display:inline;
	float:left;
}
#box-home-c{
	width:300px;
	margin:0 auto;
	display:inline;
	float:left;
	padding-left:36px;
	padding-right:36px;
}
#box-home-r{
	width:286px;
	margin:0 auto;
	display:inline;
	float:left;
}
/*
//////////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////// INTERNAS /////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////////////////
*/
#box-info{
	width:959px;
	margin:0 auto;
	display:table;
	border:#FFF 1px solid;
	color:#000;
	padding-bottom:28px;
	margin-bottom:20px;
	background-color: #FFF;
	line-height:18px;
	-moz-box-shadow: 0px 0px 4px #666;
	-webkit-box-shadow: 0px 0px 4px #666;
	box-shadow: 0px 0px 4px #666;
	background-image: url(../img/bg-info.png);
	background-repeat: repeat-x;
	background-position: left top;	/*IE 7 AND 8 DO NOT SUPPORT BLUR PROPERTY OF SHADOWS*/
}
#box-cont{
	width:850px;
	margin:0 auto;
	line-height:19px;
	display:table;
	padding-bottom:25px;
}
#box-tit{
	width:850px;
	float:left;
	margin:0 auto;
	padding-top:56px;
	padding-bottom:11px;
	margin-bottom:20px;
	display:table;
	border-bottom:2px #003360 solid;
}
#box-tit2{
	width:850px;
	float:left;
	margin:0 auto;
	padding-top:26px;
	padding-bottom:11px;
	margin-bottom:20px;
	display:table;
	border-bottom:2px #003360 solid;
}
#col-left{
	width:600px;
	margin:0 auto;
	float:left;
	display:inline;
}
#col-right{
	width:241px;
	padding-left:9px;
	margin:0 auto;
	float:right;
	display:inline;
}
#comision{
	width:850px;
	float:left;
	margin:0 auto;
	padding-top:10px;
}
#box-comision{
	width:240px;
	float:left;
	line-height:15px;
	margin:0 auto;
	display:inline;
	padding-right:20px;
}
#mapa{
	width:270px;
	height:560px;
	float:left;
	margin:0 auto;
}
.img-serv {
	padding-top:35px;
	padding-left:15px;
}
#servicios {
	float:left;
	width:590px;
	text-align:left;
	list-style:none;
}
#servicios li{
	float:left;
	width:590px;
	text-align:left;
	padding-top:16px;
	padding-bottom:6px;
	list-style:none;
}
#box-tit3{
	width:590px;
	float:left;
	margin:0 auto;
	padding-top:26px;
	padding-bottom:2px;
	margin-bottom:10px;
	display:table;
	position:relative;
	border-bottom:2px  #DBDBDB solid;
}
#box-tit3 a{
	cursor:default;
}
#iconos {
	margin:0 auto;
	height:55px;
	position:absolute;
	right:0px;
	bottom:3px;
	padding:0px;
}
.adhesion {
	background-image: url(../img/adherirse.jpg);
	background-repeat: no-repeat;
	background-position: right 60px;
}
#contact-l{
	width:241px;
	height:800px;
	padding-right:19px;
	margin:0 auto;
	float:left;
	display:inline;
}
#contact-c{
	width:300px;
	margin:0 auto;
	float:left;
	display:inline;
}
#contact-r{
	width:250px;
	padding-left:30px;
	margin:0 auto;
	float:right;
	display:inline;
}
/*
//////////////////////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////// SERVICIOS /////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////////////////
*/
#mod-servicios{
	width:960px;
	height:134px;
	display:table;
	padding-bottom:16px;
	position:relative;
	font-size:12px;
	margin:0 auto;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:19px;
	font-weight:normal;
	font-style:italic;
	color:4d4d4d;
	background-image: url(../img/bg-icon-servicios.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
#icon-servicios {		
	width:940px;
	height:60px;
	margin:0 auto;
	padding-left:19px;
	padding-top:23px;
	float:left;
}
#icon-servicios li {
	float:left;
	width:52px;
	height:52px;
	list-style:none;
	display:inline;
}
#text-serv {
	padding-left:19px;
}
.tooltip {
    display: inline;
    position: relative;
}
.tooltip:hover:after {
    bottom: 56px;
    content: attr(title); /* este es el texto que será mostrado */
    position: absolute;
    z-index: 98;
	left:-10px;
	display:block;
	border:#DBDBDB 1px solid;
    /* el formato gráfico */
    background: rgba(255,255,255, 1); /* el color de fondo */
    border-radius: 5px;
    color: #666; /* el color del texto */
    font-family: Verdana, Geneva, sans-serif;
	font-style:normal;
    font-size: 11px;
    padding: 5px 15px;
    text-align: center;
    min-width: 116px;
}
.tooltip:hover:before {
   bottom: 50px;
    content: "";
	left:-10px;
    left: 50%;
    position: absolute;
    z-index: 99;
    /* el triángulo inferior */
    border: solid;
    border-color: rgba(255,255,255, 1) transparent;
    border-width: 6px 6px 0 6px;
}
#solicite-asesor {		
	width:212px;
	height:54px;
	margin:0 auto;
	position:absolute;
	right:15px;
	top:70px;
	padding:0px;
}
.azul {
	color:#007dbf;
}
.azul2 {
	color:#004786;
	font-weight:bold;
}
.azul3 {
	color:#007dbf;
	font-weight:bold;
}
.big {
	font-size:16px;
}
/*
//////////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////// FOOTER ///////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////////////////
*/
#footer{
	width:100%;
	height:157px;
	color:#333;
	display:table;
	position:relative;
	margin:0 auto;
	background-image: url(../img/bg-foot.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
#footerbox{
	width:960px;
	height:90px;
	padding-top:45px;
	margin:0 auto;
}
#footerbox-left{
	width:190px;
	margin:0 auto;
	position:relative;
	float:left;
	display:inline;
	text-align:left;
}
#footerbox-right{
	width:760px;
	margin:0 auto;
	text-align:left;
	position:relative;
	float:right;
	color:#FFF;
	padding-top:10px;
	font-weight:normal;
	display:inline;
	font-family: Verdana, Geneva, sans-serif;
	font-size:12px;
	line-height:18px;
	word-spacing:-1px;
}
#footerbox-right a{
	font-weight:normal;
	color:#fff;
	text-decoration:underline;
}
#footerbox-right a:hover{
	font-weight:normal;
	color:#77A18C;
	text-decoration:underline;
}
.verdefoot{
	color:#77A18C;
}

/*
//////////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////// FORMS ///////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////////////////
*/
form li{
	margin-bottom:5px
}
label{
	display:block;
	color:#696969;
}
.button{
	display:inline;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	padding:3px 3px;
	background:#003360;
	border:none;
	cursor:pointer;
	box-shadow:none;
	width:70px;
	color:#FFF;
}
.button:hover{
	display:inline;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	padding:3px 3px;
	background:#333;
	cursor:pointer;
	border:none;
	box-shadow:none;
	width:70px;
	color:#FFF;
}
.button:focus{
	display:inline;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	padding:3px 3px;
	background:#333;
	cursor:pointer;
	border:none;
	box-shadow:none;
	width:70px;
	color:#FFF;
}
input, textarea, select{
	width:160px;
	padding:5px;
	margin-left:10px;
	border:none;
	color:#333333;
	font-family: Verdana, Geneva, sans-serif;
	border:#CCC 1px solid;
	background-color:#fff;
}
input:focus, textarea:focus, select:focus{
	width:160px;
	padding:5px;
	margin-left:10px;
	border:none;
	color:#333333;
	font-family: Verdana, Geneva, sans-serif;
	border: #AEAEAE 1px solid;
	background-color:#fff;
}
/*
//////////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////// COLORBOX ///////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////////////////
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; 	z-index:99999999999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto;}
#cboxLoadedContent iframe{display:block; width:100%; height:100%; border:0;}
#cboxTitle{margin:0 auto; text-align:center; width:100%;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
#cboxOverlay{background:#333;}
#colorbox{}
    #cboxContent{margin-top:20px;}
        #cboxLoadedContent{background:#000; padding:5px;}
        #cboxTitle{position:absolute; top:-20px; left:0; color:#fff; font-weight:bold;}
        #cboxCurrent{ display:none;}
        #cboxSlideshow{position:absolute; top:-20px; right:90px; color:#fff;}
        #cboxPrevious{position:absolute; top:50%; left:5px; margin-top:-32px; background:url(../img/controls.png) top left no-repeat; width:28px; height:65px; text-indent:-9999px;}
        #cboxPrevious.hover{background-position:bottom left;}
        #cboxNext{position:absolute; top:50%; right:5px; margin-top:-32px; background:url(../img/controls.png) top right no-repeat; width:28px; height:65px; text-indent:-9999px;}
        #cboxNext.hover{background-position:bottom right;}
        #cboxLoadingOverlay{background:#000;}
        #cboxLoadingGraphic{background:url(../img/loading.gif) center center no-repeat;}
        #cboxClose{position:absolute; top:5px; right:5px; display:block; background:url(../img/controls.png) top center no-repeat; width:38px; height:19px; text-indent:-9999px;}
        #cboxClose.hover{background-position:bottom center;}

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