@charset "utf-8";
/* landing */

* {
	margin: 0; padding: 0;
}
 
html { 
	background: url(../images/landing/bgp.png) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
 
#contenido {
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-500px;
	margin-top:-160px;
	width: 958px;
	height:320px;
	padding: 20px;
 
}

#portadaizq, portadader {
	float:left}
	
#portadader {
	float:left;
	margin-bottom:10px;}

#info {
	width:958px;
	height:25px;
	margin-top:0;
}

a{
	color:#666666;
	text-decoration:none;
}

h1 {
	font: 13px/2 Arial, Sans-Serif;
	color:#829BB0;
	text-indent: 40px;
	text-align:center;
}

.c_derecha:hover, .c_izquierda:hover{ opacity:0.8; }

