body{
	background:#003399;
	margin:0; 
	padding:0;
	font-family: "Times New Roman", Times, serif; 
	font-size:16px; 
	color:#003366;
}
h1, h2, h3, p{ 
	margin:0; 
	padding:0;
}
.clear {
	clear:both;
}
		
/* --- Links --- */
a{ 
outline-style:none; 
	text-decoration:underline; 
	color:#003366;
}
	
/* Wrapper */
#wrapper{ 
	width:760px; 
	border:5px solid #6CF;
	border-top:none;
	background:#6CF; 
	padding:0; 
	margin:0 auto;
}
	
/* --- Header  --- */
#header{ 
	background:url(images/bg_header.jpg) top left no-repeat; 
	width:760px; 
	height:269px; 
	padding:0; 
	margin:0;
}
#header h1{ 
	display:none; 
	text-transform:uppercase;
}
#header a{ 
	position:relative; 
	float: right;
	top:24px; 
	right:0px; 
	width:280px; 
	height:162px; 
	display:block; 
	text-indent:-9999px;
}

/* --- Contenido  --- */
#contenido{ 
	background:#fff url(images/bg_contenido.jpg) top left repeat-x; 
	width:740px; 
	padding:40px 10px 50px;
	margin:0;
}
	
	/* --- Texto del Video  --- */
	#textoVideo{
		float:right; 
		width:322px;
	}
	#textoVideo p{ 
		line-height:16px; 
		letter-spacing:100%; 
		color:#003399;
	}
	h1.titulo{ 
		font-family:Georgia; 
		font-size:20px; 
		font-weight:bold; 
		text-align:center; 
		letter-spacing:100%;
		color:#003399;
	}
	hr.divide{ 
		border:none; 
		border-top:1px solid #000; 
		height:1px;
	}
	
	/* --- Boton animado  --- */
	#botonAnimado{
		float:right; 
		background:url(images/boton.gif) top left no-repeat; 
		width:238px; 
		height:126px; 
		padding:0; 
		margin:20px 40px 0 0;
	}
	#botonAnimado a{ 
		width:238px; 
		height:126px; 
		display:block; 
		text-indent:-9999px;
	}
	
	/* --- Video  --- */
	#videoContenedor{ 
		float:left; 
		background:#fff; border:4px solid #00B0E8; 
		width:364px; 
		height:auto; 
		padding:4px 4px 0px; 
		margin:10px 0 0; 
		overflow:auto;
	}

/* --- Footer --- */
#footer{ 
	background:url(images/bg_footer.jpg) top left no-repeat; 
	width:760px; 
	height:25px; 
	text-align:center; 
	margin:0; 
	padding:35px 0 0;
}
#footer ul{ 
	list-style:none; 
	padding:0; 
	margin:0;
} 
	#footer ul li{ 
		font-family:Arial, Helvetica, sans-serif; 
		font-size:13px; 
		color:#FFFFFF; 
		display:inline; 
		padding:0;
		margin:0;
	}
		#footer ul li a{ 
			font-weight:bold; 
			Color:#FFFFFF; 
			text-decoration:none; 
			padding:0; 
			margin:0;
		}
		#footer ul li a:hover{ 
			text-decoration:underline;
		}
/* --- Copyright --- */
#copyright{ 
	background:url(images/bg_copyright.jpg) top left no-repeat; 
	width:762px; 
	height:43px; 
	text-align:center; 
	margin:0;
	padding:8px 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;
}
