﻿/************************************************************************************************************************
	COLORS, BORDERS & FONTS
************************************************************************************************************************/

html 
{
	font: 62.5% Arial; 
}
body 
{
	background:#011435 url(/images/bg.jpg) repeat-x center top; 
	color: #000; 
	font-size: 1.2em; 
}
a:link
{
	background: inherit; 
	color: #666; 
}
h1	{font-size: 1.7em; }
h2	{font-size: 1.5em; }
h3	{font-size: 1.3em; }
h4	{font-size: 1.2em; }
h5	{font-size: 1.1em; }
h6	{font-size: 1.0em; }

fieldset
{
    border-bottom: none;
    border-left: none;
    border-right: none;
    border-top: solid 1px #999; 
}
img
{
	border: none; 
}
input, select 
{
	font-size: 1.0em; 
}
.header a
{
	background: inherit; 
	color: #fff; 
}
.header a.logo
{
	background: url(/images/header.png) no-repeat;
	width: 960px;
	height: 240px;
	display: block;
	text-indent: -9999px;
}

.primary-menu, 
.primary-menu a
{
	background: #ccc; 
	color: #666; 
}
.content, 
.secondary-menu
{
	background:#f4f5f6;
	color: #000; 
}
.content a, 
.secondary-menu a
{
	background: inherit; 
	color: #5d4d34; 
}
.content li#res-no
{
	color: #c00; 
} 
.content .validation-summary
{
	background: #ffc url(/images/error.gif) no-repeat 32px 32px;
	border-bottom: solid 2px #fc3; 
	border-top: solid 2px #fc3; 
	color: #f00; 
	font-weight: bold; 
	font-size: 1.6em; 
}
.content .validation-summary ul
{
	font-size: 75%; 
}
.content .blackout
{
	background: inherit; 
	color: #f00; 
	font-weight: bold; 
}
.content .vehicle-blackout img
{
	opacity: 0.3; 
	filter: alpha(opacity=30); 
}
.content .vehicle-available img
{
}
.content .fleet .name
{
	font-weight: bold; 
}
.content .title
{
	background: #68cb5d url(/images/t.jpg) top repeat-x;
	color: #fff; 
	/*font-weight: bold; */
	font-size: 1.5em; 
}
.content .vehicle .name
{
	font-weight: bold; 
}
.content .vehicle .features
{
	font-size: 0.9em; 
}
.content .quote tr.Total
{
	font-size: 1.2em; 
	font-weight: bold; 
}

.secondary-menu li, 
.secondary-menu li li:first-child
{
	border-left: solid 1px #666; 
}
.secondary-menu li:first-child
{
	border-left: none; 
}

.vehicle-list li
{
	font-weight: bold; 
}
.vehicle-list li li
{
	font-weight: normal; 
}

.main .wait
{
	background: #f00 url(/images/loading.gif) no-repeat 8px; 
	color: #fff; 
}

#secondary
{
	background: #e3e3e3 url(/images/b.jpg) no-repeat bottom left; 
}
#tertiary
{
	background: #ddd; 
}

/************************************************************************************************************************
	LAYOUT
************************************************************************************************************************/

body 
{
	margin: 0; 
	padding: 0; 
}
h1, h2, h3, h4, h5, h6
{
	margin: 0; 
	padding: .5em 0; 
}
p
{
	padding: 0 0 1em; 
	margin: 0; 
}
table
{
	border-collapse: collapse; 
}
td
{
	vertical-align: top; 
}

ul.form
{
	margin: 0; 
	padding: 0; 
}

.main
{
	margin: auto; 
	width: 960px; 
}

.main .wait
{
	position: fixed;
	top: 0px;
	left: 0px;
	padding: 8px 8px 8px 28px; 
}

/******************** Header ********************/

.print-heading
{
	display: none; 
}
.lang
{
	margin: 0; 
	padding: 8px; 
	text-align: right; 
}
	.lang li
	{
		display: inline; 
		font-weight: bold; 
		list-style-type: none; 
		margin: 0; 
		padding: 0 2px; 
	}
	.lang li a, 
	.lang li span
	{
		background-repeat: no-repeat; 
		background-position: left center; 
		padding: 0 0 0 21px; 
		color: #FFFFFF;
	}
	.lang li.en a, 
	.lang li.en span	{background-image: url(/images/flag-en.gif); }
	
	.lang li.es a, 
	.lang li.es span	{background-image: url(/images/flag-es.gif); }
	
	.lang li.pt a, 
	.lang li.pt span	{background-image: url(/images/flag-pt.gif); }
	
	.lang li a
	{
		font-weight: normal; 
	}
	

.header
{
}

.header .lang
{
	float: right; 
	padding: .5em 0; 
}
.header .lang a
{
	padding-left: 1em; 
}
.header .lang img
{
	vertical-align: middle; 
	margin-right: .25em; 
}

.primary-menu
{
	font-weight: bold; 
	padding: .5em 1em; 
}
.primary-menu ul, .primary-menu li
{
	display: inline; 
	list-style: none; 
	margin: 0; 
	padding: 0; 
}
.primary-menu a
{
	margin: 0 1em; 
	text-decoration: none; 
}

/****************************** DO NOT TOUCH ******************************/
.content
{
	clear: both; 
	min-height: 372px; 
}
.content .col
{
	float: right; 
}
.content .box
{
	overflow: hidden; 
	margin: 8px 4px; 
	padding: 8px; 
}
.content .validation-summary
{
	margin: 4px 0; 
	padding: 32px 16px 16px 132px; 
}
/****************************** DO NOT TOUCH ******************************/

.content .form 
{
	list-style: none; 
}
.content .form li 
{
	padding: .5em 0; 
}

.content .form label, 
.content legend 
{
	color: #666; 
	display: block; 
	font-size: 95.5%; 
}
.content .form .inline label 
{
	display: inline; 
}


.content .buttons
{
	clear: both; 
	padding: 18px 0; 
	text-align: center; 
}
.content .buttons input {
    background: url("/images/bt.jpg") repeat scroll 0 0 transparent;
    color: #FFFFFF;
    height: 30px;
    margin-left: 0.25em;
    margin-right: 0.25em;
}


.actions
{
	clear: both; 
	margin-top: 1em; 
	text-align: center; 
}
.actions a, 
.actions input 
{
	margin-left: .5em; 
	margin-right: .5em; 
}
.title
{
	margin-bottom: 4px; 
	padding: 8px; 
}
.ssl
{
	clear: both; 
	background: url(/images/lock.gif) no-repeat; 
	color: #090; 
	font-weight: bold; 
	padding: 0 0 0 18px; 
}

/******************** Secondary Menu ********************/

.secondary-menu
{
	padding: .5em 0; 
	text-align: center; 
}
.secondary-menu a
{
	padding: 0 .5em; 
}
.secondary-menu ul, 
.secondary-menu li
{
	display: inline; 
	list-style: none; 
	margin: 0; 
	padding: 0; 
}


/******************** Footer ********************/

.footer
{
	background:#011a42 url(/images/f.jpg) top center no-repeat; 
	color: #fff; 
	margin-top: 5px;
	padding: 30px 30px;
	position: relative;
}
	.footer .copyright p 
	{
		padding: 0; 
	}
	.footer a.power 
	{
		background: transparent url(/images/power.gif) no-repeat scroll 0 0;
		display: block;
		font-size: 0.9em; 
		height: 40px;
		position: absolute;
		right: 10px;
		text-indent: -9999px;
		top: 7px;
		width: 100px;
	}

/************************************************************************************************************************
	ELEMENTS
************************************************************************************************************************/

/******************** Calendar ********************/
.calendar a
{
	text-decoration: none; 
}

/******************** Reservation ********************/
div#reservation ul li						{ float: left; }

div#reservation ul li#res-no				{ width: 50%; clear: both; }
div#reservation ul li#status				{ width: 50%; }
div#reservation ul li#pickup-location		{ width: 50%; clear: both; }
div#reservation ul li#pickup-date			{ width: 50%; }
div#reservation ul li#dropoff-location		{ width: 50%; clear: both; }
div#reservation ul li#dropoff-date			{ width: 50%; }


/******************** Contact ********************/
div#contact ul li						{ float: left; }

div#contact ul li input,
div#contact ul li select				{ width: 85%;  }
div#contact ul li#first-name			{ width: 50%; clear: both; }
div#contact ul li#last-name				{ width: 50%; }
div#contact ul li#email					{ width: 50%; clear: both; }
div#contact ul li#phone					{ width: 50%; }
div#contact ul li#country				{ width: 65%; clear: both; }

/***************** Address ****************/
div#home-address ul li							{ float: left; }
div#home-address ul li input, 
div#home-address ul li select					{ width: 85%; }
div#home-address ul li#uxExtendedAddressStreet1	{ width: 60%; clear: both; }
div#home-address ul li#uxExtendedAddressStreet2	{ width: 25%; }
div#home-address ul li#uxExtendedAddressCity	{ width: 45%; clear: both; }
div#home-address ul li#uxExtendedAddressState	{ width: 45%; }
div#home-address ul li#uxExtendedAddressZip		{ width: 25%; clear: both; }
div#home-address ul li#country					{ width: 65%; }

/***************** Driver License ****************/
div#DriverLicense ul li										{ float: left; }
div#DriverLicense ul li input, 
div#DriverLicense ul li select								{ width: 80%;  }
div#DriverLicense ul li#uxExtendedDriverLicenseCountryID	{ width: 60%; clear: both; }
div#DriverLicense ul li#uxExtendedDriverLicenseState		{ width: 30%; }
div#DriverLicense ul li#uxExtendedDriverLicenseNumber		{ width: 35%; clear: both; }
div#DriverLicense ul li#uxExtendedDriverLicenseExpiry		{ width: 25%; }
div#DriverLicense ul li#uxExtendedDOB						{ width: 25%; }

/******************** Payment ********************/
div#payment ul li				{ float: left; }
div#payment ul li input,
div#payment ul li select		{ width: 85%;  }
div#payment ul li#cc-type		{ width: 25%; clear: both; }
div#payment ul li#cc-no			{ width: 33%; }
div#payment ul li#cc-exp		{ width: 18%; }
div#payment ul li#cc-ccv		{ width: 12%; }

/* Pickup - Flight ********************************************************************************/
div#pickup fieldset#flight ul li				        { float: left; }
div#pickup fieldset#flight ul li input, 
div#pickup fieldset#flight ul li select			        { width: 85%; }
div#pickup fieldset#flight ul li#flight-airline	        { width: 60%; clear: both; }
div#pickup fieldset#flight ul li#flight-no		        { width: 25%; }

/* Pickup - Hotel *********************************************************************************/
div#pickup fieldset#hotel ul li                        { float: left; }
div#pickup fieldset#hotel ul li input, 
div#pickup fieldset#hotel ul li select                 { width: 85%; }
div#pickup fieldset#hotel ul li#uxExtendedHotelId      { width: 60%; clear: both; }
div#pickup fieldset#hotel ul li#uxExtendedHotelRoom    { width: 25%; }
div#pickup fieldset#hotel ul li#uxExtendedHotelGuest   { width: 60%; clear: both; }

/* Pickup - Address *******************************************************************************/
div#pickup fieldset#address textarea			        { width: 85%; height: 100px; }

/******************** Comments ********************/
div#comments textarea			{ width: 85%; height: 100px; }


/******************** Vehicle ********************/

div.vehicle .info
{
	float: right; 
	/* padding-right: 8px; */
	width: 35%; 
}
div.vehicle .name
{
	padding-top: 4px; 
}
div.vehicle .models
{
}
div.vehicle .occupancy
{
	/* margin: 16px 0 0 32px; */
	margin: .5em 0 .5em 2em; 
	padding: 0; 
}

/******************** Fleet  ********************/

.content .fleet
{
	width: 100%; 
}
.content .fleet td
{
	padding: 8px; 
	text-align: center; 
	width: 33%; 
}
.content .fleet .pic 
{
}
.content .fleet .rates
{
	list-style: none; 
	margin: 0; 
}
.content .fleet .blackout
{
	padding: 4px 0; 
}

/******************** Extras ********************/

.content .extras	
{
	width: 100%; 
}
.content .extras td
{
	padding: 2px; 
	vertical-align: middle; 
}
.content .extras td.qty
{
	text-align: right; 
}
.content .extras td.price
{
	padding-right: 0; 
}

/******************** Quote ********************/

.content .quote
{
}
	.content .quote td
	{
		padding: 2px 0 2px 8px; 
		vertical-align: middle; 
	}
	.content .quote td.qty
	{
		text-align: right; 
	}
	.content .quote td.charge
	{
	}
	.content .quote td.subtotal
	{
		text-align: right; 
	}


/******************** Vehicle list ********************/

.vehicle-list
{
	margin: 0;
	padding: .25em; 
}
.vehicle-list a
{
	text-decoration: none; 
	white-space: nowrap; 
}
.vehicle-list a:hover
{
	text-decoration: underline; 
}
.vehicle-list ul
{
	display: inline; 
	margin: 0; 
	padding: 0; 
}

.vehicle-list li
{
	list-style: none; 
	display: inline; 
	font-weight: bold; 
	margin-right: .5em; 
}
.vehicle-list li li
{
	font-weight: normal; 
	margin-left: .5em; 
}

/************************************************************************************************************************
	PAGES
************************************************************************************************************************/

/******************** Home  ********************/

body.home div.col#featured
{
	width: 100%; 
	/*border-bottom: solid 1px #ccc;*/ 
}
body.home div.col#featured .featured-list
{
	width: 100%; 
}
body.home div.col#featured .featured-list td
{
	text-align: center; 
	text-transform: uppercase; 
	font-weight: bold; 
}
body.home div.col#featured .featured-list td a
{
	text-decoration: none; 
}


body.home div.col#primary 
{
	width: 70%; 
}
body.home div.col#secondary 
{
	width: 30%; height: auto; 
}
body.home table.fleet td
{
	padding: 4px; 
	width: 33%; 
}
body.home ul.home-bullets
{
    font-size: 1em;
    font-weight: bold;
    list-style: none outside url("../images/mark.jpg");
    margin: 0;
    padding-bottom: 1em;
    padding-left: 70px;
}

/******************** Contact page ********************/

body.contact div.col#primary 
{
	width: 60%; 
}
body.contact div.col#secondary 
{
	width: 40%; 
}
body.contact li#message
{
	clear: both; 
}
	body.contact li#message textarea
	{
		width: 20em; 
		height: 100px; 
	}
body.contact li#branch
{
	clear: both; 
}
body.contact .locations
{
	margin: 0; 
	padding: 0; 
}
	body.contact #locations ul
	{
		list-style: none; 
	}
body.contact .location
{
	float: left; 
	clear: both; 
	width: 100%; 
	border-top: solid 1px #ccc; 
	padding: 1em 0; 
}
body.contact .location:first-child
{
	border-top: none; 
}
	body.contact .location .info
	{
		float: left; 
		width: 40%; 
	}
	body.contact .location .info .name
	{
		font-weight: bold; 
		padding-bottom: .5em; 
	}
	body.contact .location .info .home-address
	{
		text-transform: uppercase; 
		padding-bottom: .5em; 
	}
	body.contact .location .info .phones
	{
		clear: both; 
		margin: 0; 
		padding: 0; 
	}
	body.contact .location .info .phones label
	{
		float: left; 
		width: 5em; 
	}
	body.contact .location .info .map
	{
		clear: both; 
	}

	body.contact .location .hours
	{
		float: left; 
		width: 60%; 
	}
	body.contact .location .hours
	{
	}
	body.contact .location .hours label
	{
		float: left; 
		width: 7em; 
	}
	body.contact .location .hours ul
	{
		margin: 0; 
		padding: 0; 
	}
	body.contact .location .hours li
	{
		font-weight: normal; 
	}

/******************** Rent home  ********************/

body.rent div.col
{
	float: right; 
}
body.rent div.col#primary
{
	width: 70%; 
}
body.rent div.col#secondary
{
	width: 30%; 
}

body.home li#pickup-date, 
body.home li#dropoff-date, 
body.rent li#pickup-date, 
body.rent li#dropoff-date 
{
	clear: both; 
	float: left; 
	padding-right: 1em; 
	width: 120px;
}
body.home li#pickup-location select, 
body.home li#dropoff-location select, 
body.rent li#pickup-location select, 
body.rent li#dropoff-location select 
{
	width: 200px; 
}
body.home li#pickup-date input, 
body.home li#dropoff-date input, 
body.rent li#pickup-date input, 
body.rent li#dropoff-date input 
{
	width: 80px; 
}
body.home li#rate-code input, 
body.rent li#rate-code input 
{
	width: 60px; 
}

body.home li#email, 
body.home li#confirmation 
{
	float: left; 
	padding-right: 1em; 
}
body.home li#confirmation input 
{
	width: 70px; 
}


/******************** Group page ********************/

body.rent-group div.col#primary 
{
	width: 65%; 
}
body.rent-group div.col#secondary 
{
	width: 35%; 
}

/******************** Quote page ********************/

body.rent-quote div.col#primary 
{
	width: 58%; 
}
body.rent-quote div.col#secondary 
{
	width: 42%; 
}
body.rent-quote div.box#reservation 
{
}
body.rent-quote div.box#vehicle 
{
}
body.rent-quote div.box#other-choices 
{
}
body.rent-quote div.box#extras 
{
}
body.rent-quote div.box#quote 
{
}

body.rent-quote table.fleet td
{
	padding: 4px; 
	width: 33%; 
}

/******************** Reserve page ********************/

body.rent-reserve div.col#primary 
{
	width: 50%; 
}
body.rent-reserve div.col#secondary 
{
	width: 50%; 
}
body.rent-reserve div.box#reservation 
{
}
body.rent-reserve div.box#vehicle .vehicle
{
	text-align: center; 
}
body.rent-reserve div.box#quote 
{
}

body.rent-reserve li#flight-airline
{
	clear: both; 
}
body.rent-reserve li#comments
{
	clear: both; 
}
body.rent-reserve li#cc-exp input
{
	width: 4em; 
}
body.rent-reserve li#cc-ccv input
{
	width: 3em; 
}

/******************** View page ********************/

body.rent-view div.col#primary 
{
	width: 50%; 
}
body.rent-view div.col#secondary 
{
	width: 50%; 
}
body.rent-view div.box#reservation 
{
}
body.rent-view div.box#vehicle .vehicle
{
	text-align: center; 
}
body.rent-view div.box#quote 
{
}

body.rent-view li#cc-exp input
{
	width: 4em; 
}
body.rent-view li#flight-airline
{
	clear: both; 
}
body.rent-view li#comments
{
	clear: both; 
}

/******************** Faq page ********************/

body.faq .content div.col#primary
{
	width: 65%; 
}
body.faq .content div.col#secondary  
{
	width: 35%; 
}

/******************** Vehicle page ********************/

body.vehicles .content .pic
{
	float: right; 
	padding-left: 4px; 
}


/*** Car Sales page ***/

body.sale
{
}
	body.sale div.col#primary 
	{
		width: 65%; 
	}
	body.sale div.col#secondary 
	{
		width: 35%; 
	}
	body.sale .units
	{
		border-top: solid 1px #ccc; 
		width: 100%; 
	}
		body.sale .units td
		{
			border-bottom: solid 1px #ccc; 
			padding: 4px 0; 
		}
		body.sale .units .pic
		{
			width: 30%; 
		}
		body.sale .units .price
		{
			width: 20%; 
		}


body.sale-unit
{
}
	body.sale-unit div.col#primary 
	{
		width: 45%; 
	}
	body.sale-unit div.col#secondary 
	{
		width: 55%; 
	}
	body.sale-unit .price
	{
		float: right; 
		font-size: 1.6em; 
		display: block;  
		color: #f00; 
		margin: 0; 
		padding: .5em 0; 
	}
	
	body.sale-unit #info ul 
	{
		margin: 0; 
		padding: 0; 
	}
		body.sale-unit #info ul li
		{
			float: left; 
			font-weight: bold; 
			width: 48%; 
			list-style: none; 
			margin: 0; 
			padding: 0; 
		}
		body.sale-unit #info ul li label
		{
			font-weight: normal; 
			float: left; 
			width: 40px; 
			padding-right: 4px; 
		}

	body.sale-unit #features ul 
	{
		margin: 0; 
		padding: 0 0 0 20px; 
	}
		body.sale-unit #features ul li 
		{
			float: left; 
			width: 48%; 
			margin: 0; 
			padding: 0; 
		}
	
	body.sale-unit #contact li#message
	{
		clear: both; 
		width: 96%; 
	}
	body.sale-unit #contact li#message textarea
	{
		width: 96%; 
	}

	body.sale-unit .bigpic 
	{
		border: solid 1px #666; 
		display: block; 
		width: 480px; 
		margin: 0 auto 16px auto; 
	}
	body.sale-unit #pictues table 
	{
	}
		body.sale-unit #pictures td 
		{
			padding: 0 4px; 
		}
			body.sale-unit #pictures td img
			{
				border: solid 1px #666; 
			}

div.paypal
{
	text-align: center; 
}
div.disclaimer
{
	padding: 12px; 
}
div.payment-description
{
	height: 150px;
	overflow: auto; 
        padding: 5px 12px;
}
div.conversion-result
{
	font-size: 1.5em;
	font-weight: bold;
	padding-top: 1em;
	text-align: center;
}
div.currency-disclaimer
{
	font-size: smaller;
	padding-bottom: 1em;
	text-align: center;
}

#cluetip {
}
	#cluetip #cluetip-outer {
		background: #fff; 
		color: #000;
		border: solid 1px #999; 
		padding: 10px 20px; 
	}
	#cluetip #cluetip-waitimage {
		background-image: url(/images/wait.gif);
		height: 11px;
		position: absolute;
		width: 43px;
	}
	#cluetip #cluetip-close {
		padding-top: 10px; 
		text-align: right; 
	}

/************************************************************************************************************************
	ONE-COLUMN LAYOUT
************************************************************************************************************************/
div.one-column
{
}
	div.one-column div.col				{ width: 100%; }


/************************************************************************************************************************
	TWO-COLUMN LAYOUT
************************************************************************************************************************/
div.two-column
{
}
	div.two-column div.col#primary		{ width: 50%; }
	div.two-column div.col#secondary	{ width: 50%; }


/************************************************************************************************************************
	THREE-COLUMN LAYOUT
************************************************************************************************************************/
div.three-column
{
}
	div.three-column div.col#primary	{ width: 33%; }
	div.three-column div.col#secondary	{ width: 33%; }
	div.three-column div.col#tertiary	{ width: 33%; }


.ftimages
{
	width:300px;
	height:246px;
	float:left;

	
}
.ftimages img.ft
{
	width:216px;
	height:136px;
	float:left;
	margin:12px 0 0 10px;
}



/************************************************************************************************************************
	CUSTOM
************************************************************************************************************************/
.logotype {

    background: url("/images/logo.png") no-repeat scroll center top transparent;
    float: left;
    height: 120px;
    margin-left: 10px;
    margin-top: 20px;
    position: absolute;
    text-align: left;
    width: 450px;
    z-index: 510;
}
.tel {
    color: #68CB5D;
    float: left;
    font-family: arial;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 2px;
    margin-left: 160px;
    margin-top: 130px;
    position: absolute;
    text-align: left;
    width: 450px;
    z-index: 500;
}
.tel_1{
    color: #104E85;
    float: left;
    font-family: arial;
    font-size: 18px;
    letter-spacing: 2px;
    margin-left: 150px;
    margin-top: 170px;
    position: absolute;
    text-align: left;
    width: 450px;
    z-index: 510;
	font-weight:bold;
}

.slogan{
color:#e02b22;
font-family:arial;
font-size:14px;

margin-top:60px; margin-left: 230px;
position:absolute;
width:600px; text-align: left;
z-index:515; float:right; letter-spacing:2px; 
}


.special {
background:url(/images/special.jpg) top center no-repeat;
width:647px;
height:148px;
z-index:400; 
float:left;
}
.special_tex {
color:#FFE100;
float:left;
font-size:28px;
font-weight:bold;
height:148px;
margin-top:50px;
text-align:center;
width:500px;
z-index:450;
}


ul.home-bullets {
font-size:12px;
font-weight:bold;
list-style-image:url(/images/check.gif);
padding-right:20%; 
margin-left: 100px;
}



 
 
 
 
 /******************** TABLE********************/

.table_home {
height:auto;
width:100%;
float:left;
}

.table_h1	{
		float: right; width:57%; padding:4px;
		}
		
		
.table_h2	{
		float: left; width:40%; border: 1px solid #651a13; padding:4px; background:#F4F4F4; 
		}
		
		
		
 /******************** SPECIALS********************/

.table_g {
height:auto;
width: 99%; 
/*border:1px solid #929ca7;*/
padding:4px; float:left; background:#e1e1e1;
}



.table_s {
       background: url(/images/btt.jpg) top repeat-x; 
   /*border: 1px solid #011A42;*/
    float: left;
    height: auto;
    padding: 10px;
    width: 97%;
}

.table_s1	{
		float: left; width:60%; padding:4px;
		}
		
		
.table_s2	{
	   float: right; width:33%; border: 1px solid #eee; padding:4px;
		}


.bg_s {
height:28px; 
background:url(/images/bg_s.jpg) top left no-repeat; 
margin-top:10px;
width: 98.5%; 
border-bottom:1px solid #E02B22; 
padding-left: 10px; 
padding-top: 8px;  
float:left;  color:#666; 
letter-spacing: 1px; 
font-family:Arial, Helvetica, sans-serif; 
font-style:normal; 
font-size: 1.5em;
}


#menubloque {
/*background:url(/images/btt.jpg) repeat scroll 0 0 ;*/
height: 60px; 
width:960px;

}
#menudesplegable li {
margin: 0;
list-style: none;
padding: 0;
}
#menudesplegable {
margin: 0;
padding: 0;
}
#menudesplegable ul {
float: left;
list-style: none;
margin: 0;
padding: 0;
}

/* width in px------------------------------------------------------*/

#menudesplegable li a, #menudesplegable li a:link, #menudesplegable li a:visited {
     background: url("/images/arrows2.png") no-repeat scroll left  transparent;
    color: #7AC0FB;
    display: block;
    font-size: 1em;
height: 30px; 
    letter-spacing: 2px;
    padding-top: 15px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: 155px;
}

#menudesplegable li a:active, #menudesplegable li a:hover {

text-decoration: none;
margin: 0;
height: 30px; 
   background: url("/images/arrows.png") no-repeat scroll left  transparent;
}

#menudesplegable li li a:link, #menudesplegable li li a, #menudesplegable li li a:visited {
color: #7AC0FB; 
font-weight: normal;
text-transform: none;
height: 30px; 
float: none;
margin: 0;
padding: 5px 8px;
/*border-left: 1px solid #fff;
border-bottom: 1px solid #fff;
border-right: 1px solid #fff;*/
width: 155px;

        background: #000000 url("/images/arrows.png") no-repeat scroll left ;
}

#menudesplegable li li a:hover, #menudesplegable li li a:active {
background: #7AC0FB url("/images/arrows.png") no-repeat scroll left bottom;
color: #fff;
padding: 5px 8px;
}
#menudesplegable li {
float: left;
padding: 0;
}
#menudesplegable li ul a {
width: 150px;
}
#menudesplegable li ul {
position: absolute;
margin: 0;
z-index: 9999;
left: -999em;
height: 60px;
width: 150px;
padding: 0;
}
#menudesplegable li:hover, #menudesplegable li.sfhover {
position: static;
}
#menudesplegable li ul ul {
margin: -33px 0px 0px 170px;
}
#menudesplegable li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
left: -999em;
}
#menudesplegable li:hover ul, #menudesplegable li li:hover ul, #nav li li.sfhover ul,#menudesplegable li li li:hover ul, #menudesplegable li.sfhover ul, #menudesplegable li li li.sfhover ul {
left: auto;
}
/* Fin menu desplegable ---------------------------*/		




.slideshow { height: 240px; width: 960px; margin: auto ; background: #fff; position:absolute; }
.slideshow img { height:240px;
margin:auto;
position:absolute;
width:960px;/*padding: 2px; border: 1px solid #ccc;background-color: #000;*/}

.lang_1	{
		float: left; width:60%; height:20px;
		}
		
.s{
		float: left; width:99%; height:23px; background:url(/images/divider-small.png) no-repeat center top;
		}
		
		
		
.slideshow1 { height:280px; width: 240px; margin: auto
;margin-top:10px; float:right; }
.slideshow1 img { height:280px; margin:auto; position: relative; width:240px;/*padding: 2px; border: 1px solid #ccc;background-color: #000;*/}

