@charset "UTF-8";
/* CSS Document */
<style type="text/css">

#apDiv1 {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	z-index:1;
}
.texto {
	font-family: Calibri;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #036;
	text-align: center;
}
.fondo_pagina {
	background-image: url(../imagenes/cielo_t.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.texto_firma {
	font-family: calibri;
	font-size: 10px;
	color: #999;
}
.header {
	background-color: #17AEEB;
	background-image: url(../jpg/header_in.jpg);
	background-position: center;
	background-repeat: no-repeat;
}
.cielo {
	background-image: url(../jpg/cielo.jpg);
	background-position: center;
	background-repeat: no-repeat;
}
.cielo_inferior {
	background-image: url(../jpg/piso_cristal_.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
.linksblanco {
	font-family: calibri;
	font-size: 12px;
	color: #FFF;
	font-weight: bold;
}
.piso {
	background-color: #092764;
	background-image: url(../jpg/piso.jpg);
	background-position: center;
	background-repeat: no-repeat;
}

.links2 {
	font-family: Calibri;
	font-size: 14px;
	color: #003;
	font-style: normal;
	font-weight: 400;
}

.pisomenus {
	background-image: url(../jpg/crystaldown.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

