
/* ---INDICE--*/



/* 
0 - RESET
1 - SETEOS GENERALES
2 - SIDEBAR
3 - INICIO 
4 - BIENVENIDOS
5 - HABITACIONES 
6 - DESAYUNO
7 - SERVICIOS
8 - UBICACION
9 - EL CALAFATE
10 - PARQUE NACIONAL 
11 - EXCURSIONES g
12 -- CONTACTO
13- AMIGOS GNOMICOS

*/



/*
0 - RESET
*/

html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}
body{line-height:1}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}
nav ul{list-style:none}
blockquote,q{quotes:none}
blockquote:before,blockquote:after,q:before,q:after{content:none}
a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}
ins{background-color:#ff9;color:#000;text-decoration:none}
mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold}
del{text-decoration:line-through}
abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}
table{border-collapse:collapse;border-spacing:0}
hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}
input,select{vertical-align:middle}

body{
	min-width: 350px;
	width:100%;
	height:100%;
}

a{
	text-decoration: none;
}

input, li, a, p, h1, h2{
	-webkit-font-smoothing: antialiased;
	text-shadow: rgba(1,1,1,.02) 0 0 1px;
	letter-spacing: 0.04rem;
}

ul{
	list-style-type: none;
}

/*
1 - SETEOS GENERALES
*/

h1, h2, h3, h4, h5,  p, a, input, li {

font-family: "Montserrat", sans-serif;
color: white;

}

input{
	color:#1f1f1f!important;
}

h1 {
	font-size: 1.5rem;
}

h2 {
	font-size: 1.5rem;
}

h3 {
	font-size: 1.5rem;
}

h4{
	font-size: 1.2rem;
}

h5{
	font-size: 1.1rem;
	font-weight: 300;
	margin-bottom: 15px;
}


p {
	font-size: 1rem;
	line-height: 1.5rem;
}

.contenedor-contenido{
	margin: 20px auto;
	z-index: 100;
}

.contenedor_blanco{
background-color: rgba(0, 94, 94, 0.8);
padding: 15px;
width:90%;
margin: 15px auto 0 auto;
}

#titulo-ubicacion{
	position:relative;
}

.contenedor-contenido h2, .contenedor-contenido h1, #titulo-ubicacion{
background: rgb(0, 94, 94);
padding:10px;
color:white;
text-align: center;
width:auto;
}

.contenedor-contenido p{
	margin:20px 10px;
	text-align: left;
}



.fondo{
	background-size: cover!important;
	width:100%;
	height:100%;
	position:fixed;
	z-index: -100;
}



.banda-blanca{
	display: none;
}

.desk {
display:none;
}

.foto_chica1, .foto_chica2{
	width:48%;
	height:100px;
	display: inline-block;


}

.foto_chica1{

}

.foto_chica2{
}

.foto_grande{
	height:150px;
	clear:both;
	overflow: hidden;
}

.fotos{
	margin: 15px auto 0 auto;
}

.boton{
	background-color: #EB703D;
	transition: 1s;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 10px 25px;
	text-align: center;
	color:white!important;
}

.CloudBedsWidget .widgetHotelsForm input[type=button]{
    background-color: #EB703D!important;
    transition: 1s!important;
    -webkit-border-radius: 10px!important;
    -moz-border-radius: 10px!important;
    border-radius: 10px!important;
    padding: 6px 9px!important;
    text-align: center!important;
    color: white!important;
    margin-top: 0px!important;
}

.boton:hover{
		background-color: #ff9267;
	transition: 1s;
}

.boton a{
color:white!important;
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail{
	background-color: white!important;
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	background-color: white!important;
}

/* 2  SIDEBAR */

#menu li{
	transition:.5s;
}

.barra-top{
	display:none;
}

#encabezado-mobi{
	width:100%;
	height:100px;
	position:relative;
}

#contenedor-logo-mobi{
	float:left;
	width:50%;

}

#contenedor-logo-mobi img{
	margin:27px 0 0 15px;
	max-width: 200px;
}

#boton-mostrar-menu, #boton-ocultar-menu{
float:right;
margin: 34px 20px 0 0;
width:36px;
height:36px;
background: url(imgs/boton-mostrar-menu.png) no-repeat;
cursor:pointer;
}

#boton-ocultar-menu {
	display:none;
	background-position: -36px 0;
	
}

#boton-mostrar-menu{
	
	background-position: 0 0;
	display:block;
	
}

#contenedor-menu span{
	  display: block;
  width: 1px;
  height: 0px;
  margin: -40px 6px 0 auto;
  border-style: solid;
  border-width: 0 12.5px 22px 12.5px;
  border-color: transparent transparent #428864 transparent;
}


#menu li{
	line-height: 2.5rem;
	text-align: right;
	
}

#menu ul{
	margin-top: 15px;
	
}

#menu a{
	color:white!important;
}

#contenedor-sidebar{
	background: rgba(0, 94, 94, 0.4);
	position:relative;
	z-index: 100;
}

#contenedor-menu{
width:70%;
margin: 0 0 0 auto;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
padding:5%;
display:none;
}

.foto-izquierda{
	display:none;
}

/* 3 - INICIO */

.fb-like{
	 background-color: rgba(255,255,255, .5);
    padding: 8px;
}

#contenedor-widget{
	margin-top: 50px;
	text-align: center;
}

#comentarios, #certificado{
	display: inline-block;
	margin:0 auto;}

#fondo-inicio{
	background: url(imgs/fondo-calafate-mobi.jpg) no-repeat;
	margin-top: 0px;
}


#inicio{
	margin: 0 auto!important;
	padding-top: 20px;
}

#logo-inicio{
	width: 234px;
    height: 258px;
    text-align: center;
    margin: 0px auto 0 auto;
}

#logo-inicio img{
	margin-top: 60px;
}

#boton_ingresar{
	
	margin:80px auto 0px auto;
	width:200px;

}

#texto-inicio{
	margin: 20px auto;
	width:350px;
}

#texto-inicio p {
	font-size: 3rem;
	font-family: "Lato", sans-serif;
	font-weight: 300;
	line-height: 3rem;
	color:white;
}

.contenedor_botones_idiomas{
	text-align: center;
}

.boton_idioma{
	margin: 10px 5px;
	cursor:pointer;
	display:inline-block;
}




/* - 4 - BIENVENIDOS */

#fondo-bienvenidos {
	background: url(imgs/fondo-bienvenidos-mobi.jpg) no-repeat;
	background-position: center;
}



#fotos-bienvenidos .foto_chica1{
background: url(imgs/bienvenidos-foto-mobi-chica1.jpg) no-repeat;
background-position: center;
background-size: 100%;
}

#fotos-bienvenidos .foto_chica2{
background: url(imgs/bienvenidos-foto-mobi-chica2.jpg) no-repeat;
background-position: center;
background-size: 100%;
}

#fotos-bienvenidos .foto_grande{
background: url(imgs/bienvenidos-foto-mobi-grande.jpg) no-repeat;
background-position: center;
background-size: 100%;
}

/*  - 5 -  HABITACIONES ---------*/

#fondo-habitaciones{
	background: url(imgs/fondo-habitaciones-mobi.jpg) no-repeat;
	background-position: center;
}

#contenedor-tipo-habitacion{
margin-top: 15px;
}


#contenedor-base-habitaciones{
width:80%;
padding: 10px 5% 25px 5%;
margin: 0 auto 0 auto;
}


#menu-habitaciones{
width:90%;
margin: 15px auto 0 auto;
text-align: center;

}

#menu-habitaciones li{
cursor:pointer;
font-size: 2rem;
line-height: 2.2rem;
padding:5px;
margin: 5px auto 5px auto;
background-color: rgba(0, 94, 94, 0.8);
transition:0.5s;}

#menu-habitaciones li:hover{
background-color: #009172;
}


#fotouno{
display:block;
}
#fotodos{
display:none;
}
#fototres{
display:none;
}

#thumb_fotouno, #thumb_fotodos, #thumb_fototres{
	cursor: pointer;
	width: 32%;
    height: auto;
    display: inline-block;

}

.titulo-habitacion{
	text-align: center;
	position: relative;
}


.titulo-habitacion h2{
	background-color: white!important;
	color:#005D55!important;
	display:inline-block!important;
	margin:0 auto -20px auto;
	z-index: 1000;
	font-size: 1.6rem;
	
}


#flechita{
	background: url(imgs/atras-habitaciones.png) no-repeat;
	position:absolute;
	background-size: 80%;
	height:25px;
	width:25px;
	float:left;
	margin:5px 0 0 0px;
	cursor: pointer;
	z-index: 1000;
}

#principal img{
width:100%!important;
height:auto;
}

#thumbail{
height:70px;	
width:99%;
margin: 0 auto 0 auto;
}

.thumb {
	border-color: white;
}


#thumbail img{
width:100%;
height:auto;
display:block;
float:left;
}

.info_habitaciones{
	display: table;
	margin: 15px auto 0 auto;
	border-spacing: 15px;
}


.habitaciones-fotos{
display:inline-block;
}


#precio{
	width:100%;
	display:table-row;
	vertical-align: bottom;
	text-align: center;
	margin: 30px auto 0 auto;

}

#precio p:first-child{
font-size: 1.5rem;
max-width: 50px;
display:inline-block;
margin-right: 25px;


}

#precio p:nth-child(2){
color:#EB703D;
font-size: 2rem;
margin-bottom:15px;
display: inline-block;

}

.clear_fix{
	clear:both;
}

#boton_reservar{
	clear:both;
	max-width:100px;
	margin: 38px auto 100px auto;
	clear:both;

}

#lateral_servicios{
	width: 100%;
	height:auto;
	display:table-row;
	vertical-align: top;
	
}

#lateral_servicios p{
	
}

#lateral_servicios p:first-child{
	font-size: 2rem!important;
	margin: 15px 0 15px 0;
	text-align: center;
}

#lateral_servicios ul{
	display:inline-block;
	float:left;
}

#lateral_servicios li{
	display: table-row;
	line-height: 50px;
}

#lateral_servicios span{
	
	width:45px;
	height:45px;
	margin-right: 5px;
	display:table-cell;
	vertical-align: middle;
	background: url(imgs/servicios-sprite.png) no-repeat;
 	background-size: 1700%;
}

#lateral_servicios ul p{
	line-height: 30px;
	display: table-cell;
	vertical-align: middle;


}

#lateral_servicios .servicio-kingsommier p{
	line-height: 1rem!important;
}

#lateral_servicios .servicio-wifi span, #servicios .servicio-wifi span {
background-position: 0 0;
}

#lateral_servicios .servicio-desayuno span, #servicios .servicio-desayuno span{
	background-position: -45px 0;
}

#lateral_servicios .servicio-calefaccion span, #servicios .servicio-calefaccion span{
	background-position: -90px 0;
}

#lateral_servicios .servicio-wakeup span, #servicios .servicio-wakeup span{
	background-position: -135px 0;
}

#lateral_servicios .servicio-kingsommier span, #servicios .servicio-kingsommier span{
	background-position: -180px 0;
}


#lateral_servicios .servicio-recepcion span, #servicios .servicio-recepcion span{
	background-position: -225px 0;
}

#lateral_servicios .servicio-parking span, #servicios .servicio-parking span{
	background-position: -270px 0;
}

#lateral_servicios .servicio-info span, #servicios .servicio-info span{
	background-position: -315px 0;
}

#lateral_servicios .servicio-almuerzo span, #servicios .servicio-almuerzo span{
	background-position: -360px 0;
}

#lateral_servicios .servicio-guardaequipaje span, #servicios .servicio-guardaequipaje span{
	background-position: -405px 0;
}
#lateral_servicios .servicio-snackbar span, #servicios .servicio-snackbar span{
	background-position: -450px 0;
}
#lateral_servicios .servicio-biblioteca span, #servicios .servicio-biblioteca span{
	background-position: -495px 0;
}
#lateral_servicios .servicio-juegosmesa span, #servicios .servicio-juegosmesa span{
	background-position: -540px 0;
}
#lateral_servicios .servicio-atencion span, #servicios .servicio-atencion span{
	background-position: -585px 0;
}
#lateral_servicios .servicio-computadora span, #servicios .servicio-computadora span{
	background-position: -630px 0;
}
#lateral_servicios .servicio-handicraff span, #servicios .servicio-handicraff span{
	background-position: -675px 0;
}

#lateral_servicios .servicio-tv span, #servicios .servicio-tv span{
	background-position: -718px 0;
}

/* 6 - DESAYUNO */

#fondo-desayuno{
	background: url(imgs/fondo-bienvenidos-mobi.jpg) no-repeat;
	background-position: center;
}

#fotos-desayuno .foto_chica1{
background: url(imgs/desayuno-foto-mobi-chica1.jpg) no-repeat;
background-position: center;
background-size: 100%;
}

#fotos-desayuno .foto_chica2{
background: url(imgs/desayuno-foto-mobi-chica2.jpg) no-repeat;
background-position: center;
background-size: 100%;
}

#fotos-desayuno .foto_grande{
background: url(imgs/desayuno-foto-mobi-grande.jpg) no-repeat;
background-position: center;
background-size: 100%;
}

/* 7 - SERVICIOS */

#servicios{
	display:table;
	border-spacing: 10px;
	width:85%!important;
}

#servicios ul:first-child{
	margin-top: 15px;
}

#servicios li{
	display:table-row;
}


#servicios span{

width:45px;
height: 45px;	
display:block;
vertical-align: middle;
background: url(imgs/servicios-sprite.png) no-repeat;
background-size: 766px;

}

#servicios p{
	display:table-cell;
	vertical-align: middle;
}

/* 8 UBICACION */

#ubicacion p{
	text-align: center;
}

#fondo-mapa{
	position:fixed;
	width:100%;
	height:100%;
	z-index: 0;
}

#mapa{
	width:100%;
	height:100%;
}

#contenedor-marco{
	position:relative;
	width:100%;
	height:100%;
	}

#ubicacion, #parquenacional{
	position:absolute;
	left: inherit;
  	right: 0px;
  	padding: inherit;
  	right:-396px;
  	width:395px;
  	max-width:100%;
  	transition:1s;
}

.boton-mas{
	position:absolute;
	right:-8px;
	top:184px;
	font-size: 2rem;
	padding: 10px 20px 10px 15px;
	cursor:pointer;
}



#contenedor-comollegar{
	
	height:auto;
	padding: 0;
	text-align:center;
	margin-top: 10px;

	
}

#contenedor-comollegar p {
	color:white;
	font-size: 1rem;
	width:100%;
	margin:0;
	
}

#contenedor-comollegar-interno{
	background:rgba(0, 94, 94, 0.5);
 	 padding: 10px;
 	 transition:.5s;
-moz-transition-property: width; /* Firefox 4 */
-webkit-transition:.5s; /* Safari and Chrome */
-o-transition:.5s; /* Opera */;
}

#contenedor-tips-gral{
	background:rgba(0, 94, 94, 0.5);
 	 padding: 0px 10px 10px 10px;
}

#contenedor-pregunta p:first-child, #contenedor-tips p:first-child {
	color:white;
	padding:3%;
}

#wraper-movil{
	margin-top:-200px;
	transition:1s;
}

#contenedor-llego-en {
	margin-top: 0px;
	transition:1s;
	display:none;
	}

.animarbajarllegoen{
	margin-top: 0px!important;
	transition:1s!important;
}

#contenedor-pregunta, #contenedor-tips{
	cursor:pointer;
}

#contenedor-pregunta{
	margin-top: 10px;
}

.mostrar{
	display:block!important;
}

.ocultar{
	display:none!important;
}

#contenedor-opciones{
	display: table;
	width:100%;
	text-align: center;
	margin-top: 10px;
}

.icono-texto{
	display:table-cell;
	width:32%;
	border-spacing: 1%;
	text-align: center;
	cursor: pointer;

}


.icono-texto span{
	display:block;
	width:100px;
	background-image: url(imgs/iconos-opciones-sprite.png);
	background-repeat: no-repeat;
	background-size: 304px;
	cursor:pointer;
   height: 100px;
    -moz-border-radius: 70px; 
   -webkit-border-radius: 70px; 
   border-radius: 70px;
   background-color: #EB703D;
   transition: 1s;
}

.icono-texto span:hover{
	  background-color: #f8905a;
   transition: .5s;
}

#auto span{
	background-position: -103px  0;
}

#bus span{
	background-position: -204px  0;
}


#info_rotonda{
	display: none;
}

.texto_comollegar{
	display: none;
}

.texto_comollegar{
	background-color: rgba(0, 94, 94, 0.7);
  padding: 15px 0px;
  margin-top: 25px;
  position: absolute;
  bottom: -500px;
  left: 0px;
  width: 100%;
  transition:.5s;
-moz-transition-property: width; /* Firefox 4 */
-webkit-transition:.5s; /* Safari and Chrome */
-o-transition:.5s; /* Opera */;
}

.subir{
	bottom:0px;
	transition:.5s;
-moz-transition-property: width; /* Firefox 4 */
-webkit-transition:.5s; /* Safari and Chrome */
-o-transition:.5s; /* Opera */;
}

.texto_comollegar span{
width: 0;
height: 0;
display: none;
border-style: solid;
border-width: 0 12.5px 20px 12.5px;
border-color: transparent transparent #ffffff transparent;
margin-top: -30px;
margin-left: 20px;
}

#en_auto span{
margin-left: 130px!important;	
}

#en_bus span{
margin-left: 245px!important;	
}

.texto_comollegar p{
color: white;
  width: 90%;
  margin: 0 auto;
  font-size: 1rem!important;
}

#contenedor-tips{
	margin: 0px auto;
}

#contenedor-tips-gral ul p{
	display: inline-block;
	width:auto;
	font-size: .8rem;
}

#contenedor-tips-gral ul{
margin-right: 1px!important;
margin-left: 1px!important;	
 margin-top: -440px;
 transition:1s;
  text-align: left;
  display:none;
  
}

.animarbajar{
margin-top: 0px!important;
transition:1s;
}

#contenedor-tips-gral li{
	  margin: 10px 0px;

}

#wraper-tips{
overflow:hidden;
margin-top: 8px;}

#wraper-llego-en-opciones{
	overflow: hidden;
	margin-top:10px;
}

#contenedor-tips-gral span{
	  display:inline-block;
	  width: 10px;
   height: 10px;
   background: rgba(100, 100, 100, 0); 
   transition:.5s;
-moz-transition-property: width; /* Firefox 4 */
-webkit-transition:.5s; /* Safari and Chrome */
-o-transition:.5s; /* Opera */;
   -moz-border-radius: 70px; 
   -webkit-border-radius: 70px; 
   border-radius: 70px;
   border-width: 5px;
   border-color: #EB703D;
   border-style: solid;
   margin: 0px 5px 0px 0px;
   vertical-align: middle;
   cursor:pointer;

}

#contenedor-tips-gral span:hover{
	background-color: rgba(100, 100, 100, .3);
	transition:.5s;
-moz-transition-property: width; /* Firefox 4 */
-webkit-transition:.5s; /* Safari and Chrome */
-o-transition:.5s; /* Opera */;
}


.tipseleccionado{
	background-color: rgba(100, 100, 100, 1)!important;

}

.selector-tip {
	cursor: pointer;
}



#trf_in{
	margin-top: 20px;
	width: 150px;
    margin: 0 auto;
}

/* 9 - EL CALAFATE */

#fondo-calafate{
	background: url(imgs/fondo-calafate-mobi.jpg) no-repeat;
	background-position: center;
}

#fotos-calafate .foto_chica1{
background: url(imgs/calafate-foto-mobi-chica1.jpg) no-repeat;
background-position: center;
background-size: 100%;
}

#fotos-calafate .foto_chica2{
background: url(imgs/calafate-foto-mobi-chica2.jpg) no-repeat;
background-position: center;
background-size: 100%;
}

#fotos-calafate .foto_grande{
background: url(imgs/calafate-foto-mobi-grande.jpg) no-repeat;
background-position: center;
background-size: 100%;
}

/* 10 - PARQUE NACIONAL */

#parquenacional #contenedor-tips-gral{
	background: rgba(0, 94, 94, 0.7);
    padding: 25px 25px 10px 25px;

}

#fondo-pn{
	z-index: 0;
}


#mapasatelite{
	width:100%;
	height:100%;
}

.texto-geo p{
color:#5d5d5d;
margin: 10px auto;
padding:0px 20px;
}

.imagen-geo{
	width:280px;
	height:175px;
	margin: 15px auto;
	position:relative;
}

.imagen-geo a{
	position:absolute;
	bottom: 5px;
	right:5px;
	background-color:black;
}

#img-glaciar{
	background: url(imgs/img-glaciar.jpg) no-repeat;
	background-size: 100%;
}

#img-upsala{
	background: url(imgs/img-upsala.jpg) no-repeat;
	background-size: 100%;
}

#img-viedma{
	background: url(imgs/img-viedma.jpg) no-repeat;
	background-size: 100%;
}

#img-spegazzini{
	background: url(imgs/img-spegazzini.jpg) no-repeat;
	background-size: 100%;
}

#img-chalten{
	background: url(imgs/img-chalten.jpg) no-repeat;
	background-size: 100%;
}

#img-fitz{
	background: url(imgs/img-fitz.jpg) no-repeat;
	background-size: 100%;
}

#img-roca{
	background: url(imgs/img-roca.jpg) no-repeat;
	background-size: 100%;
}

/* 11 - EXCURSIONES */

#excursiones{
	position:relative;
	padding: 30px 0px 30px 15px!important;
	width:90%;
	transition: all 1s ease;
	-moz-transition: 1s; /* Firefox 4 */
	-webkit-transition: 1s; /* Safari and Chrome */
	-o-transition: 1s; /* Opera */
	max-height:500px;
	margin:0 auto;
	background-color: transparent;
}

#sub-menu{
	position:absolute;
	background-color: rgba(0, 94, 94, 0.8);
	padding:20px 10px;
	text-align: center;
	margin:0 auto;
	display:inline-block;
	top:100px;
	right:0;
	left:0;
	width:80%;
	transition: 1s;

}

#sub-menu li{
	cursor:pointer;
	line-height: 2rem;
	background-color: rgba(0, 94, 94, 0.8);
	padding: 5px;
	margin: 5px auto;

}

#sub-menu p{
	font-size: 1.5rem!important;
	line-height: 2rem;
}

.bm-excursiones{
	left:-100px;
	right: inherit;
	transition:1s;
	z-index: 1000;
	top:247px;
	opacity: 0;
	filter: "alpha(opacity=0)"; -ms-filter: "alpha(opacity=0)"; 
}

#excursiones h3{
	margin-top: 15px;
}

#excursiones p{
	margin:0px auto;
}

.linea-excursiones{
	width:97%;
	height:2px;
	background-color: white;
	margin:30px auto 30px -5px;
	clear:both;
}



#contenedor-contenido-excursiones{
transition:.5s;
-moz-transition-property: width; /* Firefox 4 */
-webkit-transition:.5s; /* Safari and Chrome */
-o-transition:.5s; /* Opera */;
}



#contenedor-info-excursion{
	overflow: hidden;
	background-color: rgba(0, 94, 94, 0.8);
	position:absolute;
	right:0;
	left:-1000px;
	width:90%;
	margin: 0 auto;
	transition: 1s;
	opacity: 0;
	filter: "alpha(opacity=0)"; -ms-filter: "alpha(opacity=0)"; 
			
}

#contenedor-info-excursion h3, #contenedor-info-excursion h4{

	margin-left: 30px;

}

#contenedor-info-excursion h5, #contenedor-info-excursion p{

	margin-left: 20px;

}

.contenedor-fotos-excursiones{
	text-align: center;
	margin:15px auto;
}





/* 12 -- CONTACTO --*/

#formulario-consulta{
	padding: 25px 5% ;
	margin-top: 15px;
	text-align: center;
}

#formulario-consulta p{
	margin-top:15px;
	margin-bottom: 50px;
	margin-left: 15px;
}

.campo{
	margin-top: 15px;
	

}

.campo label{
	font-family: "Questrial", sans-serif;
	font-size: 1rem;
	color: white;
	clear:both;
	height: 30px;
	width: 90%;
	display: block;
	text-align: right;
	padding-right: 10%;
}

.campo input{
	width:90%;
	margin-top: 5px;
	height:30px;

}

.campo textarea{
	margin-top: 5px;
	width:90%;
	height: 300px;
}





#submit_btn, #submit_btn_trf, #submit_btn_trf_out {
	width:100px;
	height:40px;
	background-color: #EB703D;
	display: block;
	border: 1px solid #cacece;
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
	border-radius: 3px;
	margin: 30px auto 15px auto;
	font-family: "Questrial", sans-serif;
	font-size: 1rem;
	color:white!important;
	line-height: 30px;
	cursor: pointer;
	transition:.5s;

}

#submit_btn:hover, #submit_btn_trf:hover, #submit_btn_trf_out:hover{
	background-color: #fa895f;
} 

#wraperpopup{
  width:100%;
  height:100%;
  text-align: center;
  cursor:pointer;
}

#fondopopup{
  position:fixed;
  height:100%;
  width:100%;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.8);
  display:none;
  top:0;
  bottom:0;
  right:0;
  left:0;
  opacity: 1;
 filter: "alpha(opacity=1)"; -ms-filter: "alpha(opacity=1)"; 

}

#popupok span p{
  height:25px;
  width:25px;
  color:white;
  cursor: pointer;
  
  display: block;
  padding:5px;
  border-radius: 25px;
  border:solid;
  border-color: white;
  
  font-family: "montserrat", sans-serif;
  line-height: 25px;

}


#popupok{
 width:80%;
height:20%;
margin: 20% auto 40% auto;
}

#popupok p{
   font-family: "montserrat", sans-serif;
    color:white;
    margin: 10px auto 5px auto;
    width: 80%;
    font-size: 0.9rem;
    line-height: 1.5rem;
    clear:both;
} 

/* RESERVA */

.opcion_rsva a{
	color:white;
	display: block;
	clear:both;
	margin: 10px auto;
	padding:20px 5px;
}

.opcion_rsva{
margin: 15px auto;
}

#contenedor-formularios-trf{
	padding: 25px 5% ;
	margin-top: 15px;
	text-align: center;
}


.campo-trf{
	margin-top: 15px;
	

}

.campo-trf label, #formulario-trf-in p{
	font-family: "Montserrat", sans-serif;
	font-size: 1rem;
	font-weight: 300!important;
	color: white;
	clear:both;
	
}

#formulario-trf-in p{
	font-size: 1.1rem;
	margin: 25px 0px 0px 0px;
	text-align: left;
}

.campo-trf input{
	width:90%;
	margin-top: 5px;
	height:30px;

}

.campo-trf textarea{
	margin-top: 5px;
	width:90%;
	height: 300px;
}

#formulario-trf-in{
	text-align: left;
}

#trf-ndevuelo {
  width: 49%;
  display: inline-block;
}

#trf-cantpax{
	width:100px;
	display:inline-block;
}

.trf-fecha{
	width:24%;
	display:inline-block;
	margin: 0px 0px; 
}

.formulario_trf{
display:none;
zoom: 1;
filter: "alpha(opacity=0)";
-ms-filter: "alpha(opacity=0)"; 
opacity: 0;
transition:1s;
}

.formulario_trf h1{
	font-size: 2rem;
	float:left;
	display:inline-block;
	padding:6px 10px;
	margin-left:0px;
	background-color: #EB703D;
	cursor:pointer;
}

#contenedor-reserva{
	zoom: 1;
	filter: "alpha(opacity=1)";
	-ms-filter: "alpha(opacity=1)"; 
	opacity: 1;
	transition:1s;
}

.opaco {
	zoom: 1!important;
	filter: "alpha(opacity=1)"!important;
	-ms-filter: "alpha(opacity=1)"!important; 
	opacity: 1!important;
	transition:1s;
}

.transparente{
	zoom: 1!important;
	filter: "alpha(opacity=0)"!important;
	-ms-filter: "alpha(opacity=0)"!important;
	opacity: 0!important;
	transition:1s;
}

/*------- AMIGOS GNOMICOS ---------*/

#contenedor-amigosgnomicos li{
	height:300px;
	width:300px;
	margin: 10px auto;
}

#contenedor-amigosgnomicos img{
	width:100%;
}