﻿body
{
    margin: 0;
    padding: 0;
}
body, table
{
    font: small Arial; 
}
select, input, textarea
{
    font: 11px Arial, Helvetica, sans-serif;
    color: #036;
}
a
{
    text-decoration: none; 
}
a:hover
{
    text-decoration: underline;
}
img
{
    border: none; 
}
table
{
    border-collapse: collapse;
}

/* ---------------------------------------------------------------------------------------- */

.main 
{
/*    margin: auto; */
    width: 768px; 
}

.main .header a
{
	background: inherit; 
	color: #fff; 
	font-weight: bold; 
}

.main .content
{
    min-height: 280px; 
}

.main .content input.button
{
    border: solid 2px; 
    font-weight: bold; 
}

.main .content td, .main .content th
{
    font-weight: normal; 
    text-align: left; 
    vertical-align: top; 
}

.main .content .title
{
    background: #933; 
    color: #fff; 
    text-align: center; 
    font: bold 12px Arial, Helvetica, sans-serif; 
    padding: .5em; 
}

.main .content .fleet-control input.button
{
    font-size: x-small; 
    width: 100px; 
}

.main .content h4
{
    margin: 0;
    padding: 3px;
    font-size: small; 
}

.main .content .orange
{
    background: #f60; 
    color: #fff; 
    font: bold 11px Arial, Helvetica, sans-serif; 
    padding: .5em; 
    
}
.main .content .pad
{
    padding: 8px; 
}

.main .content .heading
{
}

.main .content .heading .title
{
    font: bold large Arial; 
    color: #00c; 
    text-align: center; 
    padding: .5em;
}

.main .content .heading .message
{
    font: x-small Arial; 
    padding: .5em; 
}

.main .content .right-side
{
/*    border-left: solid 1px #000; */
/*    border-left: dotted 1px; */
}

/*
.main .content .fleet-table
{
    width: 100%;
}
.main .content .fleet-table td
{
    border: solid 1px #ccc; 
    padding: 4px; 
    text-align: center; 
    width: 25%; 
}

.main .content .fleet-table td .name
{
    display: block; 
    font-weight: bold; 
}
.main .content .fleet-table td .daily-rate
{
    font-size: x-small; 
    padding: 4px;
}
.main .content .fleet-table td .weekly-rate
{
    font-size: x-small; 
    padding: 4px;
}
.main .content .fleet-table td input
{
    font-size: x-small; 
    font-weight: bold; 
    margin: 4px; 
}
*/

.main .content .default-page-1
{
    width: 100%;
/*    border-bottom: solid 1px #000; */
}

.main .content .default-page-1 .left-side
{
    width: 260px;
}
.main .content .default-page-2
{
    width: 100%;
}

.main .content .default-page-2 .right-side
{
    border-left: solid 1px #000; 
    width: 60%;
}

.main .content .fleet-page  
{
     width: 100%; 
}
.main .content .fleet-page .left-side
{
    width: 200px;
}
.main .content .fleet-page .fleet-control td
{
    border-bottom: solid 2px #ccc; 
}

.main .content .quote-page
{
    width: 100%;
}
.main .content .quote-page .left-side
{
    width: 55%;
}
.main .content .quote-page .left-side .vehicle
{
    width: 40%;
}
.main .content .quote-page .right-side
{
    width: 45%;
}

.main .content .reserve-page
{
    width: 100%;
}
.main .content .reserve-page .left-side
{
    width: 45%; 
}
.main .content .reserve-page .right-side
{
    width: 55%; 
}    
.main .content .edit-page .left-side
{
    width: 55%; 
}
.main .content .edit-page .right-side
{
    width: 45%; 
}    

.main .content .view-page   { width: 100%; }
.main .content .edit-page   { width: 100%; }



/*----------------------------------------------------------------------------------------------
FAQ PAGE
----------------------------------------------------------------------------------------------*/
.faq-page
{
    width: 765px; 
    background-color: #fff;
    color: #333;
    background-color: #F0D2D2;
}
.faq-page H1
{
    background-color: #111;
    padding:.3em;
    font-size:medium;
	font-weight: bold;
    margin:0px;	
	color: #0080ff;
    text-align: center;     
}
.faq-page .questions-1
{
    font-size: small;
    padding: 1em;
    width: 50%;
    border-bottom: dotted 1px #666;
    background-color: #F0D2D2;
}
.faq-page .questions-1 .section
{
    padding: .5em;
    border-bottom: dotted 1px #666;
}
.faq-page .questions-1 .section a
{
    color: #333;
}
.faq-page .questions-2
{
    font-size: small;
    padding: 1em;
    width: 50%;
    border-left: dotted 1px #666;
    border-bottom: dotted 1px #666;
    background-color: #F0D2D2;
}
.faq-page .questions-2 .section
{
    padding: .5em;
    border-bottom: dotted 1px #666;
}
.faq-page .questions-2 .section a
{
    color: #333;
}
.faq-page .answers
{
    font-size: small;
    background-color: #E2A7A7;
}
.faq-page .answers .section
{
    padding: .5em;
    border-bottom: dotted 1px #666;
}
.faq-page .answers .section a
{
    color: #333;
}
/*--------------------------------------------------------------------------------------------*/









.main .content .aeropostal-page
{
    padding: 2em 8em 0 8em; 
}

.main .content .contact-page
{
    width: 100%; 
}
.main .content .contact-page .right-side table
{
    width: 100%; 
}
.main .content .contact-page .right-side table .address
{
    width: 50%; 
}
.main .content .contact-page .right-side table .phones
{
    width: 50%; 
}


.main .content .button-bar
{
    padding: 16px 0 0 0; 
    text-align: center;
}
.main .content .button-bar input
{
    padding: 4px; 
}

.main .footer 
{
    font-size: x-small;
    font-family: Arial;
    line-height: 48px; 
    text-align: center; 
    height: 48px; 
}

/* ---------------------------------------------------------------------------------------- */
/* Reservation Info Control
/* ---------------------------------------------------------------------------------------- */

.main .content .resinfo-control
{
    padding: 0px 0px 8px 16px; 
}
/*
.main .content .resinfo-control table
{
    width: 100%; 
}
*/
.main .content .resinfo-control table td, .main .content .resinfo-control table th
{
    font: 11px Arial, Helvetica, sans-serif;
    font-weight: bold; 
    text-transform: lowercase; 
    vertical-align: middle; 
    white-space: nowrap; 
}
.main .content .resinfo-control table td
{
    padding: 8px 16px 0px 0px; 
}
.main .content .resinfo-control table th
{
    padding: 8px 16px 0px 0px; 
    text-align: left; 
}

/* ---------------------------------------------------------------------------------------- */
/* Contact Form
/* ---------------------------------------------------------------------------------------- */

.main .content .contact-form
{
    margin-left:  8px; 
    margin-top:  8px; 
    width: 100%; 
}
.main .content .contact-form td, .main .content .contact-form th
{
    padding-bottom:  8px; 
    padding-right:  8px; 
    white-space: nowrap; 
}

/* ---------------------------------------------------------------------------------------- */
/* Reservation Info Control (fleet)
/* ---------------------------------------------------------------------------------------- */

.main .content .fleet-page .resinfo-control table
{
/*    width: 512px; */
}
.main .content .fleet-page .resinfo-control table td
{
    vertical-align: middle; 
}

/*
.main .content .fleet-page .resinfo-control
{
    padding: 4px 0 4px 4px; 
}
.main .content .fleet-page .resinfo-control table td
{
    padding: 4px 4px; 
    vertical-align: middle; 
}
*/

/* ---------------------------------------------------------------------------------------- */
/* Fleet Control
/* ---------------------------------------------------------------------------------------- */

.main .content .fleet-control
{
    width: 100%; 
}
.main .content .fleet-control td
{
/*    border-bottom: solid 2px #ccc; */
    padding: 8px 4px 8px 4px;
    text-align: center; 
    width: 25%;
}
.main .content .fleet-control .image
{
    display: block; 
}
.main .content .fleet-control .name
{
    display: block; 
    font-size: small; 
/*    font-weight: bold; */
    padding: 2px; 
}
.main .content .fleet-control .occupancy
{
    float: right; 
}
.main .content .fleet-control .occupancy td
{
    border: none;
}
.main .content .fleet-control .features
{
    float: left; 
    font-size: x-small; 
    white-space: nowrap; 
}
.main .content .fleet-control .features ul
{
    margin-left: 2.5em; 
}
.main .content .fleet-control .rates
{
    font-size: x-small; 
}
.main .content .fleet-control .select
{
/*    float: right; */
}

/* ---------------------------------------------------------------------------------------- */
/* Vehicle Info Control
/* ---------------------------------------------------------------------------------------- */
.main .content .vehicleinfo-control
{
    width: 100%; 
}
.main .content .vehicleinfo-control .name
{
    font-weight: bold; 
}
.main .content .vehicleinfo-control .models
{
    font-size: x-small; 
}
.main .content .vehicleinfo-control .features
{
    font-size: x-small; 
}

/* ---------------------------------------------------------------------------------------- */
/* Quote Control
/* ---------------------------------------------------------------------------------------- */
.main .content .quote-control
{
    width: 100%; 
}
.main .content .quote-control td
{
/*    border-bottom: dotted 1px #fff; */
    padding-right: 4px; 
    vertical-align: middle; 
}
.main .content .quote-control .Total td
{
	color: #009; 
	font-size: large; 
	font-weight: bold; 
}
.main .content .quote-control .qty
{
    font-weight: bold; 
    text-align: right; 
}
.main .content .quote-control .description
{
    padding-left: 4px; 
    padding-bottom: 4px; 
    padding-top: 4px; 
}
.main .content .quote-control .description .unit-price
{
    color: #666; 
    font-size: x-small; 
}
.main .content .quote-control .subtotal
{
    text-align: right; 
}

/* ---------------------------------------------------------------------------------------- */
/* Other Choices Control
/* ---------------------------------------------------------------------------------------- */

.main .content .otherchoices-control
{
    width: 100%; 
}
.main .content .otherchoices-control table
{
    width: 100%; 
}
.main .content .otherchoices-control table td
{
    border-bottom: solid 2px #ccc; 
    font-size: x-small; 
    vertical-align: middle; 
}
.main .content .otherchoices-control .image
{
    width: 110px;    
}
.main .content .otherchoices-control .name
{
    width: 140px;    
}
.main .content .otherchoices-control .rates
{
    width: 120px;    
}
.main .content .otherchoices-control .select
{
    width: 90px;    
    text-align: center;
}
.main .content .otherchoices-control .blackout
{
    width: 90px;
    text-align: center;
}

/* ---------------------------------------------------------------------------------------- */

.main .center
{
    text-align: center; 
}
.main .powered-by
{
    font-size: x-small; 
    padding: 1em; 
    text-align: center; 
}
.main .progress
{
    position: absolute; 
    top: 0; 
    left: 100%; 
    margin-left: -32px; 
    padding: 8px; 
}

.main .blackout
{
    font-size: x-small; 
    font-weight: bold; 
}
.main .vehicleinfo-control .blackout
{
    display: block; 
    font-size: small; 
    text-align: center; 
    padding: 1em; 
}

.main .content .locations
{
    border-top: solid 1px #ccc; 
    margin-top: 8px; 
    width: 100%; 
}
.main .content .locations .th, .main .content .locations td
{
/*    border-top: dotted 1px #ccc; */
    font: 11px Arial; 
    padding: 8px; 
    white-space: nowrap; 
}
.main .content .locations .name
{
    font-weight: bold; 
}
.main .content .locations .hours
{
    padding: 8px; 
}
.main .content .locations .address
{
    text-transform: uppercase; 
}
.main .content .locations .phones
{
    padding-top: 8px; 
}
.main .content .locations .map
{
    vertical-align: middle; 
}

.main .content .resinfo-control .calendar td, .main .content .resinfo-control .calendar th 
{
    padding: 0; 
    text-align: center; 
}



body
{
    background: #fff; 
    color: #000; 
}
.main 
{
    background: #fff; 
    color: inherit; 
    margin: auto; 
}

.main .color-1 { color: #000; background: #fff; }
.main .color-2 { color: #000; background: #ccc; }
.main .color-3 { color: #000; background: #999; }
.main .color-4 { color: #fff; background: #666; }
.main .color-5 { color: #fff; background: #333; }
.main .color-6 { color: #fff; background: #000; }

.main .color-7  { color: #000; background: #ddd; }
.main .color-8  { color: #fff; background: #ccc url(Images/fondo_gris.jpg); /* #BAE2F7; */ /* #E1EFE1; */ }
.main .color-9  { color: #000; background: #E1EFEF; }
.main .color-10 { color: #000; background: #FFFFDD; }
.main .color-11 { color: #fff; background: #c60; }
.main .color-12 { color: #fff; background: #c00; }
.main .color-13 { color: #fff; background: #c06; }
.main .color-14 { color: #fff; background: #c0c; }
.main .color-15 { color: #fff; background: #60c; }
.main .color-16 { color: #fff; background: #00c; }
.main .color-17 { color: #fff; background: #06c; }
.main .color-18 { color: #fff; background: #0c0; }

/* #E1EFEF */

.main input.button
{
    background: #036; 
    color: #fff;  
    border-left-color: #369; 
    border-top-color: #369; 
    border-right-color: #003; 
    border-bottom-color: #003; 
}

.main .content a
{
    background: inherit; 
    color: #336; 
}
.main .content a:visited
{
    background: inherit; 
    color: #336; 
}
.main .content a:hover
{
    background: inherit; 
    color: #f60; 
}

.main .content .right-side
{
    border-color: #999; 
}


.main .content .quote-control .description .spanvalue
{
    background: inherit; 
    color: #666; 
}
.main .content .aeropostal-page
{
    color: #666
}

.main .footer 
{
	border-top: solid 1px #c00; 
	background: #041e6b; 
	color: #fff; 
}
.main .footer a 
{
	color: #333;
}
.main .footer-2
{
    text-align: center; 
    font-size: x-small; 
    padding-top: 1em; 
}
.main .progress
{
    background: #fff; 
    color: #333; 
}
.main .powered-by
{
    background: inherit; 
    color: #333; 
}
.main .powered-by a
{
    background: inherit; 
    color: #000; 
    font-weight: bold; 
}
.main .powered-by a:visited
{
    background: inherit; 
    color: #000; 
}
.main .powered-by a:hover
{
    color: #c00; 
    text-decoration: underline; 
}

.main .blackout
{
    background: inherit; 
    color: #f00; 
}





/* CATO */
.title_contact {
	font-family: Verdana;
	line-height: bold;
	font-weight: bold;
	font-size:14px;
  color:#202f66;
}
.texto_contact {
	font-family: Verdana;
	line-height: normal;
	font-weight: normal;
	font-size:12px;
  color:#202f66;
}

.requirements
{
    border: solid 1px #000;
    margin: 1em;
    padding: .5em;
    color: #000;
    background-color: #ffff66;
}

.requirements-title
{
    border-bottom: solid 1px #000;
    font-weight: bold;
    margin-bottom: .5em;
}

