@charset "utf-8";
/* CSS Document */
/*
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
     -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);


#gallerySlider.rightSpring {
    -moz-animation: rightSpring 0.3s;
    -webkit-animation: rightSpring 0.3s;
}

#gallerySlider.leftSpring {
    -moz-animation: leftSpring 0.3s;
    -webkit-animation: leftSpring 0.3s;
}		  
/* Firefox Keyframe Animations 

@-moz-keyframes rightSpring {
    0% {
        margin-left: 0px;
    }
    50% {
        margin-left: -30px;
    }
    100% {
        margin-left: 0px;
    }
}

@-moz-keyframes leftSpring {
    0% {
        margin-left: 0px;
    }
    50% {
        margin-left: 30px;
    }
    100% {
        margin-left: 0px;
    }
}

/* Safari and Chrome Keyframe Animations 

@-webkit-keyframes rightSpring {
    0% {
        margin-left: 0px;
    }
    50% {
        margin-left: -30px;
    }
    100% {
        margin-left: 0px;
    }
}

@-webkit-keyframes leftSpring {
    0% {
        margin-left: 0px;
    }
    50% {
        margin-left: 30px;
    }
    100% {
        margin-left: 0px;
    }
}		  
		  
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

@-moz-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

@-o-keyframes progress-bar-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 40px 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

*/
@font-face {
    font-family: 'open_sansregular';
    src: url('../fonts/opensans-bold-webfont.eot');
    src: url('../fonts/opensans-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-bold-webfont.woff') format('woff'),
         url('../fonts/opensans-bold-webfont.ttf') format('truetype'),
         url('../fonts/opensans-bold-webfont.svg#open_sansbold') format('svg');
    font-weight: bolc;
    font-style: normal;

}

@font-face {
    font-family: 'open_sansregular';
    src: url('../fonts/opensans-regular-webfont.eot');
    src: url('../fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-regular-webfont.woff') format('woff'),
         url('../fonts/opensans-regular-webfont.ttf') format('truetype'),
         url('../fonts/opensans-regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style:  normal;

}

@font-face {
    font-family: 'open_sansregular';
    src: url('../fonts/opensans-light-webfont.eot');
    src: url('../fonts/opensans-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-light-webfont.woff') format('woff'),
         url('../fonts/opensans-light-webfont.ttf') format('truetype'),
         url('../fonts/opensans-light-webfont.svg#open_sanslight') format('svg');
    font-weight: 100;
    font-style: normal;

}
.ff-os{
    font-family: 'open_sansregular';
}
.ff-osb{
	font-family: 'open_sansregular';
	font-weight:bold;
}
.ff-ropa{
    font-family: "Ropa Sans", sans-serif;
}
/* --- GENERAL --- */
@-ms-viewport {
  width: device-width;
}
html{
	min-height: 100%;
	height: auto !important;
	height: 100%;
	font-size: 62.5%;
	line-height: 62.5%;
	zoom:1;
}
body {
	margin: 0;
	padding: 0;
	color: #333333;
	position:relative;
	clear:both;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	line-height: 1.4em;
	background: #FFF;
	width:100%;
	min-width:320px;
	zoom: 1;
	background:#262626;
}
a{
	color:#292941;
	text-decoration:none;
}
a:hover{
	color:#777777;
}
a:visited{
	color:#292941;
}
h1, h2, h3, h4, h5, h6{
	font-weight:normal;
}
p{
	margin-bottom: 8px;
}
.c_blanco{
	color:#FFF;
}
.c_color_1{
	color: #FE6500;
}
*, *:before, *:after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
ul{
	list-style:none;
	margin:0;
	padding:0;
}
/* --- Estilos Estructura --- */
#todo {
	margin: 0 auto;
	padding: 0;
	position: relative;
	float:none;
	width:100%;
	max-width: 100%;
	min-width: 100%;
	zoom:1;
}
.contenedor{
	display:block;
	clear:both;
	width: 100%;
	max-width: 960px;
	min-width: 320px;	
	margin: 0 auto;
	padding: 10px 0;
}
/* COLUMNAS */
.pL0{
	padding-left:0 !important;
}
.pR0{
	padding-right:0 !important;
}
.mL0{
	margin-left:0 !important;
}
.mR0{
	margin-right:0 !important;
}
.pt20{
	padding-top: 20px !important;
}
.pt10{
	padding-top: 10px !important;
}
.pb20{
	padding-bottom: 20px !important;
}
.pb10{
	padding-bottom: 10px !important;
}
.floatLeft{
	float:left !important;
}
.floatRight{
	float: right !important;
}
.posAbsolute{
	position:absolute !important;
}
.posRelative{
	position:relative !important;
}
.tAlingCenter{
	text-align:center;
}
.tAlingLeft{
	text-align: left;
}
.tAlingRight{
	text-align: right;
}
.hid{
	display:none !important;
}
.boxSizing{
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.transition{
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.colCalleP{
	padding-left: 12px;
	padding-right: 12px;
}
.colCalleM{
	margin-left: 10px;
	margin-right: 10px;
}
.displayIB{
	display:inline-block;
}
.displayB{
	display:block;
}
.displayI{
	display:inline;
}
.widthAuto{
	width:100%;
}
/* GRID BASICA */
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col-13,
.col-14,
.col-15,
.col-16,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-13,
.col-lg-14,
.col-lg-15,
.col-lg-16,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-13,
.col-md-14,
.col-md-15,
.col-md-16,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-13,
.col-sm-14,
.col-sm-15{
	float:left;
	padding-left: 12px;
	padding-right: 12px;
	min-height: 1px;
}
.col-1{
	width:6.25%;
}
.col-2{
	width:12.5%;
}
.col-3{
	width:18.75%;
}
.col-4{
	width:25%;
}
.col-5{
	width:31.25%;
}
.col-6{
	width:37.5%;
}
.col-7{
	width:43.75%;
}
.col-8{
	width:50%;
}
.col-9{
	width:56.25%;
}
.col-10{
	width:62.5%;
}
.col-11{
	width:68.75%;
}
.col-12{
	width:75%;
}
.col-13{
	width:81.25%;
}
.col-14{
	width:87.5%;
}
.col-15{
	width:93.75%;
}
.col-16{
	width:100%;
}

img.logo{
	width:100%;
	max-width: 201px;
}
a.logo{
	margin-top:-10px;
}
.headerNav{
	border-top: 10px solid #98A1A6;
}
.contHeader{
	display:block;
	width:100%;
	max-width: 960px;
	margin: 0 auto;
}
.navPrincipal{
	display:inline-block;
	float:right;
	font-size:1.6em;
	padding-top:90px;
}
	.navPrincipal li{
		float:left;
		display:inline-block;
		padding: 0 10px;
	}
	.navPrincipal li a{
		text-decoration:none;
		color: #999999;
		padding: 0 0 0 15px;
		background: url(../images/vineta.png) no-repeat left -20px;
	}
	.navPrincipal li a:hover, .navPrincipal li a.current{
		color:#444444;
		background: url(../images/vineta.png) no-repeat left center;
	}
.telSpan{
	padding-top:50px;
	font-size:1.3em;
}
.telRotativas{
	font-size:0.8em;
}
.classLema{
	position:absolute;
	bottom:10px;
	right:0;
}
.contFooter{
	margin-top:20px;
	background:#252524;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	color:#FFF;
}
.pFooter{
	font-size:0.8em;
	font-weight:bold;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	padding: 10px 0;
	max-width: 201px;
	margin: 0 auto;
	min-height:60px;
}
.pFooter.pFooterB{
	max-width:none;
	vertical-align:middle;
	border-bottom:none;
	padding-top:20px;
}
.ulPrincipal li{
	padding: 5px 0;
}
/* --- ESTILOS VARIOS --- */
body{
	background:url(../images/bg_body.gif) repeat center center;
	border-top: 10px solid #292941;
}
.hrPunteado{
	border:none;
	border-top: 1px dotted #999999;
}

@media screen and (min-width: 768px) {
	.hid-xl{
		display:none;
	}	
}
/* MEDIA QUERIES */
@media screen and (max-width: 768px) {
	.col-lg-1{
		width:6.25%;
	}
	.col-lg-2{
		width:12.5%;
	}
	.col-lg-3{
		width:18.75%;
	}
	.col-lg-4{
		width:25%;
	}
	.col-lg-5{
		width:31.25%;
	}
	.col-lg-6{
		width:37.5%;
	}
	.col-lg-7{
		width:43.75%;
	}
	.col-lg-8{
		width:50%;
	}
	.col-lg-9{
		width:56.25%;
	}
	.col-lg-10{
		width:62.5%;
	}
	.col-lg-11{
		width:68.75%;
	}
	.col-lg-12{
		width:75%;
	}
	.col-lg-13{
		width:81.25%;
	}
	.col-lg-14{
		width:87.5%;
	}
	.col-lg-15{
		width:93.75%;
	}
	.col-lg-16{
		width:100%;
	}
	.hid-lg{
		display:none;
	}
	.show-lg{
		display:block !important;
	}
	.pLR20-lg{
		padding-left:20px !important;
		padding-right: 20px !important;
	}
	.pFooter{
		max-width:none;
		border-bottom:none;
	}
	.navPrincipal{
		padding:25px 0 25px 0;
		font-size:1.1em;
		width:auto;
		margin:0 auto;
		float:none;
	}
	.navPrincipal li{
		padding: 0 15px  0 0;
	}
	.classLema{
		position:relative !important;
		bottom:0;
		
	}
	.conNav {
		text-align:center;
	}
}
@media screen and (max-width: 480px) {
	.col-md-1{
		width:6.25%;
	}
	.col-md-2{
		width:12.5%;
	}
	.col-md-3{
		width:18.75%;
	}
	.col-md-4{
		width:25%;
	}
	.col-md-5{
		width:31.25%;
	}
	.col-md-6{
		width:37.5%;
	}
	.col-md-7{
		width:43.75%;
	}
	.col-md-8{
		width:50%;
	}
	.col-md-9{
		width:56.25%;
	}
	.col-md-10{
		width:62.5%;
	}
	.col-md-11{
		width:68.75%;
	}
	.col-md-12{
		width:75%;
	}
	.col-md-13{
		width:81.25%;
	}
	.col-md-14{
		width:87.5%;
	}
	.col-md-15{
		width:93.75%;
	}
	.col-md-16{
		width:100%;
	}
	.tAlingCenter-md{
		text-align:center !important;
	}
	.tAlingLeft-md{
		text-align: left !important;
	}
	.tAlingRight-md{
		text-align: right !important;
	}
}
@media screen and (max-width: 320px) {
	.col-sm-1{
		width:6.25%;
	}
	.col-sm-2{
		width:12.5%;
	}
	.col-sm-3{
		width:18.75%;
	}
	.col-sm-4{
		width:25%;
	}
	.col-sm-5{
		width:31.25%;
	}
	.col-sm-6{
		width:37.5%;
	}
	.col-sm-7{
		width:43.75%;
	}
	.col-sm-8{
		width:50%;
	}
	.col-sm-9{
		width:56.25%;
	}
	.col-sm-10{
		width:62.5%;
	}
	.col-sm-11{
		width:68.75%;
	}
	.col-sm-12{
		width:75%;
	}
	.col-sm-13{
		width:81.25%;
	}
	.col-sm-14{
		width:87.5%;
	}
	.col-sm-15{
		width:93.75%;
	}
	.col-sm-16{
		width:100%;
	}
	.hid-sm{
		display:none !important;
	}	.tAlingCenter-sm{
		text-align:center !important;
	}
	.tAlingLeft-sm{
		text-align: left !important;
	}
	.tAlingRight-sm{
		text-align: right !important;
	}
	label.errorValidate{
		left: 0 !important;
	}
	.pL0-sm{
		padding-left:0 !important;
	}
	.pR0-sm{
		padding-right:0 !important;
	}
	.mL0-sm{
		margin-left:0 !important;
	}
	.mR0-sm{
		margin-right:0 !important;
	}
	.navPrincipal li{
		display:block;
		width:100%;
	}
}


/* --- FORMULARIOS --- */
.formGeneral{
	display:inline-block;
	margin:0;
	padding:0;
	width:100%;
	text-align: left;
}
.formGeneral input{
	float:left;
	display:inline-block;
	margin:0;
	padding:0;
}
.formGeneral fieldset{
	display:inline-block;
	position:relative;
	padding:0;
	margin: 0;
	width: 100%;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	border:none;
}
.formGeneral.paddingError fieldset{
	padding-bottom: 15px !important;
}

.formGeneral input[type="text"],
.formGeneral input[type="email"],
.formGeneral select,
.formGeneral input[type="password"]{
	padding: 4px 10px;
	margin:0 0 2px 0;
	float:left;
	display:inline-block;

	border: 1px solid #CCC;
	
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box;    
	box-sizing: border-box; 
	        
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;	
}
.formGeneral label{
	font-weight:normal;
	display:block;
	padding: 4px 15px;
	
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box;    
	box-sizing: border-box;    
}
.formGeneral textarea{
	border: 1px solid #CCC;
	padding: 4px 10px;
	margin:0 0 2px 0;
	width:100%;		
	display:inline-block;
	clear:both;
	
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box;    
	box-sizing: border-box;    
	     
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;	

}
.formGeneral input[type="submit"],
.formGeneral input[type="button"].btnSender{
	padding: 3px 15px 2px 15px;
	margin:4px 0 2px 0;
	float: left;
	display:inline-block;
	border:none;
	cursor:pointer;
	height:28px;
	width: auto;
	
	/*-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;*/
		
	font-weight:normal;
}
/* --- ESTILOS FORM --- */
.submitGrey{
	background:#98A1A6;
	color:#000;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.submitGrey:hover{
	background:#000;
	color:#98A1A6;
}
.contFooter header{
	margin: 10px 0;
}
.titReserva h3{
	display:inline;
	background:#E1011C;
	height:35px;
	margin:0;
	line-height:35px;
	vertical-align:middle;
	padding: 0 10px 0 0;
	text-transform:uppercase;
	font-size:1.1em;
}
.telReserva{
	font-size:14px;
	padding-top: 10px;
	display:block;
}
.telReserva a,
.linkSkype{
	text-decoration:none;
}
.telReserva a:hover,
.linkSkype:hover{
	color:#00AFF0;
}
/* --- VALIDATE --- */
label.errorValidate{
	position:absolute;
	z-index: 99;
	color: #FFF !important;
	background:#000;
	padding: 5px 10px !important;
	font-size: 11px;
	line-height: 12px;
	font-weight:normal;
	zoom:1;
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	bottom: -8px;
	left: 30%;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	text-align: center;
	width:auto !important;
}
label.errorValidate:after 
{ 
	zoom:1;
	content: ''; 
	position: absolute; 
	left: 14px; 
	top: -8px; 
	width: 0; 
	height: 0; 
	border-left: 5px solid transparent; 
	border-right: 5px solid transparent; 
	border-bottom: 8px solid #000; 
}
.formGeneral input.errorValidate,
.formGeneral textarea.errorValidate,
.formGeneral select.errorValidate{
	border-color:#000;
	color:#000;
	background:#FFF;
}

/* --- refresh --- */
.preloaderDiv{
	float:left;
	display:inline;
    position:relative;
    width:100%;
	min-height: 30px;
	background: url(../images/ajax-loader.gif) no-repeat center center;
	z-index:1;
}
.ajaxOcultar{
	display:block;
	width:100%;
	clear:both;
}
.mensajeCont{
	display:block;
	width:100%;
	clear:both;
	text-align: center;
	padding: 0 0 15px 0;
}
.mensajeCont p{
	text-align: center;
	padding: 15px 0;
	color: #FF6422;
}
.contAlone{
	padding: 20px 0 !important;
	margin: 20px 0 !important;
}