@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Open+Sans&subset=latin,latin-ext);
body {background:#fff;}
div.contiene { 
       font-family: 'Open Sans', sans-serif;
	margin:auto; 
	max-width:700px; 
	background:#f2f2f2; 
	padding:15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius:15px;
       color:#555;
       font-size:15px;
	   border:1px solid #ccc;
	
}
img {max-width:100%}
	

input[type="submit"]{
	cursor: pointer;
	
}
p input {margin-left:0px;}
a {color:#008d47; text-decoration:none}
a:hover {color:#000000; text-decoration:none}
p.grupo-boton {float:right;}
div.contiene h2 {margin-left:10px;}
a.boton {display: inline-block; margin-bottom:10px; text-decoration:none; color:#fff; font-size:12px; background:#008D47; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;padding: 3px 10px;}
a:hover.boton { background:#000;}
a.boton-rojo {display: inline-block; margin-bottom:10px; text-decoration:none; color:#fff; font-size:12px; background:#da4f49; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;padding: 3px 10px;}
li.list-group-item {display: inline-block; background:url('../img/pdf-icon.png') no-repeat; padding-left:40px; list-style:none;}
 
div.izq {float:left; margin:10px 3px 10px 3px;}
div.der {float:right; margin:10px;}
.clr {
  border: medium none;
  clear: both;
  display: block;
  float: none;
  height: 0;
  line-height: 0;
  margin: 0;
  padding: 0;
}
div.contiene input {font-family: 'Open Sans', sans-serif; font-size:15px;background:#fff; border:0px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; padding: 5px 5px 7px; display:inline-block;margin-bottom:15px; max-width:240px; margin-left:-5px;}
div.preciodiv {background:#f7f7f7; border:0px; border-radius:5px; padding: 5px; display:inline-block;margin-bottom:15px; }
.precio {font-size:32px; margin-left:10px;}
div.catamaran {margin-left:157px;}
.cat {display:block;color:#777;
font-size:14px;margin-top:10px;}

p {margin-left:10px;}

input#fechaentrada {
background: #ddd url("../images/calendario.png") no-repeat scroll 150px 7px; 
margin-left: 20px;
margin-bottom:5px;  
height:25px;
padding: 0 5px;
width:170px;
padding:5px;
border-radius:3px;
border:1px solid #ccc;
cursor:pointer;
}
span.fes {
display:block;
margin-left:20px;

color:#777;
font-size:14px;
}
input#fechasalida {
margin-left: 20px;
margin-bottom:15px;
cursor:pointer;
background: #ddd url("../images/calendario.png") no-repeat scroll 150px 7px; 
border:0px;
height:25px;
padding: 0 5px;
width:170px;
padding:5px;
border-radius:3px;
border:1px solid #ccc;

}
.estiloselect {
-webkit-appearance: none;
background-attachment: scroll;
background-clip: border-box;
background-color: #ddd;
background-image: url("../images/abajo.jpg");
background-origin: padding-box;
background-position: right center;
background-repeat: no-repeat;
background-size: auto auto;
border-right:1px solid #ccc;
border-radius:3px;
height: 34px;
overflow-x: hidden;
overflow-y: hidden;
width: 180px;  
margin-bottom:20px;
}



.estiloselect select {
  font-family: 'Open Sans', sans-serif;
  color:#444:
  background-attachment: scroll;
  background-clip: border-box;
  background-color: transparent;
  background-image: none;
  background-origin: padding-box;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto auto;
  border:1px solid #ccc;
  font-size: 13px;
  height: 34px;
  line-height: 1;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 5px;
  width: 230px;
}
input[type="submit"] {
background:#444 !important;
border:0px;
padding:5px;
color:#fff;
margin-left:10px;
font-size:15px;
border-radius: 3px;
}
input[type="radio"] {
background:#ccc;
border:0px;
}

input[type="text"] {
	max-width:95%;
}
@media (max-width:650px) {
p.grupo-boton {float:none;}
}

@media (max-width:400px) {

span.fes {
display:block;
margin-left:20px;
}
input#fechasalida {
margin-left:20px;
}
input#fechaentrada {
margin-left:20px;
}
input[type="submit"] {
margin-left:10px;
}
div.catamaran {margin-left:20px;}
}

