﻿body
{
	background-color: #003399;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 13px;
	overflow-x:hidden;
}
html, body, form
{
	margin: 0;
	padding: 0;
}

a
{
	text-decoration:none;
}

a img
{
	border: none;
	text-decoration:none;
}

.header
{
	background-color: #FFFFFF;
	background-image: url(../img/HeaderBackground_2.gif);
	background-repeat: repeat-x;
	background-position:0 0;
	height: 141px;
	width: 100%;
}

.header_content
{
	margin: 5px auto;
	width: 900px;
}

.navigation
{
	/*height: 27px;*/
	margin: 0 auto;
	width: 900px;
}

.navigation a
{
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	display: block;
	outline: none;
}

.reg a
{
	font-size:15px;
	margin-top:3px;
}

.sel a
{
	font-size: 18px;
}

ul.menu
{
	display: block;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin-top:15px;
	padding-left:12px;
	position:absolute;
}

ul.menu li
{
	display: list-item;
	float: left;
	margin-right: 7px;
	/*width: 145px;*/
	width: 140px;
	text-align: center;
}

ul.menu li.reg
{
	background-image: url(../img/tab_2.gif);
	/*background-image: url(../img/tab.gif);*/
	padding-top: 5px;
	height: 25px;
}

ul.menu li.sel
{
	/*background-image: url(../img/tab_selected.gif);*/
	background-image: url(../img/tab_selected_2.gif);
	padding-top: 2px;
	height: 28px;
}

.main_content
{
	background-color: #fff;
	width: 900px;
	margin: 15px auto 0;
	min-height: 300px;
}

.content
{
	min-height: 300px;
	padding: 0 15px;
}

.footer
{
	background-color: #3380CC;
	border-top: 1px solid #99BBFF;
	height: 60px;
	margin-top: 20px;
}

.footer_content
{
	margin: 0 auto;
	overflow: visible;
	width: 900px;
	color: #fff;
	margin-top: 15px;
}

.links
{
	width: 355px;
	margin: 15px auto 0;
}

.footer_content a
{
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}

.footer_content a:hover
{
	color: #FFFF99;
	text-decoration: underline;
}

.footer_info
{
font-size:12px;
font-weight:bold;
margin-top:5px;
text-align:center;	
}

/*MARCO*/

.ctl
{
	background-image: url(../img/ctl.png);
	background-repeat: no-repeat;
	float: left;
	height: 11px;
	width: 11px;
}

.cm
{
	background-image: url(../img/cm.png);
	background-repeat: no-repeat;
	float: left;
	height: 11px;
	width: 878px;
}

.ctr
{
	background-image: url(../img/ctr.png);
	background-repeat: no-repeat;
	float: left;
	height: 11px;
	width: 11px;
}

.cbl
{
	background-image: url(../img/cbl.png);
	background-repeat: no-repeat;
	float: left;
	height: 11px;
	width: 11px;
}

.cbr
{
	background-image: url(../img/cbr.png);
	background-repeat: no-repeat;
	float: left;
	height: 11px;
	width: 11px;
}

table tr td
{
	vertical-align: top;
	height: 30px;
}

.form_subtitle
{
	color: #003399;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
}

input
{
	width: 173px;
}

select
{
	width: 179px;
}

/*TABLE*/

.rates_table
{
	width: 90%;
	border-top: 1px solid #e3f1fe;
	border-right: 1px solid #e3f1fe;
	margin: 1em auto;
	border-collapse: collapse;
}

.rates_table tr.odd td, .rates_table tr.odd .column1
{
	background: #f4f9fe url(../img/background.gif) no-repeat;
}
.rates_table .column1
{
	background: #f9fcfe;
	text-align: center;
}
.rates_table td
{
	color: #4b4b4b;
	border-bottom: 1px solid #e3f1fe;
	border-left: 1px solid #e5eff8;
	padding: .3em 1em;
	text-align: center;
	vertical-align: middle;
}
.rates_table th
{
	font-weight: normal;
	color: #678197;
	text-align: left;
	border-bottom: 1px solid #e3f1fe;
	border-left: 1px solid #e5eff8;
	padding: .3em 1em;
}
.rates_table thead th
{
	background: #f4f9fe;
	text-align: center;
	font: bold 1.2em/2em "Century Gothic" , "Trebuchet MS" ,Arial,Helvetica,sans-serif;
	color: #66a3d3;
}
.rates_table tfoot th
{
	background: #f4f9fe;
	text-align: center;
}
.rates_table tfoot th strong
{
	font: bold 1.2em "Century Gothic" , "Trebuchet MS" ,Arial,Helvetica,sans-serif;
	margin: .5em .5em .5em 0;
	color: #66a3d3;
}
.rates_table tfoot th em
{
	color: #f03b58;
	font-weight: bold;
	font-size: 1.1em;
	font-style: normal;
}

/*CONTACT FORM*/

.contact_form
{
	text-align: left;
}

.contact_form td
{
	padding: 5px;
}

.contact_form td.label
{
text-align:right;	
}

/*-------------------------------------------------------
    MESSAGE BOX
-------------------------------------------------------*/
.clean_message_success 
{
	background:#E9FAD0 url(../img/msg/accept.png) no-repeat scroll 10px 10px;
	border-bottom:1px solid #AEE756;
	border-top:1px solid #AEE756;
	font-weight:bold;
	text-align: left;
    padding:10px 10px 10px 40px;
    color:#525252;margin:10px 0 20px;
    font-size:15px;
}

.clean_message_warning {
	background: #fff6bf url(../img/msg/error.png) 15px 50% no-repeat;
	border-top: 1px solid #ffd324;
	border-bottom: 1px solid #ffd324;
	text-align: left;
    padding:10px 10px 10px 40px;
    color:#525252;margin:10px 0 20px;
    font-size:15px;
}

.clean_message_error{
	background:#FFCCCC url(../img/msg/delete.png) no-repeat scroll 10px 10px;
	border-bottom:1px solid #F08A73;
	border-top:1px solid #F08A73;
	text-align: left;
    padding:10px 10px 10px 40px;
    color:#525252;margin:10px 0 20px;
    font-size:15px;
}

.clean_message_info {
	background: #F8FAFC url(../img/msg/information.png) 15px 50% no-repeat;
	border-top: 1px solid #B5D4FE;
	border-bottom: 1px solid #B5D4FE;
	text-align: left;
    padding:10px 10px 10px 40px;
    color:#525252;margin:10px 0 20px;
    font-size:15px;
}

.temporadas
{
font-size:12px;
margin-bottom:10px;
margin-left:0;
margin-right:0;
margin-top:2px;
text-align:center;	
}

.temp_name
{
	color:#003399;
font-weight:bold;
margin-left:15px;
}

.hidden
{
display:none;	
}

#item_overlay
{
	position: absolute;
	left: 0;
	top: 0;
	background-color:#000;
}

#item_container
{
	background-color:#FFFFFF;
border:5px solid #003399;
height:440px;
margin:0 auto;
padding:10px;
position:absolute;
width:650px;
}

/*VEHICULOS*/

.pop_title
{
color:#003399;
font-size:17px;
margin:10px 0;
text-align:center;	
}

.pop_category_desc
{
	color:#8C8C8C;
font-size:14px;
margin:10px 0;
text-align:center;
}

.pop_vehicles_list
{
	text-align:center;	
}

.pop_vehicles_list a
{
	margin:0 10px;
}

.pop_vehicles_list a:hover
{
	text-decoration:underline;
}

.pop_vehicles_list a.selected
{
	font-weight:bold;	
}

.pop_image
{
margin:10px 0;
text-align:center;	
}

.pop_vehicle_desc
{
color:#6C6C6C;
margin:10px 0;
text-align:center;	
}

.model_link
{
	text-decoration:underline;	
}

.radios input
{
	width:50px;	
}