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;
}

ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
	text-decoration:none;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
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;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

strong{
	color:#000;
}
html>body #main {
height: auto;
}
#main {
position: absolute;
top: 0;
left: 0;
}
html, body, #main {
min-height: 100%;
width: 100%;
height: 100%;
margin: 0;
padding: 0;
}

body{
	font-size:12px;
	color:#fff;
	font-family: Georgia, "Times New Roman", Times, serif;
}

body#albergue{
	background: url(../img/bg-albergue.jpg) center 0 no-repeat;
}	

body#hostal{
	background: url(../img/bg-hostal.jpg) center 0 no-repeat;
}

#wp-2 {
	height: auto;
	padding: 0px;
	padding-bottom: 120px;
	width: 100%;
	margin: 0 auto;
}

header{
	width:100%;
	/*-webkit-box-shadow: 0px 28px 70px 0px rgba(0,0,0,0.95);
	-moz-box-shadow: 0px 28px 70px 0px rgba(0,0,0,0.95);
	box-shadow: 0px 28px 70px 0px rgba(0,0,0,0.95);*/
	position:relative;
	overflow:hidden;
}
/*
header:after{	
	content: "";
	position: absolute;
	left: -2px;
	bottom: -100px;
	z-index:-1;
	width: 100%;
	height: 122px;
	background:url(../img/marco.png) center 0;
}*/

.center{
	width:100%;
	max-width:960px;
	margin:auto;
	position:relative;
	height:100%;
}

#logo img {
	max-width: 100%;
}

#logo p{
	line-height:50px;
	border-left:1px #369dfc solid;
	padding:0 0 0 50px;
	margin:15px 0px 12px 30px;
	color:#fff;
	font-family: 'Open Sans', sans-serif;
	font-style:normal;
	font-size:18px;
	font-weight:300;
}

#albergue #logo p{
	border-left:1px #369dfc solid;
}

#hostal #logo p{
	border-left:1px #ff0c0c solid;
}

#intro #wrappers{
	margin:0;
	padding:10px 0;
	background:#ececec;
	position:relative;
	height: auto;
	}
	
#intro .albergue-blue,
#intro .hostal-red{
	min-height:190px;
	border-top: 10px solid #ececec;
	border-bottom: 10px solid #ececec;
}	
	
#intro .albergue-blue{
	background: url(../img/bg-intro-1.png);
	background-size: contain;
	text-align:right;
}
		
#intro .hostal-red{
	background: url(../img/bg-intro-2.png);
	background-size: contain;
	text-align:left;
}

#intro .albergue-blue .logo{
	margin:20px 35px 20px 0px;
	max-width: 230px;
}

#intro .hostal-red .logo{
	margin:20px 0px 20px 35px;
	max-width: 230px;
}

#intro .albergue-blue .logo a{
	height:80px;
	width:270px;
	background: url(../img/logo-albergue.png);
	display:block;
	text-indent:-9999px;
}

#intro .hostal-red .logo a{
	height:80px;
	width:277px;
	background: url(../img/logo-hostal.png);
	display:block;
	text-indent:-9999px;
}

#intro .albergue-blue .entrar{
	margin:0 40px 0 0;
}

#intro .hostal-red .entrar{
	margin:0 0 0 40px;
}

#intro .entrar li{
	display:inline-block;
	line-height:20px;
}

#intro .entrar li + li{
	margin:0 0 0 18px;
	padding:0 0 0 20px;
	border-left:1px #fff solid;
}

#intro .entrar a{
	color:#fff;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	text-shadow: 1px 1px #000;
}

body#intro{
	font-family: 'Open Sans', sans-serif;
	font-style:normal;
}

#intro h1{
	text-align:center;
	margin:30px 0px 30px 0px;
	font-weight:300;
	font-size:24px;
	color:#000;
}

#intro h2{
	text-align:center;
	margin:30px 0px 30px 0px;
	font-style:normal;
	font-weight:300;
	color:#000;
}

.nav-principal{
	height:54px;
	width:100%;
	clear:both;
	margin:50px 0 125px 0;
	background: url(../img/bg-nav.png);
}

#hostal .nav-principal{
	background: url(../img/bg-nav-rojo.png);
}

.nav-principal ul{
	text-align:center;
	padding:10px 0 0 0;
}

.nav-principal li{
	display:inline-block;
	padding:0px 40px 0px 40px;
}

.nav-principal li + li{
	border-left:1px #fff solid;
}

.nav-principal a{
	text-align:center;
	line-height:25px;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-size:12px;
	display:block;
}

.nav-principal a.active,
.nav-principal a:hover{
	border-bottom:2px #5da8e5 solid;
	color:#fff;
	text-decoration: none;
}

#hostal .nav-principal a.active,
#hostal .nav-principal a:hover{
	border-bottom:2px #a50707 solid;
	color:#fff;
	text-decoration: none;
}


.navbar-inverse {
	width: 100%;
	margin-bottom: 0px;
    margin-top: 20px;
    background: #1a82d2;
    border-color: #1a82d2;
}

#hostal .navbar-inverse {
	width: 100%;
	margin-bottom: 0px;
    margin-top: 20px;
    background: #fa1006;
    border-color: #fa1006;
}

.navbar-inverse .navbar-toggle {
	border-color: #fff;
}

.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
    background-color: #2f91dc;
}

#hostal .navbar-inverse .navbar-toggle:focus, #hostal .navbar-inverse .navbar-toggle:hover {
    background-color: #c10f0f;
}

.navbar-inverse .navbar-brand {
	color: #fff;
}

.navbar-toggle {
	margin-top: 0px;
	margin-bottom: 0px;
}

.navbar-brand {
	height: auto;
    padding: 7px 15px;
    font-size: 15px;
    line-height: 20px;
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
	border-color: #1a82d2;
	margin-top: 10px;
}

#hostal .navbar-inverse .navbar-collapse, #hostal .navbar-inverse .navbar-form {
	border-color: #fa1006;
	margin-top: 10px;
}

.navbar-inverse .navbar-nav>li>a {
	color: #fff;
}

.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>li>a.active {
	background: #2f91dc;
}

#hostal .navbar-inverse .navbar-nav>li>a:hover,
#hostal .navbar-inverse .navbar-nav>li>a.active {
	background: #c10f0f;
}

.navbar-nav{
	margin: 7.5px -15px 0px -15px;
}

#wrappers{
	width:100%;
	position:relative;
	height:100%;
	overflow:hidden;
}

.content-principal li{
	font-size:16px;
	line-height:normal;
	padding:10px 0 10px 30px;
	color:#252525;
	background:url(../img/flecha.png) 0 center no-repeat;
	font-style:italic;
}

.content-principal .galeria div{
	padding-top:15px;
	padding-bottom:15px;
}

.content-principal .galeria img{
	max-width: 100%;
}

.corte-blue .corte-up{
	height:168px;
	width:100%;
	background:url(../img/bg-col-2.png) no-repeat;
	background-position:top center;
	background-size: cover;
}

.corte-blue .corte-down{
	width:100%;
	background:url(../img/bg-col-2-down.png) no-repeat;
	background-position:bottom center;
	background-size: cover;
	padding: 80px 30px 30px 30px;
}

.corte-red .corte-down{
	width:100%;
	background:url(../img/bg-col-2-rojo-down.png) no-repeat;
	background-position:bottom center;
	background-size: cover;
	padding: 80px 30px 30px 30px;
}

.corte-blue p,
.corte-red p{
	font-size:23px;
	font-family: 'Open Sans', sans-serif;
	font-style:normal;
	font-weight:300;
	color:#fff;
	line-height:normal;
	clear:both;
	text-align:center;
}

.corte-blue span,
.corte-red span{
	width:39px;
	height:37px;
	display:block;
	text-indent:-9999px;
}

.corte-blue span.uno,
.corte-red span.uno{
	float:left;
	background:url(../img/comi-1.png) 0 0 no-repeat;
}

.corte-blue span.dos,
.corte-red span.dos{
	float:right;
	background:url(../img/comi-2.png) 0 0 no-repeat;
}

.bg-white{
	background:#fff;
}

h2{
	color:#369dfc;
	font-size:18px !important;
	font-style:italic;
	margin:0 0 20px 0;
}

#hostal h2{
	color:#ff0b0b;
}

p{
	color:#252525;
	font-size:15px;
	font-style:italic;
	margin:0 0 10px 0;
	line-height:1.7;
}

.datos ul{
	width:calc(88% / 3);
	float:left;
	padding:2%;
}

.datos .titulo-red{
	color:#ff0b0b;
}

.datos li{
	display:block;
	line-height:30px;
	font-size:14px;
	background:none;
	padding:0;
}

.text-1{
	color:#4082ce;
	font-size:20px;
}

#hostal .text-1{
	color:#ff0b0b;
}

#idiomas{
	padding: 15px;
}

#idiomas ul{
	float: right;
	padding:10px 0 0 0;
	margin:0 0 0 10px;
}

#idiomas li{
	display:inline-block;
}

#idiomas ul a{
	width:16px;
	height:11px;
	display: block;
	text-indent:-9999px;
	background:url(../img/idiomas.png);
}

#idiomas li.en a{
	background-position:-16px 0;
	margin:0 0 0 5px;
}

#idiomas li a.active{
	opacity:0.5;
}

#idiomas p{
	float: right;
	color:#fff;
	font-size:11px;
	line-height:30px;
	margin:0 0 0 20px;	
}

#idiomas p.portada a{
	width:24px;
	height:24px;
	display:block;
	text-indent:-9999px;
	background:url(../img/portada.png);
}


.form > div {
	margin:0 0 8px 0;
	position:relative;
}
label {
	width:206px;
	height:13px;
	line-height:13px;
	padding:13px 10px 10px 10px;
	font-family: 'TitilliumText22LRgBold';
	font-size:11px;
	font-style:normal;
	text-transform:uppercase;
	color:#2d2d2d;
	cursor:text;
	display:block;
}
input {
	width:100%;
	line-height:13px;
	padding:13px 10px 10px 10px;
	font-family: 'TitilliumText22LRgBold';
	font-size:11px;
	font-style:normal;
	text-transform:uppercase;
	color:#2d2d2d;
	clear:both;
	border-radius: 5px;
    border: 1px solid #bebebe;
    border-top: 3px solid #1a83d2;
    box-shadow: 0px 2px 1px #bebebe;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.07) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.07) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.07) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6e0e0e0', endColorstr='#00000000',GradientType=0 );
}
#hostal input {
    border-top: 3px solid #fa1008;
}
label {
	width: 100%;
    line-height: 13px;
    padding: 13px 10px 23px 10px;
    font-size: 11px;
    font-style: normal;
    text-transform: uppercase;
    color: #2d2d2d;
    cursor: text;
    display: block;
}
textarea {
	width: 100%;
    height: 150px;
    line-height: 13px;
    padding: 13px 10px 10px 10px;
    font-size: 11px;
    font-style: normal;
    text-transform: uppercase;
    color: #2d2d2d;
    overflow: auto;
    clear: both;
    border: none;
    border-radius: 5px;
    border: 1px solid #bebebe;
    border-top: 3px solid #1a83d2;
    box-shadow: 0px 2px 1px #bebebe;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.07) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.07) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.07) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6e0e0e0', endColorstr='#00000000',GradientType=0 );
}
#hostal textarea {
    border-top: 3px solid #fa1008;
}
input.enviar {
	float:left;
	line-height:normal;
	height:49px;
	width:99px;
	padding:13px 10px;
	font-size:11px;
	font-style:normal;
	text-transform:uppercase;
	color:#2d2d2d;
	background:none;
	cursor:pointer;
    border-radius: 5px;
    border: 1px solid #bebebe;
    border-top: 3px solid #1a83d2;
    box-shadow: 0px 2px 1px #bebebe;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.07) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.07) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.07) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6e0e0e0', endColorstr='#00000000',GradientType=0 );
}
#hostal input.enviar {
    border-top: 3px solid #fa1008;
}

footer{
	background-color: #fff;
	width: 100%;
	padding: 0px;
	margin-top: 50px;
}

footer .top-f{
	background: url(../img/bg-ul-f.jpg);
}

#hostal footer .top-f{
	background: url(../img/bg-ul-f-rojo.jpg);
}

footer ul{
	text-align:center;
}

footer li{
	display:inline-block;
	color:#fff;
	line-height:50px;
}

footer .direccion {
}

footer .direccion span,
footer .email span,
footer .telefono span{
	float:left;
	width:24px;
	height:24px;
	margin:-5px 16px 0px 0px;
	background:url(../img/icons.png) 0 0 no-repeat;
}

#hostal footer .direccion span,
#hostal footer .email span,
#hostal footer .telefono span{
	background:url(../img/icons-blancos.png) 0 0 no-repeat;
}

footer .email span,
#hostal footer .email span{
	background-position:0 -24px;
}

footer .telefono span,
#hostal footer .telefono span{
	background-position:0 -48px;
}

footer .separador{
	height: 60px;
	background:url(../img/bg-li-f.jpg) 0 center no-repeat;
}

#hostal footer .separador{
	background: url(../img/bg-li-f-rojo.jpg) 0 center no-repeat;
}

footer p{
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	font-style:normal;
}

.cookies {
position: fixed;
bottom: 0;
left: 0;
width: 100%;
text-align: center;
padding: 12px 0;
font-size: 14px;
background-color: #000;
z-index: 99999;
color: #FFF;
border-top: 4px solid #d0d0d0;
}

.clearfix {
	clear: both;
}

.no-padding {
	padding: 0px;
}

.no-margin {
	margin: 0px;
}

.div-23 {
  	max-width: 24%;
}

.copyright {
	padding-top: 15px;
	padding-bottom: 5px;
}

@media only screen and (max-width: 992px)
{    
  #intro .albergue-blue{
	text-align: center;
  }
		
  #intro .hostal-red{
	text-align: center;
  }
  
  #intro .albergue-blue .logo,
  #intro .hostal-red .logo
  {
  	margin: 20px 0px 20px 0px;
  }
  
  #intro .albergue-blue .entrar,
  #intro .hostal-red .entrar {
    margin: 0px 0px 0px 0px;
  }
  
  #intro .albergue-blue {
  	border-bottom: 0px solid #ececec;
  }
  
   #intro .hostal-red {
  	border-top: 0px solid #ececec;
  }
  .corte-blue .corte-down
  {
  	padding: 10px 30px 10px 30px;
  }
  .corte-red .corte-down
  {
  	padding: 10px 30px 10px 30px;
  }
  .div-23 {
  	max-width: 23%;
  }
}

@media only screen and (max-width: 768px)
{    
  #logo {
  	text-align: center;
  }
  #albergue #logo p {
  	border-left: 0px #369dfc solid;
    padding: 0px;
    margin: 0px;
  }
  #hostal #logo p {
  	border-left: 0px #369dfc solid;
    padding: 0px;
    margin: 0px;
  }
  .div-23 {
  	max-width: 22%;
  }
}

@media (min-width: 1200px){
	.container {
	    width: 970px;
	}
}