<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('//fonts.googleapis.com/css?family=Roboto:400,500,700');

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* 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;
}

div.clear{ height:1px; line-height:1px; font-size:1px; clear:both; float:none; }
html{ width: 100%; height: 100%; }
body{  font-family: Verdana; width: 100%; height: 100%; }

@font-face{
    font-family:'HelveNeueLTStdCn';
    src:url('../fonts/HelveticaNeueLTStd-Cn.otf');
    font-weight:normal;
    font-style:normal;
}

@font-face{
    font-family:'HelveNeueLTStdMed';
    src:url('../fonts/HelveticaNeueLTStd-Cn.otf');
    font-weight:normal;
    font-style:normal;
}

@font-face{
    font-family:'HelveNeueLTStdBlkCn';
    src:url('../fonts/HelveticaNeueLTStd-BlkCn.otf');
    font-weight:normal;
    font-style:normal;
}


body.flipbook
{

    color: #000;
    background-color: rgba(0, 165, 80, .5);
    /*position: relative;*/
}

#flipbook_box
{
	width:1582px;
    height:1041px;
    /*background-color: #fff;*/
    margin: 0px auto;
    position: relative;
    overflow: hidden;
}

#flipbook_loading{
    width:1582px;
    height:1041px;

    
    position: absolute;
    top:0px;
    left:0px;
	background-color: rgba(0, 165, 80, .5);

}

#flipbook{
    width:1582px;
    height:1041px;
}

#flipbook {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none;   /* Chrome/Safari/Opera */
  -khtml-user-select: none;    /* Konqueror */
  -moz-user-select: none;      /* Firefox */
  -ms-user-select: none;       /* Internet Explorer/Edge */
  user-select: none;           /* Non-prefixed version, currently
                                  not supported by any browser */
}

#flipbook_box .page
{
	background: #fff;
}

#flipbook_box #layer{
	position: absolute;
	top: 0;
	left: 0;
	background-color: #fff;
	opacity: 0;
	z-index: 20;
}

#flipbook_box .notaLink
{
	cursor: pointer;
	border-radius: 5px;
	background-color: #009f3c;
	opacity: 0.2;
}

/*MIENTRAS CARGO APAGO TODO*/

#flipbook_box &gt; #flipbook
{
	opacity: 0;
}


#loader{

	top: 50%;
	left: 50%;
	position: absolute;

	border: 8px solid transparent;
	border-radius: 50%;
	border-top: 8px solid #00a550;
	border-bottom: 8px solid #00a550;
	width: 50px;
	height: 50px;

	margin-left:-25px;
	margin-top:-25px;

	-webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;


	z-index: 21;
}

#loader_text{

	color: #fff;
	font-size: 12px; 
	line-height: 64px; 

	text-align: center;

	top: 50%;
	left: 50%;
	position: absolute;

	width: 64px;
	height: 64px;

	margin-left:-25px;
	margin-top:-25px;

	z-index: 21;
	/*background-color: rgba(255,0,0,.5);*/
}


@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.hide
{
	display: none;
}

#nota_molde
{
	display: none;
}

#nota
{ 
	font: 14px/16px 'Roboto',Helvetica;
	width: 682px;
	height: 620px;
	background-color: #fff;
	position: absolute;
	z-index: 22;
	display: none;
	border: solid 1px #009f3c;
	box-shadow: 0px 0px 10px #009f3c;
	padding: 20px;
	color: #414141;
	border-radius: 5px;
	box-sizing: border-box;
}

#nota .nota_molde_inner
{
	position: relative;

}

#nota .nota_molde_inner .content
{
	/* overflow: auto; */
	
}

#nota .nota_molde_inner .close
{
	position: absolute;
	right: -40px;
	top: -40px;
	display: block;
	height: 38px;
	width: 38px;
	background: transparent url('../grafica/lightbox_close.png') center center no-repeat;
}

#nota .volanta
{
	background-color: #009f3c;
	float: left;
    line-height: 19px;
    color: #fff;
    padding: 0 7px;
    display: block;
    float: left;
}

#nota .fechaModificacion
{
	float: right;
	font-size: 10px;
    line-height: 19px;
}

#nota h2.titulo
{
	font-family:'HelveNeueLTStdBlkCn';
	font-size: 34px;
	line-height: 34px;
	padding: 10px 0 0;
	color: #333;
}

#nota p.fuentes
{
	float: right;
	padding: 0 0 10px 10px;
	line-height: 14px;
}

#nota p.fuentes a
{
	font-size: 14px;
	color: #000;
	text-decoration: none;
	line-height: 14px;
}


#nota p.copete
{
	font-family:'HelveNeueLTStdMed';
	margin-top: 10px;
}

#nota p.copete a, #nota div.cuerpo a
{
	color: #009f3c;
	text-decoration: none;
}

#nota div.cuerpo
{
	display: none;
	font-family:'HelveNeueLTStdMed';
	margin-top: 10px;
}

#nota a.link_update
{
	display: none;
}

#nota div.cuerpo p
{
	margin-bottom: 10px;
}

#nota .bxslider_box
{
	position: relative;
	width: 100%;
}

#nota .bxslider_box a.ampliar
{
	position: absolute;
	bottom: 0px;
	right: 0px;
	padding: 10px;
	height: 25px;
	width: 25px;
	display: block;
	background: rgba(0,0,0,0.5) url('../grafica/lupa.png') no-repeat scroll center center;
	background-size: 25px auto;
	z-index: 1;
	border-radius: 5px 0 0;
}

#nota .slider_controls .ps-prev 
{
    background: rgba(0, 0, 0, 0.5) url('../grafica/flecha-blanca-izquierda.png') no-repeat scroll center center;
    border: 1px solid #777;
    border-radius: 0 4px 4px 0;
    border-left: 0;
    cursor: pointer;
    left: 0;
    position: absolute;
    top: 50%;
    margin-top:-35px;
    z-index: 999;
    opacity: .7;
    transition: .1s ease-in-out;
}

#nota .slider_controls .ps-prev .bx-prev 
{
    padding: 30px 20px;
    display: block;
}

#nota .slider_controls .ps-next 
{
    background: rgba(0, 0, 0, 0.5) url('../grafica/flecha-blanca-derecha.png') no-repeat scroll center center;
	border: 1px solid #777;
    border-radius: 4px 0 0 4px;
    border-right: 0;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top:-35px;
    z-index: 999;
    opacity: .7;
    transition: .1s ease-in-out;
}

#nota .slider_controls .ps-next .bx-next
{
    padding: 30px 20px;
    display: block;
}

#nota .slider_controls .ps-prev:hover, 
#nota .slider_controls .ps-next:hover
{
	opacity: 1;
}



#nota .bxslider,
#nota .bxslider iframe
{
	height: 371px;
	width: 640px;
	margin: 0 auto 10px;
}

#nota .bxslider li
{
	height: 371px;
	width: 640px;
}

#nota .bxslider img
{
	height: 371px;
	width: 640px;
	transition: .5s ease-in-out;
}

#nota .toolbar
{
	font-family:'HelveNeueLTStdCn';
	border-top: solid 1px #ccc;
	text-align: center;
	padding-top:10px;
	margin-top:10px;
}

#nota .toolbar .col
{
	float: left;
	box-sizing: border-box;
	width: 33.33%
}

#nota .toolbar .col1
{
	padding: 0 5px 0 0;
}

#nota .toolbar .col1 .logo
{
	display: inline-block;
	width: 153px;
	height: 30px;
	background: transparent url('../../../assets/grafica/logo-interactivo.png') center center no-repeat;
	background-size: auto 100%; 
}

#nota .toolbar .col2
{
	padding: 0 5px;
}

#nota .toolbar .col2 .fb
{
	display: inline-block;
	width: 30px;
	height: 30px;
	background: transparent url('../../../assets/grafica/header-logo-fb.png') center center no-repeat;
	background-size: 100% 100%; 
	cursor: pointer;
}

#nota .toolbar .col2 .tw
{
	display: inline-block;
	width: 30px;
	height: 30px;
	background: transparent url('../../../assets/grafica/header-logo-tw.png') center center no-repeat;
	background-size: 100% 100%; 
	cursor: pointer;
}

#nota .toolbar a
{
	transition: all .3s ease-in-out;
}

#nota .toolbar a:hover
{
	opacity: .8;
}

#nota .toolbar .col3
{
	padding: 0 0 0 5px;

}

#nota .toolbar .col3 .player_lectura
{
	display: inline-block;
	width: 30px;
	height: 30px;
	background: transparent url('../../../assets/grafica/header-logo-play.png') center center no-repeat;
	background-size: 100% 100%; 
}

#nota .toolbar .col3 .pause
{
	background-image: url('../../../assets/grafica/header-logo-pause.png');
	display: none;
}



#bxslider_gallery_box .gallery_controls .ps-prev 
{
    background: rgba(0, 0, 0, 0.5) url('../grafica/flecha-blanca-izquierda.png') no-repeat scroll center center;
    border: 1px solid #777;
    border-radius: 0 4px 4px 0;
    border-left: 0;
    cursor: pointer;
    left: 0;
    position: absolute;
    top: 50%;
    margin-top:-35px;
    z-index: 999;
    opacity: .7;
    transition: .1s ease-in-out;
}

#bxslider_gallery_box .gallery_controls .ps-prev .bx-prev, #bxslider_gallery_box .gallery_controls .ps-next .bx-next
{
    padding: 30px 20px;
    display: block;
}

#bxslider_gallery_box .gallery_controls .ps-next 
{
    background: rgba(0, 0, 0, 0.5) url('../grafica/flecha-blanca-derecha.png') no-repeat scroll center center;
	border: 1px solid #777;
    border-radius: 4px 0 0 4px;
    border-right: 0;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top:-35px;
    z-index: 999;
    opacity: .7;
    transition: .1s ease-in-out;
}

#bxslider_gallery_box .gallery_controls .ps-prev:hover, 
#bxslider_gallery_box .gallery_controls .ps-next:hover
{
	opacity: 1;
}


#galleryLayer{
	position: absolute;
	top: 0;
	left: 0;
	background-color: #000;
	opacity: 0;
	z-index: 25;
}

#bxslider_gallery_box{
	z-index: 30;
	position: fixed;
    top: 50%;
    left: 50%;
    /*width: auto;
    height: auto;*/
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    border: solid 1px #009f3c;
	/*box-sizing: border-box;*/
	/*width: 1024px;*/
	/*height: 578px;*/
}

#bxslider_gallery_box #bxslider_gallery{
	width: 1024px;
	height: 578px;
}

#bxslider_gallery_box #bxslider_gallery img
{
	width: 1024px;
	height: 578px;
}

#bxslider_gallery_box .close
{
	z-index: 35;
	position: absolute;
	right: -19px;
	top: -19px;
	display: block;
	height: 38px;
	width: 38px;
	background: transparent url('../grafica/lightbox_close.png') center center no-repeat;
	cursor: pointer;
}

a.link_facebook, a.link_www, a.link_twitter, a.link_instagram, a.link_email
{
	background-color: rgba(0, 165, 80, .5);
	text-decoration: none !important;
	color: #000 !important;
	
}

.instrucciones
{
	padding:10px;
	text-align: center;
}






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