body{
	background:#040002;
	margin:0; 
	padding:0;
	font-family: "Times New Roman", Times, serif; 
	font-size:16px; 
	color:#F9C704;
}
h1, h2, h3, p{ 
	margin:0; 
	padding:0;
}
.clear {
	clear:both;
}
		
/* --- Links --- */
a{ 
outline-style:none; 
	text-decoration:underline; 
	color:#F9C704;
}
	
/* Wrapper */
#wrapper{ 
	background:url(images/bg_wrapper.gif) top left repeat-y; 
	width:953px;
	padding:0; 
	margin:0 auto;
}
	
/* --- Header  --- */
#header{ 
	background:url(images/bg_header.jpg) top left no-repeat; 
	width:947px; 
	height:499px; 
	padding:0; 
	margin:0 auto;
}
#header h1{ 
	display:none; 
	text-transform:uppercase;
}
#header a{ 
	display:block;
	height:123px;
	left:63px;
	position:relative;
	text-indent:-9999px;
	top:95px;
	width:222px;
}

/* --- texto1  --- */
#texto1{ 
	background:url(images/bg_texto1.jpg) top left no-repeat; 
	width:947px; 
	height:133px; 
	padding:0; 
	margin:0 auto 0;
}
#texto1 a{
	height:133px; 
	display:block; 
	text-indent:-9999px;
}

/* --- Contenido  --- */
#contenido{
	/*background:#00AEEF*/;
	width:902px; 
	padding:40px 30px 50px;
	margin:0 auto;
}
	
	/* --- Texto del Video  --- */
	#textoVideo{
		float:right; 
		width:322px;
		margin-top:8px;
		margin-right:18px;
	}
	#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{
		float:right; 
		background:url(images/boton.gif) top left no-repeat; 
		width:324px; 
		height:187px; 
		padding:0; 
		margin:20px 22px 0 0;
	}
	#botonAnimado a{ 
		height:187px; 
		display:block; 
		text-indent:-9999px;
	}
	
	/* --- Video  --- */
	#videoContenedor{ 
		float:left; 
		background:#fff; 
		width:513px; 
		height:auto; 
		padding:4px 4px 0px; 
		margin:10px 0 0; 
		overflow:auto;
	}

/* --- Copyright --- */
#copyright{ 
	background:url(images/bg_footer.jpg) top left no-repeat;
	width:947px; 
	height:29px; 
	text-align:center; 
	margin:0 auto 0;
	padding:52px 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; 
		text-decoration:none;
	}
	#copyright p a:hover{ 
		text-decoration:underline;
	}
#copyright small{
	font-family:Arial, Helvetica, sans-serif; 
	font-size:11px;
}
