body{
	background:#000 url(images/bg_page.gif) top left repeat;
	margin:0; 
	padding:0;
	font-family: "Times New Roman", Times, serif; 
	font-size:16px; 
	color:#FBC300;
}
h1, h2, h3, p{ 
	margin:0; 
	padding:0;
}
.clear {
	clear:both;
}
		
/* --- Links --- */
a{ 
outline-style:none; 
	text-decoration:underline; 
	color:#FBC300;
}
	
/* Wrapper */
#wrapper{ 
	background:url(images/bg_wrapper.gif) top right repeat-y; 
	width:965px;
	padding:0; 
	margin:0 auto;
}



	
/* --- Header  --- */
#header{ 
	background:url(images/bg_header.jpg) top left no-repeat; 
	width:947px; 
	height:459px; 
	padding:0; 
	margin:0 auto 0;
}
#header h1{ 
	display:none; 
	text-transform:uppercase;
}
#header a{ 
	display:block;
	height:156px;
	left:14px;
	position:relative;
	text-indent:-9999px;
	top:30px;
	width:258px;
}

/* --- texto1  --- */
#texto1{ 
	background:url(images/bg_texto1.jpg) top left no-repeat; 
	width:947px; 
	height:140px; 
	padding:0; 
	margin:0 auto 0;
}
#texto1 a{
	height:174px; 
	display:block; 
	text-indent:-9999px;
}

/* --- Contenido  --- */
#contenido{
	background:url(images/bg_content.gif) left top no-repeat;
	width:883px;
	height:378px;
	padding:55px 15px 0;
	margin:15px auto 0;
}
	
	/* --- Texto del Video  --- */
	#textoVideo{
		float:left; 
		width:322px;
		margin-top:8px;
		margin-right:18px;
	}
	#textoVideo p{ 
		line-height:16px; 
		letter-spacing:100%; 
		color:#2941D1;
	}
	h1.titulo{ 
		font-family:Georgia; 
		font-size:20px; 
		font-weight:bold; 
		text-align:center; 
		letter-spacing:100%;
		color:#2941D1;
	}
	hr.divide{ 
		border:none; 
		border-top:1px dashed #2941D1; 
		height:1px;
	}
	
	/* --- Boton animado  --- */
	#botonAnimado{
		float:left; 
		background:url(images/boton.gif) top left no-repeat; 
		width:301px; 
		height:187px; 
		padding:0; 
		margin:20px 0 0 0;
	}
	#botonAnimado a{ 
		height:187px; 
		display:block; 
		text-indent:-9999px;
	}
	
	/* --- Video  --- */
	#videoContenedor{ 
		float:right; 
		background:#fff; 
		width:513px; 
		height:auto; 
		padding:4px 4px 0px; 
		margin:10px 0 0; 
		overflow:auto;
	}

/* --- Copyright --- */
#copyright{ 
	width:961px; 
	height:20px; 
	text-align:center; 
	margin:10px auto 0;
	padding:0px 0 10px;
 }
#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;
}

