body{
	background:#000;
	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:#333;
}


/* Wrapper */

#wrapper{
	width:960px;
	border:1px solid #d2f71b;
	border-top:none;
	border-bottom:none;
	background:#e5e5e5;
	padding:0 0 20px;
	margin:0 auto;
}


/* --- Header  --- */

#header{ 
	background:url(images/bg_header.jpg) top left no-repeat;
	width:960px;
	height:480px;
	padding:0;
	margin:0 auto;
}

#header h1{
	display:none;
	text-transform:uppercase;
}

#header a.link{
	display:block;
	height:78px;
	left:340px;
	position:relative;
	text-indent:-9999px;
	top:45px;
	width:340px;
}

/* --- texto  --- */

#header a.texto{
	height:65px;
	background: none;
	border-bottom:none;
	text-indent:-9999px;
	width:890px;
	left:35px;
	position:relative;
	display:block;
	top:325px;
}

/* --- Contenido  --- */

#contenido{
	/*background:;*/
	width:885px;
	padding:40px 20px 50px;
	margin:0 auto;
}


/* --- Texto del Video  --- */

#textoVideo{
		float:right; 
		width:322px;
		margin-top:20px;
}

#textoVideo p{ 
	line-height:16px; 
	letter-spacing:100%; 
	color:#050505;
}

h1.titulo{ 

	font-size:20px;
	text-align:center;
	letter-spacing:100%;
	color:#050505;
	font-family:Georgia, "Times New Roman", Times, serif;
}

hr.divide{ 
	border:none;
	border-top:1px dashed #050505;
	height:1px;
}

/* --- Boton animado  --- */

#botonAnimado{
	float:right;
	background:url(images/boton.gif) top left no-repeat;
	width:320px;
	height:187px;
	padding:0;
	margin:20px 3px 0 0 ;
}

#botonAnimado a{ 
	height:187px;
	display:block;
	text-indent:-9999px;
}

/* --- Video  --- */

#videoContenedor{ 
	float:left; 
	background:#d2f71b; 
	border:5px solid #f61f5e; 
	width:513px; 
	height:auto; 
	padding:4px 4px 0px; 
	margin:10px 0 0; 
	overflow:auto;
}


/* --- Footer --- */

#footer{
	background:url(images/bg_footer.gif) top left repeat-x;
	width:960px; 
	height:30px; 
	text-align:center; 
	margin:0 auto; 
	padding:7px 0 0;
}

#footer p a{
	font-weight:bold; 
	color:#FFFFFF; 
	text-decoration:none; 
	padding:0; 
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

#footer p a:hover{
	text-decoration:underline;
}
