@charset "UTF-8";
@import url(http://fonts.googleapis.com/css?family=Lato:100,300,400,700&subset=latin);
html, body {
	width:100%;
	height:100%;
}
body {
	margin:0px;
	font-family:'Lato', Arial, Helvetica, sans-serif;
	font-weight:100;
	color:#00436B;
}
#container {
	height:100%;
	width:100%;
	min-width:950px;
	min-height:560px;
	position:absolute;
	top:0;
	left:0;
}
#central {
	width:950px;
	height:560px;
	position:absolute;
	top:50%;
	left:50%;
	margin:-280px 0 0 -475px;
}
#intrologo {
	height:140px;
	position:absolute;
	top:15px;
	left:0;
}
#intromenu {
	position:absolute;
	top:140px;
	left:25px;
}
#intromenu ul {
	list-style: none; padding: 0; margin: 0;
}
#intromenu ul li {
	list-style:none;
	font-size:57px;
	letter-spacing:-3px;
	line-height:54px;
}
#headerlogo {
	height:50px;
	position:absolute;
	top:5px;
	left:55px;
}
#headermenu {
	height:40px;
	position:absolute;
	top:45px;
	left:55px;
}
#headermenu ul {
	list-style: none; padding: 0; margin: 0;
}
#headermenu ul li {
	list-style: none;
	font-size:40px;
	letter-spacing:-2px;
	float:left;
	margin-right:18px;
}
a:link, a:visited {
	color:#00436B;
	text-decoration: none;
}
a:hover, a:active {
	text-decoration: none;
	color:#00ACCD;
}
#anterior {
	height:311px;
	width:20px;
	padding:150px 5px 5px 5px;
	position:absolute;
	top:86px;
	left:25px;
}
#siguiente {
	height:311px;
	width:20px;
	padding:150px 5px 5px 5px;
	position:absolute;
	top:86px;
	left:895px;
}
#thumbs {
	height:403px;
	width:840px;
	padding-top:57px;
	position:absolute;
	top:95px;
	left:55px;
}
.moduloCuadrado {
	width:160px;
	height:160px;
	margin:4px;
	font-size:13px;
	line-height:17px;
	font-weight:300;
	float:left;
	text-transform:lowercase;
}
.moduloCovers {
	width:132px;
	height:179px;
	margin:4px;
	font-size:13px;
	line-height:16px;
	font-weight:300;
	text-transform:lowercase;
	float: left;
}
.modreels {
	width:165px;
	margin:0 5px 10px -20px;
	font-size:13px;
	line-height:17px;
	font-weight:300;
	text-transform:lowercase;
	float:left;
}
.modreels:hover {
	width:165px;
	margin:0 5px 10px -20px;
	float:left;
}
#cerrar {
	height:25px;
	width:25px;
	margin-left:140px;
	position:absolute;
	top:87px;
	left:50%;
	z-index:90;
}
#cerrartrabajos {
	height:25px;
	width:25px;
	margin-left:230px;
	position:absolute;
	top:87px;
	left:50%;
	z-index:90;
}
#cargador {
	height:460px;
	width:950px;
	margin:0;
	padding:0;
	position:absolute;
	top:97px;
	left:0;
	/*background-color:#0C6;*/
	z-index:80;
}
#tapacentrada {
	height:460px;
	width:950px;
	margin:0;
	padding:0;
	text-align:center;
	position:relative;
}
#cover {
	height:460px;
	display:table;
	margin:0 auto;
	position:relative;
}
#imagen {
	margin-left:-13px;
	float:left;
	position:relative;
	z-index:100;
}
#btprev {
	height:32px;
	width:32px;
	margin-top:214px;
	position:relative;
	float:left;
	z-index:150;
}
#btnext {
	height:32px;
	width:32px;
	margin-top:214px;
	margin-left:-13px;
	position:relative;
	float:left;
	z-index:160;
}
#contacto {
	height:430px;
	width:840px;
	padding-top:30px;
	font-size:57px;
	line-height:54px;
	letter-spacing:-3px;
	position:absolute;
	top:95px;
	left:55px;
}
.textobio {
	width:245px;
	font-size:13px;
	line-height:19px;
	font-weight:300;
	margin:5px 0 5px 20px;
	float:left;
}
.lateralD {
	width: 50px;
	background-image: url(images/lateralFotos_derecha.gif);
	background-position: left center;
	background-repeat: no-repeat;
}
.lateralI {
	width: 50px;
	background-image: url(images/lateralFotos_izquierda.gif);
	background-position: right center;
	background-repeat: no-repeat;
}
/*#cerrar {
	float: right;
	height: 35px;
	width: 35px;
	position: relative;
	top:0;
	right:0;
}*/