@charset "utf-8";
/* CSS Document */
* { border:0; margin:0; padding:0; box-sizing:border-box; }

.gris { background:#f5f5f5; }
.blanco { background:#fff; }
.blanco input { background:#f5f5f5; }

form { margin-top:0px; }
label { display:block; }
p { }
input {border:solid 1px #ccc; height:29px; padding:8px; width:100%; display:block; margin:8px 0; font:inherit; color:#666;
border-radius:6px;
-ms-border-radius:6px;
-moz-border-radius:6px;
-o-border-radius:6px;
-webkit-border-radius:6px;}
input[type="checkbox"] { width:13px; display:inline-block; height:13px; margin:0 4px 20px 0; vertical-align:top; }
input[type="submit"] { background:#e31e24; color:#fff; font-size:18px; font-family: 'gotham_boldregular'; padding:0; margin:20px 0; border:solid 2px #e31e24; box-shadow:inset 0px 2px 0px 0px #eb6165; }
input[type="submit"]:hover { background:#eb6165; border:solid 2px #eb6165; }
input#datepicker-ida, input#datepicker-vuelta { display:inline-block; width:83%; }
form img { float:right; margin-top:14px; }
footer { text-align:center; font-style:italic; font-size:10px; }
footer img { padding-top:10px; }