<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#fotobottom {
	bottom: 0px;
	padding-top: 65px;
}

/*LEFT BLOCK STYLE*/
#textleftimage p{
	color:#000;
	opacity: 0;
	-webkit-transition: opacity 2s ease-in;
	-moz-transition: opacity 2s ease-in;
	-o-transition: opacity 2s ease-in;
	-ms-transition: opacity 2s ease-in;
	transition: opacity 2s ease-in;
}
#textleftimage p.load{
	opacity: 1;
}

#tituloleft {
	font-family: "Century Gothic";
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #000;
	color: #000;
	font-size: 8px;
	height: 80px;
	width: auto;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.left {
	float: left;
	left: 0px;
	width: 600px;
	height: 500px;
}

#leftblock {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 15px;
	width: 100%;
}

#leftblockright{
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 15px;
	text-align: left;
	font-size: 10px;
	display: none;
	width: 100%;
}


#tituloleft h1 {
	text-shadow:#CCC 110px -20px 0px; /* same as above*/
	color:#000;
	font-size: 54px;
	font-weight:normal;
	padding-bottom:0px;
}
.titulotext {
	height: 500px;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 2px;
	font-family: Helvetica;
}
.titulotext p {
	font-family:"DINPro"
	display: block;
	font-size: 12px;
	color: #000000;
	text-align: justify;
	margin-top: 1em;
	margin-right: 1em;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 5px;
	padding-right: 35px;
	padding-bottom: 5px;
	padding-left: 20px;
}
.left #leftblock .imagentitulo {
	text-align: center;
	margin: 8px;
}

/*RIGHT BLOCK STYLE*/
#tituloright {
	font-family: "Century Gothic";
	color: #FFF;
	font-size: 8px;
	margin-top: 2px;
	height: 80px;
	width: auto;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}

#tituloright h1 {
	text-shadow: #AADFFF -60px -20px 0px; /* same as above*/
	color: #005989;
	font-size: 54px;
	font-weight:normal;
	padding-bottom:0px;
}

.textright{
	font-size: 8px;
	height: auto;
	display: block;
	font-size: 13px;
	text-align: justify;
	margin-right: 1em;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 50px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.right {
	float: right;
	width: 320px;
	height: 500px;
}
.imagenflotante {
	background-image: url(../img/pyear.png);
	float: left;
	height: 154px;
	width: 164px;
	position: absolute;
	right: 38%;
	z-index: 1000;
	bottom: 28px;
}
.textright ul {
	font-weight: bolder;
	font-size: 24px;
	color: #000000;
	margin: 0 0 0 0;
}
.textright ul li a {
	text-decoration: none;
	font-weight: bold;
	font-size: 24px;
	color: #000000;

}
.textright ul li a:hover{
	color:#999;
}
/*MESASSE POPUP*/
.messagepop {
  background-color:#FFFFFF;
  border:1px solid #999999;
  cursor:default;
  display:none;
  margin-top: 15px;
  position:absolute;
  text-align:left;
  width:394px;
  z-index:50;
  padding: 25px 25px 20px;
}

.messagepop p, .messagepop.div {
  border-bottom: 1px solid #EFEFEF;
  margin: 8px 0;
  padding-bottom: 8px;
}
.textotecnologia {
	background-color: #FFF;
	border-left-style: dotted;
	border-left-color: #09F;
	color: #000;
}
/*POPUP BOS BEN*/
.popup_box{
	display: none;
	position:absolute;
	height: auto;
	width: auto;
	left: 450px;
	top: 60%;
	z-index: 1000;
	background-image: url(../img/ventanapopup.png);
	background-repeat: no-repeat;
	padding: 40px 0px 0px 10px;
}
.popup_box_text {
	font-size: 15px;
	color: #FFF;
	height: 245px;
	width: 285px;
	text-align:left;
	}
.popupBoxClose{
	font-size: 18px;
	line-height: 15px;
	right: 20px;
	top: 15px;
	position: absolute;
	color: #fff;
	font-weight: bolder;
	z-index: 1100;
	text-decoration: none;
}
</pre></body></html>