* {
  margin: 0;
  padding: 0;
}
body {
  font-family: "Trebuchet MS", "MS Trebuchet", Arial, Helvetica, sans-serif;
  color: #36353B;
	font-size: 12px;
	text-align: center;
	background: url(images/body.jpg) repeat-y center;
	padding-top: 20px;
}
body.iframe {
  text-align: left;
  padding: 0px 40px;
}

p, li, td {
  font-size: 14px;
}
p {
  line-height: 1.2em;
}
a {
  text-decoration: none;
	color: #100919;
}

a:hover {
  
}

ul {
  list-style: none;
}
img {
  border: 0;
}
ul.inline li {
	float: left;
}
ul.inline li a {
	display: block;
	float: left;
}
div#content ul {
	padding-left: 1em;
}
div#content ul li {
	list-style: disc outside;
}
/* clases comunes */
div.clear {
  clear:both;
  display:block;
  height:0px;
  margin:0; padding:0;
  overflow:hidden;
  font-size:0px;
}
.float {
	float: left;
	margin-right: 20px;
}
.floatRight {
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;
}
.floatLeft {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}
div.marg_l {
	margin-left: 30px;
}
p.label {
	color: #666;
	font-weight: bold;
	margin-top: 10px;
}
.noMargin {
	margin: 0 0 0 0;
	margin-top: 0;
	margin-bottom: 0;
}
.marginTop {
	margin-top: 1em;
}
.marginTopLite {
	margin-top: .5em;
}
.marginBottom {
	margin-bottom: 1em;
}
.no_margin_left {
	margin-left: 0;
}
.marginRight {
  margin-right: 10px;
}

.tooltip span.top{
  padding: 8px 8px 0 8px;
  width: 200px;
  background: url(images/bt.gif) no-repeat top
}

.tooltip b.bottom{
  padding:3px 8px 15px;
  color: #548912;
  background: url(images/bt.gif) no-repeat bottom
}
div.admin {
  position: fixed;
  top: 0;
  left: 0;
  font-family: "Trebuchet MS", "MS Trebuchet", Arial, Helvetica, sans-serif;
  font-weight: bold;
  padding: 7px 20px;
  width: 100%;
  height: 10px;
  background: #000;
  -moz-opacity: 0.4;
	opacity: .40;
	filter: alpha(opacity=40);
}
div.admin a {
  color: #fff;
}

/** ************* */
/** Medidas */
/** ************* */
div#body {
  background: #fff url(images/body_med.jpg) repeat-y center;
}
div#wrapper,
div#foot {
  margin: 0 auto;
  width: 960px;
}
div#wrapper {
  background: url(images/body_top.jpg) no-repeat top;
  text-align: left;
  padding: 20px 20px 0px 20px;
}
div#foot {
  background: url(images/body_bot.jpg) no-repeat left bottom;
  height: 55px;
  padding: 0px 20px;
}
div#header {
  height: 168px;
  background: url(images/header_es.jpg) no-repeat bottom;
  position: relative;
}
body#en div#header {
  background: url(images/header_en.jpg) no-repeat bottom;
}
div#header_flash {
}
/** ************* */
/** Menus */
/** ************* */
div#navlangs {
  position: absolute;
  width: 70px;
  height: 30px;
  top: 100px;
  right: 0;
  z-index: 2;
}
div#navlangs li a {
  font-size: 16px;
  color: #888888;
}
div#navmain {
  position: absolute;
  width: 530px;
  height: 20px;
  top: 140px;
  right: 0;
}
div#navmain li {
  float: left;
}
div#navmain li a {
  display: block;
  float: left;
  font-size: 16px;
  padding: 0 50px;
  color: #0144AF;
  background: url(images/nav_sep.gif) no-repeat right;
}
div#navmain li.last a {
  padding: 0 0 0 50px;
  background: none;
}
div#navbot {
  margin-top: 12px;
}
div#info {
  margin-top: 11px;
}
div#navbot {
  float: left;
  width: 300px;
  margin-left: 30px;
}
div#navbot li {
  float: left;
  padding: 0 10px;
  border-right: 2px solid #777578;
}

div#navbot li.last {
  border: none;
}
div#navbot li a {
  display: block;
  float: left;
  font-size: 14px;
  font-weight: bold;
  font-family: Georgia, Times, serif;
  color: #777;
}
div#navbot li#nav_enlaces a {
  color: #0144AF;
}
div#info {
  float: left;
  width: 590px;
}
div#info p {
  font-size: 14px;
}
div#info p span {
  display: block;
  float: left;
  padding: 0 10px;
  border-right: 2px solid #0144AF;
}
div#info p span.last {
  border: none;
}

/* Logo */
div#logo {
  position: absolute;
  width: 120px;
  height: 110px;
  top: 10px;
  left: 30px;
}
div#logo a {
  display: block;
  width: 120px;
  height: 110px;
}

/** ************* */
/** Páginas */
/** ************* */
div.fullpage {
  padding: 34px;
}
div.fullpage h1 {
  margin-bottom: 1em;
}
div.fullpage ol {
  margin-left: 2em;
}
div.custom_photo {
  float: left;
  width: 600px;
  height: 520px;
}
div.custom_form {
  background: url(images/contacto.jpg) no-repeat;
}
body.servicios div.custom_photo {
  height: 612px;
}
body.servicios div.custom_photo {
  *height: 692px;
}
body.contacto div.custom_photo {
  height: 180px;
  *height: 580px;
}
body.inicio div.custom_photo {
  background: url(images/mercedes_home.jpg) no-repeat;
}
body.servicios div.custom_photo {
  background: url(images/servicios.jpg) no-repeat;
}
body.contacto div.custom_photo {
  background: url(images/contacto.jpg) no-repeat;
}
div.custom_content {
  float: left;
  border-left: 8px solid #fff;
  border-top: 8px solid #fff;
  border-bottom: 8px solid #fff;
  width: 352px;
  height: 504px;
}
div#content div.services ul li,
div#content div.services p {
  font-size: 12px;
}
body.inicio div.custom_content,
body.servicios div.custom_content {
  background: url(images/texture.jpg);
}
body.servicios div.custom_content {
  height: 550px;
}
body.contacto div.custom_content {
  height: auto;
  min-height: 400px;
  *height: 400px;
  background: #E6E6E6;
}
div.custom_text {
  border-top: 8px solid #fff;
  border-bottom: 8px solid #fff;
  background: #E6E6E6;
  padding: 20px;
}
div.custom_content h1,
div.flota_content h1 {
  color: #4D4D4F;
  font-size: 22px;
  border-bottom: 1px solid #4D4D4F;
  margin-bottom: .5em;
}
body.servicios div.custom_content h1 {
  font-size: 15px;
}
div.custom_text p {
  margin-bottom: .7em;
}
div.custom_text strong {
  font-weight: bold;
  text-transform: uppercase;
}
/* Vertical align */
body.inicio div.custom_content  {
  display: table; 
  #position: relative; 
  overflow: hidden; 
}
body.inicio div.custom_text_cont {
  #position: absolute; 
  #top: 50%;  
  display: table-cell; 
  vertical-align: middle;
}
body.inicio div.custom_text {
  #position: relative; 
  #top: -50%;
}
div.custom_block {
  padding: 6px 20px;
  background: #DCDCDC;
  border-bottom: 8px solid #fff;
}
div.custom_block_blue {
  background: #DAE3F4;
}

/** Flota */
div.flota_wrapper {
  position: relative;
  width: 960px;
  height: 380px;
  overflow: hidden;
}
div#flota_container {
  position: absolute;
  width: 100000px;
}
div.flota {
  width: 960px;
  height: 380px;
  overflow: hidden;
  float: left;
  position: relative;
}
div.flota_info li,
div.flota_nav li {
  margin-bottom: 5px;
}
div.flota_photo {
  float: left;
  width: 717px;
  height: 380px;
  overflow: hidden;
}
ul.flota_thumbs {
  position: absolute;
  list-style: none;
}
div#vw_multivan ul.flota_thumbs,
div#caravelle ul.flota_thumbs {
  top: 10px;
  bottom: auto;
  left: auto;
  right: 250px;
}

div#content ul.flota_thumbs li {
  list-style: none;
  margin-bottom: 10px;
}
div#content ul.flota_thumbs li,
div#content ul.flota_thumbs li a {
  width: 94px;
  height: 50px;
}
ul.flota_thumbs li a {
  display: block;
  border: 2px solid #fff;
  padding: 0px;
}
ul.flota_thumbs li a.current_photo {
  -moz-opacity: 0.5;
	opacity:.40;
	filter: alpha(opacity=40);
	padding: 2;
	border: 0;
	display: none;
}

div.flota_content {
  float: left;
  width: 235px;
  border-left: 8px solid #fff;
  overflow: hidden;
}
div.flota_info,
div.flota_buttons {
  border-bottom: 8px solid #fff;
  padding: 10px 20px;
}
div.flota_info {
  background: #E6E6E6;
}
div#content div.flota_info ul li {
  padding-right: 80px;
  color: #000;
  font-size: 20px;
  list-style: none;
}
div#content div.flota_info ul li.asiento {
  background: url(images/asiento.gif) no-repeat 12px; 
  padding: 15px 80px 15px 0;
}
div#content div.flota_info ul li.maleta {
  background: url(images/maleta.gif) no-repeat 12px; 
  padding: 5px 90px 5px 0;
}
div#content div.flota_info ul li.maleta_2 {
  background: url(images/maleta.gif) no-repeat 22px; 
  padding: 5px 90px 5px 0;
}
div.flota_buttons {
  background: #E3E9F5;
}
div.flota_nav {
  background: url(images/flota_nav.jpg);
  padding: 10px 20px 40px 10px;
}
div#caravelle div.flota_nav {
  padding: 10px 20px;
}
div#content div.flota_buttons ul {
  margin: 0 30px;
}
div#content div.flota_buttons ul,
div#content div.flota_buttons li {
  list-style: none;
}
div.flota_buttons li {
  float: left;
  margin: 0 5px;
}
div.flota_buttons li a {
  display: block;
  float: left;
}
div.flota_buttons li.prev a,
div.flota_buttons li.next a {
  width: 13px;
  height: 12px;
  margin: 8px 5px;
}
div.flota_buttons li.prev a {
  background: url(images/flota_left.gif) no-repeat;
}
div.flota_buttons li.next a {
  background: url(images/flota_right.gif) no-repeat;
}
div.flota_buttons li.flota_buttons_logo {
  width: 26px;
  height: 27px;
  background: url(images/flota_logo.gif) no-repeat;
}

div.flota_nav li a,
div.flota_nav li {
  color: #fff;
}
div.flota_nav li.current a,
div.flota_nav li.current  {
  color: #CBCBCB;
}


/** ************* */
/** Form */
/** ************* */
div.form {
  padding: 20px 15px;
}
div.input_field {
	clear: both	;
	margin-bottom: 20px;
	min-height: 0;
	position: relative;
}
h3.legend {
  color: #005c46;
  font-size: 16px;
  font-weight: normal;
  padding-bottom: 5px;
  position: relative;
  text-align: left;
}
div.label {
	float: left;
	text-align: left;
	width: 120px;
	margin-right: 10px;
	display: inline;
	font-size: 12px;
	color: #535154;
}
div.input label {
	display: block;
	float: left;
	width: 70px;
}
div.input input {
  float: left;
  width: 230px;
  height: 20px;
  padding: 4px 9px;
  background: url(images/input.gif) no-repeat;
  border: none;
}
textarea.text {
  font-family: "Trebuchet MS", "MS Trebuchet", Arial, Helvetica, sans-serif;
  font-size: 13px;
  background: url(images/textarea.gif) no-repeat;
  width: 300px;
  height: 100px;
  padding: 4px 4px;
  border: none;
}
input.checkbox {
  margin-right: 4px;
}
div.button_a {
  text-align: center;
  margin-top: 10px;
}
div.button_a button {
  background: url(images/send.gif) no-repeat;
  width: 92px;
  padding: 0px 5px 2px 2px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  border: none;
}

div.validation-advice,
div.error-message {
  color:#990000;
  font-weight:bold;
  clear: both;
	
}
.cake-stack-trace,
.cake-debug {
	background: #000;
	padding: 40px;
	clear: both;
	z-index: 4000;
	text-align: left;
	border: 2px solid #ccc;
	color: #fff;
	margin: 0 20px;
}
.cake-debug {
	z-index: 5000;
	margin-bottom: 20px;
	padding: 10px;
}
.cake-stack-trace a {
	text-decoration: underline;
}
.cake-stack-trace a:hover {
	color: #fff;
}
.cake-sql-log {
	width: 80%;
	margin: 0 auto;
}
.cake-sql-log th {
	font-size: 12px;
}
.cake-sql-log td {
	font-size: 11px;
	color: #000;
	border: 1px solid #ccc;
	padding: 4px;
	background: #fff;
	text-align: left;
}
