body{
	width:100%;
	height:100%;
	margin:0;
	background-color:#FFF;
	font-size: 100%;
	font-family: 'Montserrat', sans-serif;	
}

.menuv {
    padding: 0;
    margin: 0;
    border: 0; 
	background-color:#000;
	width:100%;
	height:36px;
	padding-top:80px;
}
.menuv ul { padding-left:10px;	}
 
.menuv a{
    text-decoration:none;
    color:inherit;
    font-size:17px;
}

.menuv li{
      display:inline-block;
      width:160px;
      height:26px;
      padding:4px 10px;
      background-color:#000;
      border:1px solid #000;
      text-align:center;
      color:#fff;
      position:relative;
	  font-family:'Montserrat', sans-serif;
}

.menuv li:hover{
	font-size:600;
	color: #c68807;
	cursor:pointer;
}
.menuv li a{
	width:180px;
    height:26px;
    padding:4px 5px;
}

.menuv .icon {
  display: none;
}




.caja1{
	width:350px;
	height:200px;
	float:left;
	margin:2%;
	margin-left:8%;
	border:solid #c68807 1px;
	background:url('../img/habitaciones.jpg');
	background-color:#000;
	opacity:1;
}

.caja1:hover  .cajatxt{
    opacity:0.7;
    text-align:center;
    color:#FFF;
    font-size:20px;
    font-weight:500;
   /* padding:30px;*/
   cursor:pointer;
   box-shadow: inset 0 0 75px 70px #000;
}

.caja2{
	width:350px;
	height:200px;
	float:right;
	margin:2%;
	margin-right:8%;
	border:solid #c68807 1px;
	background:url('../img/restaurante.jpg');
	background-color:#000;
	opacity:1;
}

.caja2:hover  .cajatxt{
    opacity:0.7;
    text-align:center;
    color:#FFF;
    font-size:20px;
    font-weight:500;
   /* padding:30px;*/
   cursor:pointer;
   box-shadow: inset 0 0 75px 70px #000;
}



.cajatxt{
    width:350px;
    height:200px;
    background:#FFF;
    opacity:0;
	text-align: center;
	line-height: 10;
  }

.cajatxt a{
	text-decoration:none;
	color:#FFF;
}


.servicios {
  padding-left: 2rem;
  list-style-type: none;
}

.servicios li {
	padding-left: 1.5rem;
    background-image: url(../img/vineta.png);
    background-position: 0 0;
    background-size: 15px auto;
    background-repeat: no-repeat;
    height: 24px;
    font-size: 20px;
    color: #a78a61;
    font-weight: 400;
	margin-bottom:15px;
}



.servicios2 {
  padding-left: 1rem;
  list-style-type: none;
}

.servicios2 li {
	padding-left: 1rem;
    background-image: url(../img/vineta.png);
    background-position: 0 0;
    background-size: 12px 15px;
    background-repeat: no-repeat;
    height: 20px;
    font-size: 16px;
    color: #a78a61;
    font-weight: 400;
	margin-bottom:10px;
}



.form-fondo{
	border: 1px solid transparent;
    border-radius: 4px;
	width:300px;
	height:auto;
	background-color: #b39461;
	padding:5px;	
}


.divform{
	width:95%;
	padding:2%;
	padding-top:2%;
	margin:auto;	
	font-family: sans-serif;
	overflow:auto;
	text-align:left;
}

.divform label{
	font-family: sans-serif;
	font-size: 0.93em;	
	display:block;
	width:250px;
	padding:5px;
	color:#FFF;
}

.divform input{
	height:20px;
	border:1px solid #ccc;
	border-radius:6px;
	background:#rgb(183 142 76);
	font-family: sans-serif;
	font-size: 0.93em;
	padding:5px;
	width:95%;
}
.btnregistro{ 
	height: 40px;
    cursor: pointer;
    background: #e9961d;
    color: #FFF;
    font-weight: 600;
    border: 2px solid #ccc;
}

.divform input:invalid, select:invalid{
	height:20px;
	border:1px solid #ccc;
	border-radius:6px;
	background:#e8baba;
	font-family: sans-serif;
	font-size: 0.93em;
	padding:5px;
}


.logo{ top:0;left:110px;position:absolute; }
.logo img{ width:330px; height:auto; }



.fondo1{
	background-image:url('../img/e/galeria0.jpg');
	background-position: top;
	background-repeat: no-repeat;
	background-size: 100%; 
}
#bullets{
	width:40%;
	margin:auto;
	overflow:hidden;
	text-align:center;
}

.bullet{
	float: left;
    width: 15px;
    height: 15px;
    border: solid 1px #cbcbcb;
    margin: 10px;
    background: #ccc;
    border-radius: 15px;
	opacity: .5;
}
.bullet:hover{ cursor:pointer;}

.ventajas{float:left;width:200px;}
.dventajas{
	display:block;
	width:100px;
	padding:8px 20px;
	text-align:center;
}
.dventajas img{ width:75px; height:auto; }
.dventajas p{ text-align:center;font-size:10px;margin:0;}

div.scrollmenu {
  background-color: #ffffff;
  overflow: auto;
  /*white-space: nowrap;*/
}

div.scrollmenu a {
  display: inline-block;
  color: white;
  text-align: center;
  padding: 8px;
  text-decoration: none;
  cursor:pointer;
}
div.scrollmenu a img{
	width:250px; height:auto; vertical-align:middle;margin-top:5px;
}

div.scrollmenu a:hover {
  background-color: #d5d5d5;
}

.btn-flotante {
	font-size: 16px; /* Cambiar el tamaño de la tipografia */
	text-transform: uppercase; /* Texto en mayusculas */
	font-weight: bold; /* Fuente en negrita o bold */
	color: #ffffff; /* Color del texto */
	border-radius: 5px; /* Borde del boton */
	letter-spacing: 2px; /* Espacio entre letras */
	position: fixed;
	transition: all 300ms ease 0ms;
	z-index: 99;
}
.btn-flotante:hover {
	transform: translateY(-7px);
	cursor:hover;
}

.btn-flotante img{
		width:55px;
		height:auto;
	}



/*1920-1080*/
@media only screen and (min-width : 1824px) {
	.bullet{
		float: left;
		width: 20px;
		height: 20px;
		border: solid 1px #cbcbcb;
		margin: 15px;
		background: #ccc;
		border-radius: 20px;
		opacity: .5;
	}
	
	.ventajas{float:left;width:270px;} 
	.dventajas{
		display:block;
		width:120px;
		padding:8px 20px;
		text-align:center;
	}
	.dventajas img{ width:110px; height:auto; }
	.dventajas p{ text-align:center;font-size:15px;margin:0;}

	div.scrollmenu {
	  background-color: #ffffff;
	  overflow: auto;
	  margin-left:45px;
	}

	div.scrollmenu a {
	  display: inline-block;
	  color: white;
	  text-align: center;
	  padding: 8px;
	  text-decoration: none;
	  cursor:pointer;
	}
	div.scrollmenu a img{
		width:350px; height:auto; vertical-align:middle;margin-top:10px;
	}

	div.scrollmenu a:hover {
	  background-color: #d5d5d5;
	}
	
	
	.btn-flotante {
		font-size: 16px; /* Cambiar el tamaño de la tipografia */
		text-transform: uppercase; /* Texto en mayusculas */
		font-weight: bold; /* Fuente en negrita o bold */
		color: #ffffff; /* Color del texto */
		border-radius: 10px; /* Borde del boton */
		letter-spacing: 2px; /* Espacio entre letras */
		position: fixed;
		transition: all 300ms ease 0ms;
		z-index: 99;
	}
	.btn-flotante:hover {
		transform: translateY(-10px);
		cursor:hover;
	}
	.btn-flotante img{
		width:75px;
		height:auto;
	}

}



/*Para el celular*/
@media only screen and (max-width: 600px){
	
	.logo{ top:0;left:0;position:absolute; }
	.logo img{ width:150px; height:auto; }
	
	.fondo1{
		background-image:url('../img/c/galeria0.jpg');
		background-position: top;
		background-repeat: no-repeat;
		background-size:100vh 100vw; 
	}
	
	#bullets{
		width:75%;
		margin:auto;
		overflow:hidden;
		text-align:center;
	}
	
	.bullet{
		float: left;
		width: 7px;
		height: 7px;
		border: solid 1px #cbcbcb;
		margin: 2px;
		padding: 2px;
		background: #ccc;
		border-radius: 9px;
		opacity: .5;
	}
	
	div.scrollmenu {
	  padding-top:10px;
	  background-color: #ffffff;
	  overflow: auto;
	  white-space: nowrap;
	  text-align:center;
	}

	div.scrollmenu a {
	  display: inline-block;
	  color: white;
	  text-align: center;
	  padding: 8px;
	  text-decoration: none;
	  cursor:pointer;
	}
	div.scrollmenu a img{
		width:100px; height:auto; vertical-align:middle;
	}

	div.scrollmenu a:hover {
	  background-color: #d5d5d5;
	}
	
	.btn-flotante img{
		width:55px;
		height:auto;
	}
	
	.barra{
		width:100%;
		height:40px;
		background:#00609a;
		color:#FFF;
		padding-top:8px;		
	}
	.barra a{
		text-decoration:none;
		display:inline;
		padding:2px;
		font-size:14px;
		color:#FFF;
	}
	.barra a:hover{ color:#d7e955; cursor:pointer;}
	.barra a:active{ color:#d7e955; }	
	
	
	/* Style The Dropdown Button */
	.dropbtn {
	  background-color: #000;
	  color: #ae8400;
	  padding: 24px;
	  font-size: 24px;
	  border: none;
	  cursor: pointer;
	  min-width: 160px;
	}

	/* The container <div> - needed to position the dropdown content */
	.dropdown {
	  position: relative;
	  display: inline-block;
	}

	/* Dropdown Content (Hidden by Default) */
	.dropdown-content {
	  display: none;
	  position: absolute;
	  background-color: #f9f9f9;
	  min-width: 160px;
	  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	  z-index: 1;
	}

	/* Links inside the dropdown */
	.dropdown-content a {
	  color: black;
	  padding: 12px 16px;
	  text-decoration: none;
	  display: block;
	}

	/* Change color of dropdown links on hover */
	.dropdown-content a:hover {background-color: #f1f1f1}

	/* Show the dropdown menu on hover */
	.dropdown:hover .dropdown-content {
	  display: block;
	}

	/* Change the background color of the dropdown button when the dropdown content is shown */
	.dropdown:hover .dropbtn {
	  background-color: #ae8400;
	  color:#000;
	}

	
	.caja1{
		width:100%;
		height:auto;
		min-height:200px;
		float:left;
		margin:0;
		border:solid #c68807 1px;
		background:url('../img/habitaciones.jpg');
		background-color:#000;
		opacity:1;
	}

	.caja1:hover  .cajatxt{
		opacity:0.7;
		text-align:center;
		color:#FFF;
		font-size:20px;
		font-weight:500;
	    cursor:pointer;
	    box-shadow: inset 0 0 75px 70px #000;
	}

	.caja2{
		width:100%;
		height:auto;
		min-height:200px;
		float:right;
		margin:0;
		border:solid #c68807 1px;
		background:url('../img/restaurante.jpg');
		background-color:#000;
		opacity:1;
	}

	.caja2:hover  .cajatxt{
		opacity:0.7;
		text-align:center;
		color:#FFF;
		font-size:20px;
		font-weight:500;
	    cursor:pointer;
	    box-shadow: inset 0 0 75px 70px #000;
	}
	
	.cajatxt{
		width:100%;
		height:auto;
		background:#FFF;
		opacity:0;
		text-align: center;
		line-height: 10;
	  }

	.cajatxt a{
		text-decoration:none;
		color:#FFF;
	}
	
	
	.form-fondo{
		border: 1px solid transparent;
		border-radius: 4px;
		width:100%;
		height:auto;
		background-color: #b39461;
	}
	
	.divform{
		width:92%;
		padding:0;
		padding-top:2%;
		margin:auto;	
		font-family: sans-serif;
		overflow:auto;
		text-align:left;
	}

}










.footer{
	width:100%;
	height:25px;
	background:#3c3c3b;
	color:#ccc;
	padding-top: 10px;
}
.footer a{
	text-decoration:none;
	font-size:11px;
}
	


