body{
	background:#023E61;
	margin:0; 
	padding:0;
	font-family: "Times New Roman", Times, serif; 
	font-size:16px; 
	color:#050103;
}
h1, h2, h3, p{ 
	margin:0; 
	padding:0;
}
.clear {
	clear:both;
}
		
/* --- Links --- */
a{ 
outline-style:none; 
	text-decoration:underline; 
	color:#333;
}
	
/* Wrapper */
#wrapper{ 
	width:962px; 
	padding:0; 
	margin:10px auto;
}
	
/* --- Header  --- */
#header{ 
	background:url(images/bg_header.jpg) top left no-repeat; 
	width:962px; 
	height:413px; 
	padding:0; 
	margin:0 auto;
}
#header h1{ 
	display:none; 
	text-transform:uppercase;
}
#header a{ 
	display:block;
	height:83px;
	left:541px;
	position:relative;
	text-indent:-9999px;
	top:33px;
	width:365px;
}

/* --- texto1  --- */
#texto1{ 
	background:url(images/bg_texto1.jpg) bottom center no-repeat; 
	width:896px; 
	height:91px; 
	padding:0; 
	margin:0 auto 15px;
}
#texto1 a{
	height:91px; 
	display:block; 
	text-indent:-9999px;
}

/* --- Contenido  --- */
#contenido{ 
	background:url(images/bg_contenido.gif) top left no-repeat;
	width:942px;
	height:477px; 
	padding:20px 10px 0;
	margin:5px auto 0;
}
	
	/* --- Texto del Video  --- */
	#textoVideo{
		float:right; 
		width:322px;
		margin-top:20px;
		margin-right:28px;
	}
	#textoVideo p{ 
		line-height:16px; 
		letter-spacing:100%; 
		color:#050103;
	}
	h1.titulo{ 
		font-size:20px; 
		text-align:center; 
		letter-spacing:100%;
		color:#050103;
		font-family:Georgia, "Times New Roman", Times, serif;
	}
	hr.divide{ 
		border:none; 
		border-top:1px dashed #050103; 
		height:1px;
	}
	
	/* --- Boton animado  --- */
	#botonAnimado{
		float:right; 
		background:url(images/boton.gif) top left no-repeat; 
		width:310px; 
		height:171px; 
		padding:0; 
		margin:20px 35px 0 0;
	}
	#botonAnimado a{ 
		height:161px; 
		display:block; 
		text-indent:-9999px;
	}
	
	/* --- Video  --- */
	#videoContenedor{ 
		float:left; 
		background:#fff; 
		border:3px solid #912EA1; 
		width:513px; 
		height:auto; 
		padding:4px 4px 0px; 
		margin:12px 0 0 42px; 
		overflow:auto;
	}

/* --- Footer --- */
#footer{ 
	background:url(images/bg_footer.jpg) top left no-repeat;
	width:962px; 
	height:35px; 
	text-align:center; 
	margin:5px auto; 
	padding:13px 0 0;
}
#footer p a{ 
	font-weight:bold; 
	Color:#050103; 
	text-decoration:none; 
	padding:0; 
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
#footer p a:hover{ 
	text-decoration:underline;
}
