@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300italic,400&subset=latin-ext,latin,cyrillic-ext,cyrillic,vietnamese,greek-ext,greek);
@import url(https://fonts.googleapis.com/css?family=Droid+Sans:400,700);
@import "font-awesome-sprockets";
@import "font-awesome";
a, a:hover {
transition: color 500ms, background-color 500ms, opacity 500ms;
-moz-transition: color 500ms, background-color 500ms, opacity 500ms;
-o-transition: color 500ms, background-color 500ms, opacity 500ms;
-webkit-transition: color 500ms, background-color 500ms, opacity 500ms;
}
#header-sup-wrapper{
	width:100%;
	min-height:32px;
}
#header-sup-wrapper div#social-buttons{
	float:left;
}
#header-sup-wrapper div#social-buttons img{
	width:30px;
	height:30px;
	padding:4px;
}
#header-sup-wrapper div#facebook-btn{
	width:auto;
	float:left;
}
#header-sup-wrapper div#menu-top{
	float:left;
}
#header-sup-wrapper div#menu-top ul{
	list-style:none;
}
#header-sup-wrapper div#menu-top ul li{
	float:left;
	margin-top:8px;
}
#header-sup-wrapper div#menu-top ul li a{
	color:rgba(255,255,255,1);
	text-decoration:none;
	margin:8px;
	font-size:14px;
	color:rgba(194,194,194,1);
}
#header-sup-wrapper div#menu-top ul li a:hover{
	color:rgba(51,137,215,1);
}
#header-sup-wrapper div#mail{
	float:left;
	color:rgba(255,255,255,1);
	margin:8px;
	font-size:13px;
}
#header-sup-wrapper div#phone{
	float:left;
	color:rgba(255,255,255,1);
	margin:5px;
	font-size:16px;
	font-weight:bold;
}


/*EMPIEZA*/

.tabs a{
  cursor: pointer;
  padding: 10px;
  background-color: #EEEEEE;
  color: #000;
  border: 1px solid #e5e5e5;
  border-top-color: #3389d7;
  border-left-width: 1px;
  border-top-width: 2px;
  padding-bottom: 1px;
  text-decoration:none;
  margin-bottom:5px;
}
.tabs a.active{
  background: #ffffff;
  color: #575757;
  border-bottom: 0;
  padding-bottom:2px;
}

.tabContent{
  border: 1px solid #e5e5e5;
  margin-top:3px;
  padding:20px;
}
@media (max-width:600px){.tabs a{  display:block;}}

@media (min-width:768px) and (max-width:991px){.navbar-header{width:100%;height:70px;}#logo{margin-left:auto;margin-right:auto;}}
@media (min-width:992px) and (max-width:1199px){.navbar-header{width:100%;height:70px;}#logo{margin-left:auto;margin-right:auto;}}
@media (min-width:1200px){}

/* COMIENZO DE OFFER */
#offer{
	background-color:rgba(255,255,0,1);
	height:60px;
	border-top:4px solid rgba(238,238,34,1);
	border-bottom:4px solid rgba(238,238,34,1);
}
#offer p{
	margin:15px;
	margin-bottom:0px;
	font-size:22px;
	font-weight:bold;
	float:left;
}
#offer a{
	margin:5px;
	font-size:18px;
	font-weight:bold;
	float:right;
}
.paquete-home a{
	text-decoration:none;
	text-align:center;
}
.paquete-home img{
}
.paquete-home p{
	font-size:18px;
}
.paquete-home button{
	
}
.paquete-home span.precio{
	float:right;
	margin:10px;
}
h2.title-home{
	text-align:center;
}
@media (max-width:610px){.paquete-home{width:100%;margin-bottom:15px;}}
@media (min-width:611px){.paquete-home{max-width:30%;	float:left;	margin:1%;}}
.buscar-paquete{
	background-color:rgba(0,51,153,1);
}
.buscar-paquete form{
	text-align:center;
	width:100%;
}
.buscar-paquete input{
	margin-left:50px;
	margin-top:10px;
	margin-bottom:10px;
	width:100%;
}