html,body{
  font-family: 'Open Sans', sans-serif;
  font-size:14px;
  width:100%;
  height:100%;
  background: #fff;
  padding: 0px;
  margin: 0px;
  letter-spacing: normal;
}

.main-app{
  width: 640px;
  height: auto;
  display: block;
  margin: 0 auto;
  min-height: 300px;

}
header{
  display: inline-block;
  width: 100%;
  height: 67px;
  -webkit-box-shadow: 0px 2px 3px 0px rgba(50, 50, 50, 0.59);
-moz-box-shadow:    0px 2px 3px 0px rgba(50, 50, 50, 0.59);
box-shadow:         0px 2px 3px 0px rgba(50, 50, 50, 0.59);
}
#boton-menu{
  width: 90px;
  height: 67px;
  display: inline;
  float: left;
  text-align: center;
}
#boton-menu img{
  margin-top: 10px;
}
#logo-header{
  width: 450px;
  height: 67px;
  display: inline;
  float: left;
}
#logo-header img{
  margin-top: 5px;
}
#boton-phone{
  width: 100px;
  height: 67px;
  display: inline;
  float: left;
  text-align: center;
}
#boton-phone img{
  margin-top: 10px;
}
section{
  width: 100%;
  height: auto;
  display: inline-block;
}
#book-home{
  width: 625px;
  height: 340px;
  display: block;
  margin: 0 auto;

}
.form-book{
  width: 603px;
  height: 320px;
  display: block;
  margin: 0 auto;
  background: #26ccff;
  margin-top: 38px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.header-form h1{
  font-family: 'sauna-boldregular';
  color: #fff;
  font-size: 50px;
  text-align: right;
  font-weight: 800;
  padding: 0px 10px;
  text-shadow: 2px 2px 2px rgba(150, 150, 150, 1);
  margin-bottom: 20px;
}
.top-header{
  width: 450px;
  height: auto;
  display: inline-block;
  position: absolute;
  margin-left: 2px;
}


.box-form{
  width: 300px;
  height: auto;
  display: inline;
  float: left;
}
.input-large{
  width: 284px;
  display: inline-block;
  height: auto;
  margin: 0px 5px;
}

.input-large label{
  font-size: 18px;
  font-family: 'Open Sans',sans-serif;
  color: #fff;
  text-transform: uppercase;
  font-weight: 900;
}
select.form-control{
  width: 100%;
  height: auto;
  padding: 8px 0px;
  margin-top: 5px;
}
select.con-margen{
  margin-left: 25px;
}
input.con-margen{
  margin-left: 5px;
}
.input-large-second{
  width: 284px;
  display: inline-block;
  height: auto;
  margin: 25px 4px;
}
.input-item {
  width: 130px;
  height: auto;
  display: inline;
  float: left;
}
.input-item input{
  font-size: 12px;
  width: 50%;
  padding: 8px 5px;
  margin-top: 6px;
  margin-right: 10px;
}
input.calendar{
  background:#fff url(../imagenes/calendar.png) no-repeat;
  background-position: 5px 2px;
  padding: 10px 40px;
  border: none;
}
select.clock{
  background:#fff url(../imagenes/clock.png) no-repeat;
  background-position: 5px 5px;
  padding: 8px 35px;
  border: none;
}
.cont-box{
  width: 100%;
  height: auto;
  display: inline-block;
}
.footer-form{
  width: 579px;
  height: auto;
  display: block;
  margin: 0 auto;
  min-height: 20px;
  border-top: 1px solid #fff;
}
#link-oficinas{
  width: 220px;
  height: auto;
  display: inline;
  float: left;
  margin-top: 20px;
}
#link-oficinas a{
  color: #fff;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 18px;
}
.boton{
  margin-top: 20px;
  width: 355px;
  height: auto;
  display: inline;
  float: left;
  text-align: right;
}
.submit-btn{
  background: #87e0fd; /* Old browsers */
  background: -moz-linear-gradient(top, #87e0fd 0%, #53cbf1 40%, #05abe0 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #87e0fd 0%,#53cbf1 40%,#05abe0 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #87e0fd 0%,#53cbf1 40%,#05abe0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#87e0fd', endColorstr='#05abe0',GradientType=0 ); /* IE6-9 */
  text-decoration: none;
  padding: 5px 15px;
  border: 1px solid #fff;
  color: #fff;
  font-size: 18px;
  font-weight: 800;
    
}
.placa-gris{
  width: 100%;
  height: auto;
  display: inline-block;
  background:#b2b2b2;
  min-height: 50px;
  text-align: center;
  margin-top: 40px;
}
.placa-gris h2{
  font-size: 32px;
  font-style: italic;
  font-weight: 700;
  color: #fff;
  margin: 0px;
  padding: 0px 0px;
}
.placa-gris h2 span{
  color: #2ab6df;
  font-size: 40px;
  display: inline-block;
  padding-bottom: 10px;
}
footer{
  width: 100%;
  height: auto;
  display: inline-block;
}
.placa-azul{
  width: 100%;
  height: auto;
  display: inline-block;
  margin-top: 50px;
  background: #38b4db;
}
#logo-footer{
  width: 172px;
  height: auto;
  display: inline;
  float: left;
  text-align: center;
}

#logo-footer img{
  margin: 10px 0px;
}
#descripcion_negocio{
  width: 444px;
  height: 50px;
  display: inline;
  float: left;
  border-left: 1px solid #fff;
  padding: 5px 0px;
  margin-top: 20px;
}

#descripcion_negocio p{
  color: #fff;
  text-align: left;
  margin: 0px;
  font-size: 15px;
  padding-left: 10px;
  padding-top: 0px;

}
.box-footer{
  width: 50%;
  height: auto;
  display: inline;
  float: left;
  text-align: center;
}
.box-footer h3{
  font-size: 18px;
  color: #666666;
  font-weight: normal;
  margin-top: 5px;
}

.top-header-interna{
   width: 605px;
   height: auto;
   display: block;
   margin: 0 auto;
   margin-top: 15px;
}
.top-header-interna img{
   width: 100%;
}
.book-interna{
   width: 605px;
   height: auto;
   display: block;
   margin: 0 auto;
   margin-top: -5px;
   min-height: 170px;
   -webkit-box-shadow: 0px 2px 3px 0px rgba(50, 50, 50, 0.59);
   -moz-box-shadow:    0px 2px 3px 0px rgba(50, 50, 50, 0.59);
   box-shadow:         0px 2px 3px 0px rgba(50, 50, 50, 0.59);
}
.box-info{
   width: 45%;
   height: auto;
   display: inline;
   float: left;
   margin: 0px 15px;
}
.box-info h2{
   font-size: 18px;
   font-weight: 600;
   color: #2ab6df;
   margin-bottom: 0px;
}
.box-info p{
   color: #6d6e71;
   font-size: 14px;
   margin: 5px 0px;
}

a.btn-blue{
   background: #87e0fd; /* Old browsers */
   background: -moz-linear-gradient(top, #87e0fd 0%, #53cbf1 40%, #05abe0 100%); /* FF3.6-15 */
   background: -webkit-linear-gradient(top, #87e0fd 0%,#53cbf1 40%,#05abe0 100%); /* Chrome10-25,Safari5.1-6 */
   background: linear-gradient(to bottom, #87e0fd 0%,#53cbf1 40%,#05abe0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#87e0fd', endColorstr='#05abe0',GradientType=0 ); /* IE6-9 */
   text-decoration: none;
   padding: 5px 15px;
   border: 1px solid #fff;
   color: #fff;
   font-size: 14px;
   font-weight: 600;
}
.box-link{
   width: 100%;
   height: auto;
   display: inline-block;
   text-align: center;
   margin-top: 15px;
}
.listado-autos{
   width: 605px;
   height: auto;
   display: block;
   margin: 0 auto;
}
.listado-autos h2{
   color: #2ab6df;
   font-size: 35px;
   font-weight: 400;
   margin-bottom: 0px;
}
.listado-autos h3{
   color: #239abd;
   font-size: 20px;
   font-style: italic;
   text-transform: uppercase;
   margin: 0px;
}
.listado-autos > .ui-widget-content{
   border: none!important;
}
.listado-autos > .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active{
   background: #48bce1!important;
   border: none!important;
   color: #fff!important;
   
}
.listado-autos > .ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited{
   color: #fff!important;
   font-family: 'Open Sans', sans-serif;
   font-weight: 600;
}

.listado-autos .ui-widget-header{
   background: #fff!important;
   border: none;
}
.listado-autos .ui-tabs .ui-tabs-nav li{
   padding: 0px 7px;
   border-radius: 0px;
   border: 1px solid #dedede;
   margin: 0px;

   font-size: 12px;
   text-align: center!important;
}
.listado-autos .ui-tabs .ui-tabs-nav li a{
   text-align: center;
   color: #3db6dd;
   font-weight: 600;
}
.listado-autos .ui-state-default{
   background: #fff;
   color: #3db6dd;
}
.item-car{
   width: 100%;
   height: auto;
   display: inline-block;
   border-bottom: 2px solid #dedede;
   padding-bottom: 30px;
}
.item-imagen{
   width: 50%;
   display: inline;
   float: left;
   text-align: center;
}
.item-imagen img{
   width:90%;
}
.item-descripcion
{
   width: 50%;
   height: auto;
   display: inline;
   float: left;
}
.list-item{
   width: 100%;
   height: auto;
   display: inline-block;
}

.list-item li{
   display: inline;
   float: left;
   list-style: none;
   padding: 0px 10px;
}
.list-item li img{
   width: 25px;
   height: 22px;
}
#transmision{
   width: 100%;
   height: auto;
   display: inline-block;
}
.box-min{
   width: 60%;
   height: auto;
   display: inline;
   float: left;
}
.box-min-two{
   width: 40%;
   height: auto;
   display: inline;
   float: left;
}
.b-min,.b.large{
   display: inline;
   float: left;

}
.b-min{
   width: 20%;
   margin-top: 10px;
   
}
.b-large{
   width: 80%;
}
.b-large p{
   color: #666666;
   display: inline-block;
   margin: 12px 0px; 
}
.box-min-two p{
   color: #666666;
   margin-bottom: 0px;
   margin-top: 0px;

}
.box-min-two p.oferta{
   margin-top: 10px;
   display: inline-block;
}
.box-min-two p span.precio{
   display: inline-block;
   color: #2ab6df;
   font-size: 20px;
   margin-top: 0px!important;
   margin-bottom: 20px;
   font-style: italic;
   font-weight: 600;
}
p.pordia{
   text-decoration: underline;
   color: #2ab6df;
}
.item-descripcion h4{
   color: #666666;
   font-size: 23px;
   font-weight: 400;
   margin: 0px;
}
.item-descripcion h5{
   color: #2ab6df;
   font-size: 18px;
   font-weight: 400;
   margin: 0px;
}

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

}

/* Larger than mobile */
@media (min-width: 200px) {
  
}

/* Larger than mobile */
@media (min-width: 400px) {
  
}

/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 550px) {
  
}

/* Larger than tablet */
@media (min-width: 750px) {
  
}

/* Larger than desktop */
@media (min-width: 1000px) {
  
}

/* Larger than Desktop HD */
@media (min-width: 1200px) {
  
}
