/* CSS Document */

body {
	margin: 0px;
	background-image:url(../images/backgrounds/general.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-color: #feffff;
	font-family: Verdana, Arial, Helvetica, sans-serif, Tahoma;
	font-size: 11px;
	color: #666;
	text-align:center;
}
html {
	overflow-x: hidden;
	overflow-y: auto;
}
* {
	padding: 0px;
	margin: 0px;
	z-index: 1;
}
h1, h2, h3, h4, h5, h6, p {
	padding: 0px;
	margin: 0px;
}
.clearfix:after {
content:"."; 
display:block; 
height:0; 
clear:both; 
visibility:hidden;
}
.clearfix {
display:inline-block;
}
.clearfix {
display:block;
}
* html .clearfix {
height:1px;
}
a {
	color: #21477f;
	text-decoration: underline;
}
a:hover {
	color: #013b4f;
}
a img{
	border: 0px;
}


/* CONTENEDORES */
#contenedor_general {
	position: absolute;
	width: 906px;
	left: 50%; 
	margin-left: -453px;
}
#banner_superior {
	text-align: right;
	width: 482px;
	position: absolute;
	left: 50%;
	margin-left: -241px;
	background-image: url(http://ads.disney.co.uk/la/adtop.gif);
	background-repeat: no-repeat;
	background-position: left;
	background-color: #000000;
}
#barra_links {
	width: 621px;
	position: absolute;
	left: 50%;
	margin-left: -380px;
	z-index: 10;
	top: 95px;
}
#barra_films {
	width: 714px;
	position: absolute;
	left: 50%;
	margin-left: -397px;
	z-index: 10;
	top: 112px;
}
#contenido_flash {
	position: relative;
	margin-top: 70px;
}	
#footer {
	position: relative;
	text-align: center;
	margin: 15px 0px 7px 4px;
}
#footer p{
	margin-top: 7px;
}
