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 #FF2A99;
	border-top:none;
	border-bottom:none;
	background:#2F7AFF; 
	padding:0 0 20px; 
	margin:0 auto;
}
	
/* --- Header  --- */
#header{ 
	background:url(images/bg_header.jpg) top left no-repeat; 
	width:960px; 
	height:421px; 
	padding:0; 
	margin:0 auto;
}
#header h1{ 
	display:none; 
	text-transform:uppercase;
}
#header a{ 
	display:block;
	height:78px;
	left:55px;
	position:relative;
	text-indent:-9999px;
	top:52px;
	width:367px;
}

/* --- texto1  --- */
#texto1{ 
	background:url(images/bg_texto1.jpg) bottom center no-repeat; 
	border-bottom:none;
	width:885px; 
	height:97px; 
	margin:0 auto;
}
#texto1 a{
	height:97px; 
	display:block; 
	text-indent:-9999px;
}

/* --- 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:#FAFCFF;
	}
	h1.titulo{ 
		font-size:20px; 
		text-align:center; 
		letter-spacing:100%;
		color:#FAFCFF;
		font-family:Georgia, "Times New Roman", Times, serif;
	}
	hr.divide{ 
		border:none; 
		border-top:1px dashed #FAFCFF; 
		height:1px;
	}
	
	/* --- Boton animado  --- */
	#botonAnimado{
		float:right; 
		background:url(images/boton.gif) top left no-repeat; 
		width:306px; 
		height:184px; 
		padding:0; 
		margin:20px 10px 0 0;
	}
	#botonAnimado a{ 
		height:184px; 
		display:block; 
		text-indent:-9999px;
	}
	
	/* --- Video  --- */
	#videoContenedor{ 
		float:left; 
		background:#072C91; 
		border:5px solid #FF2A99; 
		width:513px; 
		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: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;
}
