body{
	background:#00224D;
	margin:0; 
	padding:0;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size:12px; 
	color:#000;
}
h1, h2, h3, p{ 
	margin:0; 
	padding:0;
}
.clear {
	clear:both;
}
		
/* --- Links --- */
a{ 
outline-style:none; 
	text-decoration:underline; 
	color:#000;
}
	
/* Wrapper */
#wrapper{ 
	width:762px; 
	background:#fff; 
	padding:0 4px 4px; 
	margin:0 auto;
}
	
/* --- Header  --- */
#header{ 
	background:url(images/bg_header.jpg) top left no-repeat; 
	width:762px; 
	height:178px; 
	padding:0; 
	margin:0;
}
#header h1{ 
	display:none; 
	text-transform:uppercase;
}
#header a{ 
	position:relative; 
	top:24px; 
	left:216px; 
	width:316px; 
	height:138px; 
	display:block; 
	text-indent:-9999px;
}

/* --- Miles de Peliculas  --- */
#milesDePeliculas{ 
	background:url(images/bg_texto1.jpg) top left no-repeat; 
	width:762px; 
	height:41px; 
	padding:0; 
	margin:2px 0;
}
#milesDePeliculas a{
	position:relative; 
	top:0px; 
	left:88px; 
	width:593px; 
	height:38px; 
	display:block; 
	text-indent:-9999px;
}


/* --- Contenido  --- */
#contenido{ 
	background:#FFDB63 url(images/bg_contenido.jpg) bottom left no-repeat; 
	border:1px solid #FFB71A; 
	width:720px; 
	padding:68px 20px; 
	margin:0;
}
	
	/* --- Texto del Video  --- */
	#textoVideo{ 
		width:322px;
	}
	#textoVideo p{ 
		line-height:12px; 
		letter-spacing:100%;
	}
	h1.titulo{ 
		font-size:20px; 
		font-weight:bold; 
		text-align:center; 
		letter-spacing:100%;
	}
	hr.divide{ 
		border:none; 
		border-top:1px solid #000; 
		height:1px;
	}
	
	/* --- Boton animado  --- */
	#botonAnimado{ 
		background:url(images/boton.gif) top left no-repeat; 
		width:238px; 
		height:148px; 
		padding:0; 
		margin:20px 0 0 40px;
	}
	#botonAnimado a{ 
		width:238px; 
		height:148px; 
		display:block; 
		text-indent:-9999px;
	}
	
	/* --- Video  --- */
	#videoContenedor{ 
		float:right; 
		background:#fff; border:4px solid #FF8000; 
		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:762px; 
	height:23px; 
	text-align:center; 
	margin:2px 0; 
	padding:8px 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:762px; 
	height:43px; 
	text-align:center; 
	margin:0;
	padding:8px 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;
}
