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:#fff;
}
	
/* Wrapper */
#wrapper{ 
	background:#FFB900 url(images/bg_wrapper.jpg) top left repeat-y; 
	width:958px;
	border:2px solid #fff;
	border-top:none;
	border-bottom:none;
	padding:0; 
	margin:0 auto;
}
	
/* --- Header  --- */
#header{ 
	background:url(images/bg_header.jpg) top left no-repeat; 
	width:958px; 
	height:410px; 
	padding:0; 
	margin:0 auto;
}
#header h1{ 
	display:none; 
	text-transform:uppercase;
}
#header a{ 
	display:block;
	height:156px;
	left:36px;
	position:relative;
	text-indent:-9999px;
	top:44px;
	width:270px;
}

/* --- texto1  --- */
#texto1{ 
	background:url(images/bg_texto1.jpg) top left no-repeat; 
	width:958px; 
	height:110px; 
	padding:0; 
	margin:0 auto 0;
}
#texto1 a{
	height:110px; 
	display:block; 
	text-indent:-9999px;
}

/* --- Contenido  --- */
#contenido{
	/*background:#00AEEF*/;
	width:890px; 
	padding:40px 30px 50px;
	margin:0 auto;
}
	
	/* --- Texto del Video  --- */
	#textoVideo{
		float:left; 
		width:322px;
		margin-top:15px;
		margin-right:18px;
	}
	#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:#000;
	}
	hr.divide{ 
		border:none; 
		border-top:1px dashed #000; 
		height:1px;
	}
	
	/* --- Boton animado  --- */
	#botonAnimado{
		float:left; 
		background:url(images/boton.gif) top left no-repeat; 
		width:306px; 
		height:193px; 
		padding:0; 
		margin:13px 0 0 10px;
	}
	#botonAnimado a{ 
		height:193px; 
		display:block; 
		text-indent:-9999px;
	}
	
	/* --- Video  --- */
	#videoContenedor{ 
		float:right; 
		background:#fff; 
		border:none; 
		width:513px; 
		height:auto; 
		padding:4px 4px 0px; 
		margin:10px 0 0; 
		overflow:auto;
	}

/* --- Copyright --- */
#copyright{ 
	background:url(images/bg_footer.gif) top left no-repeat;
	width:958px; 
	height:22px; 
	text-align:center; 
	margin:2px auto 0;
	padding:21px 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; 
		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:954px;
	height:3px; 
	margin:0 auto; 
	padding:0;
	overflow:hidden;
}

