<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

@font-face {
    font-family:'Cicle';
    src: url('fonts/CicleFina.eot');
	src: url('fonts/CicleFina.eot?#iefix') format('embedded-opentype'),
		url('fonts/CicleFina.woff2') format('woff2'),
		url('fonts/CicleFina.woff') format('woff'),
		url('fonts/CicleFina.svg#CicleFina') format('svg');
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-00FE;
}

@font-face {
    font-family:'Cicle';
    src: url('fonts/fonts/CicleFinaItalic.eot');
	src: url('fonts/CicleFinaItalic.eot?#iefix') format('embedded-opentype'),
		url('fonts/CicleFinaItalic.woff2') format('woff2'),
		url('fonts/CicleFinaItalic.woff') format('woff'),
		url('fonts/CicleFinaItalic.svg#CicleFinaItalic') format('svg');
    font-weight: 300;
    font-style: italic;
    font-stretch: normal;
    unicode-range: U+0020-00FE;
}

@font-face {
    font-family:'Cicle';
    src: url('fonts/CicleGorditaItalic.eot');
	src: url('fonts/CicleGorditaItalic.eot?#iefix') format('embedded-opentype'),
		url('fonts/CicleGorditaItalic.woff2') format('woff2'),
		url('fonts/CicleGorditaItalic.woff') format('woff'),
		url('fonts/CicleGorditaItalic.svg#CicleGorditaItalic') format('svg');
    font-weight: 700;
    font-style: italic;
    font-stretch: normal;
    unicode-range: U+0020-00FE;
}

@font-face {
    font-family:'Cicle Gordita';
    src: url('fonts/CicleGordita.eot');
	src: url('fonts/CicleGordita.eot?#iefix') format('embedded-opentype'),
		url('fonts/CicleGordita.woff2') format('woff2'),
		url('fonts/CicleGordita.woff') format('woff'),
		url('fonts/CicleGordita.svg#CicleGordita') format('svg');
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-00FE;
}
@font-face {
    font-family:'Cicle Semi Italic';
    src: url('fonts/CicleSemiItalic.eot');
	src: url('fonts/CicleSemiItalic.eot?#iefix') format('embedded-opentype'),
		url('fonts/CicleSemiItalic.woff2') format('woff2'),
		url('fonts/CicleSemiItalic.woff') format('woff'),
		url('fonts/CicleSemiItalic.svg#CicleSemiItalic') format('svg');
    font-weight: 400;
    font-style: italic;
    font-stretch: normal;
    unicode-range: U+0020-00FE;
}
@font-face {
    font-family:'Cicle Semi';
    src: url('fonts/CicleSemi.eot');
	src: url('fonts/CicleSemi.eot?#iefix') format('embedded-opentype'),
		url('fonts/CicleSemi.woff2') format('woff2'),
		url('fonts/CicleSemi.woff') format('woff'),
		url('fonts/CicleSemi.svg#CicleSemi') format('svg');
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-00FE;
}

@font-face {
    font-family:'Cicle Shadow';
    src: url('fonts/CicleShadow.eot');
	src: url('fonts/CicleShadow.eot?#iefix') format('embedded-opentype'),
		url('fonts/CicleShadow.woff2') format('woff2'),
		url('fonts/CicleShadow.woff') format('woff'),
		url('fonts/CicleShadow.svg#CicleShadow') format('svg');
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-00FE;
}
body{
	text-align: center;
	font-size:14px;
	font-family: Verdana;
	margin-top:20px;
	color:#4C4B4B;
	line-height: 23px;
}
strong{
	font-weight: bold;
}
.main_container{
	margin:auto;
	width:950px;

}
.nav_menu{
	float:right;
}
.nav_menu li{
	display: inline;
	margin-right: 10px;
}
.nav_menu li a{
	text-decoration: none;
	color:#4C4B4B;
	
}
.nav_menu li a:hover{
	text-decoration: underline;
}
.header{
	margin-bottom: 10px;
	height:20px;
}
}
.main_content{
	margin-top:20px;
	clear:both;
}
.slider{
	margin-bottom: 20px;
}
.green_plax{
	width:100%;
	padding-top: 10px;
	padding-bottom: 10px;
	background: #b7ddc6;
	color:#2B6456;
	margin-top:20px;
	margin-bottom: 10px;
	margin-top: 25px;
	clear: both;
	font-size:24px;
}
.gray_plaxt{
	background: #E2E2E2;
	width:100%;
	padding-top: 10px;
	padding-bottom: 10px;

	font-size:20px;
	font-family: Arial;
	margin-bottom: 10px;
	margin-top: 10px;
	clear: both;
}
.column_left{
	float:left;
	width: 50%;
	
}
.dcolumns{
	clear: both;
	width:100%;
	margin-top:10px;
	margin-bottom: 10px;
	padding:10px;
	text-align: left;
}
.green_font{
	font-size:19px;
	color:#2B6456;
	font-weight: bold;
}
.svg_circle{
	text-align: center;
}
.col3{
	float:left;
	margin: auto;
	width:33.33%;
}
.gray_plax{
	padding:15px;
	background:  #f0f0f0;
	width:85%;
	margin: auto;
	height:255px;
	margin-top:20px;
	margin-bottom: 20px;
	text-align: justify;
}
.col3&gt; .dcolumns{
	text-align: center;
}
#bloq_premios{
	margin-top:20px;
	clear: both;
}
.clear{
	clear: both;
}
.video p{
	text-align: left;
	margin-bottom:20px;
	font-weight: bold;
	padding-left: 20px;
}
.ul_premios{
	text-align: left;
	padding:20px;

}
.ul_premios li{
	margin-top: 20px;
	clear:both;
	text-align: justify;
}
.ul_premios &gt; li &gt;img {
	vertical-align: middle;
	margin-right:20px;
}
.lpimage{
	float:left;
	width:10%;
	margin-bottom:10px;
}
.lptext{
	float:left;
	width:90%;
	margin-top:10px;
}
.banners_footer{
	clear: both;
	margin-bottom: 20px;
	margin-top:20px;
}
.banner50{
	width: 50%;
	float:left;

}
.banners_footer div &gt;img{
	width: 90%;
	text-align: center;

}
.slide1{
	margin-top:-300px;
	font-size:38px; 
	line-height:60px;
	margin-left:50%;
	margin-bottom:30px;

}
.slide1 span{
	color:#2B6456;

}
.slide2{
	margin-top:-185px;
	font-size:27px;
	line-height:29px;
	color:#ffffff;
	margin-left:51%
}

.slide2 a{
	color:#ffffff;
}
.slide3{
	font-size:25px; 
	line-height:27px;
	padding:20px;
	width:50%;
	float:right;
	margin-top:-310px;
	text-align: left;
	position: relative;
	z-index: 0;


}
.slide3 ul &gt; li{
	margin-bottom:10px;
}
.pfrecuentes{
	font-size: 23px; 
	line-height: 30px; 
	margin-top: -105px;
	text-align: left;
	margin-left: 34px;
	width:324px;
}
.pinscribete{
	font-size: 33px; 
	color: rgb(255, 255, 255); 
	text-decoration: underline; 
	line-height: 50px; 
	margin-top: -116px; 
	margin-bottom: 40px;
}
.colaboradores_footer{
	text-align: center;

}
.colaboradores_footer img{
	margin:10px;
}
.img_responsiva{
	display: none;
}

/* RESPONSIVE CSS */
@media only screen and (max-width: 740px) {
	.nav_menu{
		float:left;
		margin-top:20px;
		clear:both
	}
	div{
		width:100%!important;
		clear: both;
	}
	.img_accesible{
		display: none;
	}
	.img_responsiva{
		display: block;
	}
	.img_responsiva img{
		width: 100%!important;
	}
	.gray_plax{
		padding-left:0px!important;
		padding-right: 0px!important;
	}
	body{
		overflow-x: hidden;
	}
	.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto{
	display:none;
	}
	 .menu{
	 	margin-top:50px;
	 	clear: both;

	 }
}

/*END RESPONSIVE*/



 #canvas {
                height: 300px;
                margin:auto;
                width: 300px;
            }
            #paper {
                height: 300px;
                
                width: 300px;
            }
            .texto_seleccion {
                display: none;
                height: 140px;
                overflow: none;
                margin-top: -300px;
                margin-left:300px;
                width: 170px;
                position: absolute;
                font-size:12px;
                line-height: 16px;
                border:1px solid #4C4B4B;
                background: #f0f0f0;
                padding:10px;
                border-radius:20px;
            }
            .texto_seleccion span{
            	font-weight: bold;
            
            }

            header{
            	/*display:none;*/

            }
            #breadcrumb{
            	display: none;
            }

            
            h1#page-title{
            	display: none;
            }
            #redes, #footer_bajo{
            	display:none;
            }
            .menu{
            	width: 960px!important;

            }
            .c_left50
            {
				float:left;
            	width:45%;
            	margin: auto;
            }
            .c_right50
            {
            	float:right;
            	width:45%;
            	margin: auto;
            }
            .pimage{
            	float:left;
            	width:344px;
            	margin: auto;
            }
           .ptexto{
            	float:left;
            	width:58%;
            	margin: auto;
            	text-align: left;
            	padding:10px;
            	text-align: justify;
            }
          
            #bloque_conferencias{
            	text-align: center;
            }
            .ptextoimg{
            	background: #b7ddc6;
            	padding:10px;
            	margin-top: -6px;

            }
            .ptextoimg span{
            	font-weight: bold;
            }
            .qspanish{
            	font-weight: bold;
            	margin-bottom: 10px;
            }
            
            #ev_textobanner{
            	margin-top: -240px;
            	
            	text-align:right;
            	padding-right:15px;
            	font-size:30px;
            	line-height: 39px;
            	position:relative;
            	width: 60%;
            	margin-left: 0px;
            	float:right;

            }
            #bloque_conferencias &gt; div &gt; img{
            	margin-top:-10px;
            }
             #bloque_conferencias &gt; div &gt; div&gt; ul{
             	text-align: left;
             	margin-top:10px;
             }
             #bloque_conferencias &gt; div &gt; div&gt; ul &gt; li &gt;img{
             	margin-right: 10px;
             	vertical-align: middle;
             }
             #texpo{
             	text-align: left;
             	margin-top:10px;
             }
             .ponente{
             	margin-top:55px;
             }
             .ptleft{
             float:right;
             }
             .ptright{
             	float:left;
             	margin-right:30px;
             }
             #slide4{
             	font-size:27px;
             	line-height:40px;
             	margin-left:40px!important;
             	text-align: left;

             }
             #slide4 span{
             	
             	font-size:40px;
             	line-height: 55px;
             }
             .mtrabajo{
             	margin: auto;
             	width:90%;
             }
             .mtrabajo &gt;tbody&gt; tr&gt; td{
             	border: 1px solid #b7ddc6;
             	font-size:14px;
             	font-family: Verdana;
             	padding:5px;
             }
             .divpdf{
             	text-align: left;
             	font-size:13px;
             	line-height: 15px;
             	margin-bottom: 25px;
             	margin-top:25px;
             }

ul.bxslider li img{
min-width:auto!important;
width:unset!important;
}</pre></body></html>