@charset "utf-8";
@import url("Diploma/stylesheet.css");

/* CSS Document */

		@font-face{
			font-family:ubuntuRegular;
			src: url(../ttf/Ubuntu-R.ttf) format('truetype');
			}
		@font-face{
			font-family:ubuntuBold;
			src: url(../ttf/Ubuntu-B.ttf) format('truetype');
			}
		@font-face{
			font-family:ubuntuBoldItalic;
			src: url(../ttf/Ubuntu-BI.ttf) format('truetype');
			}
		@font-face{
			font-family:ubuntuItalic;
			src: url(../ttf/Ubuntu-I.ttf) format('truetype');
			}
		@font-face{
			font-family:Diploma;
			src:url(../ttf/Diploma.ttf) format('truetype')}
h1,h2,h3,h4,h5,h6{
	font-family: Diploma;
}
p{
	font-family:ubuntuRegular;
}
/*html,body{
	text-align:center;
	margin:0 auto;
	background:url(../img/fondoama.png);
	background-size:100% 100%;
	height:890px;
}*/
/*#contenedor{
	text-align:left;
	margin:0 auto;
	top:20px;
	width:1024px;
	height:100%;
	position:relative;
	background:rgba(255,255,255,1);
	border-radius: 30px 30px 30px 30px;
	box-shadow:0px 0px 40px rgba(255,102,0,1);
	
	-webkit-border-radius: 30px 30px 30px 30px;
	-webkit-box-shadow:0px 0px 40px rgba(255,102,0,1);
	-o-box-shadow:0px 0px 40px rgba(255,102,0,1);
	-o-border-radius: 30px 30px 30px 30px;
	-moz-box-shadow:0px 0px 40px rgba(255,102,0,1);
	-moz-border-radius: 30px 30px 30px 30px;
	-ms-box-shadow:0px 0px 40px rgba(255,102,0,1);
	-ms-border-radius: 30px 30px 30px 30px;
}
/*header{
	position:relative;
	margin:auto;
	padding:0px;
	text-align:center;
	width:100%;
	height:30%;	
}
nav{
	height:auto;
	padding:1px;
	background:rgba(255,204,0,1);
	border-radius: 30px 30px 0px 0px;
	z-index:100;
	
	-webkit-border-radius: 30px 30px 0px 0px;
	-o-border-radius: 30px 30px 0px 0px;
	-moz-border-radius: 30px 30px 0px 0px;
	-ms-border-radius: 30px 30px 0px 0px;
	}
#menu-wrapper ul{
	padding:0;
	list-style:none;
	font-size:16px;
	font-family:ubuntuBold;
	z-index:100;
	}
#hmenu {
	width:800px;
	margin:0 auto;
	z-index:100;
	}
#hmenu > li {
	display:inline-block;
	z-index:100;
	}

#hmenu > li > a {
	display:block;
	padding:10px 5px;
		
	text-decoration:none;
	color:white;
	border:2px solid black;
	border-radius: 0px 10px 0px 10px;
	box-shadow: 0px 0px 10px white;
	text-shadow:3px 3px 5px rgba(0,0,0,1);
	transform:scale(1,1);

	   -moz-border-radius: 0px 10px 0px 10px;
	-webkit-border-radius: 0px 10px 0px 10px;
	     -o-border-radius: 0px 10px 0px 10px;
		-ms-border-radius: 0px 10px 0px 10px;

	-webkit-box-shadow: 0px 0px 10px white;
	   -moz-box-shadow: 0px 0px 10px white;
	     -o-box-shadow: 0px 0px 10px white;
		-ms-box-shadow: 0px 0px 10px white;
	
	-webkit-text-shadow:3px 3px 5px rgba(0,0,0,1);
	   -moz-text-shadow:3px 3px 5px rgba(0,0,0,1);
	     -o-text-shadow:3px 3px 5px rgba(0,0,0,1);
		-ms-text-shadow:3px 3px 5px rgba(0,0,0,1);
		 
	-webkit-transform:scale(1,1);
	   -moz-transform:scale(1,1);
	     -o-transform:scale(1,1);
		-ms-transform:scale(1,1);
		
	}
#hmenu > li > a:hover {
	background:rgba(255,153,0,1);
	font-family:ubuntuBold;
	color:white;
	box-shadow: 0px 0px 10px rgba(0,51,153,1);
	
	-webkit-box-shadow: 0px 0px 10px rgba(255,153,0,1);
	     -o-box-shadow: 0px 0px 10px rgba(255,153,0,1);
	   -moz-box-shadow: 0px 0px 10px rgba(255,153,0,1);
	    -ms-box-shadow: 0px 0px 10px rgba(255,153,0,1);
	}
	
li ul{
	position:absolute;
	display:none;
	z-index:100;
	}
.sub-menu a{
	display:block;
	padding:10px 5px;
	width:120px;

	text-decoration:none;
	color:white;
	background-color:rgba(255,153,0,1);
	border:2px solid black;
	border-radius: 0px 10px 0px 10px;
	box-shadow: 0px 0px 10px white;
	text-shadow:3px 3px 5px rgba(0,0,0,1);
	transform:scale(1,1);

	   -moz-border-radius: 0px 10px 0px 10px;
	-webkit-border-radius: 0px 10px 0px 10px;
	     -o-border-radius: 0px 10px 0px 10px;
	    -ms-border-radius: 0px 10px 0px 10px;


	-webkit-box-shadow: 0px 0px 10px white;
	   -moz-box-shadow: 0px 0px 10px white;
	     -o-box-shadow: 0px 0px 10px white;
		-ms-box-shadow: 0px 0px 10px white;
	
	-webkit-text-shadow:3px 3px 5px rgba(0,0,0,1);
	   -moz-text-shadow:3px 3px 5px rgba(0,0,0,1);
	     -o-text-shadow:3px 3px 5px rgba(0,0,0,1);
		-ms-text-shadow:3px 3px 5px rgba(0,0,0,1);
	
	-webkit-transform:scale(1,1);
	   -moz-transform:scale(1,1);
	     -o-transform:scale(1,1);
		-ms-transform:scale(1,1);
	}
li:hover ul{
	display:block;
	z-index:100;
	}
	
.sub-menu a:hover{
	background:rgba(255,204,0,1);
	}	
	
#logo{
	position:absolute;
	background:url(../img/samil.png);
	background-size:100% 100%;
	width:100%;
	height:84%;
	opacity:1;
	transform:scale(1,1);
	animation: logosamil 20s;
	animation-iteration-count:infinite;
	z-index:10;
	
	-webkit-transform:scale(1,1);
	-webkit-animation: logosamil 20s;
	-webkit-animation-iteration-count:infinite;
	
	-moz-transform:scale(1,1);
	-moz-animation: logosamil 20s;
	-moz-animation-iteration-count:infinite;	
	
	-o-transform:scale(1,1);
	-o-animation: logosamil 20s;
	-o-animation-iteration-count:infinite;	
	
	-ms-transform:scale(1,1);
	-ms-animation: logosamil 20s;
	-ms-animation-iteration-count:infinite;	
	}
	
@keyframes logosamil{
	0%{opacity:0;transform:scale(0,0);}
	10%{opacity:1;transform:scale(1,1);}
	40%{opacity:1;}
	50%{opacity:1;transform:scale(1,1);}
	60%{opacity:0;transform:scale(1.3,1.3);}
	100%{opacity:0; transform:scale(1,1);}
	}
@-webkit-keyframes logosamil{
	0%{opacity:0;-webkit-transform:scale(0,0);}
	10%{opacity:1;-webkit-transform:scale(1,1);}
	40%{opacity:1;}
	50%{opacity:1;-webkit-transform:scale(1,1);}
	60%{opacity:0;-webkit-transform:scale(1.3,1.3);}
	100%{opacity:0;-webkit-transform:scale(1,1);}
	}
@-moz-keyframes logosamil{
	0%{opacity:0;-moz-transform:scale(0,0);}
	10%{opacity:1;-moz-transform:scale(1,1);}
	40%{opacity:1;}
	50%{opacity:1;-moz-transform:scale(1,1);}
	60%{opacity:0;-moz-transform:scale(1.3,1.3);}
	100%{opacity:0;-moz-transform:scale(1,1);}
	}
@-o-keyframes logosamil{
	0%{opacity:0;-o-transform:scale(0,0);}
	10%{opacity:1;-o-transform:scale(1,1);}
	40%{opacity:1;}
	50%{opacity:1;-o-transform:scale(1,1);}
	60%{opacity:0;-o-transform:scale(1.3,1.3);}
	100%{opacity:0;-o-transform:scale(1,1);}
	}
@-ms-keyframes logosamil{
	0%{opacity:0;-ms-transform:scale(0,0);}
	10%{opacity:1;-ms-transform:scale(1,1);}
	40%{opacity:1;}
	50%{opacity:1;-ms-transform:scale(1,1);}
	60%{opacity:0;-ms-transform:scale(1.3,1.3);}
	100%{opacity:0;-ms-transform:scale(1,1);}
	}	
#logo2{
	display:inline-table;
	background-image:url(../img/portada.jpg);
	background-size:100% 100%;
	width:100%;
	height:84%;
	z-index:10;
	}
#basecontenido{
	position:relative;
	display:block;
	margin:0px;
	padding:0px;
	width:100%;
	height:56%;
	overflow:hidden;
	}
#contenido{
	position:absolute;
	background:url(../img/fondoama3.png);
	background-size:100% 100%;
	width:100%;
	height:100%;
	padding: 5px 200px 10px 5px;
	}
	
#contenido p{
	position:relative;
	font-family:ubuntuItalic;
	display:block;
		}
		
.titulo{
	width: 450px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 28px;
	position: relative;
	float: left;
	padding: 0px;
	margin: 0px;
	text-shadow: 0px 0px 5px rgba(255,102,0,1);
	-webkit-text-shadow: 0px 0px 5px rgba(255,102,0,1);
	-moz-text-shadow: 0px 0px 5px rgba(255,102,0,1);
	-o-text-shadow: 0px 0px 5px rgba(255,102,0,1);
	-ms-text-shadow: 0px 0px 5px rgba(255,102,0,1);

	}

#submenu{
	float:left;
	width:400px;
	margin-top:20px;
	
}
#submenu1{
	border:1px solid black;
	width:auto;	
	float:left;
	background:rgba(255,102,0,1);
	padding:8px;
	color:#fff;
	text-shadow: 0px 0px 15px rgba(0,0,0,1);
	font-family:ubuntuBold;
	border-radius: 0px 10px 0px 10px;
	text-decoration:none;
	
	-webkit-text-shadow: 0px 0px 15px rgba(0,0,0,1);
	   -moz-text-shadow: 0px 0px 15px rgba(0,0,0,1);
	     -o-text-shadow: 0px 0px 15px rgba(0,0,0,1);
		-ms-text-shadow: 0px 0px 15px rgba(0,0,0,1);
		 
	-webkit-border-radius: 0px 10px 0px 10px;
	   -moz-border-radius: 0px 10px 0px 10px;
	     -o-border-radius: 0px 10px 0px 10px;
		-ms-border-radius: 0px 10px 0px 10px;	
}

#submenu1:hover{
	background:rgba(0,0,0,1);
}
#submenu1 a {
	text-decoration:none;
	color:#fff;

	}
#submenu2{
	border:2px solid black;
	width:auto;	
	float:left;
	background:rgba(255,102,0,1);
	padding:8px;
	margin-left:15px;
	color:#fff;
	text-shadow: 0px 0px 15px rgba(0,0,0,1);
	font-family:ubuntuBold;
	border-radius: 0px 10px 0px 10px;
	
	-webkit-text-shadow: 0px 0px 15px rgba(0,0,0,1);
	   -moz-text-shadow: 0px 0px 15px rgba(0,0,0,1);
		 -o-text-shadow: 0px 0px 15px rgba(0,0,0,1);
		-ms-text-shadow: 0px 0px 15px rgba(0,0,0,1);
	
	-webkit-border-radius: 0px 10px 0px 10px;
	   -moz-border-radius: 0px 10px 0px 10px;
		 -o-border-radius: 0px 10px 0px 10px;
		-ms-border-radius: 0px 10px 0px 10px;
}

#submenu2:hover{
	background:rgba(0,0,0,1);
}
#submenu2 a {
	text-decoration:none;
	color:#fff;

	}
#contenido_real{
	clear:both;
	width:97%;
	height:auto;
	margin:0 auto;
	}
	
#contenido_real p{
	font-family:ubuntuRegular;
	font-size:15px;
	text-shadow:1px 1px 2px rgba(0,0,0,0.8);
	
	-webkit-text-shadow:1px 1px 2px rgba(0,0,0,0.8);
	   -moz-text-shadow:1px 1px 2px rgba(0,0,0,0.8);
	     -o-text-shadow:1px 1px 2px rgba(0,0,0,0.8);
		-ms-text-shadow:1px 1px 2px rgba(0,0,0,0.8);
	

	}	
#nav_habitaciones{
	width:700px;
	height:auto;
	float:left;
	margin-left:200px;
}

#nav_habitaciones ul{
	width:200px;
	list-style:none;
	padding:5px;
	font-family:ubuntuBold;
	float:left;
}

#nav_habitaciones  ul  li{
	margin-bottom:10px;
	}

#nav_habitaciones ul  li  a{
	display:block;
	text-align:center;
	text-decoration:none;
	color:#000;
	background:rgba(255,204,51,0.4);
	text-shadow:1px 1px 3px rgba(255,102,0,1);
	border:2px solid rgba(255,102,0,1);
	border-radius:0px 10px 0px 10px;
	padding:10px;
	
	-webkit-text-shadow:1px 1px 3px rgba(255,102,0,1);
	   -moz-text-shadow:1px 1px 3px rgba(255,102,0,1);
	     -o-text-shadow:1px 1px 3px rgba(255,102,0,1);
	     -ms-text-shadow:1px 1px 3px rgba(255,102,0,1);
	   
	-webkit-border-radius:0px 10px 0px 10px;
	   -moz-border-radius:0px 10px 0px 10px;
	     -o-border-radius:0px 10px 0px 10px; 
		-ms-border-radius:0px 10px 0px 10px;  
	   
}

#nav_habitaciones ul  li  a:hover{
	background:rgba(255,204,51,1);
	text-shadow:5px 5px 10px rgba(255,0,0,1);
	
	-webkit-text-shadow:5px 5px 10px rgba(255,0,0,1);
	   -moz-text-shadow:5px 5px 10px rgba(255,0,0,1);
	     -o-text-shadow:5px 5px 10px rgba(255,0,0,1);
		-ms-text-shadow:5px 5px 10px rgba(255,0,0,1);	
}

#nav_imagen .sencilla:hover{
	display:none;
	}
	
#nav_imagen{
	float:left;
	position:relative;
	width:300px;
	height:200px;
	margin-top:40px;
	margin-left:100px;
	box-shadow:0px 0px 40px rgba(255,102,0,1);
	display:none;
	
	-webkit-box-shadow:0px 0px 40px rgba(255,102,0,1);
	   -moz-box-shadow:0px 0px 40px rgba(255,102,0,1);
	     -o-box-shadow:0px 0px 40px rgba(255,102,0,1);
		-ms-box-shadow:0px 0px 40px rgba(255,102,0,1);
	}
	
#servicios{
	float:left;
	margin-left:130px;
	width:320px;
	height:290px;
	font-size:14px;
	padding:0px;
	font-family:ubuntuItalic;

	}
#servicios h2{
	background:rgba(255,204,0,1);
	text-shadow:0px 0px 15px rgba(51,51,51,0.3);
	
	-webkit-text-shadow:0px 0px 15px rgba(51,51,51,0.3);
	   -moz-text-shadow:0px 0px 15px rgba(51,51,51,0.3);	
	     -o-text-shadow:0px 0px 15px rgba(51,51,51,0.3);
		-ms-text-shadow:0px 0px 15px rgba(51,51,51,0.3);
	}	
#servicios ul{
	list-style:inside;
	padding:0px;
	}
#servicios ul li{
	padding:1px;
	margin-left:30px;
	}	
	*/
/*.reserva_cuadro{
	float:left;
	margin-left:180px;
	width:250px;
	height:auto;
	font-size:16px;
	margin-top:5%;
	padding:0px;
	font-family:ubuntuBold;
	border:2px solid rgba(109,29,37,1);
	text-shadow:0px 0px 10px rgba(255,153,0,1);
	border-radius:15px;
	box-shadow:0px 0px 20px rgba(255,102,0,1);
	
	-webkit-text-shadow:0px 0px 10px rgba(255,153,0,1);
	-webkit-border-radius:15px;
	-webkit-box-shadow:0px 0px 20px rgba(255,102,0,1);
	
	-moz-text-shadow:0px 0px 10px rgba(255,153,0,1);
	-moz-border-radius:15px;
	-moz-box-shadow:0px 0px 20px rgba(255,102,0,1);	
	
	-o-text-shadow:0px 0px 10px rgba(255,153,0,1);
	-o-border-radius:15px;
	-o-box-shadow:0px 0px 20px rgba(255,102,0,1);

	-ms-text-shadow:0px 0px 10px rgba(255,153,0,1);
	-ms-border-radius:15px;
	-ms-box-shadow:0px 0px 20px rgba(255,102,0,1);
	}
	
.reserva_cuadro h2{
	background:rgba(109,29,37,1);
	color:#FFF;
	text-shadow:0px 0px 15px rgba(51,51,51,0.3);
	
	-webkt-text-shadow:0px 0px 15px rgba(51,51,51,0.3);
	  -moz-text-shadow:0px 0px 15px rgba(51,51,51,0.3);
	    -o-text-shadow:0px 0px 15px rgba(51,51,51,0.3);
	   -ms-text-shadow:0px 0px 15px rgba(51,51,51,0.3);
		
	}	
.reserva_cuadro ul{
	list-style:decimal;
	padding:0px;
	}
.reserva_cuadro ul li{
	margin-left:20px;
	}
	
#lateral_cuadro{
	float:left;
	margin:0 auto;
	margin-left:90px;
	margin-top:5%;
	width:350px;
	height:auto;
	padding:0px;
	cursor:pointer;
}

#contacto_cuadro{
	float:left;
	margin-left:60px;
	width:400px;
	height:300px;
	font-size:16px;
	margin-top:5%;
	padding:0px;
	font-family:ubuntuBold;
	border:2px solid rgba(109,29,37,1);
	background-image:url(../images/contacto.png);
	background-size:100% 100%;
	border-radius:15px;
	box-shadow:0px 0px 20px rgba(255,102,0,1);
	
	-webkit-border-radius:15px;
	-webkit-box-shadow:0px 0px 20px rgba(255,102,0,1);
	
	-moz-border-radius:15px;
	-moz-box-shadow:0px 0px 20px rgba(255,102,0,1);
	
	-o-border-radius:15px;
	-o-box-shadow:0px 0px 20px rgba(255,102,0,1);
	
	-ms-border-radius:15px;
	-ms-box-shadow:0px 0px 20px rgba(255,102,0,1);

	}
#contacto_cuadro p{
	
	padding-left:15px;
	font-family:ubuntuBold;
	font-size:18px;
	color:rgba(0,0,0,0.8);
	background:rgba(255,255,255,0.4);
	text-shadow:0px 0px 10px rgba(255,255,0,1);
	
	-webkit-text-shadow:0px 0px 10px rgba(255,255,0,1);
	   -moz-text-shadow:0px 0px 10px rgba(255,255,0,1);
	     -o-text-shadow:0px 0px 10px rgba(255,255,0,1);
		-ms-text-shadow:0px 0px 10px rgba(255,255,0,1);
}

#contacto_cuadro h2{
	background:rgba(109,29,37,1);
	color:#FFF;
	text-shadow:0px 0px 15px rgba(51,51,51,0.3);	
	
	-webkit-text-shadow:0px 0px 15px rgba(51,51,51,0.3);
	   -moz-text-shadow:0px 0px 15px rgba(51,51,51,0.3);
	     -o-text-shadow:0px 0px 15px rgba(51,51,51,0.3);
		-ms-text-shadow:0px 0px 15px rgba(51,51,51,0.3);
	}
	/*	
#ubicacion_cuadro{
	float:left;
	margin-left:60px;
	width:400px;
	height:300px;
	font-size:16px;
	padding:0px;
	margin-top:5%;
	font-family:ubuntuBold;
	border:2px solid rgba(109,29,37,1);
	border-radius:15px;
	box-shadow:0px 0px 20px rgba(255,102,0,1);
	background-image:url(../images/exterior_22.jpg);
	background-size:100% 100%;
	
	-webkit-border-radius:15px;
	-webkit-box-shadow:0px 0px 20px rgba(255,102,0,1);
	
	-moz-border-radius:15px;
	-moz-box-shadow:0px 0px 20px rgba(255,102,0,1);
			
	-o-border-radius:15px;
	-o-box-shadow:0px 0px 20px rgba(255,102,0,1);
	
	-ms-border-radius:15px;
	-ms-box-shadow:0px 0px 20px rgba(255,102,0,1);
	}
#ubicacion_cuadro p{
	
	padding-left:15px;
	font-family:ubuntuBold;
	font-size:18px;
	color:rgba(0,0,0,0.8);
	background:rgba(255,255,255,0.4);
	text-shadow:0px 0px 10px rgba(255,255,0,1);
	
	-webkit-text-shadow:0px 0px 10px rgba(255,255,0,1);
	   -moz-text-shadow:0px 0px 10px rgba(255,255,0,1);
	     -o-text-shadow:0px 0px 10px rgba(255,255,0,1);
		-ms-text-shadow:0px 0px 10px rgba(255,255,0,1);
}

#ubicacion_cuadro h2{
	background:rgba(109,29,37,1);
	color:#FFF;
	text-shadow:0px 0px 15px rgba(51,51,51,0.3);
	
	-webkit-text-shadow:0px 0px 15px rgba(51,51,51,0.3);
	   -moz-text-shadow:0px 0px 15px rgba(51,51,51,0.3);
	     -o-text-shadow:0px 0px 15px rgba(51,51,51,0.3);
		-ms-text-shadow:0px 0px 15px rgba(51,51,51,0.3);	
	}
	
#ubicacion_cuadro2{
	float:left;
	margin-left:50px;
	width:395px;
	height:295px;
	padding:5px;
	margin-top:5%;
	border:2px solid rgba(109,29,37,1);
	border-radius:15px;
	box-shadow:0px 0px 20px rgba(255,102,0,1);
	overflow:hidden;

	-webkit-border-radius:15px;
	-webkit-box-shadow:0px 0px 20px rgba(255,102,0,1);

	-moz-border-radius:15px;
	-moz-box-shadow:0px 0px 20px rgba(255,102,0,1);	

	-o-border-radius:15px;
	-o-box-shadow:0px 0px 20px rgba(255,102,0,1);
	
	-ms-border-radius:15px;
	-ms-box-shadow:0px 0px 20px rgba(255,102,0,1);
	}
		
.servicios_cuadro{
	float:left;
	margin-left:10px;
	width:180px;
	height:291px;
	font-size:14px;
	padding:0px;
	font-family:ubuntuItalic;
	border:2px solid rgba(109,29,37,1);
	border-radius:15px;
	
	-webkit-border-radius:15px;
	   -moz-border-radius:15px;
	     -o-border-radius:15px;
		-ms-border-radius:15px;

	}
.servicios_cuadro h2{
	background:rgba(109,29,37,1);
	color:#FFF;
	text-shadow:0px 0px 15px rgba(51,51,51,0.3);	
	
	-webkit-text-shadow:0px 0px 15px rgba(51,51,51,0.3);
	   -moz-text-shadow:0px 0px 15px rgba(51,51,51,0.3);
	     -o-text-shadow:0px 0px 15px rgba(51,51,51,0.3);
		-ms-text-shadow:0px 0px 15px rgba(51,51,51,0.3);
	}	
.servicios_cuadro ul{
	list-style:inside;
	padding:0px;
	}
.servicios_cuadro ul li{
	padding:0px;
	margin-left:5px;
	}	

.servicios_cuadrobar{
	float:left;
	margin-left:10px;
	width:180px;
	height:330px;
	font-size:10px;
	padding:0px;
	font-family:ubuntuItalic;
	border:2px solid rgba(109,29,37,1);
	border-radius:15px;
	
	-webkit-border-radius:15px;
	   -moz-border-radius:15px;
	     -o-border-radius:15px;
		-ms-border-radius:15px;
	}
	
.servicios_cuadrobar h2{
	background:rgba(109,29,37,1);
	color:#FFF;
	font-size:12px;
	text-shadow:0px 0px 15px rgba(51,51,51,0.3);
	
	-webkit-text-shadow:0px 0px 15px rgba(51,51,51,0.3);
	   -moz-text-shadow:0px 0px 15px rgba(51,51,51,0.3);
	     -o-text-shadow:0px 0px 15px rgba(51,51,51,0.3);
		-ms-text-shadow:0px 0px 15px rgba(51,51,51,0.3);		
	}	
.servicios_cuadrobar ul{
	list-style:inside;
	padding:0px;
	}
.servicios_cuadrobar ul li{
	padding:0px;
	margin-left:5px;
	}	

.espacio{
	clear:both;
	float:left;
	margin-top:12px;
	}
	
#catalogo{
	clear:both;
	float:left;
	margin-left:250px;
	width:200PX;
	height:60px;
	box-shadow:0px 0px 15px #000;
	border-radius:10px;
	background:url(../images/carta.jpg);
	cursor:pointer;
	
	-webkit-box-shadow:0px 0px 15px #000;
	-webkit-border-radius:10px;
	
	-moz-box-shadow:0px 0px 15px #000;
	-moz-border-radius:10px;
	
	-o-box-shadow:0px 0px 15px #000;
	-o-border-radius:10px;	
	
    -ms-box-shadow:0px 0px 15px #000;
	-ms-border-radius:10px;		
	}
	
#videobar{
	float:left;
	margin-left:50px;
	width:200PX;
	height:60px;
	border-radius:10px;
	background:url(../images/video.jpg);
	cursor:pointer;
	
	-webkit-border-radius:10px;
	   -moz-border-radius:10px;
	     -o-border-radius:10px;
		-ms-border-radius:10px;
	}	
							
#foto_habitaciones{
	float:left;
	background-image:url(../images/hab/interior_.jpg);
	margin-left:50px;
	margin-top:50px;
	width:400px;
	height:200px;
	cursor:pointer;
	background-size:100% 100%;
	box-shadow:0px 0px 40px rgba(0,0,0,1);
	border-radius:30px;
	animation: misfotos 20s; 
	animation-iteration-count:infinite;
	
	-webkit-box-shadow:0px 0px 40px rgba(0,0,0,1);
	-webkit-border-radius:30px;	
	-webkit-animation: misfotos 20s;
	-webkit-animation-iteration-count:infinite;
	
	-moz-box-shadow:0px 0px 40px rgba(0,0,0,1);
	-moz-border-radius:30px;	
	-moz-animation: misfotos 20s;
	-moz-animation-iteration-count:infinite;
	
	-o-box-shadow:0px 0px 40px rgba(0,0,0,1);
	-o-border-radius:30px;	
	-o-animation: misfotos 20s;
	-o-animation-iteration-count:infinite;

	-ms-box-shadow:0px 0px 40px rgba(0,0,0,1);
	-ms-border-radius:30px;	
	-ms-animation: misfotos 20s;
	-ms-animation-iteration-count:infinite;			
	}
	
@keyframes misfotos{
	0%{background-image:url(../images/hab/interior_.jpg);}
	25%{background-image:url(../images/hab/interior_3.jpg);}
	50%{background-image:url(../images/hab/interior_4.jpg);}
	75%{background-image:url(../images/hab/interior_11.jpg);}
	100%{background-image:url(../images/hab/interior_17.jpg);}
	}

@-webkit-keyframes misfotos{
	0%{background-image:url(../images/hab/interior_.jpg);}
	20%{background-image:url(../images/hab/interior_3.jpg);}
	40%{background-image:url(../images/hab/interior_4.jpg);}
	60%{background-image:url(../images/hab/interior_11.jpg);}
	80%{background-image:url(../images/hab/interior_17.jpg);}
	100%{background-image:url(../images/hab/interior_.jpg);}
	}
		
@-moz-keyframes misfotos{
	0%{background-image:url(../images/hab/interior_.jpg);}
	20%{background-image:url(../images/hab/interior_3.jpg);}
	40%{background-image:url(../images/hab/interior_4.jpg);}
	60%{background-image:url(../images/hab/interior_11.jpg);}
	80%{background-image:url(../images/hab/interior_17.jpg);}
	100%{background-image:url(../images/hab/interior_.jpg);}
	}	

@-o-keyframes misfotos{
	0%{background-image:url(../images/hab/interior_.jpg);}
	20%{background-image:url(../images/hab/interior_3.jpg);}
	40%{background-image:url(../images/hab/interior_4.jpg);}
	60%{background-image:url(../images/hab/interior_11.jpg);}
	80%{background-image:url(../images/hab/interior_17.jpg);}
	100%{background-image:url(../images/hab/interior_.jpg);}
	}
@-ms-keyframes misfotos{
	0%{background-image:url(../images/hab/interior_.jpg);}
	20%{background-image:url(../images/hab/interior_3.jpg);}
	40%{background-image:url(../images/hab/interior_4.jpg);}
	60%{background-image:url(../images/hab/interior_11.jpg);}
	80%{background-image:url(../images/hab/interior_17.jpg);}
	100%{background-image:url(../images/hab/interior_.jpg);}
	}
			
#foto_habitaciones2{
	float:left;
	margin-left:50px;
	margin-top:50px;
	width:400px;
	height:200px;
	cursor:pointer;
	background-image:url(../images/hab/interior_28.jpg);
	background-size:100% 100%;
	
	box-shadow:0px 0px 40px rgba(0,0,0,1);
	border-radius:30px;
	animation: misfotos2 20s;
	animation-iteration-count:infinite;

	-webkit-box-shadow:0px 0px 40px rgba(0,0,0,1);
	-webkit-border-radius:30px;	
	-webkit-animation: misfotos2 20s;
	-webkit-animation-iteration-count:infinite;

	-moz-box-shadow:0px 0px 40px rgba(0,0,0,1);
	-moz-border-radius:30px;	
	-moz-animation: misfotos2 20s;
	-moz-animation-iteration-count:infinite;
	
	-o-box-shadow:0px 0px 40px rgba(0,0,0,1);
	-o-border-radius:30px;	
	-o-animation: misfotos2 20s;
	-o-animation-iteration-count:infinite;		
	
	-ms-box-shadow:0px 0px 40px rgba(0,0,0,1);
	-ms-border-radius:30px;	
	-ms-animation: misfotos2 20s;
	-ms-animation-iteration-count:infinite;
	
	}
@keyframes misfotos2{
	0%{background-image:url(../images/hab/interior_27.jpg);}
	25%{background-image:url(../images/hab/interior_28.jpg);}
	50%{background-image:url(../images/hab/interior_29.jpg);}
	75%{background-image:url(../images/hab/interior_30.jpg);}
	100%{background-image:url(../images/hab/interior_27.jpg);}
	}
@-webkit-keyframes misfotos2{
	0%{background-image:url(../images/hab/interior_27.jpg);}
	25%{background-image:url(../images/hab/interior_28.jpg);}
	50%{background-image:url(../images/hab/interior_29.jpg);}
	75%{background-image:url(../images/hab/interior_30.jpg);}
	100%{background-image:url(../images/hab/interior_27.jpg);}
	}	
@-moz-keyframes misfotos2{
	0%{background-image:url(../images/hab/interior_27.jpg);}
	25%{background-image:url(../images/hab/interior_28.jpg);}
	50%{background-image:url(../images/hab/interior_29.jpg);}
	75%{background-image:url(../images/hab/interior_30.jpg);}
	100%{background-image:url(../images/hab/interior_27.jpg);}
	}	
@-o-keyframes misfotos2{
	0%{background-image:url(../images/hab/interior_27.jpg);}
	25%{background-image:url(../images/hab/interior_28.jpg);}
	50%{background-image:url(../images/hab/interior_29.jpg);}
	75%{background-image:url(../images/hab/interior_30.jpg);}
	100%{background-image:url(../images/hab/interior_27.jpg);}
	}			
@-ms-keyframes misfotos2{
	0%{background-image:url(../images/hab/interior_27.jpg);}
	25%{background-image:url(../images/hab/interior_28.jpg);}
	50%{background-image:url(../images/hab/interior_29.jpg);}
	75%{background-image:url(../images/hab/interior_30.jpg);}
	100%{background-image:url(../images/hab/interior_27.jpg);}
	}	
#foto_habitaciones3{
	float:left;
	margin-left:50px;
	margin-top:50px;
	width:400px;
	height:200px;
	cursor:pointer;
	background-image:url(../images/hab/interior_31.jpg);
	background-size:100% 100%;
	box-shadow:0px 0px 40px rgba(0,0,0,1);
	border-radius:30px;	
	animation: misfotos3 20s;
	animation-iteration-count:infinite;

	-webkit-box-shadow:0px 0px 40px rgba(0,0,0,1);
	-webkit-border-radius:30px;	
	-webkit-animation: misfotos3 20s;
	-webkit-animation-iteration-count:infinite;
	
	-moz-box-shadow:0px 0px 40px rgba(0,0,0,1);
	-moz-border-radius:30px;	
	-moz-animation: misfotos3 20s;
	-moz-animation-iteration-count:infinite;
	
	-o-box-shadow:0px 0px 40px rgba(0,0,0,1);
	-o-border-radius:30px;	
	-o-animation: misfotos3 20s;
	-o-animation-iteration-count:infinite;	
	
	-ms-box-shadow:0px 0px 40px rgba(0,0,0,1);
	-ms-border-radius:30px;	
	-ms-animation: misfotos3 20s;
	-ms-animation-iteration-count:infinite;	
	}
@keyframes misfotos3{
	0%{background-image:url(../images/hab/interior_31.jpg);}
	25%{background-image:url(../images/hab/doble1.jpg);}
	50%{background-image:url(../images/hab/doble3.jpg);}
	75%{background-image:url(../images/hab/doble4.jpg);}
	100%{background-image:url(../images/hab/interior_31.jpg);}
	}
@-webkit-keyframes misfotos3{
	0%{background-image:url(../images/hab/interior_31.jpg);}
	25%{background-image:url(../images/hab/doble1.jpg);}
	50%{background-image:url(../images/hab/doble3.jpg);}
	75%{background-image:url(../images/hab/doble4.jpg);}
	100%{background-image:url(../images/hab/interior_31.jpg);}
	}	

@-moz-keyframes misfotos3{
	0%{background-image:url(../images/hab/interior_31.jpg);}
	25%{background-image:url(../images/hab/doble1.jpg);}
	50%{background-image:url(../images/hab/doble3.jpg);}
	75%{background-image:url(../images/hab/doble4.jpg);}
	100%{background-image:url(../images/hab/interior_31.jpg);}
	}	
@-o-keyframes misfotos3{
	0%{background-image:url(../images/hab/interior_31.jpg);}
	25%{background-image:url(../images/hab/doble1.jpg);}
	50%{background-image:url(../images/hab/doble3.jpg);}
	75%{background-image:url(../images/hab/doble4.jpg);}
	100%{background-image:url(../images/hab/interior_31.jpg);}
	}	
@-ms-keyframes misfotos3{
	0%{background-image:url(../images/hab/interior_31.jpg);}
	25%{background-image:url(../images/hab/doble1.jpg);}
	50%{background-image:url(../images/hab/doble3.jpg);}
	75%{background-image:url(../images/hab/doble4.jpg);}
	100%{background-image:url(../images/hab/interior_31.jpg);}
	}		
#foto_habitaciones4{
	float:left;
	margin-left:50px;
	margin-top:50px;
	width:400px;
	height:200px;
	cursor:pointer;
	background-image:url(../images/hab/triple3.jpg);
	background-size:100% 100%;
	box-shadow:0px 0px 40px rgba(0,0,0,1);
	border-radius:30px;
	animation: misfotos4 20s;
	animation-iteration-count:infinite;

	-webkit-box-shadow:0px 0px 40px rgba(0,0,0,1);
	-webkit-border-radius:30px;
	-webkit-animation: misfotos4 20s;
	-webkit-animation-iteration-count:infinite;
	
	-moz-box-shadow:0px 0px 40px rgba(0,0,0,1);
	-moz-border-radius:30px;
	-moz-animation: misfotos4 20s;
	-moz-animation-iteration-count:infinite;
	
	-o-box-shadow:0px 0px 40px rgba(0,0,0,1);
	-o-border-radius:30px;
	-o-animation: misfotos4 20s;
	-o-animation-iteration-count:infinite;
	
	-ms-box-shadow:0px 0px 40px rgba(0,0,0,1);
	-ms-border-radius:30px;
	-ms-animation: misfotos4 20s;
	-ms-animation-iteration-count:infinite;

	}
@keyframes misfotos4{
	0%{background-image:url(../images/hab/triple3.jpg);}
	25%{background-image:url(../images/hab/triple2.jpg);}
	50%{background-image:url(../images/hab/triple4.jpg);}
	75%{background-image:url(../images/hab/triple1.jpg);}
	100%{background-image:url(../images/hab/triple3.jpg);}
	}
@-webkit-keyframes misfotos4{
	0%{background-image:url(../images/hab/triple3.jpg);}
	25%{background-image:url(../images/hab/triple2.jpg);}
	50%{background-image:url(../images/hab/triple4.jpg);}
	75%{background-image:url(../images/hab/triple1.jpg);}
	100%{background-image:url(../images/hab/triple3.jpg);}
	}
@-moz-keyframes misfotos4{
	0%{background-image:url(../images/hab/triple3.jpg);}
	25%{background-image:url(../images/hab/triple2.jpg);}
	50%{background-image:url(../images/hab/triple4.jpg);}
	75%{background-image:url(../images/hab/triple1.jpg);}
	100%{background-image:url(../images/hab/triple3.jpg);}
	}
@-o-keyframes misfotos4{
	0%{background-image:url(../images/hab/triple3.jpg);}
	25%{background-image:url(../images/hab/triple2.jpg);}
	50%{background-image:url(../images/hab/triple4.jpg);}
	75%{background-image:url(../images/hab/triple1.jpg);}
	100%{background-image:url(../images/hab/triple3.jpg);}
	}
@-ms-keyframes misfotos4{
	0%{background-image:url(../images/hab/triple3.jpg);}
	25%{background-image:url(../images/hab/triple2.jpg);}
	50%{background-image:url(../images/hab/triple4.jpg);}
	75%{background-image:url(../images/hab/triple1.jpg);}
	100%{background-image:url(../images/hab/triple3.jpg);}
	}	
	
#foto_habitaciones5{
	float:left;
	margin-left:50px;
	margin-top:50px;
	width:400px;
	height:200px;
	cursor:pointer;
	background-image:url(../images/hab/interior_24.jpg);
	background-size:100% 100%;
	box-shadow:0px 0px 40px rgba(0,0,0,1);
	border-radius:30px;
	animation: misfotos5 20s;
	animation-iteration-count:infinite;

	-webkit-box-shadow:0px 0px 40px rgba(0,0,0,1);
	-webkit-border-radius:30px;	
	-webkit-animation: misfotos5 20s;
	-webkit-animation-iteration-count:infinite;
	
	-moz-box-shadow:0px 0px 40px rgba(0,0,0,1);
	-moz-border-radius:30px;	
	-moz-animation: misfotos5 20s;
	-moz-animation-iteration-count:infinite;
	
	-o-box-shadow:0px 0px 40px rgba(0,0,0,1);
	-o-border-radius:30px;	
	-o-animation: misfotos5 20s;
	-o-animation-iteration-count:infinite;	
	
	-ms-box-shadow:0px 0px 40px rgba(0,0,0,1);
	-ms-border-radius:30px;	
	-ms-animation: misfotos5 20s;
	-ms-animation-iteration-count:infinite;		
	}
	
@keyframes misfotos5{
	0%{background-image:url(../images/hab/interior_24.jpg);}
	25%{background-image:url(../images/hab/interior_25.jpg);}
	50%{background-image:url(../images/hab/interior_26.jpg);}
	75%{background-image:url(../images/hab/interior_23.jpg);}
	100%{background-image:url(../images/hab/interior_24.jpg);}
	}
@-webkit-keyframes misfotos5{
	0%{background-image:url(../images/hab/interior_24.jpg);}
	25%{background-image:url(../images/hab/interior_25.jpg);}
	50%{background-image:url(../images/hab/interior_26.jpg);}
	75%{background-image:url(../images/hab/interior_23.jpg);}
	100%{background-image:url(../images/hab/interior_24.jpg);}
	}
@-moz-keyframes misfotos5{
	0%{background-image:url(../images/hab/interior_24.jpg);}
	25%{background-image:url(../images/hab/interior_25.jpg);}
	50%{background-image:url(../images/hab/interior_26.jpg);}
	75%{background-image:url(../images/hab/interior_23.jpg);}
	100%{background-image:url(../images/hab/interior_24.jpg);}
	}
@-o-keyframes misfotos5{
	0%{background-image:url(../images/hab/interior_24.jpg);}
	25%{background-image:url(../images/hab/interior_25.jpg);}
	50%{background-image:url(../images/hab/interior_26.jpg);}
	75%{background-image:url(../images/hab/interior_23.jpg);}
	100%{background-image:url(../images/hab/interior_24.jpg);}
	}
@-ms-keyframes misfotos5{
	0%{background-image:url(../images/hab/interior_24.jpg);}
	25%{background-image:url(../images/hab/interior_25.jpg);}
	50%{background-image:url(../images/hab/interior_26.jpg);}
	75%{background-image:url(../images/hab/interior_23.jpg);}
	100%{background-image:url(../images/hab/interior_24.jpg);}
	}								
.clear{
   clear:both;
}
#cajon1{
	clear:both;
	margin-top:12%;
	width:130px;
	height:265px;
	background-image:url(../img/galeria.png);
	background-size:100% 100%;
	float:left;
	margin-left:10px;
	cursor:pointer;

	}*/

/*#cajon2{
	margin-top:5%;
	width:700px;
	height:265px;
	color:#600;
	float:left;
	margin-left:15px;
	box-shadow:0px 0px 10px rgba(0,0,0,1);
	
	-webkit-box-shadow:0px 0px 10px rgba(0,0,0,1);
	   -moz-box-shadow:0px 0px 10px rgba(0,0,0,1);
	     -o-box-shadow:0px 0px 10px rgba(0,0,0,1);
		-ms-box-shadow:0px 0px 10px rgba(0,0,0,1);
	}*/
	
.left{
    float: left;
    
}
.right{
    float: right;
    
}
.center{
	background: ##bf0411;
	
}
.container{
    text-align:center
    
}
video {
    width:100%;
    max-width:680px;
}
			

#contain{
	
	overflow: hidden;
}
 

#1{
   float: left;
   padding-left:20px;
}
 
#2{
   float:left;
}

#3{
   float:left;
}
.btn-default {
    top: 25%;
    left:25%; 
    color: #ffffff; 
    background: #215bd1; 
} 
/*#cajon3{
	width:130px;
	margin-top:12%;
	height:265px;
	background-image:url(../img/galeriavideos.png);
	background-size:100% 100%;

	float:left;
	margin-left:10px;
	vertical-align:bottom;
	cursor:pointer;
	}

.cajonvideos{
	width:300px;
	height:180px;
	float:left;
	overflow:hidden;
	font-family:ubuntuBold;
	text-align:center;
	margin-left:15px;
	margin-top:5px;
	text-shadow:0px 0px 10px rgba(255,153,0,1);
	
	-webkit-text-shadow:0px 0px 10px rgba(255,153,0,1);
	   -moz-text-shadow:0px 0px 10px rgba(255,153,0,1);
	     -o-text-shadow:0px 0px 10px rgba(255,153,0,1);
		-ms-text-shadow:0px 0px 10px rgba(255,153,0,1);
}

/*
#lateralfondo{
	float:right;
	background:url(../img/fondoama3.png);
	background-size:100% 100%;
	width:100%;
	height:100%;
	border:3px solid red;
	
	}*/
/*#lateral{
	position:relative;
	float:right;
	width:180px;
	height:140px;
	margin: 5px 0px 5px 0px;
	overflow:hidden;
	padding:0px;
	text-shadow:3px 3px 30px rgba(255,255,255,1);
	animation: reserva 20s;
	transform: scale(0,0);
	animation-iteration-count:infinite;
	border:none;
	border-color:#F00;
		
	-webkit-text-shadow:3px 3px 30px rgba(255,255,255,1);	
	-webkit-animation: reserva 20s;
	-webkit-transform: scale(0,0);
	-webkit-animation-iteration-count:infinite;
	
	-moz-text-shadow:3px 3px 30px rgba(255,255,255,1);	
	-moz-animation: reserva 20s;
	-moz-transform: scale(0,0);
	-moz-animation-iteration-count:infinite;
	
	-o-text-shadow:3px 3px 30px rgba(255,255,255,1);	
	-o-animation: reserva 20s;
	-o-transform: scale(0,0);
	-o-animation-iteration-count:infinite;
	
	-ms-text-shadow:3px 3px 30px rgba(255,255,255,1);	
	-ms-animation: reserva 20s;
	-ms-transform: scale(0,0);
	-ms-animation-iteration-count:infinite;
	}
	
#lateral{
	background-image:url(../img/reserva.png);
	background-size:100% 100%;
	width:100%;
	height:100%;
	width:180px;
	height:140px;
    border-color:#F00;
}
#lateral:hover{
	background:url(../img/reserva2.png);
	background-size:100% 100%;
	border-color:#F00;
}

@keyframes reserva{
	0%{transform: scale(0,0);}
	15%{transform: scale(1,1);}
	70%{transform: scale(1,1);}
	100%{transform: scale(0,0);}
	}
@-webkit-keyframes reserva{
	0%{-webkit-transform: scale(0,0);}
	15%{-webkit-transform: scale(1,1);}
	70%{-webkit-transform: scale(1,1);}
	100%{-webkit-transform: scale(0,0);}
	}

@-moz-keyframes reserva{
	0%{-moz-transform: scale(0,0);}
	15%{-moz-transform: scale(1,1);}
	70%{-moz-transform: scale(1,1);}
	100%{-moz-transform: scale(0,0);}
	}
@-o-keyframes reserva{
	0%{-o-transform: scale(0,0);}
	15%{-o-transform: scale(1,1);}
	70%{-o-transform: scale(1,1);}
	100%{-o-transform: scale(0,0);}
	}
@-ms-keyframes reserva{
	0%{-ms-transform: scale(0,0);}
	15%{-ms-transform: scale(1,1);}
	70%{-ms-transform: scale(1,1);}
	100%{-ms-transform: scale(0,0);}
	}		
/*#iconos{
	position:relative;
	background:url(../img/fondoama2.png);
	background-size:100% 100%;
	width:100%;
	height:10%;
	text-align:center;
	}
	
.iconos{
	position:relative;
	width:40px;
	height:50px;
	padding-left:25px;	
	border:none;
	}
h4{
	font-size:12px;
	padding:0px;
	text-shadow:3px 3px #999999;
	
	-webkit-text-shadow:3px 3px #999999;
	   -moz-text-shadow:3px 3px #999999;
	     -o-text-shadow:3px 3px #999999;
		-ms-text-shadow:3px 3px #999999;
}

.iconos:hover{
	position:relative;
	width:65px;
	height:75px;
}
footer{

	display:table;
	margin:0px;
	text-align:center;
	padding:0px;
	width:100%;
	height:2.2%;
	color:white;
	font-size:9px;
	padding-top:5px;
	background:rgba(0,0,0,1);
	border-radius: 0px 0px 30px 30px;
	
	-webkit-border-radius: 0px 0px 30px 30px;
	   -moz-border-radius: 0px 0px 30px 30px;
	     -o-border-radius: 0px 0px 30px 30px;
		-ms-border-radius: 0px 0px 30px 30px;
}

/*CODIGOS PARA EL LIGHTBOX PARA EL FORMULARIO */
/*#contenedor_lighbox{
	background:rgba(0,0,0,0.8);
	width:100%;
	min-height:100%;
	position:fixed;
	z-index:10;
	}
#promocion_lighbox{
	background:rgba(0,0,0,0.8);
	width:100%;
	min-height:100%;
	position:fixed;
	z-index:10;
	}	
#cajavideo{
	background:rgba(255,255,255,1);
	position:absolute;
	z-index:100;
	top:32%;
	left:25%;
	width:610px;
	height:360px;;
	border-radius:30px;
	border:medium solid rgba(0,0,255,1);
	overflow:hide;
	margin:0 auto;
	
	-webkit-border-radius:30px;
	   -moz-border-radius:30px;
	     -o-border-radius:30px;
		-ms-border-radius:30px;
	}		

#cajavideo li{
	list-style:none;
	background:rgba(0,0,255,1);
	font-size:35px;
	text-align:center;
	color:#FFF;
	height:15%;
	border-radius: 30px 30px 0px 0px;

	-webkit-border-radius: 30px 30px 0px 0px;
	   -moz-border-radius: 30px 30px 0px 0px;
	     -o-border-radius: 30px 30px 0px 0px;
		-ms-border-radius: 30px 30px 0px 0px;
	
	
	}
#cajavideo li img{
	width:28px;
	height:28px;
	float:right;
	margin:3px 15px 0px 0px;
}

#cajapromocion{
	background-image:url(../images/promocion.jpg);
	background-size:100% 100%;
	background-repeat:no-repeat;
	position:absolute;
	z-index:100;
	top:2%;
	left:20%;
	width:610px;
	height:360px;;
	border-radius:30px;
	border:medium solid rgba(255,255,255,1);
	overflow:hide;
	margin:0 auto;
	
	-webkit-border-radius:30px;
	   -moz-border-radius:30px;
	     -o-border-radius:30px;
		-ms-border-radius:30px;
	}		

#cajapromocion li{
	list-style:none;
	background:rgba(0,0,255,1);
	font-size:35px;
	text-align:center;
	color:#FFF;
	height:15%;
	border-radius: 30px 30px 0px 0px;

	-webkit-border-radius: 30px 30px 0px 0px;
	   -moz-border-radius: 30px 30px 0px 0px;
	     -o-border-radius: 30px 30px 0px 0px;
		-ms-border-radius: 30px 30px 0px 0px;
	
	
	}
#cajapromocion li img{
	width:28px;
	height:28px;
	float:right;
	margin:3px 15px 0px 0px;
}

*/
/*#formulario2{
	float:center;
	margin-left:0px;
	width:100%;
	height:auto;
	padding:15px;
	margin-top:5%;
	border:2px solid rgba(109,29,37,1);
	border-radius:15px;
	box-shadow:0px 0px 20px rgba(255,102,0,1);
	overflow:hidden;
	
	-webkit-border-radius:15px;
	-webkit-box-shadow:0px 0px 20px rgba(255,102,0,1);
	
	-moz-border-radius:15px;
	-moz-box-shadow:0px 0px 20px rgba(255,102,0,1);
	
	-o-border-radius:15px;
	-o-box-shadow:0px 0px 20px rgba(255,102,0,1);
	
	-ms-border-radius:15px;
	-ms-box-shadow:0px 0px 20px rgba(255,102,0,1);
}

#formulario2{
	float:center;
	margin-left:50px;
	width:100%;
	height:auto;
	padding:15px;
	margin-top:5%;
	border:2px solid rgba(109,29,37,1);
	border-radius:15px;
	box-shadow:0px 0px 20px rgba(255,102,0,1);
	overflow:hidden;
	
	-webkit-border-radius:15px;
	-webkit-box-shadow:0px 0px 20px rgba(255,102,0,1);
	
	-moz-border-radius:15px;
	-moz-box-shadow:0px 0px 20px rgba(255,102,0,1);
	
	-o-border-radius:15px;
	-o-box-shadow:0px 0px 20px rgba(255,102,0,1);
	
	-ms-border-radius:15px;
	-ms-box-shadow:0px 0px 20px rgba(255,102,0,1);
}

#formulario2 label{
	float:center;
	width:100%;
	font-size:14px;
	font-family:UbuntuBold;
}

#formulario2 input{
	float:center;
	width:100%;
	font-size:14px;
	font-family:UbuntuBold;
}
#formulario2 textarea{
	width:center;
	font-size:14px;
	font-family:UbuntuBold;
}
/*	
#enviardatos{
	margin-left:100px;
	background:rgba(255,204,0,1);
	border-radius:15px;
	
	-webkit-border-radius:15px;
	   -moz-border-radius:15px;
	     -o-border-radius:15px;
		-ms-border-radius:15px;
	}

#enviardatos:hover{
	background:rgba(255,102,0,1);
	}
						
#formulario{
	background:rgba(255,255,255,1);
	position:absolute;
	z-index:100;
	top:30%;
	left:30%;
	width:500px;
	height:auto;
	border:medium solid rgba(0,0,255,1);
	overflow:hide;
	margin:0 auto;
	border-radius:30px;
	
	-webkit-border-radius:30px;
	   -moz-border-radius:30px;
	     -o-border-radius:30px;
		-ms-border-radius:30px;
	}

#formulario li{
	list-style:none;
	background:rgba(0,0,255,1);
	font-size:35px;
	text-align:center;
	color:#FFF;
	border-radius: 30px 30px 0px 0px;
	height:10%;
	
	-webkit-border-radius: 30px 30px 0px 0px;
	   -moz-border-radius: 30px 30px 0px 0px;
	     -o-border-radius: 30px 30px 0px 0px;
		-ms-border-radius: 30px 30px 0px 0px;
	}
#formulario li img{
	width:28px;
	height:28px;
	float:right;
	margin:3px 15px 0px 0px;
}

#formulario form
{
}

#formulario form label{
	float:left;
	width:150px;
	color:rgba(204,0,0,1);
	font-size:16px;
	top:3px;
	text-align:right;
	margin-top:20px;
	margin-left:20px;
	
}	

#formulario form input{
	color:rgba(204,0,0,1);
	font-size:16px;
	width:200px;
	float:left;
	margin-top:20px;
	margin-left:20px;

}

#formulario form select{
	color:rgba(204,0,0,1);
	font-size:16px;
	width:200px;
	float:left;
	margin-top:20px;
	margin-left:20px;

}

#formulario form input:focus{
	font-size:18px;
		}
#formulario form #c_numhab{
	float:left;
	width:40px;
}

#formulario form .labe{
	padding:0px;
	margin-left:-50px;
}
#formulario form #c_personas{
	float:left;
	width:40px;
}

#formulario form #botonenviar{
	float:right;
	margin: 10px 30px 10px 0;
	background:rgba(0,0,255,1);
	color:#FFF;
	border-radius:15px;
	width:130px;
	height:50px;
	
	-webkit-border-radius:15px;
	   -moz-border-radius:15px;
	     -o-border-radius:15px;
		-ms-border-radius:15px;
}

#formulario form #botonenviar:hover{
	color:rgba(0,255,255,1);
}

#formulario form li.leyenda{
	background:none;
	color:rgba(0,51,204,1);
	float:left;
	font-size:12px;
}

#exito{
	background:rgba(255,255,0,1);
	margin:50px auto;
	border-radius:30px;
	border:medium solid rgba(0,0,255,1);
	overflow:hide;
	
	-webkit-border-radius:30px;
	   -moz-border-radius:30px;
	     -o-border-radius:30px;
		-ms-border-radius:30px;
	}
#fracaso{
	background:rgba(255,255,0,1);
	margin:50px auto;
	border-radius:30px;
	border:medium solid rgba(0,0,255,1);
	overflow:hide;
	
	-webkit-border-radius:30px;
	   -moz-border-radius:30px;
	     -o-border-radius:30px;	
		-ms-border-radius:30px;	
	}

#exito2{
	position:absolute;
	width:300px;
	margin-left:50px;
	text-align:center;
	background:rgba(255,255,0,1);
	border-radius:30px;
	border:medium solid rgba(0,0,255,1);
	overflow:hide;
	
	-webkit-border-radius:30px;
	   -moz-border-radius:30px;
	     -o-border-radius:30px;
		-ms-border-radius:30px;
	}	
#fracaso2{
	position:absolute;
	width:300px;
	text-align:center;
	margin-left:50px;
	background:rgba(255,255,0,1);
	border-radius:30px;
	border:medium solid rgba(0,0,255,1);
	overflow:hide;
	
	-webkit-border-radius:30px;
	   -moz-border-radius:30px;
	     -o-border-radius:30px;
		-ms-border-radius:30px;
	}	
	
#contenedor_lighbox, #formulario, #exito, #fracaso,#exito2, #fracaso2, #formdatos,#cajavideo{
		display:none;
}

[required]{
	box-shadow:0px 0px 10px rgba(0,204,0,1);
	-webkit-box-shadow:0px 0px 10px rgba(0,204,0,1);
	   -moz-box-shadow:0px 0px 10px rgba(0,204,0,1);
	     -o-box-shadow:0px 0px 10px rgba(0,204,0,1);
		-ms-box-shadow:0px 0px 10px rgba(0,204,0,1);
	}
:invalid{
	box-shadow:0px 0px 10px rgba(255,0,0,0.8);
	-webkit-box-shadow:0px 0px 10px rgba(255,0,0,0.8);
	   -moz-box-shadow:0px 0px 10px rgba(255,0,0,0.8);
	     -o-box-shadow:0px 0px 10px rgba(255,0,0,0.8);
		-ms-box-shadow:0px 0px 10px rgba(255,0,0,0.8);
	}
	*/
	
	/*AQUI ACABA CODIGO DE LIGBOX FORMULARIO*/
/*.enlace {
   position: relative;
   padding-bottom: 56.25%;
   overflow: hidden;
}

.enlace iframe
 {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

*/
  