body{
	background:url(images/bg_page.gif) top left repeat;
	margin:0; 
	padding:0;
	font-family: Arial, Helvetica, sans-serif; 
	font-size:14px; 
	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{ 
	width:954px; 
	background:#fff;
	padding:0 3px 3px; 
	margin:0 auto;
}


/* --- Header  --- */
#header{ 
	background:url(images/bg_header.jpg) top left no-repeat; 
	width:823px; 
	height:629px; 
	padding:0; 
	margin:0 auto;
	overflow:hidden;
	float:left;
}
#header h1.desc{ 
	display:none; 
	text-transform:uppercase;
}
#header a.link-logo{ 
	display:block;
	height:181px;
	left:78px;
	position:relative;
	text-indent:-9999px;
	top:35px;
	width:327px;
}

	/* --- Texto del Video  --- */
	#textoVideo{
		left:444px;
		position:relative;
		top:-159px;
		width:361px;
		height:110px;
	}
	#textoVideo p{ 
		line-height:14px; 
		color:#006;
	}
	h1.titulo{ 
		font-size:20px;
		font-weight:bold;
		text-align:center; 
		color:#006;
		font-family:"Tahoma";
	}
	hr.divide{ 
		border:none; 
		border-top:1px dashed #006; 
		height:1px;
	}

	/* --- VIDEO  --- */
	#videoContenedor{ 
		left:441px;
		position:relative;
		top:-146px;
		width:364px;
	}

	/* --- Boton animado  --- */
	#botonAnimado{
		background:transparent url(images/boton.gif) no-repeat scroll left top;
		height:125px;
		left:531px;
		position:relative;
		top:-25px;
		width:266px;
		overflow:hidden;
	}
	#botonAnimado a{ 
		height:125px; 
		width:266px;
		display:block; 
		text-indent:-9999px;
	}

/* --- texto1  --- */
#texto1{
	background:transparent url(images/bg_texto1.jpg) left top no-repeat;
	float:right;
	height:629px;
	width:131px;
	overflow:hidden;
}
#texto1 a{
	height:585px; 
	display:block; 
	text-indent:-9999px;
}


/* --- texto1  --- */
#texto2{
	background:transparent url(images/bg_texto2.jpg) left top no-repeat;
	width:954px;
	height:148px;
	margin:0;
	padding:0;
}
#texto2 a{
	display:block;
	height:110px;
	left:186px;
	position:relative;
	text-indent:-9999px;
	top:10px;
	width:549px;
}

/* --- Footer --- */
#footer{ 
	background:url(images/bg_footer.gif) top left no-repeat;
	width:954px; 
	height:27px; 
	text-align:center; 
	margin:0 auto; 
	padding:6px 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;
}