body{

	background:#02385c url(images/bg_page.jpg) top left 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:#fff;

}

	

/* Wrapper */

#wrapper{ 
	width:957px; 
	background:#01263d;
	border:5px solid #79BFEE;
	padding:0px 0px 0px; 
	border-width:5px;
	margin:3px auto 0;
}

	

/* --- Header  --- */

#header{ 
	background:url(images/bg_header.jpg) top left no-repeat; 
	height:440px;
	margin:0 auto;
	padding:0;
	width:957px;

}

#header h1{ 

	display:none; 

	text-transform:uppercase;

}

#header a{ 
	display:block;
	height:91px;
	left:170px;
	position:relative;
	text-indent:-9999px;
	top:40px;
	width:200px;

}



/* --- texto1  --- */

#texto1{ 

	background:url(images/bg-texto2.jpg) top left no-repeat; 
	width:957px; 
	height:52px; 
	padding:0; 
	margin:0 auto 0;

}

#texto1 a{

	height:66px; 
	display:block; 
	text-indent:-9999px;

}



/* --- texto2  --- */

#texto2{ 

	background:url(images/bg-textos1.jpg) top left no-repeat; 
	width:957px; 
	height:38px; 
	padding:0; 
	margin:10px auto 0;

}

#texto2 a{

	height:25px; 
	display:block; 
	text-indent:-9999px;

}



/* --- Contenido  --- */

#contenido{

	background:url(images/bg-contenido.jpg) top left;
	background-repeat:repeat-x;
	background-color:#4ea4c8;
	width:890px;
	padding:25px 15px 25px 5px;
	border:3px solid #FFFFFF;
	margin:10px auto;

}

	

	/* --- Texto del Video  --- */

	#textoVideo{

		float:left; 
		width:322px;
		margin-top:8px;
		margin-left:18px;

	}

	#textoVideo p{ 

		line-height:16px; 
		letter-spacing:100%; 
		color:#fff;

	}

	h1.titulo{ 

		font-family:Georgia; 
		font-size:20px; 
		font-weight:bold; 
		text-align:center; 
		letter-spacing:100%;
		color:#fff;

	}

	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:315px; 
		height:204px; 
		padding:0; 
		margin:10px 0 0 20px;

	}

	#botonAnimado a{ 

		height:185px; 
		display:block; 
		text-indent:-9999px;

	}

	

	/* --- Video  --- */

#videoContenedor{ 
		float:right; 
		background:#fff; 
		width:513px; 
		height:auto; 
		padding:3px 3px 0px; 
		margin:10px 5px 0 0;
		overflow:auto;

	}

#bg-url{
	background:transparent url(images/bg-url.jpg) no-repeat scroll left top;
	height:21px;
	margin:20px auto 0;
	padding:0;
	width:957px;

}


/* --- Copyright --- */

#copyright{ 
	width:957px; 
	height:27px; 
	text-align:center; 
	margin:10px auto 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;

}

