@charset "utf-8";
/* CSS Document */

/*plantilla*/

body {
	font-family:Arial, Helvetica, sans-serif;
	background-image:url("../activos/fondo.jpg");
	
}

#logo {
	float:left;
	width:300px;
	z-index:1000;
}

#idioma {
	width: 100%;
    float: right;
	position:fixed;
	top:0;
	z-index:900;
}

#lng_rspnsive {
width: fit-content;
  float: right;
  top: 0;
  z-index: 900;
}

.lng {
	float: right;
    margin-right: 15px;
    margin-top: 10px;
	background:black;
	border:solid;
	border-width:1px;
	border-radius:18px;
	cursor:pointer;
}

#idioma .lng img:hover {
	
	opacity:0.5;
}

a.anchor  {display: block; position: relative; top: -180px; visibility: hidden;}

footer {
	width:100%;
	background:#0a476c;
	color:#FFF;
	height:50px;
}

#pie{
	max-width:400px;
	padding-top:15px;
}

#pie a {
	color:#FFF;
}

#pie a:hover {
	color:#3CF;
}

section.cabecera {
	height:150px;
	padding:20px;
	/*margin-bottom:10px;*/
}

.container {
	width:90%;
	margin:0 auto;
}

span.tittle {
	color:#FFF;
}

a.correo {
	text-decoration:none;
}

/*sobre el hostal*/

section.quien {
	padding: 50px;
	width:100%;
	/*margin:0 auto;*/
	text-align:left;
	background:white;
}

div#quien{
	text-align: justify;
    width: 95%;
    margin: 0 auto;
	padding-top:20px;
}

h3 {
	text-decoration:underline;
	padding-bottom:20px;
}

#pestañas{
	width:90%;
	margin:0 auto;
}

#grupo {
	width:1150px;
	margin:0 auto;
}
.pes {
	background-color:#F00;
	width:190px;
	height:150px;
	border-radius:30px;
	float:left;
	margin:20px;
}

#uno {
	margin-top:20px;
	display:none;
}

#boton1 {
	cursor:pointer;
	text-decoration:underline;
	font-weight:bold;
}

#steve {
	text-align:center;
	width:200px;
	/*float:left;*/
	margin:0 auto;
}

#trip {
	margin:0 auto;
	width:283px;
	padding-top:20px;
}

#pago {
	/*float:right;*/
	width:171px;
	text-align:center;
	margin:0 auto;
	margin-bottom:30px;
}

#pago img{
	margin-right:10px;

}

/*donde*/

section.seccion3 {
	/*background-color:#101c76;*/
	padding: 50px;
	width:100%;
	/*margin:0 auto;*/
	text-align:left;
	background:white;
}

#situacion {
	width:640px;
	margin:0 auto;
	/*height:230px;*/
}

#where {
	width:334px;
	float: left;
    margin-right: 30px;
}

#ht{
	float:left;
}

#datos {
	float:left;
	margin-top:30px;
	margin-left:15px;
	/*margin-bottom:40px;*/
}

#primero {
    width: 179px;
    height: 33px;
}

#segundo {
    width: 179px;
    height: 33px;
}

#logotel {
	float:left;
}
#tel {
	float:left;
}

#logotel2 {
	float:left;
}
#tel2 {
	float:left;
}

#correo {
	width: 202px;
    height: 33px;
}

#logomail {
	float:left;
}
#mail {
	float:left;
	margin-left:5px;
}

#direccion {
	text-align:center;
}

#metro {
	float:left;
}

.linea {
	text-align:center;
	margin-top:10px;
}

.metro {
	font-weight:600;
}

#enlaces {
    width: 690px;
    height: 50px;
    /*margin-top: 30px;*/
    /*float: left;*/
    margin: 0 auto;
    padding-top: 10px;
}

#enlace1 {
    width: 320px;
    float: left;
    margin-top: 2px;
    height: 18px;
    text-align: left;
}
#enlace2{
    width: 320px;
    float: right;
    text-align: right;
    margin-top: 2px;
    height: 18px;
}

iframe {
	border: solid;
    border-width: 1px;
}
	
/*Galerias de imagenes*/

section.seccion2 {
	padding: 50px;
	width:100%;
	/*margin:0 auto;*/
	text-align:left;
	height:450px;
	/*background-image:url(../activos/galeria.jpg);*/
	background-size: contain;
    border-top: solid;
    border-bottom: solid;
	/*background: linear-gradient(75deg, #0a476c, #3a84df);*/
	background-image:url(../activos/seccion2.jpg);
	background-size: 100% 100%;
}

section.seccion2 a{
	color:#000;
}

#imagenes{
	width:90%;
	margin:0 auto;
}

#galerias {
	margin: 0 auto;
    width: 900px;
	height:350px;
}

.gal {
	/*background-color:black;*/
    width: 250px;
    height: 250px;
    /*border-radius: 131px;*/
    float: left;
    margin: 25px;
    /*border: solid;*/
	text-align:center;
	
}

.gal h4 {
	margin-bottom:20px;
}

.gal img{
	width: 100%;
    height: 100%;
    border-radius: 120px;
	border:solid;
}

.gal img:hover {
	opacity:0.5;
}

ul.galeria { /*efecto galeria*/
 padding: 0;
 margin: 0;
 list-style-type: none;
 }

ul.galeria li { /*efecto galeria*/
/*position: relative;*/
float: left;
width: 250px;
height: 250px;
overflow: hidden;
background:#000;
border-radius:120px;
/*margin: 0 15px 15px 0;*/
}

.info { /*efecto galeria*/
 /*display: none;
 position: absolute;
 bottom: 0;
 z-index: 10;
 background: rgba(0, 0, 0, 0.5);
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#50000000,endColorstr=#50000000);
 width: 250px;
 height:250px;
 color: #FFF;
 padding: 50px;
 border-radius:120px;
 text-align:center;*/
}

li:hover .info { /*efecto galeria*/
/*display: block;*/
}

/*contacto*/

section.contacto {
	height:400px;
	padding:20px;
	background-color:#FF0;
}


form {
	width:600px;
	margin:0 auto;
	float:left;
	margin:12px;
	
}

iframe {
	/*float:left;*/
	margin:12px;
	width:100%;
}

#contactar  {
	width:90%;
	margin:0 auto;
	/*height:350px;*/
}


label {
	/*background-color:#eaeff7;
	padding:5px;
	width:600px;
	display:block;
	float:left;
	margin-right:2px;
	height:25px;
	margin:2px;*/
}

input {
	background-color: #d2deef;
    border: 0px;
    width: 100%;
    padding: 10px;
    height: 35px;
    margin: 2px;
    color: gray;
}

textarea {
    width: 100%;
    
    margin: 2px;
    padding: 10px;

}

input.boton {
	width: 50%;
    font-size: 20px;
    padding: 5px;
    float: right;
}
	

/*tipos de galerias*/
section.galeria {
	height:800px;
}

section.textgal {
	background:white;
}

.text {
	width: 80%;
    margin: 0 auto;
    padding: 20px;
    text-align: justify;
}

.titlegal {
	padding-top:20px;
}

.fila {
	width:1260px;
	margin:15px;
	margin:0 auto;
	height:auto;
}

.mini {
	width:150px;
	height:100px;
	background-color:#F00;
	margin:15px;
	border-radius: 10px;
	float:left;
}

.mini img{
	border-radius: 10px;
	    box-shadow: 2px 2px 5px #000;
	
}

html,body{

margin:0px;

height:100%;

}

@media screen and (max-width: 1350px) {
	.fila {
		width:900px;
	}
	section.galeria {
	height:1100px;
}
	#idioma {display:none; 
	}
}

@media screen and (max-width: 960px) {
	.fila {
		width:720px;
	}
	section.galeria {
		height:1300px;
	}
}

@media screen and (max-width: 860px) {
	.fila {
		width:540px;
	}
	section.galeria {
	height:1650px;
}
}

@media screen and (max-width: 560px) {
	.fila {
		width:360px;
	}
	section.galeria {
	height:2450px;
}
}

@media screen and (min-height: 1415px) {
	section.galeria {
	height:100%;
}

}

@media screen and (max-width: 1080px) {

.gal {
	width:220px;
	height:220px;
}
ul.galeria li {
	width:220px;
	height:220px;
}

.gal img {
	width:220px;
	height:220px;
}
}

@media screen and (max-width: 930px) {

.gal {
	width:190px;
	height:190px;
}
ul.galeria li {
	width:190px;
	height:190px;
}

.gal img {
	width:190px;
	height:190px;
}
}

@media screen and (max-width: 820px) {

section.seccion2 {
	height: 870px;
}

#galerias {
	width:190px;
}

.gal {
	float:none;
	margin:0 px;
}

ul.galeria li {
	margin-bottom:20px;
}
}

@media screen and (max-width: 1100px) {
	form {
		width:500px;
	}
}

@media screen and (max-width: 1000px) {

section.seccion3 {
	height: 1140px;
}

#contactar {
	width:500px;
}

#enlaces {
	width:300px;
}

#enlaces #enlace1{
	float:none;
	margin-bottom:20px;
	text-align:center;
}
#enlaces #enlace2 {
	float:none;
	text-align:center;
}

form {
		float:none;
	}
iframe {
		float:none;
		width:500px;
		margin-top:40px;
	}
}

@media screen and (max-width: 730px) {
	
	section.seccion3 {
	height: 1350px;
}
	#situacion {
		width:300px;
		height:auto;
	}
	#where {
		float:none;
	}
	#metro {
		float:none;
		margin-top:40px;
	}
}

@media screen and (max-width: 620px) {
	
	#contactar {
	width:300px;
}
	iframe {
		width:300px;
	}
	form {
		width:300px;
	}
}


@media screen and (max-width: 400px) {
	
	section.seccion3 {
		height: 1560px;
	}
	
	#where{
		width:250px;
	}
	
	#datos {
	float: none;
    padding-top: 30px;
    /* margin-left: 15px; */
    padding-bottom: 40px;
    text-align: center;
    width: 185px;
    margin: 0 auto;
	}
	
	#ht {
		float:none;
		margin:0 auto;
		width:102px;
	}
	
	#telefono {
		width:140px;
		margin:0 auto;
	}
	
	iframe {
		width:90%;
		margin: 0 auto;
	}
	
	form {
		width:90%;
		margin: 0px;
		padding-top: 20px;
	}
	
	input.boton {
		float:none;
		width:100%;
	}
	
	#enlaces {
		height:80px;
		width:210px;
		height:130px;
	}
	
	#enlace1 {
		width:230px;
		text-align:center;
		padding-bottom:35px;
		height:40px;
	}
	
	#enlace2 {
		width:230px;
		text-align:center;
		padding-bottom:35px;
		height:40px;
	}
	
	#metro {
		width:200px
	}
	
	.linea {
		width:273px;
	}
}

@media screen and (max-width: 360px) {
.mini {
	width:110px;
	height:73px;
}

.mini img{
	width:110px;
	height:73px;
	
}

.fila {
	width:280px;
	
}

#contactar {
    width: 255px;
}

#situacion {
    width: 220px;
   
   }

#telefono {
    width: 165px;
    margin: 0 auto;
}
#correo {
   margin-left: -15px;
   width:215px;
}
.linea {
    width: 214px;
}

#where {
    width: 220px;
    /* margin: 0 auto; */
}

#enlace1 {
	width:210px;
}
#enlace2 {
	width:210px;
}
.gal {
	margin:5px;
}
}
/*.ajustar{
clear:both;
} */