@charset "utf-8";
/* CSS Document */
/*
** Markup free clearing
** Details: http://www.positioniseverything.net/easyclearing.html
*/

body, caption, th, td, input, textarea, select, option, legend, fieldset
  {
	margin:0;
	padding:0;
	font-size:100%;
	background-color: white;
	font-family: Tahoma, Verdana, Arial, Helvetica, "Bitstream Vera Sans", sans-serif;
  }

/** block-level elements **/
p, ul, ol, dl, pre, table, fieldset, blockquote
  {
    margin: 1em 0;
  }
  
a{
	color:#4E659D;
	font-size:13px;
	text-decoration: none;
}  
a:hover{
	color: #ff8c00;
	font-size:13px;
} 

h2{
	font-size:160%;
	line-height:110%;
	color: #ff8c00;
	margin-left: 15px;
}

  
ul, ol
  {
    margin-left: 0;
    padding-left: 2em;
  }
.clear-block {
	display:block;
}
#header-region{
	height: 12px;
}

#header
  {
  /* background: url(images/fnd_header.png) no-repeat center; */
  height: 167px;
  }

#page {
	font-size:0.875em;
	line-height:1.286em;
}
#page{
	min-width:750px;
}
#page-inner {
	margin:auto;
	width:750px;
	border: 1px solid black;
}
#skip-to-nav {
	float:right;
	font-size:0.8em;
	margin:0 !important;
}
.block {
	margin-bottom:1em;
}

#navbar {
	float:left;
	height:3.6em;
	margin-left:0;
	margin-right:-100%;
	padding:0;
	width:100%;
	height: 60px;
}

#content {
	float:left;
	margin-left:0;
	margin-right:-100%;
	padding:0;
	width:100%;

}


#main {
	/* position:relative; */
	margin-top: 70px;
}


#sidebar-left {
	float:left;
	margin-left:0;
	margin-right:-200px;
	padding:0;
	width:200px;
	
	}

#content-inner, .no-sidebars #content-inner {
	margin:0;
	padding:0;
}

.sidebar-left #content-inner {
	padding-left:200px;
	padding-right:0;
}



#header, #content, #navbar, #sidebar-left, #sidebar-right, #footer, #closure-blocks {
overflow:visible;
word-wrap:break-word;
}

.with-navbar #content, .with-navbar #sidebar-left, .with-navbar #sidebar-right {
margin-top:0.6em;
font-size: 13px;
}

#navbar {
 /* overflow:hidden; */
}
#footer{
	background-color: transparent;
	clear: both;
	/* float: left; */
/*	width: 730px; */
}

#footer-logo{
	width: 720px;
	margin-left: 82%;
	clear: both;
}

#footer table{
	margin: 0px 0px 0px 9px;
}
#img-logo{
	margin-left: 680px;
}

#footer-credits{
	background-color: transparent;
}

.clear{
	clear: both;
}

#footer-inner{
	width: 100%;
	text-align: left;
}

/* Link Language*/
#LinkIdioma{
	float: right;
	margin-right: 15px;
}
#LinkIdioma a{
	font-size: 0.9em;
	text-decoration: none;
}


/* espacio para pagina principal */
.sidebar-left #content-forms {
	margin-left:450px;
	padding-right:0;
}

#content-promo{
	float:left;
	margin-left:0;
	margin-right:-440px;
	padding:0;
	width:450px;
}

#content-forms {
	float:left;
	margin-left:0;
	/* margin-right:-309px; */
	padding:0;
	width:290px;

}
#content-promo-car{
	margin-left: 2px;
}

/* Content tittles, etc */
.tittle-content-main{
	/* color:#4E659D;
	font-size:13px; */
	font-weight:bold;
	font-size: 15px;
	color: #e37e00;
	margin-left: 6px;
	margin-bottom: 10px;
}
.tittle-content-sub{
	color: #414141;
	font-size:13px;
	font-weight:bold;
	margin-left: 6px;
}
.content-position-left{
	margin-left: 10px;
}


/* footer */
#footer{
	font-size:11px;
padding:2px;
text-align:center;
}

/* prymary menu */
ul.topnav {
	list-style: none;
	padding: 0 20px;
	margin: 0;
	float: left;
	width: 710px;
	background: #222;
	font-size: 1.2em;
	background: url(../images/topnav_bg.gif) repeat-x;
}
ul.topnav li {
	float: left;
	margin: 0;
	padding: 0 15px 0 0;
	position: relative; /*--Declare X and Y axis base for sub navigation--*/
}
ul.topnav li a{
	padding: 10px 5px;
	color: #fff;
	display: block;
	text-decoration: none;
	float: left;
	font-size:1.1em;
}
ul.topnav li a:hover{
	background: url(../images/topnav_hover.gif) no-repeat center top;
	font-size:1.1em;
}
ul.topnav li span { /*--Drop down trigger styles--*/
	width: 17px;
	height: 35px;
	float: left;
	background: url(../images/subnav_btn.gif) no-repeat center top;
}
ul.topnav li span.subhover {background-position: center bottom; cursor: pointer;} /*--Hover effect for trigger--*/
ul.topnav li ul.subnav {
	list-style: none;
	position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
	left: 0; top: 35px;
	background: #333;
	margin: 0; padding: 0;
	display: none;
	float: left;
	width: 170px;
	border: 1px solid #111;
}
ul.topnav li ul.subnav li{
	margin: 0; padding: 0;
	border-top: 1px solid #252525; /*--Create bevel effect--*/
	border-bottom: 1px solid #444; /*--Create bevel effect--*/
	clear: both;
	width: 170px;
}
html ul.topnav li ul.subnav li a {
	float: left;
	width: 145px;
	background: #333 url(../images/dropdown_linkbg.gif) no-repeat 10px center;
	padding-left: 20px;
}
html ul.topnav li ul.subnav li a:hover { /*--Hover effect for subnav links--*/
	background: #222 url(../images/dropdown_linkbg.gif) no-repeat 10px center;
}



/* contact */
#contact-info{
	float:left;
	margin-left:0;
	margin-right:-440px;
	padding:0;
	width:350px;
}
#contact-form{
	float:left;
	padding:0;
	width:350px;
	margin-left:352px;
	padding-right:0;
}
#infoContent{
	margin-left: 20px;
	font-size: 12px;
	color: #3e4f79;
}

#contact-form input, #contact-form textarea{
	border: 1px solid #708090;
}

.subtittle{
	font-size: 1.4em;
	font-weight: bold;
	color: #4E659D;
}



/* Content mitad y mitad */
#content-left{
	float:left;
	margin-left:0;
	margin-right:-440px;
	padding:0;
	width:350px;
}
#content-right{
	float:left;
	padding:0;
	width:350px;
	margin-left:352px;
	padding-right:0;
}

/* Content complete*/

#content-complete{
	width: 100%;
}

#content-info{
	margin: 25px;
}

/* Content 3 partes */
#content-reserve-left {
	background-color: transparent;
	clear:inherit;
	float:left;
	margin: 2px 2px 2px 3px;
	padding-top:2px;
	width:195px;
}

#content-reserve-center{
	background-color: transparent;
	float:left;
	margin: 2px 2px 2px 2px;
	padding:0;
	position:relative;
	width:310px;
}
#content-reserve-right{
	background-color: transparent;
	float:left;
	margin: 2px 2px 2px 2px;
	padding-left:0;
	position:relative;
	width:232px;
}

/* Content 2 parts */
#content-tmp-reserve-left{
	/* clear:inherit; */
	float:left;
	margin: 2px 2px 2px 2px;
	padding-top:2px;
	width:210px;	
}

#content-tmp-reserve-right{
	float:left;
	margin: 2px 2px 2px 2px;
	padding-left:0;
	position:relative;
	width:532px;
	
}
/* Content 2 parts proportion */
#content-tmp0-reserve-left{
	background-color: transparent;
	float:left;
	margin: 2px 2px 2px 2px;
	padding-top:2px;
	width:300px;	
}

#content-tmp0-reserve-right{
	background-color: transparent;
	float:left;
	margin: 2px 2px 2px 2px;
	padding-left:0;
	width:442px;
	
}

.enl-simple{
	text-decoration: none;
}


/* promotion */
#botonera_inferior {
	background:url("../images/linea_punteada_horizontal.jpg") repeat-x scroll center top transparent;
	clear:both;
	padding-top:1px;
}

#botonera_inferior .bg_botonera {
	background:url("../images/bg_botonera_inferior.jpg") repeat-y scroll center top transparent;
	border-bottom:1px solid #FFFFFF;
	margin-top:10px;
}

.boton_ancho {
	color:#666666;
	display:inline;
	float:left;
	padding:5px;
	width:177px;
}

.img-position{
	text-align: center;
	height: 110px;
}



.clear_fix {
	clear:both;
	display:table;
	height:0;
	overflow:hidden;
	width:90%;
}
.titulo  {
font-size:1.2em;
font-weight:bold;
letter-spacing:-1px;
/* width:180px; */
}
.centrado {
text-align:center;
}
#promo-1{
	margin: 5px;
	margin-left: 5px;
	margin-bottom: 5px;
	margin-top: 5px;
	float:left;
	margin-right:-485px;
	padding:0;
	width:480px;
	
	
	
}
#promo-sub{
	margin-left: 490px;
	margin-top: 5px;
	margin-bottom: 5px;
	width: 254px;
	float: left;
	padding:0;
	margin-right: 5px;

}
.img-border-1{
	margin-bottom: 2px;
}
.img-border-2{
	margin-top: 2px;
}

#content-form-reserve{
	width: 290px;
	height: 262px;
	padding-top: 20px;
}

.fnd-reserve-form-1{
	background: transparent url("../images/fnd_reserve_1.gif") no-repeat scroll center top;
}

#content-form-reserve p.first{
	padding-top: 8px;
	padding-bottom: 2px; 
	/* margin:0px; */
/*	padding: 10px;
	margin-bottom: 5px;
	margin-top: 10px; */
}

#content-form-reserve p
  {
    margin: 1em 0 0.5em 15px;
    /* background-color: #00ff7f;	 */
  }

#form-reseve p{
	padding-top: 3px;
	padding-bottom: 1px; 
	margin:0px;
/*	padding: 10px;
	margin-bottom: 5px;
	margin-top: 10px; */
}

#form-reseve label{
	display:inline-block;
	line-height: 25px;
	margin-left: 15px;
	text-align: left;
	vertical-align:top;
	font-weight: bold;
	width:300px;
}
#form-reseve input, #form-reseve select, #form-reseve textarea{
	display:inline-block;
	/* line-height: 20px; */
	margin-left: 15px;
	text-align: left;
	vertical-align:top;
	border:1px solid #333333;
	/* width: 286px; */
}
#form-reseve input.input-cell{
	display:inline-block;
	/* line-height: 20px; */
	margin-left: 15px;
	text-align: left;
	vertical-align:top;
	border: 1px solid #696969;
	width: 286px; 
}
#form-reseve input.error-cell{
	display:inline-block;
	/* line-height: 20px; */
	margin-left: 15px;
	text-align: left;
	vertical-align:top;
	border: 1px solid red;
	 width: 286px; 
}

#form-reseve p.final{
	text-align: right;
	padding-top:7px;
	float:left;
	
}
#form-reseve input.submit{
	border: none;
	margin-right: 30px;
	width: auto;
}
.cars-select{
	float: left;
	height: 140px; 
	width: 133px;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 15px;
}
.item-tittle{
	font-weight: bold;
	color: #4E659D;	
	height: 40px;
}
.item-price{
	font-weight: normal;
	color: #ff8c00;
}
.reserve-info{
	margin-top: 20px;
	float: left;
	width: 100%;
}
#reserve-content-left{
	width: 90%;
	margin-left: 10px;
}
.margin-reserve-content{
	width: 90%;
	margin-left: 10px;
}


#reserve-table tr td div{
	font-size: 12px;
	padding: 4px;
}
#content-inner2, # content-reserve{
	width: 100%;
}
.clear-block{
	clear: both	
}

/* vehicles style */

#content-vehicle-left  {
	background-color:transparent;
	float:left;
	margin:2px;
	padding-top:2px;
	width:250px;
}
#content-vehicle-right  {
	background-color:transparent;
	float:left;
	margin:2px;
	padding-left:0;
	width:442px;
}


/* form OK */
#content-complete-reserve{

}

#content-complete-reserve div{
	margin: 5px 25px 5px 25px;
	font-size: 14px;
	width: 400px;
}

#logo-formulary{
	width: 240px;
	float: right;
}

#content-complete-reserve div#logo-formulary{
	width: 240px;
}

#field-print{
	margin-left:auto;
	margin-right: auto;
	text-align: center;
	clear: both;
}

#field-print a{
	color: #4e659d;
	font-weight: bold; 
}
#content-form-reserve p{
	margin-left: 15px;
}

.title-reserve{
	/* width: 100px; */
	float:left;
/*	clear: both;
	display: block; */
	line-height:18px;
	width: 120px;
	/* clear:inherit; */
}

.rpta-reserve{
	text-align: right;
	margin-right: 0px;
	width: 85px;
	float: right;
	/* position: relative; */
}
.resize-cell{
	width: 67px;
}
.line-up{
	border-top: 1px solid #708090;
}

#content-list-reserve-print{
	background-color:transparent;
	float:left;
	margin:2px;
	padding-left:0;
	position:relative;
	width:310px;
}


#tooltip.pretty {
	font-family: Arial;
	border: 1px solid orange;
	width: 322px; 
	padding:10px;
	/*height: 135px; */
	opacity: 0.9;
	/* background: url('../images/shadow.png'); */
	background-color: white;
}
#tooltip.pretty h3 {
	margin-bottom: 0.75em;
	font-size: 12pt;
	/* width: 220px; */
	text-align: center;
}

#tooltip div{
	font-size: 12px;
		
}

#tooltip .body{
	background-color: lime;
}


#tooltip .tooltip-image{
	width: 180px;
	background-color: transparent;
	float: left;
}

#tooltip .tooltip-info{
	float: left;
	background-color: transparent;
	width: 138px;
	margin-left: 4px; 
	line-height: 14px;
}

.position-emp{
	float: left;
	margin: 1px;
}

#home-oficinas{
background: transparent url("../images/home_fnd.png") no-repeat scroll center top;
	width: 439px;
	height: 109px;
}

#home-oficinas img{
	margin-left: 237px;
	margin-top: 8px;
}

#infoContent a{	
	font-weight: bold;
}
#footer #footer-inner .block-defin{
	margin-bottom: 2px;
}
#info-address{
	margin:auto;
	width:750px;
	text-align: center;
	color: #494949;
}
#info-address div, #info-address div a{
	margin-top:5px;
	font-size: 13px;
	line-height: 1.2em;
	color: #383838;

}
#info-address div a{
font-weight: bold;
}
#info-address div a:hover{
	color: #ff8c00;
}

.class-igv, .class-igv a{
  font-size: 10px;
}

.img-seguros{
	height: 80px;
}

/* messages form */
div.messages, div.preview {
    background-color: #FFFFFF;
    background-position: 10px 50%;
    background-repeat: no-repeat;
    border: 1px solid;
    font-weight: normal;
    margin: 10px 0;
    /* padding: 5px 10px 5px 50px; */
    padding-bottom: 5px;
    padding-top: 10px;
    text-align: center;
}
div.ok {
    background-color: #DDFFDD;
    border: 1px solid #00AA00;
}
div.error, tr.error {
    background-color: #FFCCCC;
    color: #A30000;
}

#webForm spam{
	margin-left: 5px;
	color: red;
}

.reserva-text-align{
	margin-left: 20px;
}
