body{
	background:#333;
	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;
}
	
/* Wrapper */
#wrapper{ 
	background:url(images/bg_wrapper.gif) top left repeat-y; 
	width:962px; 
	padding:0; 
	margin:0 auto;
}
	
/* --- Header  --- */
#header{ 
	background:url(images/bg_header.jpg) top left no-repeat; 
	width:946px; 
	height:395px; 
	padding:0; 
	margin:0 auto;
}
#header h1{ 
	display:none; 
	text-transform:uppercase;
}
#header a{ 
	display:block;
	height:153px;
	left:23px;
	position:relative;
	text-indent:-9999px;
	top:54px;
	width:315px;
}

/* --- texto1  --- */
#texto1{ 
	background:url(images/bg_texto1.gif) top left no-repeat; 
	width:920px; 
	height:35px; 
	padding:0; 
	margin:10px auto 0;
}
#texto1 a{
	height:35px; 
	display:block; 
	text-indent:-9999px;
}

/* --- Contenido  --- */
#contenido{ 
	width:888px; 
	padding:40px 40px 50px;
	margin:3px auto 0;
}
	
	/* --- Texto del Video  --- */
	#textoVideo{
		float:right; 
		width:322px;
		margin-top:35px;
	}
	#textoVideo p{ 
		line-height:16px; 
		letter-spacing:100%; 
		color:#000;
	}
	h1.titulo{ 
		font-family:Georgia; 
		font-size:20px; 
		font-weight:bold; 
		text-align:center; 
		letter-spacing:100%;
		color:#F00;
	}
	hr.divide{ 
		border:none; 
		border-top:1px dashed #000; 
		height:1px;
	}
	
	/* --- Boton animado  --- */
	#botonAnimado{
		float:right; 
		background:url(images/boton.gif) top left no-repeat; 
		width:294px; 
		height:169px; 
		padding:0; 
		margin:20px 15px 0 0;
	}
	#botonAnimado a{ 
		height:169px; 
		display:block; 
		text-indent:-9999px;
	}
	
	/* --- Video  --- */
	#videoContenedor{ 
		float:left; 
		background:#fff; 
		border:3px solid #666; 
		width:513px; 
		height:auto; 
		padding:4px 4px 0px; 
		margin:10px 0 0; 
		overflow:auto;
	}

/* --- Copyright --- */
#copyright{ 
	background:url(images/bg_footer.gif) top left repeat-x;
	width:952px; 
	height:26px; 
	text-align:center; 
	margin:0 auto;
	padding:10px 0 0;
 }
#copyright p{font-family:Arial, Helvetica, sans-serif; font-size:13px;}
	#copyright p a{
		font-family:Arial, Helvetica, sans-serif; 
		font-size:13px; 
		font-weight:bold;
		text-decoration:none;
	}
	#copyright p a:hover{ 
		text-decoration:underline;
	}
#copyright small{
	font-family:Arial, Helvetica, sans-serif; 
	font-size:11px;
}

#cierra-footer{
	background:#fff; 
	width:963px;
	height:3px; 
	margin:0 auto; 
	padding:0;
	overflow:hidden;
}

