body{
	background:url(images/bg-page.gif) top left repeat;
	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;
}


/* --- Header  --- */
#header{ 
	background:url(images/bg-header.jpg) top left no-repeat; 
	width:945px; 
	height:438px; 
	padding:0; 
	margin:0 auto;
}
#header h1{ 
	display:none; 
	text-transform:uppercase;
}
#header a{ 
	display:block;
	height:98px;
	left:255px;
	position:relative;
	text-indent:-9999px;
	top:39px;
	width:404px;
}

/* --- texto1  --- */
#texto1{ 
	background:url(images/bg-texto-1.jpg) top center no-repeat; 
	width:945px; 
	height:82px; 
	padding:0; 
	margin:0 auto;
}
#texto1 a{
	height:82px; 
	display:block; 
	text-indent:-9999px;
}

/* --- Contenido  --- */
#contenido{ 
	background:url(images/bg-contenido.jpg) top center no-repeat; 
	width:865px; 
	padding:40px 40px 49px;
	margin:0 auto;
}
	
	/* --- Texto del Video  --- */
	#textoVideo{
		float:left; 
		width:322px;
		margin-top:20px;
	}
	#textoVideo p{ 
		line-height:16px; 
		letter-spacing:100%; 
		color:#fff;
	}
	h1.titulo{ 
		font-size:20px; 
		text-align:center; 
		letter-spacing:100%;
		color:#fff;
		font-family:Georgia, "Times New Roman", Times, serif;
	}
	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:299px; 
		height:171px; 
		padding:0; 
		margin:20px 0 0 8px;
	}
	#botonAnimado a{ 
		height:159px; 
		display:block; 
		text-indent:-9999px;
	}
	
	/* --- Video  --- */
	#videoContenedor{ 
		float: right; 
		background:#fff; 
		border:3px solid #62594B;
		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:943px; 
	height:27px; 
	text-align:center; 
	margin:0 auto; 
	padding:8px 0 0;
}
#footer p a{ 
	color:#fff; 
	text-decoration:none; 
	padding:0; 
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
#footer p a:hover{ 
	text-decoration:underline;
}
































