@charset "utf-8";
/* CSS Document */
body, html {
	height:100%;
}
.flotante {
	height:100%;
	width:100%;
	position:absolute;
	opacity:0.7;
	background-color:#000;
	z-index:1;
	display:none;
	top:0px;
	left:0px;
}
.centra {
	width:700px;
	margin:0 auto;
	position:relative;
	z-index:25;
}
.contenido_flotante {
	width:700px;
	height:400px;
	background-color:white;
	position:absolute;
	padding:75px 5px 15px 25px;
	display:none;
	z-index:20;
	margin:0 auto;
	top:80px;
	left:-30px;
}
.contenido_interior {
	overflow:auto;
	height:390px;
	display:none;
	z-index:20;
	text-align:justify;
	padding-right:20px;
}
a.cerrar_flotante {
	width:19px;
	height:19px;
	position:absolute;
	z-index:22;
	top:90px;
	right:5px;
	background-image:url(images/cerrar.gif);
	background-position:top right;
	background-color:#FFFFFF;
	background-repeat:no-repeat;
	display:none;
}
a.cerrar_flotante:hover {
	background-position:bottom right;
}

a.gasilla {
	text-decoration:none;
	color:white;
	font-weight:bold;
}
.logo_flotante {
	width:150px;
	height:59px;
	background-image:url(images/especial/logo.jpg);
	background-repeat:no-repeat;
	position:absolute;
	top:10px;
	left:20px;
}
.bloque_img {
	width:360px;
	float:left;
	margin-right:10px;
}
.bloque_txt {
	width:290px;
	float:left;
}