@charset "utf-8";
/* CSS Document */

.treb12 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.treb11 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.treb10 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.reserv {width:110px; height:35px; line-height:30px; background-color:#FC0; color:#FFF; text-align:center; padding:4px; margin:2px; font-family:'Roboto Slab',serif; font-size:14px; float:left; border-radius:7px; cursor:pointer; margin-top:30px}
.reserv:hover {width:110px; height:35px; line-height:30px; background-color:#6C0; color:#FFF; text-align:center; padding:4px; margin:2px; font-family:'Roboto Slab',serif; font-size:14px; float:left; border-radius:7px; cursor:pointer;margin-top:30px}

.reserv2 {width:135px; height:35px; line-height:30px; background-color:#FC0; color:#FFF; text-align:center; padding:4px; margin:2px; font-family:'Roboto Slab',serif; font-size:14px; float:left; border-radius:7px; cursor:pointer; margin-top:15px }
.reserv2:hover {width:135px; height:35px; line-height:30px; background-color:#6C0; color:#FFF; text-align:center; padding:4px; margin:2px; font-family:'Roboto Slab',serif; font-size:14px; float:left; border-radius:7px; cursor:pointer;margin-top:15px}

.treb13 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
}

.treb14 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.treb15 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
}

.treb16 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
}
.treb24 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
}

.boton1 {
	background-image: url(images/botonera1.png);
	background-repeat: no-repeat;
	height: 28px;
	width: 168px;
	cursor:pointer;
}
.boton2 {
	background-image: url(images/botonera2.png);
	background-repeat: no-repeat;
	height: 28px;
	width: 168px;
	cursor:pointer;
}

.boton1 {
	background-image: url(images/botonera1.png);
	background-repeat: no-repeat;
	height: 28px;
	width: 168px;
	cursor:pointer;
}

.promo {
	background-image: url(images/fondo_juan.png);
	/*background-size:95% 100%;*/
	background-repeat: no-repeat;
	height: 328px;
	width: 267px;
	cursor:pointer;
}
.promo2 {
	background-image: url(images/fondo_juan2.png);
	background-repeat: no-repeat;
	/*background-size:95% 100%;*/
	height: 328px;
	width: 267px;
	cursor:pointer;}
.treb16bis {
	/*font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;*/
	font-family:"Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 18px;	
}
.usd{
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#039;
}


.menu {

	height:38px;
	margin-top:10px;
	margin-bottom:10px;
	color:#fff;
	font-family: 'Lato', sans-serif;
	font-size:16px;
	width:50%;
	text-align:center
}


.home {
	background-color:#fff;
	color:#333;
	font-family: 'Lato', sans-serif;
	font-size:18px;
	text-align:center;
	cursor:pointer;
	display: inline-block;
	margin-right:1px;
	opacity:1;
	padding-bottom:7px; padding-top:7px; padding-left:14px; padding-right:14px
	}
.home:hover{
	background-color:#FC0;
	color:#fff;}
.home:selected{
	background-color:#FC0;
	color:#fff;}
	
	
	
#slider {
  position: relative;
  overflow: hidden;
    
}

#slider ul {
  position: relative;
  margin: 0;
  padding: 0;
  height: 50px;
  list-style: none;
  -webkit-box-shadow: 2px 2px 5px 0px rgba(50, 50, 50, 0.4);
-moz-box-shadow:    2px 2px 5px 0px rgba(50, 50, 50, 0.4);
box-shadow:         2px 2px 5px 0px rgba(50, 50, 50, 0.4);
}

#slider ul li {
  position: relative;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  width: 1100;
  height: 380px;
 font-family: 'Lato', sans-serif;

}

a.control_prev, a.control_next {
  padding: 3px;
  width:100px;
  height: 20px;
  line-height:20px;
  font-family: 'Lato', sans-serif;
  text-align:center;
  margin-top:10px;
  background:#6C0;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  cursor: pointer; float:left; margin-left:10px;
  -webkit-border-radius: 8px;-moz-border-radius: 8px;border-radius: 8px; 
}

a.control_prev:hover, a.control_next:hover {
	background-color:#FFFF00;
  -webkit-transition: all 0.2s ease;
}

a.control_prev {
  border-radius: 0 2px 2px 0;
}

a.control_next {
 
  border-radius: 2px 0 0 2px;
}

.destacadoo {font-family: 'Lato', sans-serif; overflow:auto; background-color:#FFF; color:#333;display:inline-block; margin:7px; padding:10px; border-radius:5px; cursor:pointer; border:solid #CCC 1px}
.destacadoo:hover { font-family: 'Lato', sans-serif; overflow:auto; background-color:#cccccc; display:inline-block; margin:7px; padding:10px; border-radius:5px; cursor:pointer; -webkit-box-shadow: 4px 4px 5px 0px rgba(156,156,156,1);
-moz-box-shadow: 4px 4px 5px 0px rgba(156,156,156,1);
box-shadow: 4px 4px 5px 0px rgba(156,156,156,1);}