@font-face {
    font-family: 'ralewayregular';
    
    src: url("/auriga/javax.faces.resource/css/fonts/raleway-regular-webfont.eot.jsf");
    src: url("/auriga/javax.faces.resource/css/fonts/raleway-regular-webfont.eot.jsf&#iefix") format('embedded-opentype'),
         url("/auriga/javax.faces.resource/css/fonts/raleway-regular-webfont.woff2.jsf") format('woff2'),
         url("/auriga/javax.faces.resource/css/fonts/raleway-regular-webfont.woff.jsf") format('woff'),
         url("/auriga/javax.faces.resource/css/fonts/raleway-regular-webfont.ttf.jsf") format('truetype'),
         url("/auriga/javax.faces.resource/css/fonts/raleway-regular-webfont.svg.jsf#ralewayregular") format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'ralewaybold';
    src: url("/auriga/javax.faces.resource/css/fonts/raleway-bold-webfont.eot.jsf");
    src: url("/auriga/javax.faces.resource/css/fonts/raleway-bold-webfont.eot.jsf&#iefix") format('embedded-opentype'),
         url("/auriga/javax.faces.resource/css/fonts/raleway-bold-webfont.woff2.jsf") format('woff2'),
         url("/auriga/javax.faces.resource/css/fonts/raleway-bold-webfont.woff.jsf") format('woff'),
         url("/auriga/javax.faces.resource/css/fonts/raleway-bold-webfont.ttf.jsf") format('truetype'),
         url("/auriga/javax.faces.resource/css/fonts/raleway-bold-webfont.svg.jsf#ralewaybold") format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'ralewayextrabold';
   
    src: url("/auriga/javax.faces.resource/css/fonts/raleway-extrabold-webfont.eot.jsf");
    src: url("/auriga/javax.faces.resource/css/fonts/raleway-extrabold-webfont.eot.jsf&#iefix") format('embedded-opentype'),
         url("/auriga/javax.faces.resource/css/fonts/raleway-extrabold-webfont.woff2.jsf") format('woff2'),
         url("/auriga/javax.faces.resource/css/fonts/raleway-extrabold-webfont.woff.jsf") format('woff'),
         url("/auriga/javax.faces.resource/css/fonts/raleway-extrabold-webfont.ttf.jsf") format('truetype'),
         url("/auriga/javax.faces.resource/css/fonts/raleway-extrabold-webfont.svg.jsf#ralewayextrabold") format('svg');
    font-weight: normal;
    font-style: normal;

}

*{
    border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
}

body{
    font-family: 'ralewayregular';
    overflow-x: hidden;
}
                                                        
nav {
  height: auto;
  position: relative !important;
}

img{
  max-width: 100%;
}

a:focus, a:hover{
    text-decoration: none;
}

.no-padding-left{
  padding-left: 0;
}

.no-padding-right{
  padding-right: 0;
}
.navbar-header h1 a img {
  width: 290px;
}

.language ul{
	list-style-type: none;
	width: auto;
	float:right;
	position: relative;
	top: 24px;
}

.language ul li{
	float:left;
	padding: 0 4px;
}

.language ul li a img {
  width: 24px;
}

.language ul li a img:hover{
	opacity: 0.5;
}

.buscador {
  padding-bottom: 48px;
}

.buscador {
  background-image: url("/auriga/javax.faces.resource/images/slide-alojamientos.jpg.jsf");
  background-repeat: repeat-y;
    background-size: 100% auto;
  color: inherit;
  margin-bottom: 30px;
  padding-bottom: 0px;
  
  /*height: 752px;*/
  position: relative;
}

.widget .buscador{
    background-image: url("/auriga/javax.faces.resource/images/slide-widget2.jpg.jsf");
    min-height: 764px;
}

.titulo-buscador {
  color: white;
  text-align: center;
  overflow:hidden;
  width: 100%;
  min-height: 292px;
}

.titulo-buscador h2 {
  font-size: 40px;
  font-weight: 300;
}

.form-buscador {
  background: rgba(0,0,0,0.3);
  overflow: visible;
  width: 100%;
  width: 100%;
  min-height: 212px;
}

.busqueda-avanzada, .busqueda-avanzada-widget, .busqueda-avanzada-resultados {
    background-color: rgba(255, 255, 255, 0.4);
  height: auto;
  position: relative;
  top: 18px;
}

.busqueda-avanzada-widget{
    float: none !important;
}

.opciones {
  text-align: center;
}

.opciones .nav {
  display: inline-block;
}

.nav-pills > li > a/*, .opciones*/ {
  border-radius: 0;
  -webkit-border-radius: 0;
	-moz-border-radius: 0;
  background-color: rgba(128, 198, 227, 0.8);
  color: white;
  height: 45px;
}

.navbar-int .nav-pills > li > a/*, .opciones*/ {
  height: auto;
  background-color: rgba(128, 198, 227, 1);
}

.nav-pills > li > a:hover{
	background-color: rgba(237, 101, 97, 1);
}

.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
  background-color: rgba(237, 101, 97, 1);
  color: #fff;
}

.opciones .nav-pills li a img {
  height: 25px;
}

.etiqueta {
  font-weight: bold;
  padding: 0 11px;
}

.nav .etiqueta {
  font-weight: normal;
}

.formulario {
  text-align: center;
  margin-top: 40px;
  padding-bottom: 18px;
}

.btn-primary {
  /* background-color: rgba(237, 101, 97, 1); */
  background-color: rgba(240, 82, 86, 1);
  border-radius: 0;
  border: 0;
  color: #fff;
  height: 40px;
  padding: 0 30px;
}

.btn-primary-no-padding {
  /* background-color: rgba(237, 101, 97, 1); */
  background-color: rgba(240, 82, 86, 1);
  border-radius: 0;
  border: 0;
  color: #fff;
  height: 40px;
  padding: 0px;
}

.btn-primary-padding {
  /* background-color: rgba(237, 101, 97, 1); */
  background-color: rgba(240, 82, 86, 1);
  border-radius: 0;
  border: 0;
  color: #fff;
  height: 40px;
  padding: 10px;
}

.btn-primary:hover{
	background-color: rgba(237, 101, 97, 1);
}

.bootstrap-datetimepicker-widget .list-unstyled{
	width: 200px;
	text-align: center;
}

.bootstrap-datetimepicker-widget .list-unstyled table{
	width: 100%;	
}

.bootstrap-datetimepicker-widget .list-unstyled .picker-switch{
		text-align: center;
}

.glyphicon {
  color: #8d8c8c;
}

.tt-menu{
	background-color: white;
	padding: 10px;
	line-height: 30px;	
}

.menu_header{
  height: auto;  
  margin: 0 !important;
}

.navbar-int .menu_header{
  background-color: transparent;
}

.menu_header .nav {
  background-color: white;
  display: inline-block;
}

.navbar-int{
  margin-bottom: 0;
}

.navbar-int .menu_header .nav{
    background-color: transparent;
}

.navbar-int {
  background-image: url("/auriga/javax.faces.resource/images/slide-alojamientos.jpg.jsf");
  background-position: center;  
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 0;
  padding-top: 0;
}

.buscador.buscador-int{
    background: none;
}

.buscador-int{
    min-height: 192px;
    margin-bottom: -1px;
}

.buscador-int .form-buscador{
  height: 100%;
}

.buscador-int h3 {
  color: white;
}

.sidebar{
    background-color: rgb(128, 198, 227);
    min-height: 450px;
    text-align: center;
    visibility: hidden;
}

.sidebar h3, .num_resultados, .body-content h2{
  color: #00699C;
}

#accordion {
  margin: 0 auto;
  text-align: left;
  width: 75%;
}

#accordion .glyphicon {
  float: right;
  color: white;
}

.panel-default > .panel-heading {
  background-color: rgb(0, 97, 144);
  border-color: rgb(0, 97, 144);
  color: white;
}

.panel-default {
  border-color: rgb(128, 198, 227);
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
}

.panel {
    background-color: rgb(128, 198, 227);
    box-shadow: none;
    border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  }

  .panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: transparent;
}

.panel-collapse {
  background-color: rgb(128, 198, 227);
}

.pagination.container {
  border-radius: 0;
  border-top: 1px solid #cdcdcd;
  border-bottom: 1px solid #cdcdcd;
  padding: 14px 0;
}

.pasos{
    padding: 14px 0;
    display: block;
}

.pagination .filtro_paginas{
  text-align: right;
}

.paginas{
  list-style-type: none;
}

.paginas li{
  float: left;
  padding: 4px 10px;
  background-color: rgb(97, 175, 202);
  margin: 0 1px;
}

.paginas li a{
  color: white;
  font-weight: bold;
  text-decoration: none
}

.paginas li:hover{
  background-color: rgba(237, 101, 97, 0.8);
}

.paginas li.actual{
  background-color: #00699C;
}

.num_resultados {
  background-color: white !important;
  font-weight: bold;
}

.prev, .next {
  margin: 0 8px !important;
}

.body-content, .body-content-aux{
  margin: 0;
}

.body-content p {
  color: #cdcdcd;
  font-size: 20px;
  font-weight: bold;
}

.body-content .desc{
  color: #999999;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.5em;
  height: 4.2em;       /* height is 3x line-height, so three lines will display */
  overflow: hidden;  /* prevents extra lines from being visible */
}

.body-content h2 {
  font-size: 32px;
}

.nota, .precio, .reserva, .precioaux{
  text-align: center;
}

.nota{
  /* background-color: rgb(18, 155, 135); */
  background-color: rgb(127, 195, 225);
  color: #ffffff;  
  font-family: "ralewayextrabold";
}

.precio, .precioaux{
  background-color: #016A9B;
  color: #ffffff;
}

.reserva{
  background-color: rgba(240, 82, 86, 1);
  /* color: #ffffff;  */
}

.eti{
  font-size: 10px;
}

.num{
  font-family: "ralewayextrabold";
  font-size: 24px;
}

.num10{
  font-family: "ralewayextrabold";
  font-size: 10px;
}
    
.nota, .precio {
  height: 100px;
  padding: 32px 8px;
  vertical-align: middle;
}

.precioaux {
  height: auto;
}

.nota span {
  line-height: 15px;
}

.precio span, .precioaux span{
    line-height: 24px;
}

.nota .eti{
    font-size: 12px;
}

.euro{
    font-size: 40px;
}

.precio {
  padding: 5px 8px;
  font-family: "ralewayextrabold";
  text-align: left;
}

.precioaux {
  padding: 7px 8px;
  font-family: "ralewayextrabold";
  text-align: center;
}

.precio .num, .nota .num, .precioaux .num {
  font-size: 50px;
}

.reserva {
  font-size: 18px;
  /* padding: 10px 0; */
  font-family: "ralewayextrabold";
}

.body-content-aux {
  padding: 0;
  color: #333;
  border-radius: 0;
  border-bottom: 1px solid #cdcdcd;
  position: relative;
}

th{
  background-color: #F2F1F0;
}

.filtro_orden{
    color: white;
}

.filtro_orden select{
    background-color: rgb(97, 175, 202);
    color: white;
    font-weight: bold;
    border: 0;
    max-width: 242px;
}

.filtro_orden .glyphicon {
  color: white;
  font-size: 18px;
  position: absolute;
  right: 70%;
  top: 3px;
}

.hotel-info h2 {
  display: inline-block;
  margin-top: 0;
}

.estrellas {
  display: block;
  height: 28px;
  position: relative;
  right: auto;
  top: 0;
}

.estrellas .glyphicon {
  color: gold;
  font-size: 24px;
}

.negrita{
    font-weight: bold;
}

.texto-azul{
    color: #016A9B;
}

.caracteristicas, .caracteristicas2, .caracteristicas-int{
    list-style-type: none;
    padding-left: 0;
}

.caracteristicas li, .caracteristicas-int li{
    float: left;
    color: #CBCBC5;
    text-align: center;
    width: 78px;
}

.caracteristicas li a, .caracteristicas2 li a, .caracteristicas-int li a{
    color: #CBCBC5;
}

.caracteristicas2 li{
    padding: 4px 0;
}

.izquierda{
    text-align: left;
}

.derecha{
    text-align: right;
}

.blanco{
    color: white;
}

.dir-mapa p {
  line-height: 10px;
}

table select {
  border: 1px solid black !important;
  height: 27px !important;
  padding: 0 !important;
}

.thumbnail{
    border: 0;
}

.servicio {
  padding: 10px 30px;
}

.opinion .media-body p {
  line-height: 10px;
}

.opinion:not(:last-child){
    border-bottom: 1px solid #CBCBC5;
}

.opinion {
  padding: 26px 0 20px;
}

.reserva-suelta {
  position: absolute;
  right: 0;
  width: 294px;
}

.tu-reserva {
  border: 2px solid #016a9b;
  color: #016a9b;
  display: block;
  float: right;
  margin-bottom: 2px;
  position: relative;
  right: 15px;
  text-align: center;
  width: 294px;
}

.tu-reserva .num {
  font-size: 42px;
  font-weight: bold;
}   

.tu-reserva h5 {
  font-size: 19px;
  font-weight: bold;
  margin-bottom: 0;
}

.numero-paso {
  text-align: center;
  margin: 25px 0;
}

.numero-paso img {
  width: 42%;
}

.reserva a {
  color: white;
  text-decoration: none;
}

.resumen-precio, .resumen-producto {
  font-size: 30px;
}
.resumen .row{
    border-top: 1px solid #016A9B;
    padding: 16px 0;
}

.resumen .estrellas {
  left: 26px;
  right: auto;
  top: auto;
  position: relative;
}

.resumen-detalles{
    font-size: 12px;
}

.resumen-detalles p {
  font-size: 14px;
  line-height: 14px;
}

.cuadro-precio{
  background-color: #f2f1f0;
  float: right;
  padding: 20px;
  width: 212px;
}

.cuadro-fecha{
  background-color: #f2f1f0;
  padding: 0px;
  border: 12px solid #f2f1f0;
  width: auto;
  max-width: 362px;
  font-size: 12px !important;
}

.cuadro-fecha label{
    padding: 0 10px 0 0;
}

.cuadro-fecha input {
  font-size: 12px !important;
  height: 28px;
  padding: 0 10px;
}

.cuadro-fecha .form-control-feedback {
  font-size: 24px;
  top: -3px !important;
}

.entradas p {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
}

.form-datos-reserva input[type="text"] {
  border-color: #016a9b;
  height: 30px;
}

.form-datos-reserva textarea {
  border-color: #016a9b;
}

.form-datos-reserva select {
  border-color: #016a9b;
  height: 30px;
}

.form-datos-reserva input[type="checkbox"]{
  line-height: normal;
  margin: 4px 0 0;
  width: auto;
  display: inline;
  margin: 0;
  padding: 0;
  height: auto;
}

.negro{
    color: black !important;
    font-weight: lighter !important;
}

.big{
    font-size:34px !important;
}

.border-derecha {
  border-right: 1px solid black;
}

button {
  background-color: #81bfd5;
  border: 0 none;
  color: white;
  font-weight: bold;
  padding: 10px 50px 10px 25px;
  font-size: 14px;
}

button.reserva {
  padding: 10px 10px;
}

.contenido-ficha h2{
    
    font-weight: bold;
    color: white;
    font-size: 20px;
}

.contenido-ficha p{
    
   
}

.contenido-ficha-titulo{
    background-color: #D4D2CC;
}

.contenido-ficha-body{
    background-color: #F2F1F0;
    padding:32px 0;
    line-height: 20px;
}

.no-padding{
    padding: 0 !important;
}

.formulario-alojamientos .row, .formulario-paquetes .row, .formulario-entradas .row, .formulario-actividades .row, .formulario-murcia .row {
  text-align: left;
}

.widget .navbar-header h1{
    margin-top: 0;
}

#tabs li {
  text-align: center;
}

.form-widget li{
    background-color: #00699C;
}

.form-widget .tab-content, .form-widget li.active a, .form-widget li.active a:focus, .form-widget li.active a:hover, .form-widget li a:focus, .form-widget li a:hover{
    background-color: #EEE180;
    border: 0 none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
}

.form-widget li.active, .form-widget li:focus, .form-widget li:hover{
    background-color: transparent
}

.form-widget .nav-tabs, .form-widget .nav-tabs > li > a{
    border: none;
    color: white;
    font-size: 10px;
}

.form-widget .tab-content {
  padding: 20px;
  text-align: left;
}

.form-inline .twitter-typeahead, .form-widget .twitter-typeahead{
    width: 100% !important;
}

.form-widget .has-feedback {
  overflow: hidden;
}

.oferta-widget {
  font-size: 34px;
  font-weight: bold;
  left: 112px;
  position: relative;
  text-align: left;
  top: 112px;
}

.form-inline .form-group {
  vertical-align: top;
}

.plus1{
    display: block;
    top:10px;
    left: 10%;
    position: relative;
}

.plus2{
    display: none;
}

.form-inline .separator {
  height: 4px;
}

.plus2{
    position: relative;
    left: -3px;
}

.producto {
  margin-bottom: 80px;
}

.separator{
    height: 32px;
}

.dir-mapa {
  padding: 20px 0;
}

.entradas .container {
  margin: 0;
}

.borde-abajo{
    border-bottom: 1px solid black;
}

.opcion .borde-abajo {
  padding: 10px 0;
}

.opcion span {
  padding: 0 10px 0 0;
}

.precio-reserva {
  padding-top: 20px;
}

.nota .num {
  font-family: "ralewayextrabold";
  font-size: 48px;
}

.boton-info{
    cursor: pointer;
}

.boton-filtro span, .boton-filtro a{
  color: white;
  font-size: 20px;
}

.boton-filtro {
  color: white;
  font-weight: bold;
  padding-top: 11px;
  text-align: right;
}

.buscador .formulario .btn-primary{
    position: relative;
    top: 0px;
}

.buscador-int .formulario .btn-primary{
    position: relative;
    top: 1px;
}

.floatRight{
    float:right;
}

.oferta-txt{
    color: #129B87;
    font-family: "ralewaybold";
}

.plussearch, .plussearch2, .plus, .plussearch-resultados{
    cursor: pointer;
}

.plussearch:hover, .plussearch2:hover{
    text-decoration: none;
}

.language button span {
  color: white;
  font-size: 24px;
}

.language button {
  padding: 10px 12px;
}

.language{
    z-index: 999;
}
.precio .num {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.precioaux .num{
  display: inline-block;
  text-align: center;  
}

.form-widget .no-padding-right {
  padding-right: 2px;
}

.nav-pasos .next {
  position: absolute;
  right: 0;
}

.nav-pasos .next, .nav-pasos .prev {
  padding-top: 9px;
}

.icono-enfasis{
        display: block;
    }

.plus-reserva{
    cursor: pointer;
}

.indicativo, .indicativo-box{
    display: none;
}

.indicativo {
  color: white;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  text-transform: capitalize;
}

.indicativo-widget{
    color: #555;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  text-transform: capitalize;
  margin-bottom: 20px;
}

.form-widget .nav-tabs li a {
  height: 100% !important;
}

.loader{
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    height: 100%;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
}

.loader img {
  top: 50%;
  position: relative;
}

.buscador-int .loader {
  background: rgba(255, 255, 255, 0.5) none repeat scroll 0 0;
  height: 121%;
  position: absolute;
  text-align: center;
  top: -45px;
  width: 100%;
  z-index:9999;
}

.loader-global .loader {
  background: rgba(255, 255, 255, 0.5) none repeat scroll 0 0;
  height: 121%;
  position: absolute;
  text-align: center;
  top: -45px;
  width: 100%;
  z-index:9999;
}

.bootstrap-datetimepicker-widget table tbody, .bootstrap-datetimepicker-widget table tbody tr td{
    background-color: white !important;
}

.pest_buscador .glyphicon {
  background-color: #F18481;
  color: white;
  font-size: 20px;
  padding: 8px 11px;
  cursor: pointer;
}

.pest-row {
  border-top: 5px solid #f18481;
}

.pest_buscador {
  position: relative;
  text-align: center;
  top: -2px;
}

.buscador-int, .sidebar{
    display: block;
}

.pest-row{
    display: none;
}

.language .pest-row, .language .visible-xs{
    float: left;
}

.plus-carta{
    cursor: pointer;
}

.modo-carta{
    display: none;
}

.modo-tabla{
    display: block;
}

.plusrow-tabla{
	display: block;
}

.modo-carta .row .carta{
    border: 1px solid #016a9b;
    padding: 12px;
    margin: 6px 0;
}

.modo-carta .precio, .modo-carta .precioaux {
  background-color: #fff;
  border: 1px solid #016a9b;
  color: #016a9b;
  height: 64px;
  margin-top: 0px;
  padding-top: 8px;
}

.carta .precio .num, .carta .nota .num, .carta .precioaux .num {
  font-size: 20px;
}

.carta .reserva{
    margin-top: 0;
}

.texto-centro{
    text-align: center;
}

.boton-info-mov{
    cursor: pointer;
}

.carta , .carta .precio {
  border-color: #016A9B;
  margin-bottom: 2px !important;
}

.carta h2 {
  color: #6d6d6d;
  font-size: 24px;
  font-weight: bold;
  margin: 0;
}

.carta h3 {
  color: #016a9b;
  font-size: 20px;
  font-weight: bold;
  margin: 2px 0;
}

.personas p {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 0;
}

.carta .personas {
  margin-top: 6px;
}

.navbar-int .nav-pills {
  max-height: 42px;
}

.indicativo-box .separator {
  background-color: transparent;
  height: 2px;
}

.carta select, .cuadro-fecha select, .entradas .opcion .borde-abajo select {
  background-color: rgb(97, 175, 202) !important;
  border: 0 none !important;
  color: white !important;
  font-weight: bold !important;
  max-width: 242px;
}



.table .cuadro-fecha {
  background-color: transparent;
  border: medium none;
}

.navbar-nobg{
    background: none !important;
}
.fechaentrada-carta {
  margin-top: 8px !important;
}

.plussearch-widget {
  background-color: white !important;
}

.entradas .opcion .borde-abajo select {
  border: 1px solid black !important;
  height: 27px !important;
  padding: 0 !important;
}

.datepicker-days .next, .datepicker-days .prev,.datepicker-days .picker-switch{
    cursor: pointer;
}

.datepicker-days .day:hover{
    cursor: pointer !important;
    background-color: #F2F1F0 !important;
}

.datepicker-days .active{
    background-color: #ED6561 !important;
    color: white;
}

.datepicker-days .today{
	-moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: rgba(0, 0, 0, 0.2) transparent #337ab7;
    border-image: none;
    border-style: solid;
    border-width: 0 0 7px 7px;
    bottom: 0px;
    content: "";
    display: inline-block;
    position: relative;
    right: 0px;	
}

.button-resguardo {
  background-color: #81bfd5;
  border: 0 none;
  color: white;
  font-weight: bold;
  padding: 10px 50px 10px 25px;
  font-size: 14px;
}

.one-radio td{
	padding-left:30px;
}

.one-radio label{
    font-weight:normal;
}

.select-azul{
  background-color: rgba(97, 175, 202, 0.4) !important;
  border: 1px solid black !important;
  font-weight: bold !important;
}

.boolean-check{
	padding-left:20px;
}

.campo-buscador{
	background-color: rgba(255, 255, 255, 0.4) !important;
  	padding: 4px;
  	margin: 4px;
  	width: auto;
}

.campo-buscador label{
	padding: 0 10px 0 0;
	color: white !important;
}

.cuadro-opcion{
	background-color: rgba(97, 175, 202, 0.2) !important;
  	padding: 4px;
  	margin: 4px;
  	width: auto;
}

.cuadro-variante{
  	padding: 2px 2px 8px 40px;
  	width: auto;
}

.ui-dialog{
	background: none;
    height: 100%;
    text-align: center;
    top: 0;
    width: 100%;
    border:0px;
}

.check-carta{
	padding-left: 0px;
}

.ui-state-highlight .ui-icon {
	/* Cruz para cerrar las ventanas de warning y error */
    background-image: url(/auriga/javax.faces.resource/images/ui-icons_ffffff_256x240.png.jsf?ln=primefaces-omega);
}


.form-inline .form-group {
    display: inline-block;
  }

.glyphicon.glyphicon-calendar {
    font-size: 24px;
}

.has-feedback label ~ .form-control-feedback {
  top: 4px;
}

.indicativo-gris{
	color: #B2B2B2 !important;
}
span .textbox {
	width: max-width: 120px;
}
input .textbox-text {
	width: max-width: 120px;
}	
.no-separacion{
    white-space:nowrap;
}
.margin-bottom{
	margin-bottom:2px;
}