body{
	background:#404040 url(images/bg_page.jpg) top left repeat-x; 
	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:url(images/bg_wrapper.gif) top left repeat-y; 
	width:991px;
	padding:0; 
	margin:0 auto;
}
	
/* --- Header  --- */
#header{ 
	background:url(images/bg_header.jpg) top left no-repeat; 
	width:965px; 
	height:365px; 
	padding:0; 
	margin:0 auto;
}
#header h1{ 
	display:none; 
	text-transform:uppercase;
}
#header a{ 
	display:block;
	height:161px;
	left:16px;
	position:relative;
	text-indent:-9999px;
	top:105px;
	width:285px;
}

/* --- texto1  --- */
#texto1{ 
	background:url(images/bg_texto1.jpg) top left no-repeat; 
	width:965px; 
	height:149px; 
	padding:0; 
	margin:0 auto 0;
}
#texto1 a{
	height:149px; 
	display:block; 
	text-indent:-9999px;
}


/* --- Contenido  --- */
#contenido{
	background:url(images/bg_contenido.jpg) top left no-repeat;
	width:910px;
	height:377px; 
	padding:0;
	margin:5px auto 20px;
}
	
	/* --- Texto del Video  --- */
	#textoVideo{
		float:left; 
		margin-left:33px;
		margin-top:38px;
		width:305px;
	}
	#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:#F42724;
		margin:0 0 13px;
	}
	hr.divide{ 
		border:none; 
		border-top:1px dashed #fff; 
		height:1px;
	}
	
	/* --- Boton animado  --- */
	#botonAnimado{
		float:left; 
		background:url(images/boton.gif) top left no-repeat; 
		width:311px; 
		height:115px; 
		padding:0; 
		margin:55px 0 0 31px;
	}
	#botonAnimado a{ 
		height:115px; 
		display:block; 
		text-indent:-9999px;
	}
	
	/* --- Video  --- */
	#videoContenedor{ 
		float:right; 
		background:#010000; 
		border:1px solid #F51712; 
		width:513px; 
		height:auto; 
		padding:4px 4px 0px; 
		margin:27px 20px 0 0; 
		overflow:auto;
	}

/* --- Copyright --- */
#copyright{ 
	background:url(images/bg_footer.jpg) top left no-repeat;
	width:965px; 
	height:28px; 
	text-align:center; 
	margin:0 auto;
	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; 
		text-decoration:none;
	}
	#copyright p a:hover{ 
		text-decoration:underline;
	}
#copyright small{
	font-family:Arial, Helvetica, sans-serif; 
	font-size:11px;
}

