body{
	background:url(images/bg_page.jpg) top left repeat;
	margin:0; 
	padding:0;
	font-family: "Times New Roman", Times, serif; 
	font-size:16px; 
	color:#fff;
}
h1, h2, h3, p{ 
	margin:0; 
	padding:0;
}
.clear {
	clear:both;
}
		
/* --- Links --- */
a{ 
	outline-style:none; 
	text-decoration:underline; 
	color:#000;
}
	
/* Wrapper */
#wrapper{ 
	width:752px; 
	background:#fff;
	border:2px solid #0099FF;
	padding:0 4px 4px; 
	margin:0 auto;
}
	
/* --- Header  --- */
#header{ 
	background:url(images/bg_header.jpg) top left no-repeat; 
	width:752px; 
	height:200px; 
	padding:0; 
	margin:0;
}
#header h1{ 
	display:none; 
	text-transform:uppercase;
}
#header a{ 
	display:block;
	height:124px;
	left:16px;
	position:relative;
	text-indent:-9999px;
	top:24px;
	width:255px;
}

/* --- Miles de Peliculas  --- */
#milesDePeliculas{ 
	background:url(images/bg_texto1.jpg) top left no-repeat; 
	width:752px; 
	height:43px; 
	padding:0; 
	margin:0;
}
#milesDePeliculas a{
	height:43px; 
	display:block; 
	text-indent:-9999px;
}


/* --- Contenido  --- */
#contenido{ 
	background:#f90 url(images/bg_contenido.jpg) top left repeat-x; 
	width:712px; 
	padding:68px 20px; 
	margin:0;
}
	
	/* --- Texto del Video  --- */
	#textoVideo{ 
		width:322px;
	}
	#textoVideo p{ 
		line-height:16px; 
		letter-spacing:100%; 
	}
	h1.titulo{ 
		font-family:Georgia; 
		font-size:20px; 
		font-weight:bold; 
		text-align:center; 
		letter-spacing:100%;
	}
	hr.divide{
		border:none; 
		border-top:1px dashed #fff; 
		height:1px;
	}
	
	/* --- Boton animado  --- */
	#botonAnimado{ 
		background:url(images/boton.gif) top left no-repeat; 
		width:283px; 
		height:146px; 
		padding:0; 
		margin:20px 0 0 20px;
	}
	#botonAnimado a{ 
		width:283px; 
		height:146px; 
		display:block; 
		text-indent:-9999px;
	}
	
	/* --- Video  --- */
	#videoContenedor{ 
		float:right; 
		background:#fff; border:4px solid #f30; 
		width:364px; 
		height:auto; 
		padding:4px 4px 0px; 
		margin:10px 0 0; 
		overflow:auto;
	}

/* --- Footer --- */
#footer{ 
	background:url(images/bg_footer.jpg) top left no-repeat; 
	width:752px; 
	height:26px; 
	text-align:center; 
	margin:2px 0 0; 
	padding:5px 0 0;
}
#footer ul{ 
	list-style:none; 
	padding:0; 
	margin:0;
} 
	#footer ul li{ 
		font-family:Arial, Helvetica, sans-serif; 
		font-size:13px; 
		color:#FFFFFF; 
		display:inline; 
		padding:0;
		margin:0;
	}
		#footer ul li a{ 
			font-weight:bold; 
			Color:#FFFFFF; 
			text-decoration:none; 
			padding:0; 
			margin:0;
		}
		#footer ul li a:hover{ 
			text-decoration:underline;
		}

