html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* my resets */
body {
	background-color: #EAF8FF;
}

body, input, select {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #666;
}

/* principal class */
div.interior {
	width: 686px;
	height: auto;
	padding: 20px;
	background-color: #FFF;
	margin: 0 auto;
}

div.clearfix {
	clear: both;
}

optgroup.orange {
	color: #F60;
}

optgroup.blue {
	color: #000098;
}

option {
	color: #666;
}

/* principal boxes */
div#page {
	width: 100%;
	height: auto;
	margin-top: 10px;
}

div#controls-location {
	display: none;
}

div#controls-destination {
	display: none;
}

/* header */
div#header {
	width: 686px;
	height: 100px;
}

div#header div#logo {
	width: 220px;
	height: 77px;
	margin-top: 23px;
	float: left;
}

div#header div#country-select {
	/*width: 150px;*/
	height: 25px;
	margin-top: 65px;
	margin-left: 60px;
	float: left;
}

div#header div#telephone {
	width: 245px;
	height: 20px;
	margin-top: 67px;
	float: right;
	font-size: 16px;
	font-weight: bold;
	text-align: right;
	color: #000098;
	padding-right: 5px;
}

div#header div#telephone span {
	color: #F60;
}

div#header div#telephone div.orange {
	width: 100px;
	color: #FE4D01;
	float: left;
	text-align: right;
}

div#header div#telephone div.blue {
	width: 135px;
	color: #00F;
	text-align: left;
	float: right;
	margin-left: 5px;
}

/* menu */
div#menu {
	width: 686px;
	height: 38px;
	margin-top: 10px;
	background: transparent url("../images/menu-background.jpg") repeat-x top left;
}

ul#navigation {
	height: 38px;
}

ul#navigation li {
	float: left;
	list-style: none;
}

ul#navigation li a {
	display: block;
	height: 38px;
}

/* menu english */
ul#navigation li a#home {
	width: 74px;
	background-image: url(../images/menu-home.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

ul#navigation li a#services {
	width: 88px;
	background-image: url(../images/menu-services.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

ul#navigation li a#rates {
	width: 72px;
	background-image: url(../images/menu-rates.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

ul#navigation li a#reservations {
	width: 118px;
	background-image: url(../images/menu-reservations.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

ul#navigation li a#contact {
	width: 103px;
	background-image: url(../images/menu-contact.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

ul#navigation li a#home:hover {
	background-position: bottom;
}

ul#navigation li a#services:hover {
	background-position: bottom;
}

ul#navigation li a#rates:hover {
	background-position: bottom;
}

ul#navigation li a#reservations:hover {
	background-position: bottom;
}

ul#navigation li a#contact:hover {
	background-position: bottom;
}

/* menu spanish */
ul#navigation li a#home-es {
	width: 74px;
	background-image: url(../images/menu-inicio.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

ul#navigation li a#services-es {
	width: 88px;
	background-image: url(../images/menu-servicios.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

ul#navigation li a#rates-es {
	width: 72px;
	background-image: url(../images/menu-precios.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

ul#navigation li a#reservations-es {
	width: 118px;
	background-image: url(../images/menu-reservaciones.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

ul#navigation li a#contact-es {
	width: 103px;
	background-image: url(../images/menu-contacto.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

ul#navigation li a#home-es:hover {
	background-position: bottom;
}

ul#navigation li a#services-es:hover {
	background-position: bottom;
}

ul#navigation li a#rates-es:hover {
	background-position: bottom;
}

ul#navigation li a#reservations-es:hover {
	background-position: bottom;
}

ul#navigation li a#contact-es:hover {
	background-position: bottom;
}

div#menu-spanish {
	float: right;
	margin-top: -20px;
	margin-right: 20px;
	font-size: 13px;
	color: #FFF;
	font-weight: bold;
}

div#menu-spanish a {
	color: #FFF;
	text-decoration: none;
}

div#menu-spanish a:hover {
	text-decoration: underline;
}

/* banner */
div#banners {
	width: 686px;
	/*height: 205px;*/
	height: auto;
}

div#banners div#banner-left {
	width: 398px;
	float: left;
}

div#banners div#banner-right {
	width: 288px;
	float: right;
}

div#banners div#banner-contact {
	width: 200px;
	float: left;
}

div#banners div#content-contact {
	width: 486px;
	float: right;
}

div#banners div#content-contact p {
	line-height: 20px;
	margin: 0;
	padding: 0;
}

div#banners div#content-contact table {
	margin-top: 30px;
	margin-bottom: 100px;
	width: 486px;
}

div#banners div#content-contact table tr td.title {
	height: 30px;
	color: #000098;
	font-size: 20px;
	font-weight: bold;
	vertical-align: middle;
	padding-left: 20px;
}

div#banners div#content-contact table tr td.space {
	width: 50px;
}

div#banners div#content-contact table tr td.subtitle {
	height: 50px;
	vertical-align: bottom;
	padding-bottom: 7px;
	border-bottom: 1px #F60 solid;
	color: #F60;
}

div#banners div#content-contact table tr {
	height: 20px;
}

div#banners div#content-contact table tr td {
	vertical-align: middle;
}

div#banners div#content-contact table tr td.first2 {
	vertical-align: top;
}

div#banners div#content-contact table tr td.first, td.content-info, td.first2 {
	color: #000089;
	font-weight: bold;
}

/* content home */
div#content-home {
	width: 686px;
	height: auto;
	padding: 10px;
	background-color: #C8E7FD;
	padding: 20px 0;
}

div#content-home div#info-content {
	width: 270px;
	margin-top: 10px;
	margin-left: 30px;
	color: #036;
	float: left;
}

div#content-home div#info-content p {
	padding: 10px 0 40px 0;
	font-size: 13px;
	line-height: 25px;
}

div#content-home div#info-content h3 {
	padding: 5px 0;
	font-size: 16px;
}

div#content-home div#info-content span {
	color: #F00;
	font-size: 14px;
}

div#content-home div#form-reservation-home {
	width: 380px;
	float: right;
}

div#content-home div#form-reservation-home table tr {
	height: 30px;
}

div#content-home div#form-reservation-home table tr.bigtr {
	height: 40px;
}

div#content-home div#form-reservation-home table tr td.littr {
	vertical-align: bottom;
}

div#content-home div#form-reservation-home table tr.bigtr td button {
	margin-top: 10px;
}

div#content-home div#form-reservation-home table tr td {
	padding: 1px;
	color: #000
}

div#content-home div#form-reservation-home table tr td div#controls-email {
	display: none;
}

div#content-home div#form-reservation-home table tr td input.big {
	width: 120px;
}

div#content-home div#form-reservation-home table tr td input.med {
	width: 143px;
}

div#content-home div#form-reservation-home table tr td input.radio {
	width: 10px;
}

div#content-home div#form-reservation-home table tr td input.little {
	width: 50px;
}

div#content-home div#form-reservation-home table tr td select.little {
	width: 50px;
}

div#content-home div#form-reservation-home table tr td select.med {
	width: 80px;
}

div#content-home div#form-reservation-home table tr td select {
	width: 150px;
}

/* content */
div#content {
	width: 666px;
	height: auto;
	padding: 10px;
	/*background-color: #C8E7FD;*/
	background-color: #FFF;
}

div#content h3 {
	font-size: 20px;
	color: #000;
}

div#content ul {
	margin-top: 15px;
}

div#content ul li {
	line-height: 18px;
	list-style-type: circle;
	margin-left: 30px;
}

div#content ul li a {
	color: #000;
	text-decoration: none;
}

div#content ul li a:hover {
	text-decoration: underline;
}

div#content div#info-content {
	width: 300px;
	margin-top: 70px;
	font-size: 16px;
	color: #036;
	float: left;
}

div#content div#link-sitemap {
	width: auto;
	float: right;
	font-size: 15px;
	font-weight: bold;
}

div#content div#link-sitemap a {
	color: #F60;
	text-decoration: none;
}

div#content div#link-sitemap a:hover {
	text-decoration: underline;
}

div#content div#form-reservation-home {
	width: 350px;
	float: right;
}

div#content div#form-reservation-home table tr {
	height: 20px;
}

div#content div#form-reservation-home table tr.bigtr {
	height: 40px;
}

div#content div#form-reservation-home table tr td.littr {
	vertical-align: bottom;
}

div#content div#form-reservation-home table tr.bigtr td button {
	margin-top: 10px;
}

div#content div#form-reservation-home table tr td {
	padding: 1px;
	color: #000
}

div#content div#form-reservation-home table tr td div#controls-email {
	display: none;
}

div#content div#form-reservation-home table tr td input.big {
	width: 120px;
}

div#content div#form-reservation-home table tr td input.med {
	width: 143px;
}

div#content div#form-reservation-home table tr td input.radio {
	width: 10px;
}

div#content div#form-reservation-home table tr td input.little {
	width: 50px;
}

div#content div#form-reservation-home table tr td select.little {
	width: 40px;
}

div#content div#form-reservation-home table tr td select.med {
	width: 80px;
}

div#content div#form-reservation-home table tr td select {
	width: 150px;
}

/* services */
div#content div#content-fleet {
	margin: 30px 0;
}

div#content div#services-left {
	width: 336px;
	float: left;
	color: #000;
}

div#content div#services-left p {
	padding: 0 30px;
}

div#content div#services-left ul li {
	padding-bottom: 20px;
	line-height: 20px;
}

div#content div#services-left ul li span {
	font-weight: bold;
}

div#content div#services-right {
	margin-top: 30px;
	margin-right: 20px;
	width: 300px;
	float: right;
	text-align: right;
}

div#content div#services-right div#auto1, div#auto2, div#auto3 {
	margin-bottom: 30px;
}

/* reservations */
div#content div#reservations-form {
	margin: 15px 0 30px 0;
}

div#content div#reservations-form h2 {
	padding-top: 20px;
	font-size: 20px;
	color: #000098;
}

div#content div#reservations-form table {
	margin-top: 40px;
}

div#content div#reservations-form table.table-top {
	margin-bottom: 20px;
}

div#content div#reservations-form table tr td {
	padding-right: 4px;
	color: #000;
}

div#content div#reservations-form table tr {
	height: 40px;
}

div#content div#reservations-form table tr td.point {
	width: 20px;
	text-align: center;
}

div#content div#reservations-form table tr td.label {
	width: 120px;
}

div#content div#reservations-form table tr td button {
	padding: 3px;
}

div#content div#reservations-form table tr td input.big {
	width: 150px;
}

div#content div#reservations-form table tr td input.lit {
	width: 40px;
}

div#content div#reservations-form table tr td input#date {
	width: 132px;
}

/* footer */
div#footer {
	width: 686px;
	height: 30px;
	text-align: center;
	background-color: #000098;
	color: #FFF;
	font-size: 11px;
}

div#footer a {
	color: #FFF;
	text-decoration: none;
	line-height: 30px;
}

div#footer a:hover {
	text-decoration: underline;
}

/* sub footer */
div#subfooter {
	width: 686px;
	height: auto;
	padding: 10px 0;
	font-size: 10px;
	line-height: 15px;
	text-align: center;
	color: #3A3399;
}

div#subfooter a {
	text-decoration: none;
}

/* title */
div#title {
	width: 686px;
	height: 100px;
	font-size: 36px;
	text-align: center;
	line-height: 100px;
}

/* form-fill-data */
div#form-fill-data {
	width: 400px;
	padding: 20px 0;
	float: left;
}

div#form-fill-data table tr {
	height: 40px;
}

div#form-fill-data table tr td.lit {
	width: 30px;
	text-align: center;
}

div#form-fill-data table tr td input.big {
	width: 200px;
}

div#form-fill-data table tr td input.med {
	width: 100px;
}

/* info-reservation */
div#info-reservations {
	width: 686px;
	text-align: center;
}

div#info-reservations div#info-price-left {
	width: 200px;
	float: left;
	color: #000;
	font-size: 13px;
}

div#info-reservations div#info-price-right {
	width: 200px;
	float: right;
	color: #F00;
	font-size: 14px;
}

div#info-reservations h1 {
	font-size: 24px;
	color: #00F;
	margin-bottom: 20px;
}

div#info-reservations table {
	margin-top: 30px;
}

div#info-reservations table tr {
	height: 20px;
}

div#info-reservations table tr th {
	text-align: left;
	color: #000;
}

div#info-reservations table tr td {
	text-align: left;
}

div#info-reservations table tr td.point {
	width: 30px;
	text-align: center;
	color: #000;
}

/* info-price */
div#info-price {
	width: 200px;
	float: right;
	padding: 20px 0;
}

div#info-price h3 {
	font-size: 18px;
	margin-bottom: 20px;
	font-weight: bold;
	color: #000
}

div#info-price tr {
	height: 20px;
}

div#info-price tr td {
	text-align: left;
	color: #000;
	font-size: 14px;
}

div#info-price tr td.right {
	padding-right: 10px;
	text-align: right;
	font-size: 14px;
}

div#info-price tr td.hight {
	height: 70px;
	vertical-align: bottom;
	text-align: center;
}

div#info-price tr td.minihight {
	height: 40px;
	vertical-align: bottom;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
}

div#info-price tr td button#cash {
	width: 80px;
	height: 40px;
	background: url(../images/btnCash.jpg) no-repeat;
	border: 0;
}

div#info-price tr td button#credit {
	width: 100px;
	height: 40px;
	background: url(../images/btnCredit.jpg) no-repeat;
	border: 0;
	margin-left: 10px;
}

/* banners-cars */
div#banners-cars {
	width: 686px;
	height: 100px;
	margin: 20px 0;
}

/* info-extra */
div#info-extra {
	width: 670px;
	margin-top: 30px;
}

div#info-extra h4 {
	color: #000;
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 5px;
	color: #00F;
}

div#info-extra p {
	font-size: 11px;
	line-height: 20px;
	margin-bottom: 20px;
}

/* Buttons Payment */
div#buttons-pay-left {
	width: 600px;
	text-align: center;
	margin: 30px auto;
}

div#buttons-pay-right {
	width: 200px;
	float: right;
	margin: 30px 0;
}

div#info-left {
	width: 300px;
	float: left;
	margin: 30px 0;
}

div#info-left table tr {
	height: 30px;
}

div#info-left table tr th {
	color: #000;
	text-align: left;
}

div#info-left table tr td.point {
	width: 40px;
	text-align: center;
}

div#info-right {
	width: 300px;
	float: right;
	text-align: center;
	margin: 30px 0;
}

div#info-right table {
	margin-top: 30px;
}

div#info-right table tr {
	height: 30px;
}

div#info-right table tr th {
	text-align: left;
	color: #000;
}

div#info-right table tr td.point {
	width: 40px;
	text-align: center;
}

div#info-right table tr td.right {
	text-align: right;
}

div#confirmation {
	margin-top: 40px;
	text-align: center;
}

div#confirmation h3 {
	font-size: 16px;
	font-weight: bold;
	color: #00F;
}

div#confirmation table {
	margin-top: 10px;
	margin-bottom: 30px;
}

div#confirmation table tr td {
	font-weight: bold;
	color: #000;
	text-align: center;
}

div#info-payment {
	text-align: center;
	font-size: 13px;
	color: #000;
}

div#info-problems {
	text-align: left;
	font-size: 13px;
	font-weight: bold;
	color: #000;
	margin-bottom: 30px;
}

/* rates */
div#content-rates {
	width: 666px;
	height: auto;
	margin: 10px 0 30px 0;
}

div#content-rates div#services-left {
	width: 356px;
	float: left;
	color: #000;
}

div#content-rates div#services-left span {
	font-size: 17px;
}

div#content-rates div#services-left h2 {
	font-size: 18px;
	margin: 20px 0 10px 0;
	color: #000098;
}

div#content-rates div#services-left table {
	margin-top: 40px;
}

div#content-rates div#services-left table tr {
	height: 25px;
}

div#content-rates div#services-left table tr td {
	width: 240px;
	color: #000098;
	padding-left: 5px;
}

div#content-rates div#services-left table tr td.vignette {
	width: 15px;
	height: 20px;
}

div#content-rates div#services-left table tr td.price-rate {
	width: 105px;
	color: #F60;
	font-weight: bold;
}

div#content-rates div#services-left p {
	margin-top: 30px;
	line-height: 20px;
	color: #000098;
}

div#content-rates div#services-left div#infos {
	margin-left: 0;
}

div#content-rates div#services-right {
	width: 280px;
	float: right;
	text-align: right;
	margin: 20px 0 0 0;
}

div#content-rates div#services-right div#auto5 {
	position: absolute;
	margin: 230px 0 0 -50px;
	*margin: 240px 0 0 -330px;
}

/* terms */
div#content-terms {
	width: 456px;
	margin-right: 30px;
	float: right;
}

div#content-terms h3 {
	font-size: 16px;
	font-weight: bold;
	margin-top: 20px;
	color: #000;
}

div#content-terms h4 {
	font-size: 14px;
	font-weight: bold;
	color: #000;
}

div#content-terms p {
	margin: 20px 0;
	line-height: 15px;
	text-align: justify;
}

div#content-terms p.sign {
	color: #000;
	margin-top: 40px;
}