body{
	background:#C0F5FF url(images/bg-page.jpg) left top repeat-x;
	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:967px; 
	padding:0; 
	margin:0 auto;
}
	
/* --- Header  --- */
#header{ 
	background:url(images/bg-header.jpg) top left no-repeat; 
	width:967px; 
	height:387px; 
	padding:0; 
	margin:0 auto;
}
#header h1{ 
	display:none; 
	text-transform:uppercase;
}
#header a{ 
	display:block;
	height:90px;
	left:738px;
	position:relative;
	text-indent:-9999px;
	top:212px;
	width:212px;
}

/* --- texto1  --- */
#texto1{ 
	background:url(images/bg-texto1.jpg) left top no-repeat; 
	width:967px; 
	height:113px; 
	padding:0; 
	margin:0 auto;
}
#texto1 a{
	height:113px; 
	display:block; 
	text-indent:-9999px;
}

/* --- Contenido  --- */
#contenido{ 
	background:url(images/bg-content.jpg);
	width:967px;
	height:409px; 
	padding:20px 0 0;
	margin:0 auto;
}
	

	/* --- Video  --- */
	#videoContenedor{ 
		background:url(images/bg-img.jpg) left top no-repeat; 
		width:535px; 
		height:335px; 
		padding:22px 0 0 22px; 
		margin:15px 0 0 20px; 
		overflow:auto;
		float:left;
	}

	/* --- Texto del Video  --- */
	#textoVideo{
		float:right; 
		width:322px;
		margin-top:20px;
		margin-right:32px;
	}
	*html #textoVideo{margin-right:16px;}

	#textoVideo p{ 
		line-height:16px; 
		letter-spacing:100%; 
		color:#fff;
	}
	h1.titulo{ 
		font-size:20px; 
		text-align:center; 
		letter-spacing:100%;
		color:#A3E45C;
		font-family:Georgia, "Times New Roman", Times, serif;
	}
	hr.divide{ 
		border:none; 
		border-top:1px dashed #fff; 
		height:1px;
	}
	
	/* --- Boton animado  --- */
	#botonAnimado{
		float:right; 
		background:url(images/boton.gif) top left no-repeat; 
		width:306px; 
		height:172px; 
		padding:0; 
		margin:20px 42px 0 0;
	}
	*html #botonAnimado{margin:20px 16px 0 0;}
	#botonAnimado a{ 
		height:186px; 
		display:block; 
		text-indent:-9999px;
	}
	

/* --- Footer --- */
#footer{ 
	background:url(images/bg-footer.jpg) top left repeat-x;
	width:967px; 
	height:36px; 
	text-align:center; 
	margin:15px auto; 
	padding:12px 0 0;
}
#footer p a{ 
	font-weight:bold; 
	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;
}
