#contenedor {
		width: auto;
		margin:auto;
		overflow: auto;
		border-width: 10px;
		border-style: ridge;
		border-color: white;
		padding: 10%;
		padding-top: 1%;
		background-color: #006633;
		

}
#recuadro {
	 	width: auto;
	 	margin: auto;
	 	overflow: auto;
	 	border-width: 15px;
	 	border-style: double;
	 	border-color: #214B30;
		position: center;
		background-color: white;
		float: left;
		padding: 4px 13px
}

img {
	width: 80%;
	
}
video {
	width: 100%;
	height: 100%;
}
#copas {
		width: 30%;
		float: right;
		margin-right: 3em;
		padding-right:auto;

}
#copas1 {
		width: 30%;
		float: left;
		margin-left: 3em;
}

body{
	background-color: #006633;
	background-image: url(fondo.jpg); 
	
}

h2 {
	text-align:center;
	color: #993399;
	font-size: 160%;
	font-family: 'Monotype Corsiva', cursive;

}

#caja-img{
	
	margin: auto;
	text-align: center;
}

h1 {
	text-align:center;
	color: #006633;
	background-size: 30%;
	font color:#006633;
	font-size: 300%;
	font: "Times New Roman", Times, serif;
}

#continuar{	
	font-size: 67px;
	font-weight: bold;
	color: #5AAA64;
	width: 100%;	
	clear: both;
	text-align: center;
}

#diseno{
	font-size: 24px;
	font-weight: bold;
	color: #006633;
	width: 98%;	
	text-align: center;
	font-family: 'Monotype Corsiva', cursive; 
}

.logo2 {
width: 404px;
margin-top: -12px;
margin-left: 18px;
float: left;


}

.frase {
float: right;
font-family: "Times New Roman", Times, serif;
padding-right: 100px;
width: 343px;
font-size: 30px;
color: #000000;
text-align: center;
font-weight: bolder;
text-shadow:#006633 2px 0 6px;
}

#encabezado {

background: white;
height: 100px;
margin: auto;
padding-top: 60px;
width: 1150px;
border-radius: 6px 6px 6px 6px;
}

button.css3button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
	color: #ffffff;
	padding: 10px 20px;
	background: -moz-linear-gradient(
		top,
		#f0e7f0 0%,
		#3b3b3b 50%,
		#242424 50%,
		#73d134);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#f0e7f0),
		color-stop(0.50, #3b3b3b),
		color-stop(0.50, #242424),
		to(#73d134));
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #000000;
	-moz-box-shadow:
		0px 1px 3px rgba(163,163,163,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.6);
	-webkit-box-shadow:
		0px 1px 3px rgba(163,163,163,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.6);
	box-shadow:
		0px 1px 3px rgba(163,163,163,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.6);
	text-shadow:
		0px -1px 0px rgba(000,000,000,1),
		0px 1px 0px rgba(255,255,255,0.2);
}

#menu{
	width: 80%;
	padding-left: 10em;
	margin-top: 12px;

}

#texto{
background: white;
height: 100px;
margin: auto;
padding-top: 60px;
width: 800px;
border-radius: 6px 6px 6px 6px;
text-align: justify;
}
#cuerpo{
background: white;
height: 100px;
margin: auto;
margin-top: 2em;
padding-top: 60px;
width: 800px;
border-radius: 6px 6px 6px 6px;

}

#caja{
width: 95%;
float: right;
margin-right: 4em;
background: blue;
padding: 10%;

}

.style1 {
color: #FFFF00;
}

.style2 {
color: #0000FF;
}

.style3 {
color: #FF0000;
}

#animacion {
width: 30%;
float: left;
margin-left: 3em;
padding-top: 3em;

}

#fondo-barra {
background-color: white;
clear: both;
font-family: Tahoma,Arail,sans-serif;
font-size: 12px;
margin: 11px auto auto;
padding: 20px 20px 1px;
width: 924px;
border-radius: 4px 4px 0 0;
}

.direccion {
color: #000000;
font-size: 17px;
text-shadow: black;
font-family: 'Times New Roman', Times, serif;
text-align: center;
margin-bottom: 3em;
}