@charset "utf-8";
/* CSS Document */

#centro {
	position:absolute;
	top :50%;
	left: 50%;
	width: 1000px;
	margin-left: -500px;
	height: 600px;
	margin-top: -300px;
	background-color:#000;
}	

#header {
	height: 95px;
	background-image:url(../img/bg_header.jpg);

}	

#centro_bio {
	background-image:url(../img/bg_bio.jpg);
	height: 445px;
}

#bio {
	float:left;
	width: 500px;
	height: 443px;
	padding-left:15px;
	font-family:Arial, Helvetica, sans-serif;
	overflow:hidden;
	
}	

#cine {
	float:left;
	width: 300px;
	height: 443px;
	padding-left:15px;
	font-family:Arial, Helvetica, sans-serif;
	overflow:hidden;
	
}

#cine a:link {
	color: #FFFFFF;
	font-weight:bold;
	text-decoration: none;
}
#cine a:visited {
	color: #FFFFFF;
	font-weight:bold;
	text-decoration: none;
}
#cine a:hover {
	color: #aea800;
	font-weight:bold;
	text-decoration: none;
}
#cine a:active {
	color: #FFFFFF;
	font-weight:bold;
	text-decoration: none;
}

#player {
	background:#000000;
	float:left;
	width: 655px;
	height: 443px;
	padding-left:15px;
	padding-right:14px;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	overflow:hidden;
	
}

#footer {
	background-image:url(../img/bg_footer.jpg);
	height: 60px;
}	

#navigation {
	padding-right:15px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:30px;
	color:#aea800;
	text-align:left;
	float:right;
	margin-top: 59px;
}

#navigation a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#navigation a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#navigation a:hover {
	color: #aea800;
	text-decoration: none;
}
#navigation a:active {
	color: #FFFFFF;
	text-decoration: none;
}

body {
	background: #686868;
	background-image: url(../img/bg_body.jpg);
	background-position:center;
	background-position:top;
	background-repeat:no-repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-decoration: none;
}

.cartel_seccion {
	font-size: 30px;
	color: #aea800;
}

.texto_bio {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFFFFF;
}