
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700);



#inferior{
	position: fixed; /* Hacemos que la posición en pantalla sea fija para que siempre se muestre en pantalla*/
	right: 15px; /* Establecemos la barra en la izquierda */
	bottom: 15px; /* Bajamos la barra 200px de arriba a abajo */
	z-index: 2000; /* Utilizamos la propiedad z-index para que no se superponga algún otro elemento como sliders, galerías, etc */
	float:right;
	padding:5px;
}


.bs-callout {
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
}



.bs-callout-info {
    border-left-color: #1b809e;
	color:#1b809e;
}

.bs-callout-warning {
    border-left-color: #EF7C8D;
	color:#C71833;

}


		
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
	background-color:#E4E5D7;
	color:#333;
}

navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #FFF;
  }



/* Adjust Menu colors - Normal */
.navbar .nav > li > a {
color:#FFF;
}
.navbar .nav > li > a:hover {
color:#FCFD0A;
}



.stylish-input-group .input-group-addon{
    background: white !important; 
}
.stylish-input-group .form-control{
	border-right:0; 
	box-shadow:0 0 0; 
	border-color:#ccc;
}
.stylish-input-group button{
    border:0;
    background:transparent;
}


#mapa {
	border: 1px solid #ccc;
	height: 340px;
	margin: 15px 15px 15px 0px;
	width: 100%;
}


html, body {
	height: 100%;
	font-family: 'Open Sans', sans-serif;
	font­size: 18px; 
	font­size: 1rem;
	position: relative;
}



#header{
	background:#3D441F;
}
#SubHeader{
	background:#E4E5D7;
	min-height:60px;
	padding-top:10px;	
}


#Botonera{
	background:#CE0000;	
}

#Pie{
	background:#E4E5D7;	
}
#News{
	background:#223B95;	
}



.h2 {
	padding:5px 0;
	font-family:'Open Sans',sans-serif;;
	font-size:1em;
	color:#444444;
	text-transform:uppercase;
}
h2, h3, h4 {
	font-family:'Open Sans',sans-serif;;
}

.footer{ 
	color:#464633;
	min-height:135px;
	padding-top:25px;
}

.footer a{ 
	color:#FFFFFF;
	text-decoration:none;
}

.footer a:hover{ 
	color:#FFFFFF;
	text-decoration:underline;
}



.account_desc{
	margin-top:15px;
	font-family:'Open Sans',sans-serif;;
}
.account_desc li{
	display:inline;
	border-left:1px dotted #CCC;
}
.account_desc li:first-child{
	border:none;
}
.account_desc li a{
	font-size:1.064em;
	color:#FFF;
	padding:0 10px;
	font-family:'Open Sans',sans-serif;;
}
.account_desc li a:hover{
	color:#F8F900;
}



.quotation {
	border:solid 1px #EAEAEA; 
	background-color:#07286D;
	color:#FFF;	
	-webkit-border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border-radius: 4px;
}



.TitleItem{
	font-family:'Open Sans',sans-serif;
	font-size:1.275em;
	color:#3D441F;
	font-weight:bold;
}
.round{
	border-radius:3px; 
	-moz-border-radius:3px; /* Firefox */ 
	-webkit-border-radius:3px; /* Safari y Chrome */ 
}



.borderless>tbody>tr>td {
	border-top:none;
	border-bottom:none;
}
.text-required{
	color:#F00;
}


.Hotel_Links{
	font-family:'Open Sans',sans-serif;
	font-size:1.375em;
	color:#006D99;
	text-transform:uppercase;
}

/*La cabecera*/
.ui-datepicker .ui-datepicker-header{
background:#008CC9;
}
/*Para los días de la semana: Sa Mo ... */
.ui-datepicker th{
color: #333;
}




.soc_icons {
  margin: 0px 0px 0px 0px;
  position: relative;
  display: inline-block;
  width: 36px;
  height: 36px;
  margin-right: 6px;
  top: 0;
  -webkit-transition: top 0.4s ease-out;
  -moz-transition: top 0.4s ease-out;
  -o-transition: top 0.4s ease-out;
  transition: top 0.4s ease-out;
}
.soc_icons:hover{
  top: -10px;
  line-height: 1.2em;
  color: #b1b895;
  text-transform: uppercase;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}



.img-polaroid {
	margin: 0px 0px 17px 0px;
	background: #eaeaea;
	box-shadow: none;
	border: none;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 4px;
}

.PromosPadding {
  padding: 0px 0px 4px 0px;
}

.img_soc_icon{
  position: relative;
  top: 0;
  -webkit-transition: top 0.4s ease-out;
  -moz-transition: top 0.4s ease-out;
  -o-transition: top 0.4s ease-out;
  transition: top 0.4s ease-out;
}




.table>thead>tr>th {
	background:#0A8FD0; color:#FFFFFF;
	border:none;
}
.table>tbody>tr>td, .table>tfoot>tr>td {
	border-top:none;
	border-bottom:1px solid #ddd;
}
.table>tbody>tr>td.separator, .table>tfoot>tr>td.separator {
	border-bottom:2px solid #0A8FD0;
}
.bs-callout {
	margin:5px 0;
	padding:5px;
}
.bs-callout h4 {
	margin-top:0;
	margin-bottom:5px;
}
.bs-callout-info {
	background-color:#f4f8fa;
}
.bs-callout-danger {
	background-color:#fdf7f7;
}

.bs-callout-info h4 {
	color:#5bc0de;
}

.borderless>tbody>tr>td {
	border-top:none;
	border-bottom:none;
}
.text-required{
	color:#F00;
}

.Price{
	font-family:'Open Sans',sans-serif;
	font-size:1.275em;
	color:#000;
}	
.Price_Off{
	font-family:'Open Sans',sans-serif;
	font-size:1.275em;
	color:#F00;
}	

.PriceBiger{
	font-family:'Roboto',sans-serif;
	font-size:1.438em;
	font-weight:bold;
	color:#F00;
}	



.MoreInfo{
	font-family:'Open Sans',sans-serif;
	font-size:1.275em;
	color:#000;
	text-decoration:none;
}	

.MoreInfo:hover{
	font-family:'Open Sans',sans-serif;
	font-size:1.275em;
	color:#000;
	text-decoration:underline;
}	



.LinkFooter{
	font-family:'Open Sans',sans-serif;
	color:#FFF;
	text-decoration:none;
}	

.LinkFooter:hover{
	font-family:'Open Sans',sans-serif;
	color:#FFF;
	text-decoration:underline;
}	
	


.LinkArtRelacionados{
	font-family:'Open Sans',sans-serif;
	color:#2B2F0A;
	font-weight:bold;
	font-size:0.750em;
	text-decoration:none;
}	

.LinkArtRelacionados:hover{
	font-family:'Open Sans',sans-serif;
	color:#F00;
	font-size:0.750em;
	text-decoration:underline;
}


.width-350{
	width:350px	
}
.width-500{
	width:500px	
}

.width-100{
	width:100px	
}


.TextAereaObs{
	width:500px;
	height:250px	
}
	
	
.Phone{
	font-family:'Open Sans',sans-serif;
	font-size:1em;
	color:#F00;
	font-weight:bold;
	
}


.TablePedidos{
	font-size:0.875em;	
}

.TableTitle{
 background-color:#E4E5D7;
 color:#000;
 font-weight:bold;
}

	
	
