body{
	background:#CC0000; 
	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:#fff;
}
	
/* Wrapper */
#wrapper{ 
	background:#000; 
	border:3px solid #fff; 
	border-top:none;
	width:969px; 
	padding:0 2px 2px; 
	margin:0 auto;
}
	
/* --- Header  --- */
#header{ 
	background:url(images/bg_header.jpg) top left no-repeat; 
	width:969px; 
	height:202px; 
	padding:0; 
	margin:0;
}
	#header h1{ 
		display:none; 
		text-transform:uppercase;
	}
	#header a{ 
		position:relative; 
		top:20px; 
		left:318px; 
		width:310px; 
		height:148px; 
		display:block; 
		text-indent:-9999px;
	}

/* --- Miles de Peliculas  --- */
#texto1{ 
	background:url(images/bg_texto1.jpg) top left no-repeat; 
	width:970px; 
	height:40px; 
	padding:0; 
	margin:0;
}
	#texto1 a{ 
		position:relative; 
		top:10px; 
		left:23px; 
		width:816px; 
		height:25px; 
		display:block; 
		text-indent:-9999px;
	}

/* --- Contenido  --- */
#contenido{ 
	background:#330000 url(images/bg_contenido.jpg) top left repeat-x; 
	width:890px; 
	padding:88px 40px; 
	margin:0;
}
	
	/* --- Texto del Video  --- */
	#textoVideo{
		width:322px;
	}
	#textoVideo p{ 
		line-height:16px; 
		letter-spacing:100%; 
		color:#fff;
	}
	h1.titulo{ 
		font-family:Georgia; 
		font-size:20px; 
		font-weight:bold; 
		text-align:center; 
		letter-spacing:100%;
		color:#fff;
	}
	hr.divide{
		border:none; 
		border-top:1px dashed #fff; 
		height:1px;
	}
	
	/* --- Boton animado  --- */
	#botonAnimado{ 
		background:url(images/boton.gif) top left no-repeat; 
		width:231px; 
		height:231px; 
		padding:0; 
		margin:20px 0 0 40px;
	}
	#botonAnimado a{ 
		width:231px; 
		height:231px; 
		display:block; 
		text-indent:-9999px;
	}
	
	/* --- Video  --- */
	#videoContenedor{ 
		float:right; 
		background:#fff; 
		border:4px solid #666; 
		width:513px; 
		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:970px; 
	height:25px; 
	text-align:center; 
	margin:0; 
	padding:4px 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;
		}
/* --- Copyright --- */
#copyright{ 
	background:url(images/bg_copyright.jpg) top left no-repeat; 
	width:970px; 
	height:41px; 
	text-align:center; 
	margin:0; 
	padding:10px 0 0;
}
#copyright p{
	font-family:Arial, Helvetica, sans-serif; 
	font-size:13px;
}
	#copyright p a{
		font-family:Arial, Helvetica, sans-serif; 
		font-size:13px; 
		font-weight:bold; 
		text-decoration:none; 
	}
	#copyright p a:hover{
		text-decoration:underline;
	}
#copyright small{
	font-family:Arial, Helvetica, sans-serif; 
	font-size:11px;
}
