/* estilos generales*/

body {
	margin:0;
	padding:0;
	font-size:13px;
	font-family: 'CircularStd-Book';
	color: #696864;
	background: #e5e7ea;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
/*For IE 6/7 only*/
.clearfix {
    *zoom: 1;
}
img {
	max-width: 100%;
	width: auto;
	height: auto;
}

/*IMAGENES*/
.imagenCh{ margin-right:9px; margin-bottom:6px;}
.imagenIz{ margin-right:15px; margin-bottom:10px;}
.imagenDer{ margin-left:15px; margin-bottom:10px;}
.imagenCen{ margin-right:0px; margin-bottom:15px;}

/*////////////////////////////////////*/
/*ESTILOS COMUNES*/
/*////////////////////////////////////*/
.der {float: right;}
.izq {float: left;}
.fijar {position: relative;}
.no-margin {margin: 0 !important;}
.padding-bot-lg {padding-bottom: 50px;}
.padding-bot-md, .padding-bot {padding-bottom: 20px;}
.padding-bot-sm {padding-bottom: 15px;}
.padding-bot-xs {padding-bottom: 5px;}
.padding-der-lg {padding-right: 30px;}
.padding-der-md, .padding-der {padding-right: 20px;}
.padding-der-sm {padding-right: 10px;}
.padding-der-xs {padding-right: 5px;}
.padding-izq-lg {padding-left: 30px;}
.padding-izq-md, .padding-izq {padding-left: 20px;}
.padding-izq-sm {padding-left: 10px;}
.padding-izq-xs {padding-left: 5px;}
.padding-lg {padding: 30px;}
.padding-md, .padding {padding: 20px;}
.padding-sm {padding: 15px;}
.padding-top-lg {padding-top: 30px;}
.padding-top-md, .padding-top {padding-top: 20px;}
.padding-top-sm {padding-top: 10px;}
.padding-top-xs {padding-top: 5px;}
.padding-xs {padding: 5px;}
.padding-top-0 {padding-top: 0;}
.padding-left-0 {padding-left: 0;}
.padding-right-0 {padding-right: 0;}
.padding-bottom-0 {padding-bottom: 0;}
.pointer {cursor: pointer;}
.salto {clear: both;}
.text-center {text-align: center;}
.text-left {text-align: left;}
.text-right {text-align: right;}
.spa-bot-lg {margin-bottom: 50px;}
.spa-bot {margin-bottom: 20px;}
.spa-bot-md {margin-bottom: 35px;}
.spa-bot-sm {margin-bottom: 15px;}
.spa-bot-xs {margin-bottom: 5px;}
.spa-der-lg {margin-right: 30px;}
.spa-der {margin-right: 20px;}
.spa-der-md {margin-right: 35px;}
.spa-der-sm {margin-right: 10px;}
.spa-der-xs {margin-right: 5px;}
.spa-izq-lg {margin-left: 30px;}
.spa-izq {margin-left: 20px;}
.spa-izq-md {margin-left: 35px;}
.spa-izq-sm {margin-left: 10px;}
.spa-izq-xs {margin-left: 5px;}
.spa-top-lg {margin-top: 30px;}
.spa-top {margin-top: 20px;}
.spa-top-md {margin-top: 35px;}
.spa-top-sm {margin-top: 10px;}
.spa-top-xs {margin-top: 5px;}
.valign-bot {vertical-align: bottom;}
.valign-medio {vertical-align: middle;}
.valign-sub {vertical-align: sub;}
.valign-top {vertical-align: top;}
.valign-text-bottom {vertical-align: text-bottom;}
.relative {position: relative;}
.position {position: absolute;}
.position-top-right {top: 0;right: 0;}
.position-right {right: 0;}
.position-top-left {top: 0;left: 0;}
.position-bottom-right {bottom: 0;right: 0;}
.position-bottom-left {bottom: 0;left: 0;}
.may {text-transform: uppercase;}
.hidden {display: none;}
.visible {display: block;}
.overflow-hidden {overflow: hidden;}
.visible-xs {display: none !important;}
.medio {width: 48%;}
.mitad {width: 48%;}
.img-margin-0 img {margin: 0;}

hr.linea_01 {
    border: 0;
    height: 1px;
    background: #e5e8eb;
}
hr.linea_02 {
    border: 0;
    height: 1px;
    background: #1572AC;
}
hr.linea_03 {
    border: 0;
    height: 1px;
    background: #d3d9df;
}

img{border:0px;}
form{margin:0px;}

h1,.tituloh1 {
	font-size: 36px;
	line-height: 28px;
}
h2,.tituloh2 {
	margin-top: 0;
	color: #171717;
	font-size: 24px;
	line-height: 24px;
}
h2.icon,.tituloh2.icon {
	padding: 14px 0;
	padding-left: 50px;
	background-repeat: no-repeat;
	background-position: center left;
}
h2.icon.video,.tituloh2.icon.video {
	background-image:url(/../img/icon_video.png);
}
h2.icon.fotos,.tituloh2.icon.fotos {
	background-image:url(/../img/icon_fotos.png);
}
h2.icon.relacionados,.tituloh2.icon.relacionados {
	background-image:url(/../img/icon_relacionados.png);
}
h2.icon.descargas,.tituloh2.icon.descargas {
	background-image:url(/../img/icon_descargas.png);
}
h2.icon.links,.tituloh2.icon.links {
	background-image:url(/../img/icon_links.png);
}
h3,.tituloh3 {
	margin-top: 0;
	color: #313131;
	font-size: 14px;
}

a:link {color: #005e92; text-decoration:none;}
a:active {color: #005e92; text-decoration:none;}
a:visited {color: #005e92; text-decoration:none;}
a:hover {color: #00324c; text-decoration:underline}

.link {
	color: #005e92;
	font-size: 15px;
}

.link.vinietas {
	padding-left: 15px;
	background:url(/../img/icon_vinieta_04.png) left 3px no-repeat;
}

/*FONDOS*/
.box-blanco {background-color: #FFFFFF;}
.box-gris {background-color: #eff1f2;}

/*COLORES TEXTOS*/
.color-negro {color: #313131;}
.color-primario {color: #2588c7;}

/* BORDES */
.borde-top {border-top: solid 1px #BBBCC0;}


/*////////////////////////////////////////////////////////////////////*/
/* ALERTAS */
/*////////////////////////////////////////////////////////////////////*/
.alert {
	position: relative;
	padding: 15px;
	margin-bottom: 15px;
	padding-left: 85px;
	font-size: 14px;
	color: #6b6b6b;
	background-color: #f9f9f9;
	border: 2px solid #dddddd;
}
.alert.alert-padding-sm {
	padding: 10px;
	padding-left: 65px;
}
.alert::before {
	content: '';
	display: block;
	position: absolute;
	color: #FFFFFF;
	font-size: 21px;
	text-align: center;
	line-height: 55px;
	width: 70px;
	height: 100%;
	height: calc(100% + 4px);
	top: -2px;
	left: -1px;
	background-image: url(/../img/icon_info_02.png);
	background-position: center 10px;
	background-repeat: no-repeat;
}
.alert-success::before {
	background-color: #5cd83d;
}
.alert-success {
	border: 2px solid #5cd83d;
}
.alert-info::before {
	background-color: #0F7CC1;
}
.alert-info {
	border: 2px solid #0F7CC1;
}
.alert-warning::before {
	background-color: #DCB31C;
}
.alert-warning {
	border: 2px solid #DCB31C;
}
.alert-danger::before {
	background-color: #e64823;
}
.alert-danger {
	border: 2px solid #e64823;
}

/*MENSAJES*/
.mensaje-alerta {
	position: relative;
	padding: 15px;
	color: #5e5e5e;
	font-size: 13px;
	line-height: 18px;
	border: 2px solid #0f7cc1;
	border-radius: 2px;
}
.mensaje-alerta a {
	color: #0f7cc1;
}
.mensaje-alerta p {
	margin-top: 0;
}
.mensaje-alerta::before {
	content: '';
	display: block;
	position: absolute;
	font-size: 21px;
	text-align: center;
	line-height: 55px;
	width: 28px;
	height: 28px;
    top: -12px;
    left: -12px;
	border-radius: 50%;
	background-image: url(/../img/icon_info_01.png);
	background-position: center;
	background-repeat: no-repeat;
	background-color: #0f7cc1;
}

/* MENSAJE PHP */
.mensaje_include {
	margin-bottom: 150px;
}

/*////////////////*/

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee;
}
blockquote .small, blockquote footer, blockquote small {
    display: block;
    font-size: 80%;
    line-height: 1.42857143;
    color: #777;
}

/*////////////////*/

abbr[data-original-title], abbr[title] {
    cursor: help;
    border-bottom: 1px dotted #777;
}

/* ///////////////////////////////
   ////////// Maquetado //////////
   /////////////////////////////// */

div.maq_cabezal{
	width:100%;
	margin:0;
	padding:0;
}

div.cont_cabezal {
	margin-bottom: 40px;
    background-color: #fff;
}
div.cont_cabezal.smarg {
	margin-bottom: 0px;
}

div.cabezal_sup {
	padding: 20px 0 15px 0;
}

div.logo{
}

.sb-toggle-left {
	display: none;
	position: relative;
    width: 38px;
    height: 28px;
    margin-top: 7px;
	list-style-type: none;
	background-image: url(/../img/icon_menu_resp_01.png);
	background-repeat: no-repeat;
	background-position: top center;
	z-index: 2;
	-webkit-transition: all 0.15s linear;
	-moz-transition: all 0.15s linear;
	-ms-transition: all 0.15s linear;
	-o-transition: all 0.15s linear;
	transition: all 0.15s linear;
}

div.cabezal_sup_cont{
	margin: 0;
	padding: 0;
}

div.barra_sup_cont{
}

div.barra_sup_menu{
	padding:6px 15px 7px;
}

div.barra_sup_menu_item{
	float:left;
	border-left:1px solid #FFFFFF;
	font-weight:normal;
	font-size:11px;
	margin-left:13px;
	padding-left:12px;
	height:15px;
	line-height:15px;
}

div.barra_sup_menu_item_first{
	float:left;
	font-weight:normal;
	font-size:11px;
	height:15px;
	line-height:15px;
}

a.barra_sup_menu_link:link {color: #ffffff; text-decoration:none;}
a.barra_sup_menu_link:active {color: #ffffff; text-decoration:none;}
a.barra_sup_menu_link:visited {color: #ffffff; text-decoration:none;}
a.barra_sup_menu_link:hover {color: #ffffff; text-decoration:underline;}

img.barra_sup_img{
	float:left;
	margin:1px 5px 4px 0;
}

div.cabezal_menu {
	margin-top: 11px;
}

div.cabezal_menu_item{
	margin:2px 0 6px 10px;
	float:left;
	padding-left: 28px;
	font-size: 14px;
}
div.cabezal_menu_item.borde {
    border-left: 1px solid #e6e6e6;
    padding-left: 21px;
    margin-left: 26px;
}

a.cabezal_menu_link:link {color: #6f6f6f; text-decoration:none;}
a.cabezal_menu_link:active {color: #6f6f6f; text-decoration:none;}
a.cabezal_menu_link:visited {color: #6f6f6f; text-decoration:none;}
a.cabezal_menu_link:hover {color: #6f6f6f; text-decoration:underline;}

/*/////////////////////////////////*/
/* MENU - HORIZONTAL */
/*/////////////////////////////////*/
div.cont_menu_horizontal {
	font-size: 14px;
	background-color: #0f7cc1;
}
div.cont_menu_horizontal a {
	display: inline-block;
	color: #fff;
}
ul.menu {
	padding: 0;
	max-width: 1150px;
	position: relative;
	margin:0 auto;
}
ul.menu li {
	list-style-type: none;
}
ul.menu > li {
	display: inline-block;
	margin: 5px -5px 6px 29px;
}
ul.menu > li > a {
	padding: 10px;
	border-radius: 4px;
	line-height: 10px;
	-webkit-transition: all .15s linear;
	-moz-transition: all .15s linear;
	-ms-transition: all .15s linear;
	-o-transition: all .15s linear;
	transition: all .15s linear;
}
ul.menu > li > a:hover, ul.menu > li:hover > a {
	background-color: #4ca0d5;
}
ul.submenu {
	position: absolute;
	width: 250px;
	padding: 24px 23px;
	opacity: 0;
	visibility: hidden;
	z-index: 2;
	background-color: #0f7cc1;
	border-radius: 4px;
	-webkit-transition: all .15s linear;
	-moz-transition: all .15s linear;
	-ms-transition: all .15s linear;
	-o-transition: all .15s linear;
	transition: all .15s linear;
}
ul.submenu li {
	margin-bottom: 13px;
}
ul.submenu li:last-child {
	margin-bottom: 0;
}
ul.menu > li:hover ul.submenu {
	opacity: 1;
	visibility: visible;
}
/*/////////////////////////////////*/
/* MENU - HORIZONTAL - RESPONSIVE */
/*/////////////////////////////////*/
ul.menu.resp {
    margin: 20px;
}
ul.menu.resp li {
	display: block;
	position: relative;
}
ul.menu.resp > li > a {
	display: block;	
}
ul.submenu.resp {
	display: none;
	position: static;
	opacity: 1;
	visibility: visible;
	width: auto;
	padding: 10px 15px;
	clear: both;
	transition: none;
}
ul.submenu.resp li {
	position: relative;
	padding-left: 14px;
}
ul.submenu.resp li:before {
	content: '-';
	display: block;
	position: absolute;
	left: 0;
	color: #FFFFFF;
}
img.icon-menu {
	position: absolute;
	right: 0;
	top: 0;
	padding: 8px 0;
	transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-webkit-transition: all .15s linear;
	-moz-transition: all .15s linear;
	-ms-transition: all .15s linear;
	-o-transition: all .15s linear;
	transition: all .15s linear;
}
img.icon-menu.on {
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
}

/*/////////////////*/

/*/////////////////*/
/*SLIDER ZONA A*/
/*/////////////////*/
#slides {
	height: 670px;
}

.cont_texto_slider {
	padding-top: 189px;
	top: 0;
	left: 0;
	right: 0;
	color: #FFFFFF;
	z-index: 2;
	width: 100%\9\0; /*FIX EXPLORER I9*/
}
@media all and (-ms-high-contrast:none) {
	/*FIX EXPLORER 10*/
	.cont_texto_slider {
		width: 100%;
	}
	*::-ms-backdrop, .cont_texto_slider {
		width: 100%;
	}
}

.cont_texto_slider h2 {
	margin: 0;
	margin-bottom: 2px;
	color: #FFFFFF;
	font-size: 55px;
	letter-spacing: 1px;
    line-height: 66px;
	text-shadow: 0px 0px 16px rgba(0,0,0,0.16);
}
.cont_texto_slider p {
	font-size: 24px;
	margin: 0;
	line-height: 25px;
}

/*/////////////////*/

/*/////////////////*/
/*SLIDER ZONA A*/
/*/////////////////*/
ul.carrousel {
	padding: 0;
}
.carrousel li {
	list-style-type: none;
	/*margin-right: 20px;*/
}

/*/////////////////*/

div.maq_cuerpo{
	max-width: 1150px;
	margin: 0 auto;
}

div.maq_cont {
	max-width: 1150px;
}

div.cont_reservas {
	max-width: 1150px;
    margin: 0 auto;
	bottom: 20px;
	left: 0;
	right: 0;
	z-index: 2;
	width: 100%\9\0; /*FIX EXPLORER I9*/
}

@media all and (-ms-high-contrast:none) {
	/*FIX EXPLORER I10*/
	*::-ms-backdrop, div.cont_reservas {
		width: 100%;
	}
	*::-ms-backdrop, div.cont_reservas .reservas_bg {
		width: 1150px;
		margin: 0 auto;
	}
}

/*FORMULARIO DE RESERVAS*/
div.reservas_bg .cont_col_1 {
	float: left;
	width: 150px;
}
div.reservas_bg .cont_col_2 {
	margin-right: 17px;
	float: left;
	width: 463px;
}
div.reservas_bg .cont_col_2 .col_1 {
	margin-right: -1px;
	width: 120px;
}
div.reservas_bg .cont_col_2 .col_2 {
	margin-right: -1px;
	width: 107px;
}
div.reservas_bg .cont_col_2 .col_3 {
	width: 238px;
}
div.reservas_bg input, div.reservas_bg select {
	font-size: 14px;
}
div.reservas_bg input:focus, div.reservas_bg select:focus {
	outline: none;
}

div.reservas_tit{
	font-size: 24px;
	color: #fffefe;
    font-weight: bolder;
    letter-spacing: 1px;
}

div.reservas_tit4{
	background:url(/../img/reservas_tit4.png) no-repeat;
	width:238px;
	height:30px;
	font-weight:bold;
	font-size:13px;
	color:#fffefe;
	text-transform: uppercase;
	line-height: 30px;
	padding-left: 50px;
	cursor:default;
	margin-bottom:6px;
}

div.reservas_tit2{
	color: #0f7cc1;
	font-weight: bold;
	font-size: 15px;
	margin-bottom: 10px;
}

div.reservas_tit3{
	color:#3f3f3f;
	font-weight:bold;
	font-size:13px;
	margin-bottom:10px;
	margin-right:10px;
	text-align:left;
	float: left;
	clear: both;
	line-height:23px;
}

.tit_reserv {
	margin-top: 0;
	color: #0f7cc1;
}

img.calendario {
	top: calc(50% - 9px);
	right: 8px;
}

div.reservas_txt{
	color:#3f3f3f;
	font-weight:normal;
	font-size:13px;
	margin-bottom:10px;
	margin-right:10px;
	text-align:left;
	float: left;
	clear: both;
	line-height: 23px;
}

div.reservas_btn{
	background:url(/../img/reservas_btn.png) no-repeat;
	cursor:pointer;
	height:30px;
	line-height:30px;
	text-align:center;
	font-weight:bold;
	color:#ffffff;
	font-size:13px;
	float:right;
	clear:both;
}

div.reservas_btn:hover{
	background:url(/../img/reservas_btn_hov.png) no-repeat;
}

/*/////////////*/

.codigo_form {
    padding-right: 84px;
}
.img_codigo {
    position: absolute;
    top: 0;
    right: 0;
}

/*/////////////*/

div.portada_b_tit{
	color: #0f7cc1;
	font-weight: bold;
	font-size: 20px;
	text-align: center;
	margin-bottom: 18px;
}

div.portada_b_txt{
	color: #737373;
	font-size: 14px;
	text-align: center;
	line-height: 16px;
	margin:15px 0;
}

div.portada_b_amp{
	background:url(/../img/portada_b_btn.png) no-repeat;
	width:74px;
	height:22px;
	line-height:22px;
	text-align:center;
	color:#ffffff;
	font-weight:normal;
	font-size:12px;
	text-transform:uppercase;
	float:left;
}

div.portada_b_amp:hover{
	background:url(/../img/portada_b_btn_hov.png) no-repeat;
}

a.portada_b_link:link{color:#ffffff;text-decoration:none;margin:0 auto;display:block;width:74px;height:22px;}
a.portada_b_link:active{color:#ffffff;text-decoration:none;margin:0 auto;display:block;width:74px;height:22px;}
a.portada_b_link:visited{color:#ffffff;text-decoration:none;margin:0 auto;display:block;width:74px;height:22px;}
a.portada_b_link:hover{color:#ffffff;text-decoration:none;margin:0 auto;display:block;width:74px;height:22px;}


/*FORMULARIO*/

/*GENERALES*/
input {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}

input[type=submit], input[type=button], input[type=search] {
  padding: 9px 20px;
  background-color: #ffffff;
  border: 1px solid #dcdcdc;
  transition: all .2s;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  appearance:button;
  -moz-appearance:button; /* Firefox */
  -webkit-appearance:button; /* Safari and Chrome */
}
input[type=submit]:hover, input[type=button]:hover, input[type=search]:hover {
  background-color: #F5F5F5;
}
input[type=submit]:focus, input[type=button]:focus, input[type=search]:focus {
  box-shadow: inset 1px 1px 2px 1px #E5E5E5;
  background-color: #FCFCFC;
}

/*//////////////////////*/
/*ESTILOS FORMULARIOS*/
/*//////////////////////*/
input[type='text'],
input[type='password'],
input[type='file'],
select,
textarea {
  width: 100%;
  height: 45px;
  padding: 5px 12px;
  color: #909090;
  border: 1px solid #e1e1e1;
  border-radius: 0px;  
}
textarea {
	height: 80px;
    resize: vertical;
	font-family: 'CircularStd-Book';
}

input[type='text']:focus,
input[type='password']:focus,
input[type='file']:focus,
select:focus,
textarea:focus {
    outline-color: #0f7cc1; 
}

input::-webkit-input-placeholder { 
    color: #f88ec5;
    opacity: 1 !important;
}
input::-webkit-input-placeholder, select::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #f88ec5;
}
input:-moz-placeholder, select:-moz-placeholder, textarea:-moz-placeholder {
    color: #f88ec5;
    opacity: 1 !important;
}
input:-ms-input-placeholder , select:-ms-input-placeholder, textarea:-ms-input-placeholder { 
    color: #f88ec5;
}

/*//////////////////*/
/* FORMULARIOS FORM */
/*//////////////////*/
.form-col-2:first-child {
	width: 30%;
	float: left;
}
.form-col-2:last-child {
	width: 70%;
	float: right;
}
.form-col-2.label {
	margin-top: 12px;
	color: #454545;
	font-size: 14px;
	font-weight: 300;
	line-height: 24px;
}

.form-col-3 {
	float: left;
	margin-right: 3%;
	width: 18%;
}
.form-col-3:last-child {
	float: right;
	margin-right: 0;
}
.form-col-3:first-child {
}

/* OBLIGATORIO */
.obligatorio {
	top: 55%;
	line-height: 0;
}

/*//////*/

td.td-formulario  { vertical-align:top;}

table.formulario2  { 
	background-color:#ffffff;
	border:1px #0b4575 solid;
	margin:5px;
	padding:0px;
	padding-bottom:5px;
	padding-top:5px;}
		
td.titulo-form2  {
	font-size:11px; color:#005e92; font-weight:bold; 
	padding:0px;
	padding-left:7px; 
	text-align:left; 
	}
	
td.texto-form2  { 
	padding:0px;
	color:#073f70;
	text-align:left;
	vertical-align:bottom;
	height:18px;
	padding-top:1px;
}
	
td.select-form2  { 
	padding:0px;
	text-align:right;
	vertical-align:bottom;
	height:18px;
	}
	
td.boton-form2  {
	padding:0px;
	vertical-align:bottom;
	padding-bottom:7px;
	text-align:right; 
	}
	
table.total {
	background-color:#FFFFFF;
	border:1px #ffffff solid;
	}
	
table.total2 {
	background-color:#FFFFFF;
	border:1px #ffffff solid;
	border-top:none;	
	}

td.iz  { 
	border-right-color:#FFFFFF; 
	border-right-style:solid; 
	border-right-width:1px;
	width:217px; 
	text-align:center;
	vertical-align:top;
	}

td.der  {
	width:540px; 
	text-align:center;
	vertical-align:top;
	}

td.der1  {
	width:340px; 
	text-align:center;
	vertical-align:top;
	}
	
td.der2  { border:0px;
	border-top:1px #ffffff solid;
	width:200px; 
	vertical-align:text-top
	}
	
table.cabezal  {
	width:540px; 
	background-image:url(../img/fondo_superior.gif);
	height:84px;
	vertical-align:top;
	}
	
td.td-superior  { 
	text-align:right; 
	padding-right:13px; 
	height:28px; 
	vertical-align:bottom;
	}

td.td-inferior  { 
	text-align:right; 
	padding-right:13px; 
	height:28px; 
	}
	
td.titulo-amarillo1  {
	font-size:15px; 
	color:#FFFFFF; 
	font-weight:bold;
	background-image:url(../img/fondo_tit_amarillo.gif);
	text-align:left; 
	padding-left:10px; 
	height:28px; 
	}
	
td.titulo-amarillo1_2  {
	font-size:11px; 
	color:#FFFFFF; 
	font-weight:bold;
	background-image:url(../img/fondo_tit_amarillo_2.gif);
	text-align:left; 
	padding-left:10px; 
	height:26px; 
	}
	
td.titulo-amarillo2  { 
	background-image:url(../img/fondo_tit_amarillo.gif);
	text-align:right; 
	padding-right:10px; 
	height:28px; 
	}	
	
td.titulo-1  {
	border-top:1px #ffffff solid;
	font-size:15px; 
	color:#FFFFFF; font-weight:bold;
	background-image:url(../img/fondo_pie.gif);
	text-align:left; 
	padding-left:10px; 
	height:29px; 
	}
	
div.titulo_login{
	background:#0F7CC1;
	padding-left:10px; 
	width:620px;
	height:30px;
	font-weight:bold;
	font-size:13px;
	color:#fffefe;
	text-transform:uppercase;
	line-height:30px;
	cursor:default;
	margin-bottom:6px;
	float:right;
	border-radius:4px;
}
	
div.texto_login{
	background:#e5e8eb;
	padding:5px 10px; 
	width:610px;
	height:30px;
	color: #3f3f3f;
	font-weight: normal;
	font-size: 13px;
	line-height:30px;
	cursor:default;
	margin-bottom:6px;
	float:right;
	border-radius:4px;
}

table.login{
	border: 1px solid #EBEBEB;
	border-radius: 4px;
	background: #F9F9F9;
	float:right;
}
	
.link-menu-sup:link {color: #fcf9f0; text-decoration:none;}
.link-menu-sup:active {color: #fcf9f0; text-decoration:none;}
.link-menu-sup:visited {color: #fcf9f0; text-decoration:none;}
.link-menu-sup:hover {color: #6b695a; text-decoration:none; }

td.menu-superior  {
	font-size:13px; 
	color:#FFFFFF; 
	font-weight:bold;
	text-align:left; 
	padding-left:14px; 
	height:18px; 
	padding-bottom:6px;
	}
	
td.cont-menu1  { 
	text-align:right; 
	padding-right:0px; 
	height:18px; 
	vertical-align:bottom;
	}	
		
td.cont-menu2  { 
	text-align:right; 
	padding-right:12px; 
	height:56px; 
	vertical-align:bottom;
	}	
	
.link-superior:link {color: #e8e8dc; text-decoration:underline;}
.link-superior:active {color: #e8e8dc; text-decoration:underline;}
.link-superior:visited {color: #e8e8dc; text-decoration:underline;}
.link-superior:hover {color: #ffffff; text-decoration:underline}


/*///////////////////////////*/
/*PIE*/
/*///////////////////////////*/
footer#pie {
	padding-top: 72px;
}

div.forms_pago_cont {
    margin-top: 6px;
    margin-right: 73px;
}

td.td-inferior  { 
	text-align:right; 
	padding-right:13px; 
	height:28px; 
	}
	
table.pie { 
	background:url(../img/fondo_pie.gif) repeat-x top #bfbcae;
	height:36px; 
	border:1px #ffffff solid;
	border-top:none;	
	}

td.pie-der { 
	text-align:right;
	height:36px;
	padding-right:12px;
	width:100px;
	}
	
td.pie-iz {
	padding-left:12px;
	text-align:left;
	height:25px;
	color:#e8e8dc;
	width:660px;
	}
	
.link-pie:link {color: #fcf9f0; text-decoration:underline;}
.link-pie:active {color: #fcf9f0; text-decoration:underline;}
.link-pie:visited {color: #fcf9f0; text-decoration:underline;}
.link-pie:hover {color: #ffffff; text-decoration:underline}

/*promociones*/
table.promociones  { 
	background-color:#f5f4ef;
	border:1px #ffffff solid;
	}
	
table.promociones_2  { 
	background-color:#efe9cf;
	border:1px #ffffff solid;
	margin-bottom:8px;
	border:#d69d2d 1px solid;
	}


table.promociones2  { 
	background-color:#ffffff;
	background-image:url(../img/fondo_tit_flota.gif); 
	background-repeat:repeat-x;
	border:1px #839fb7 solid;
	margin-top:3px;
	margin-bottom:3px;
	}

table.promociones3  { 
	background-color:#f5f4ef;
	border:1px #839fb7 solid;
	margin-top:3px;
	margin-bottom:3px;
	}

.img-promociones  { 
	margin-left:8px;
	margin-bottom:3px;
	border:1px #696864 solid;
	}

.link-promociones:link {color: #005e92; text-decoration:none; font-size:12px; font-weight:bold; margin-bottom:5px;}
.link-promociones:active {color: #005e92; text-decoration:none; font-size:12px; font-weight:bold; margin-bottom:5px;}
.link-promociones:visited {color: #005e92; text-decoration:none; font-size:12px; font-weight:bold; margin-bottom:5px;}
.link-promociones:hover {color: #00324c; text-decoration:underline;  font-size:12px; font-weight:bold; margin-bottom:5px;}

td.promociones-precio {
	text-align:right;
	padding-right:16px;
	font-size:20px; 
	font-weight:bold; 
	color:#005e92;
	padding-bottom:7px;
	}

td.promociones-texto {
	text-align:left;
	padding:13px;
}

td.informacion-texto {
	text-align:left;
	padding-left:5px;
	padding-right:5px;
	padding-top:3px;
	padding-bottom:3px;
	font-size:11px;
}
td.informacion-texto-titulo {
	text-align:left;
	padding:5px;
	font-size:11px;
	background-color:#7795ae;
	color:#FFFFFF;
}

td.informacion-texto-titulo_2 {
	text-align:left;
	padding:5px;
	font-size:11px;
	background-color:#7795ae;
	color:#FFFFFF;
}

.stAzul{color:#1c5587;}
.stRojo{color:#f62929;}

td.promociones-imp {
	text-align:left;
	padding-left:7px;
	font-size:10px; 
 	color:#a7a79d;
	padding-bottom:7px;
	}
	

/*notas*/
table.relacionados  { 
	background-color:#ffffff;
	background-image:url(../img/fondo_tit_flota.gif); 
	background-repeat:repeat-x;
	border:1px #e0ddce solid;
	margin-top:11px;
	margin-bottom:3px;
}

.sub-titulo { 
	color:#464540;
	font-size:12px;
	font-weight:bold;
	margin-bottom:7px; 
	text-align:justify;
}

.titulo-parrafo { 
	color:#464540;
	font-size:11px;
	font-weight:bold;
	margin-bottom:4px; 
}		

div.parrafo { 
	text-align:justify;
}	

div.parrafo_portada { 
	margin-top:3px; 
	text-align:justify;
}	

td.nota-texto {
	text-align:left;
	padding:12px;
}

table.nota  { 
	background-color:#f5f4ef;
	border:1px #ffffff solid;
}

.img-nota-der  { 
	margin-left:7px; 
	border:1px #696864 solid;
}

p.texto-destacado {
	text-align:right;
	font-size:20px; 
	font-weight:bold; 
	color:#005e92;
}

div.descargas { 
	border-bottom:1px solid #E7E7E7;
	margin-bottom:20px;
	padding-bottom: 20px;
}

/*////////////////////*/
/*COLUMNAS FLOTA*/
/*////////////////////*/
div.columnas {
	display: inline-block;
	margin-bottom: 30px;
	vertical-align: top;
}
div.columnas-3 {
	width: 240px;
	margin-right: 36px;
}
div.columnas-3:nth-child(3n+3) {
	margin-right: 0;
}

/*contactenos*/
textarea.contactenos {
	border:1px solid #839fb7;
	font-size:11px;
	color: #666560;
	background-color:#f8f7f2;
	padding:2px; margin:0px;
	width:250px;
	}
	
input.contactenos {
	border:1px solid #839fb7;
	font-size:11px;
	color: #666560;
	background-color:#f8f7f2;
	padding:2px; margin:0px;
	width:250px;
		}
		
input[type="button"].btn_80{
	font-size: 12px;
	font-weight: normal;
	color: #ffffff;
	margin: 0;
	padding: 5px 20px!important;
	background: #0F7CC1!important;
	border: 0!important;
	border-radius: 4px;
	cursor:pointer;
}		

input[type="button"].btn_80:hover{
	background: #0d5f92!important;
}
	
.btn_100 {
	border:0px;
	width:100px;
	height:20px;
	font-size:13px;
	font-weight:bold;
	color: #ebeff2;
	margin:0px;
	padding-bottom:3px;
	background:url(../img/btn_100.gif) no-repeat;
	}
	
.btn_120 {
	border:0px;
	width:120px;
	height:20px;
	font-size:13px;
	font-weight:bold;
	color: #ebeff2;
	margin:0px;
	padding-bottom:3px;
	background:url(../img/btn_120.gif) no-repeat;
}
body {
	counter-reset: pasos;
}
div.cont_pasos {
	border-bottom: 5px solid #d3d9df;
}	
div.paso {
	position: relative;
	display: inline-block;
	width: 175px;
	height: 60px;
	padding: 0 35px;
    bottom: -5px;
	color: #bdc3c9;
	font-size: 14px;
	font-weight: 300;
	line-height: 14px;
	text-align: center;
	border-bottom: 5px solid #D3D9DF;
	vertical-align: middle;
}	
div.paso:before {
    counter-increment: pasos;
    content: counter(pasos);
    position: absolute;
    bottom: -18px;
    left: calc(50% - 18px);
    width: 35px;
    height: 35px;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    line-height: 35px;
    background-color: #d3d9df;
    color: #ffffff;
    border-radius: 50%;
}
div.paso.activo:before {
    background-color: #0f7cc1;
}
div.paso.activo {
	color: #909090;
	font-size: 14px;
	font-weight: 300;
	line-height: 14px;
	border-bottom: 5px solid #0f7cc1;
}
	
.link_pasos:link {color: #e8e8dc; text-decoration:none;}
.link_pasos:active {color: #e8e8dc; text-decoration:none;}
.link_pasos:visited {color: #e8e8dc; text-decoration:none;}
.link_pasos:hover {color: #ffffff; text-decoration:none;}

.btn_reservar_1 {
	height:19px;
	background:url(../img/ico_reservar1.gif) no-repeat right top;
	text-align:right;
	padding-right:26px;
	padding-top:5px;
	cursor:pointer;
	color:#FFFFFF;
}

.btn_reservar_2 {
	height:19px;
	background:url(../img/ico_reservar2.gif) no-repeat right top;
	text-align:right;
	cursor:pointer;

	padding-right:27px;
	padding-top:5px;
}

.link_reservar_2:link {color: #005e92; text-decoration:none;}
.link_reservar_2:active {color: #005e92; text-decoration:none;}
.link_reservar_2:visited {color: #005e92; text-decoration:none;}
.link_reservar_2:hover {color: #004165; text-decoration:none;}


/*//////////////////////////////////*/
/* BOTONES BTN */
/*//////////////////////////////////*/
.btn {
	padding: 5px 10px;
	cursor: pointer;
	border-radius: 3px;
	border: 1px solid;
}
.btn.full {
	display: block;
	width: 100%;
}
.btn.btn_01, .btn.btn-default {
	padding: 8px 18px;
	border: 2px solid #b1b1b1;
    background-color: transparent;
}
.btn.btn_02 {
	display: inline-block;
    padding: 15px 83px;
    color: #FFFFFF;
    font-size: 15px;
    border: none;
    background-color: #00ce35;
}
.btn.btn_02.inactivo, .btn.btn_02.inactivo:hover, .btn.btn_02.inactivo:focus  {
    background-color: #c3c9ce;
}
.btn.btn_02.btn-md {
    padding: 15px 60px;
}
.btn.btn_02.btn-sm {
    padding: 6px 25px;
}
.btn.btn_02:hover, .btn.btn_02:focus {
    background-color: #16DB49;
}
.btn.btn_03 {
	display: inline-block;
	padding: 6px 21px;
	color: #0f7cc1;
	font-size: 15px;
	line-height: 19px;
	border: 2px solid #0f7cc1;
	text-decoration: none;	
	-webkit-transition: all .15s linear;
	-moz-transition: all .15s linear;
	-ms-transition: all .15s linear;
	-o-transition: all .15s linear;
	transition: all .15s linear;
}
.btn.btn_03:hover {
	color: #FFFFFF;
	border: 2px solid #0f7cc1;	
    background-color: #0f7cc1;
}

.btn.btn_04, .btn.btn-primary {
	display: inline-block;
	padding: 6px 21px;
	color: #FFFFFF;
	font-size: 13px;
	line-height: 17px;
	border: 2px solid transparent;
	background-color: #0f7cc1;
	text-decoration: none;	
	-webkit-transition: all .15s linear;
	-moz-transition: all .15s linear;
	-ms-transition: all .15s linear;
	-o-transition: all .15s linear;
	transition: all .15s linear;
}
.btn.btn_04:hover, .btn.btn_04:focus {
    background-color: #209FEF;
}
.btn.btn_04.btn-md {
    padding: 10px 60px;
}

.btn.icon {
	padding-left: 35px;
}
.btn.icon.editar {
	background-image: url(../img/icon_editar.png);
	background-repeat: no-repeat;
	background-position: 10px center;
}

@media screen and (max-width: 480px) {
	.btn.btn_02, .btn.btn_03, .btn.btn_04, .btn.btn_02.btn-md {
		display: block;
		width: 100%;
		padding: 15px;
	}
}

/*BTN RESPONSIVE FIJO*/
.btn-hidden {display: none !important;}
.resp-btn {
	position: fixed;
	margin-bottom: 0;
	bottom: 0;
	z-index: 5;
}

/*preguntas frecuentes*/

div.preguntas2 { 
	margin-top:8px;
	padding:8px;
	background-color:#f5f4ef;
	}

div.preguntas { 
	margin-top:8px;
	padding:8px;
	background-color:#ffffff;
	}

td.preguntas-texto {
	text-align:left;
	padding:12px;
	}

/*seccion*/

td.flota-titulo {
	background-image:url(../img/fondo_tit_flota.gif);
	background-repeat:repeat-x;
	text-align:left;
	padding:10px;
}

td.flota-img {
	text-align:left;
	padding-left:10px;
	padding-bottom:6px;
	width:10px;
	}
	
td.seccion_descripcion {
	text-align:justify;
	padding-left:10px;
	padding-bottom:6px;
	padding-right:10px;
	}
	

	
td.flota-descripcion {
	vertical-align:top;
	text-align:justify;
	padding-right:10px;
	padding-left:10px;
	padding-bottom:6px;
	}
	
td.flota-boton {
	text-align:right;
	padding:1px;
	padding-right:10px;
	padding-left:10px;
	padding-bottom:5px;
	vertical-align:bottom;
	}
	
td.flota-cantidad {
	/*text-align:center;*/
	vertical-align:top;
	padding:1px;
	padding-right:5px;
	padding-left:5px;
	padding-bottom:5px;
	/*width:100px;*/
	}
		
table.flota  { 
	background-color:#ffffff;
	border:1px #839fb7 solid;
	margin-top:8px;
	}	
	
table.seccion  { 
	background-color:#ffffff;
	border:1px #839fb7 solid;
	margin-top:10px;
	}	


	
/*coche*/	

.img-coche  { 
	margin:6px;
	border:1px #696864 solid;
	}
	
td.coche-precio {
	font-size:20px; 
	font-weight:bold; 
	color:#005e92;
	padding-bottom:7px;
}


.coche-imp {
	text-align:left;
	font-size:10px; 
 	color:#a7a79d;
	padding-bottom:7px;
	}
	
td.coche-descripcion {
	vertical-align:top;
	text-align:justify;
	padding-right:10px;
	padding-left:10px;
	padding-bottom:6px;
	}
		
/*reservas*/
input.datos_personales {	 
	width:120px; 
	height:13px; 
	border:1px solid #839fb7;
	font-size:10px;
	color: #666560;
	background-color:#f9f8f3;
	background-image:url(../img/fondo_select.gif);
	padding-left:2px; margin:0px;
}

select.tarifa {	 
	width:100px; 
	height:15px;
	border:1px solid #839fb7;
	font-size:9px;
	color: #666560;
	background-color:#f9f8f3;
	background-image:url(../img/fondo_select.gif);
}

select.modelo {	 
	width:100px; 
	height:15px; 
	border:1px solid #839fb7;
	font-size:9px;
	color: #666560;
	background-color:#f9f8f3;
	background-image:url(../img/fondo_select.gif);
}

table.formulario-reservas1  { 
	background-color:#ffffff;
	border:1px #e0e7ed solid;
	margin:5px;
	padding:0px;
	padding-bottom:5px;
	padding-top:5px;
}

td.reservas-boton {
	text-align:right;
	padding:5px;
	vertical-align:bottom;
}

td.pie-reservas  { 
	text-align:left; 
	padding-left:13px; 
	height:28px; 
}

td.campo-reservas  { 
	padding:0px;
	padding-right:8px;
	text-align:right;
	vertical-align:bottom;
	height:18px;
}
/*/////////////////////*/
/*CONTENIDOS*/
/*/////////////////////*/
.fecha {
	font-size:14px;
	color: #7D8486;
}

/* FLOTA */

div.coche-precio {
	text-align:left;
	font-size:15px; 
	font-weight:bold; 
	color:#005e92;
	margin-top:10px;
}
div.coche-precio_portada{
	text-align:left;
	font-size:12px; 
	font-weight:bold; 
	color:#005e92;
	margin-top:5px;
}

div.marca_modelo {
	text-align:left;
	font-size:11px; 
	color:#005e92;
	margin-top:10px;
}

td.celda_flota_alerta{
	padding: 5px;
	font-size: 13px;
	font-weight: normal;
	color: #515151;
}

div.mensaje_info{
	background:url(/../img/mensaje_info.png) left top no-repeat;
	overflow:hidden;
	min-height:39px;
	padding:0 0 0 50px;
	margin:0 0 21px;
}

div.mensaje_info_tit{
	color:#0f7cc1;
	font-weight:bold;
	font-size:13px;
	margin:0 0 5px;
}

div.mensaje_info_txt{
	color:#515151;
	font-size:13px;
}

div.mensaje_tab{
	background:#ffffff;
	padding: 0 10px;
	overflow: hidden;
}

div.mensaje_info_uruguay{
	padding: 10px 0 10px;
	overflow: hidden;
	clear: both;
	border-bottom: 1px solid #e5e8eb;
	line-height: 16px;
}

div.mensaje_info_mundo{
	padding: 10px 0 10px;
	overflow: hidden;
	clear: both;
	border-bottom: 1px solid #e5e8eb;
	line-height: 16px;
}

div.mensaje_info_correo{
	padding: 10px 0 10px;
	overflow: hidden;
	clear: both;
	line-height: 16px;
}

div.mensaje_info_campo{
	color:#515151;
	font-size: 12px;
	float: left;
	margin: 0 10px 0 0;
	width: 100px;
	overflow:hidden;
}

div.mensaje_info_campo2{
	color:#0f7cc1;
	font-weight:bold;
	font-size:14px;
	float:left;
	overflow:hidden;
}

div.mensaje_volver{
	clear: both;
	overflow: hidden;
	font-weight: bold;
	float: right;
	color: #0f7cc1;
	font-size: 13px;
	margin: 10px 0 0
}

a.mensaje_volver_a:link{display:block;padding:0 0 0 15px;text-decoration:none;color:#0f7cc1;background:url(/../img/mensaje_volver.png) left center no-repeat;}
a.mensaje_volver_a:active{display:block;padding:0 0 0 15px;text-decoration:none;color:#0f7cc1;background:url(/../img/mensaje_volver.png) left center no-repeat;}
a.mensaje_volver_a:visited{display:block;padding:0 0 0 15px;text-decoration:none;color:#0f7cc1;background:url(/../img/mensaje_volver.png) left center no-repeat;}
a.mensaje_volver_a:hover{display:block;padding:0 0 0 15px;text-decoration:underline;color:#0f7cc1;background:url(/../img/mensaje_volver_hov.png) left center no-repeat;}

table.datos_acces{
	margin:5px 0 0;
}

table.datos_acces2{
	margin:5px 0 0;
	background:#F5F8E3;
	font-weight:bold;
	font-size:12px;
	color:#7c7c7c;
	padding:8px 13px;
	text-align:right;
}

td.info_acces{
	color:#7c7c7c;
	font-weight:normal;
	font-size:12px;
	border-right:1px solid #EFEFEF;
	padding: 5px 10px;
}

table.galeria_flota  { 
	background-color:#eaeae8;
	/*background-image:url(../img/fondo_tit_flota.gif); 
	background-repeat:repeat-x;*/
	border:0px #e0ddce solid;
	margin-top:10px;
	margin-bottom:3px;
}
.stAzul{
	color:#3f3f3f;
}

table.mensaje{
	background:#FEFACB;
	margin-bottom:6px;
	border: 1px solid #980000;
}
td.mensaje{
	padding:10px;
}

div.cont_banner_a{
	clear:both;
	overflow:hidden;
}

div.cont_banner_c{
	clear:both;
	overflow:hidden;
}

div.banner_a{
	float:left;
	margin-left: 40px;
    padding: 10px;
}

div.logo_pie{
	float: left;
	width: 186px;
	margin:0 0 25px;
	clear:both;
}

div.cont_pie{
	margin-bottom: 30px;
	clear:both;
	overflow:hidden;
}

div.cont_pie2{
	margin-bottom: 20px;
	color:#757575;
	font-size:12px;
}

div.cont_pie3{
	max-width: 1150px;
	margin:0 auto 20px;
	clear:both;
	overflow:hidden;
	color:#404040;
	font-weight:normal;
	font-size:11px;
	text-align:right;
}

div.cont_pie_l{
	float:left;
	width: 402px;
	height:auto;
	margin-top: 10px;
	margin-left: 31px;
	overflow:hidden;
}

div.forms_pago{
	color:#404040;
	font-size:12px;
	text-align:center;
	margin-bottom: 12px;
}

div.forms_pago_img{
	text-align:center;
}

div.cont_pie_d{
	float: left;
	width: 710px;
}

ul.menu_pie_list{
	border-left:1px solid #dedede;
	padding: 0 0 0 55px;
	margin: 0px 15px 0 0;
	list-style:none;
	float:left;
	width: 226px;
}

li.menu_pie_item{
	color:#5c5c5c;
	font-size:14px;
	padding:4px 0;
}

a.pie_item_a:link{color:#404040;text-decoration:none;}
a.pie_item_a:active{color:#404040;text-decoration:none;}
a.pie_item_a:visited{color:#404040;text-decoration:none;}
a.pie_item_a:hover{color:#404040;text-decoration:underline;}

a.i2es_a:link{text-decoration:none;color:#404040;}
a.i2es_a:active{text-decoration:none;color:#404040;}
a.i2es_a:visited{text-decoration:none;color:#404040;}
a.i2es_a:hover{text-decoration:underline;color:#404040;}

div.tit_reserv{
	color:#0e76b7;
	font-size:18px;
	font-weight:normal;
	width:630px;
	margin:0 0 10px;
	float: right;
}

div.paso_tit_campo{
	border-bottom:1px solid #F0F0F0;
	border-top:1px solid #F0F0F0;
	color:#8e8e8e;
	font-weight:bold;
	font-size:12px;
	padding:5px 0;
	margin:10px 0;
}

td.campo_paso{
	color:#8e8e8e;
	font-weight:normal;
	font-size:12px;
	text-align:left;
}

/* INFORMACION RESERVA */
.icon-vinieta-02 {
	padding-left: 10px;
	line-height: 18px;
	background:url(/../img/icon_vinieta_02.png) left center no-repeat;
}
.icon-vinieta-04 {
	padding-left: 10px;
	line-height: 18px;
	background:url(/../img/icon_vinieta_04.png) left center no-repeat;
}

h3.titulo, .h3titulo {
	font-size: 16px;
	font-weight: 500;
	/*line-height: 24px;*/
}

input[type="button"].btn_paso_cont{
	background:url(/../img/btn_paso_cont.png) no-repeat!important;
	width:93px;
	height:29px;
	line-height:29px;
	text-align:center;
	color:#ffffff;
	font-weight:bold;
	font-size:13px;
	border-top:0!important;
	border-left:0!important;
	border-right:0!important;
	border-bottom:0!important;
	padding:0;
	float:right;
	margin-top:20px;
	cursor: pointer;
}

input[type="button"].btn_paso_cont:hover{
	background:url(/../img/btn_paso_cont_hov.png) no-repeat!important;
}

div.reserva_cont_top{
	background:url(/../img/reserva_cont_top.png) no-repeat;
	width:300px;
	height:10px;
	float:left;
	overflow:hidden;
}

div.reserva_cont_bot{
	background:url(/../img/reserva_cont_bot.png) no-repeat;
	width:300px;
	height:10px;
	float:left;
	overflow:hidden;
	margin-bottom:6px;
}

div.reserva_cont{
	margin-bottom: 20px;
}

div.cont_i {
	float:left;
	width:320px;
}
div.cont_d {
	float:right;
	width:800px;
	margin-bottom: 20px;
}
div.cont_d.centrado {
	float:none;
	margin: 0 auto;
	/*margin-bottom: 20px;*/
}

div.sreserva_tit{
	/*background:url(/../img/sreserva_tit.png) left center no-repeat;*/
	padding-left:10px;
	text-transform:uppercase;
	color:#525252;
	font-weight:bold;
	font-size:13px;
}

div.sreserva_campo{
	/*background:url(/../img/sreserva_campo.png) no-repeat;*/
	width:270px;
	padding:0 5px;
	height:28px;
	line-height:28px;
	color:#ffffff;
	font-weight:bold;
	font-size:13px;
	margin-top:5px;
}

div.sreserva_info{
	color: #909090;
	font-size: 14px;
}
div.sreserva_info strong {
	color: #313131;
}

div.sreserva_txt{
	font-weight:bold;
	font-size:13px;
	color:#717171;
	margin-top:10px;
	text-align: right;
}

/* RESERVA RESPONSIVE */
div.reserva_responsive {
	padding: 5px 20px;
	padding: 5px 0px;
}

a.sreserva_fin:link{text-decoration:none;font-weight: bold;font-size: 13px;color: #717171;margin-top: 10px;text-align: right;display: block;}
a.sreserva_fin:active{text-decoration:none;font-weight: bold;font-size: 13px;color: #717171;margin-top: 10px;text-align: right;display: block;}
a.sreserva_fin:visited{text-decoration:none;font-weight: bold;font-size: 13px;color: #717171;margin-top: 10px;text-align: right;display: block;}
a.sreserva_fin:hover{text-decoration:underline;font-weight: bold;font-size: 13px;color: #717171;margin-top: 10px;text-align: right;display: block;}

div.termcond_tit {
	background: url(/../img/sreserva_tit.png) left center no-repeat;
	padding-left: 10px;
	color: #525252;
	font-weight: bold;
	font-size: 13px;
	margin-bottom:5px;
}

div.termcond_txt {
	background:#FFFFFF;
	padding:10px;
	color: #676767;
	font-weight: normal;
	font-size: 12px;
	margin-bottom:5px;
	line-height:16px;
	border-radius:4px;
}

a.termcond_a:link{text-decoration:none;background:#8CB41D;color:#ffffff;font-weight:normal;font-size:12px;text-transform:uppercase;border-radius:4px;display:block;text-align:center;width:80px;height:22px;line-height:22px;float:right;}
a.termcond_a:active{text-decoration:none;background:#8CB41D;color:#ffffff;font-weight:normal;font-size:12px;text-transform:uppercase;border-radius:4px;display:block;text-align:center;width:80px;height:22px;line-height:22px;float:right;}
a.termcond_a:visited{text-decoration:none;background:#8CB41D;color:#ffffff;font-weight:normal;font-size:12px;text-transform:uppercase;border-radius:4px;display:block;text-align:center;width:80px;height:22px;line-height:22px;float:right;}
a.termcond_a:hover{text-decoration:none;background:#6e8d1b;color:#ffffff;font-weight:normal;font-size:12px;text-transform:uppercase;border-radius:4px;display:block;text-align:center;width:80px;height:22px;line-height:22px;float:right;}

div.menacces{
	overflow:hidden;
	clear:both;
}

a.btn_menacces:link{background-color:#e5e8eb;font-weight:normal;font-size:12px;color:#ffffff;display:block;padding:5px 15px;float:left;margin-right:5px;text-decoration:none;}
a.btn_menacces:active{background-color:#e5e8eb;font-weight:normal;font-size:12px;color:#ffffff;display:block;padding:5px 15px;float:left;margin-right:5px;text-decoration:none;}
a.btn_menacces:visited{background-color:#e5e8eb;font-weight:normal;font-size:12px;color:#ffffff;display:block;padding:5px 15px;float:left;margin-right:5px;text-decoration:none;}
a.btn_menacces:hover{background-color:#8CB41D;font-weight:normal;font-size:12px;color:#ffffff;display:block;padding:5px 15px;float:left;margin-right:5px;text-decoration:none;}

div.resacces_tit{
	background:#E6E6E6;
	color:#0f7cc1;
	font-weight:bold;
	font-size:12px;
	padding:5px;
	margin:10px 0 0;
}

a.quitar_acces:link {
	height: 30px;
    padding: 7px 0 2px 0;
    padding-left: 20px;
	color: #737373;
	font-size: 14px;
	text-decoration:none;
	background:url(/../img/icon_borrar.png) left center no-repeat;
}

div.cont_access {
	padding: 20px;
	border-radius: 3px;
	border: 3px solid #e7e7e7;
}

table.access_cont{
	margin:10px 0 0;
}

table.access_cont img{
	margin:0 10px 0 0;
	float:left;
}

a.add_acces:link{text-decoration:none;color:#ffffff;font-weight:normal;font-size:12px;text-align:center;background:url(/../img/add_acces.png) no-repeat;width:74px;height:22px;line-height:22px;display:block;float:right;}
a.add_acces:active{text-decoration:none;color:#ffffff;font-weight:normal;font-size:12px;text-align:center;background:url(/../img/add_acces.png) no-repeat;width:74px;height:22px;line-height:22px;display:block;float:right;}
a.add_acces:visited{text-decoration:none;color:#ffffff;font-weight:normal;font-size:12px;text-align:center;background:url(/../img/add_acces.png) no-repeat;width:74px;height:22px;line-height:22px;display:block;float:right;}
a.add_acces:hover{text-decoration:none;color:#ffffff;font-weight:normal;font-size:12px;text-align:center;background:url(/../img/add_acces_hov.png) no-repeat;width:74px;height:22px;line-height:22px;display:block;float:right;}

div.oblig{
	float: right;
	line-height: 29px;
	margin: 10px 20px 0 0;
}

table.login td.celda_flota_resultado {
	border-right:0!important;
	border-bottom:0!important;
	padding: 0;
}

table.login td.celda_flota {
	border-right:0!important;
	border-bottom:0!important;
	padding: 0;
}

table.paso4 td.celda_flota_resultado {
	border-right:0!important;
	border-bottom:0!important;
	padding: 0;
}

table.paso4 td.celda_flota {
	border-right:0!important;
	border-bottom:0!important;
	padding: 0;
}

/* PASOS */
div.cont_total {
	color: #242424;
	font-size: 14px;
	line-height: 24px;
	border-top: 1px solid #a0a0a0;
}

div.cont_izq{
	width: 860px;
	float: left;
	height: auto;
	margin-right: 12px;
}

div.cont_der{
	width:260px;
	float:right;
}

div.ban_b{
	margin-top:6px;
	float:right;
	overflow:hidden;
	clear:both;
	width:218px;
}

div.men_lat_top{
	width:218px;
	height:6px;
	overflow:hidden;
	clear:both;
	background:url(/../img/men_lat_top.png) no-repeat;
}

div.men_lat_bot{
	width:218px;
	height:6px;
	overflow:hidden;
	clear:both;
	margin-bottom:6px;
	background:url(/../img/men_lat_bot.png) no-repeat;
}

div.men_lat{
	width:206px;
	height:auto;
	overflow:hidden;
	padding:0 6px;
	clear:both;
	background:url(/../img/men_lat.png) repeat-y;
}

div.men_lat_tit{
	width:196px;
	height:32px;
	line-height:32px;
	overflow:hidden;
	clear:both;
	font-weight:normal;
	font-size:14px;
	color:#ffffff;
	text-transform:uppercase;
	padding-left:10px;
	background:url(/../img/men_lat_tit.png) no-repeat;
	margin:0;
}

ul.men_lat_prin{
	list-style:none;
	margin:0;
	padding:0;
}

li.men_lat_item{
	background-position: right 10px;
	background-repeat:no-repeat;
	margin:6px 0 0;
	padding:5px 10px;
}

a.men_lat_item_a:link{text-decoration:none;color:#7c7c7c;}
a.men_lat_item_a:active{text-decoration:none;color:#7c7c7c;}
a.men_lat_item_a:visited{text-decoration:none;color:#7c7c7c;}
a.men_lat_item_a:hover{text-decoration:underline;color:#7c7c7c;}

ul.men_lat_sec{
	list-style:none;
	margin: 0;
	padding: 3px 0;
	background: #FFFFFF;
}

li.men_lat_subitem{
	background:#FFFFFF;
	color:#0e76b7;
	font-weight:normal;
	font-size:11px;
	margin:0;
	padding: 3px 0 3px 10px;
}

a.men_lat_subitem_a{
	text-decoration:none;
	color:#0e76b7;
	font-size:13px;
	background:url(/../img/men_lat_subitem.png) left center no-repeat;
	padding-left:10px;
	display:block;
}


/*//////////////////////////////*/
/* RESERVA DE VEHICULOS */
/*//////////////////////////////*/
div.cont_cat_vehiculo {
	padding: 10px 16px;
	color: #909090;
	background-color: #e5e8eb;
}
div.cuerpo_cat_vehiculo {
	width: 520px;
}

div.res_flota_txt {
	width: 65%;
	color:#737373;
	font-size: 14px;
	line-height: 18px;
}
.img_vehiculos {
	margin-bottom: 0;
	border: 1px solid #cecece;
	background-color: #FFFFFF;
}
.img_vehiculos.check {
	position: relative;
	width: 30%;
	border-width: 2px;
}
.img_vehiculos.check img {
	margin-bottom: 0;
}
.img_vehiculos.check::before {
	content: '';
	display: block;
	width: 34px;
	height: 34px;
	position: absolute;
	top: -12px;
	right: -12px;
	background:url(/../img/icon_ok.png) no-repeat;
}
.img_vehiculos.mini {
	width: 67px;
	height: 54px;
}
.img_vehiculos-listado img {
	margin-bottom: 40px;
	padding: 0 20px;
	border: 1px solid #cecece;
	background-color: #FFFFFF;
}
.img_vehiculos-listado.parrafos img {
	padding: 0px;
	border: none;
}

.cont_listado_vehiculos {
	padding: 15px;
	border: 3px solid #e7e7e7;
	border-radius: 4px;
}

div.celda_flota {
	background-color: #edf0f3;
	border-color: #0f7cc1;
}

/* SEGUROS */
span.checkbox_servicio {
	top: 17px;
}
label.checkbox_servicio {
	display: block;
	margin-left: 10px;
}

/* ACCESORIOS */
.img_accesorios img {
	margin-bottom: 0;
}

/*///////////////*/

table.reserva_catgrilla {
	width: 100%;
}

td.rescat_grillacamp{
	background:#e5e8eb;
	color:#ffffff;
	font-weight:normal;
	font-size:12px;
	padding:5px 10px;
	border-right:4px solid #F9F9F9;
}

td.rescat_grillacamp2{
	background:#e5e8eb;
	color:#ffffff;
	font-weight:normal;
	font-size:12px;
	padding:5px 20px;
}

table.reserva_cat {
	width: 100%;
}

td.celda_flota{
	color:#767676;
	font-weight:normal;
	font-size:11px;
	padding:5px 10px;
	border-bottom:1px solid #e5e8eb;
}

td.celda_flota2{
	background:#F4F7D8;
	color:#767676;
	font-weight:normal;
	font-size:11px;
	border-bottom:1px solid #e5e8eb;
	padding:5px 10px;
}

td.celda_flota_resultado{
	padding: 5px 20px;
	color:#767676;
	font-weight:normal;
	font-size:11px;
	border-bottom:1px solid #e5e8eb;
}

td.celda_flota_resultado2{
	background:#F4F7D8;
	color:#767676;
	font-weight:normal;
	font-size:11px;
	border-bottom:1px solid #e5e8eb;
	padding:5px 20px;
}

div.res_flota_cont{
	margin: 0;
	padding: 0;
}

div.res_flota_cont img{
	margin:0 10px 10px 0;
}

tr.res_flota_tr1{
	background:#e7ebee;
}

tr.res_flota_tr2{
	background:#ffffff;
}

tr.res_flota_tr1 img{
	margin:0 3px 0 0;
}

tr.res_flota_tr2 img{
	margin:0 3px 0 0;
}

td.res_flota_td1 {
	font-weight:bold;
	font-size:13px;
	color: #373737;
	padding:8px 15px;
	width:150px;
}

td.res_flota_td2 {
	font-size:13px;
	color: #6f6f6f;
	padding:8px 15px;
}

.flota_datos.precios td.res_flota_td1 {width: 210px;}

div.paso_tit_campo2 {
	color: #0f7cc1;
	font-weight: bold;
	font-size: 12px;
	padding: 0 15px 5px;
	margin:0;
	display:block!important;
}

table.reserva_opcgrilla{
	margin-bottom:5px;
	width: 100%;
}

td.rescat_grillaocamp, td.rescat_grillaocamp2 {
	background: #e5e8eb;
	color: #909090;
	font-size: 14px;
	padding: 10px 16px;
}

td.rescat_grillaocamp2 {
	text-align: right;
}

td.celda_cober, td.celda_cober2 {
	padding:20px 15px;
	border-bottom:1px solid #e5e8eb;
}

td.celda_cober2 {
	text-align: center;
}

div.tit_flota {
	margin: 0 0 10px;
}

div.subtit_flota {
	color: #0e76b7;
	font-size: 13px;
	font-weight: bold;
	width: 706px;
	margin: 0 0 10px;
}

div.flota_img {
	padding: 10px;
	border: 1px solid #e2e2e2;
}
a.titulo {
	font-weight: bolder;
	font-size: 16px;
	color: #171717;
}
.titulo_puntos {
    height: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
div.flota_img div[align] {
	float: none;
	width: 100%;
	text-align: center;
}
div.flota_img img {
	margin: 0;
	float: none;
}

div.flota_info {
	font-size: 14px;
	line-height:18px;
	color: #737373;
	margin:0 0 20px;
}

div.titulo_componente{
	color:#0f7cc1;
	font-weight:bold;
	font-size:14px;
	margin: 5px 0 0;
}

div.subtitulo_comp{
	color:#0f7cc1;
	font-weight:normal;
	font-size:12px;
	margin: 5px 0;
}

/*///////////////////////*/
/*SLIDER FOTOS GALERIA*/
/*///////////////////////*/
ul.carrousel#galeria {padding: 0 20px;}

/*/////////////////*/

div.flota_btnres{
	background:url(/../img/flota_btnres.png) no-repeat;
	width:185px;
	height:57px;
	cursor:pointer;
	margin:10px 0;
	font-weight:bold;
	font-size:12px;
	color:#ffffff;
	float:right;
}

div.flota_btnres:hover{
	background:url(/../img/flota_btnres_hov.png) no-repeat;
}

div.flota_pq_btnres{
	background:url(/../img/peque_btnres.png) no-repeat;
	width:185px;
	height:57px;
	cursor:pointer;
	margin:10px 0;
	font-weight:bold;
	font-size:12px;
	color:#ffffff;
	float:right;
}

div.flota_pq_btnres:hover{
	background:url(/../img/peque_btnres_hov.png) no-repeat;
}
div.flota_btnres2{
	background:url(/../img/flota_btnres.png) no-repeat;
	width:185px;
	height:57px;
	cursor:pointer;
	margin:0 0 10px;
	font-weight:bold;
	font-size:12px;
	color:#ffffff;
	float:left;
}

div.flota_btnres2:hover{
	background:url(/../img/flota_btnres_hov.png) no-repeat;
}

div.flota_pq_btnres2{
	background:url(/../img/peque_btnres.png) no-repeat;
	width:185px;
	height:57px;
	cursor:pointer;
	margin:0 0 10px;
	font-weight:bold;
	font-size:12px;
	color:#ffffff;
	float:left;
}

div.tit_listauto{
	background:url(/../img/vtn_list_sec.png) left center no-repeat;
	padding-left:20px;
	color: #0e76b7;
	font-size: 13px;
	font-weight: bold;
	width: 686px;
	margin: 0 0 10px;
}

div.flota_pq_btnres2:hover{
	background:url(/../img/peque_btnres_hov.png) no-repeat;
}

a.flota_btnres_a:link{display:block;text-decoration:none;color:#ffffff;padding: 17px 0 25px 42px;}
a.flota_btnres_a:active{display:block;text-decoration:none;color:#ffffff;padding: 17px 0 25px 42px;}
a.flota_btnres_a:visited{display:block;text-decoration:none;color:#ffffff;padding: 17px 0 25px 42px;}
a.flota_btnres_a:hover{display:block;text-decoration:none;color:#ffffff;padding: 17px 0 25px 42px;}

table.flota_datos{
	clear:both;
	margin:0 0 30px;
}

table.flota_otop{
	border-bottom:1px solid #E7E7E7;
	margin-bottom:10px;
}

div.tit_componente{
	background: #0F7CC1;
	border-radius: 4px;
	color: #fffefe;
	cursor: default;
	font-size: 13px;
	font-weight: bold;
	line-height: 30px;
	margin-bottom: 6px;
	padding-left: 10px;
	text-transform: uppercase;
}

table.cont_galvid{
	border:1px solid #E7E7E7;
	border-radius:4px;
	padding:5px;
	margin-bottom:10px;
}

div.btn_compgal_in{
	color:#B7B7B7;
	font-weight:bold;
	font-size:12px;
	text-align:center;
	height:31px;
	line-height:31px;
	width:84px;
	background:url(/../img/btn_compgal_in.png) no-repeat;
	padding-left:16px;
	margin:0 10px 0 0;
	float:left;
	cursor:pointer;
}

div.btn_compvid_in{
	color:#B7B7B7;
	font-weight:bold;
	font-size:12px;
	text-align:center;
	height:31px;
	line-height:31px;
	width:84px;
	background:url(/../img/btn_compvid_in.png) no-repeat;
	padding-left:16px;
	margin:0 10px 0 0;
	float:left;
	cursor:pointer;
}

div.btn_compgal_in:hover{
	background:url(/../img/btn_compgal_ac.png) no-repeat;
	color:#6f6f6f;
}

div.btn_compvid_in:hover{
	background:url(/../img/btn_compvid_ac.png) no-repeat;
	color:#6f6f6f;
}

div.btn_compgal_ac{
	color:#6f6f6f;
	font-weight:bold;
	font-size:12px;
	text-align:center;
	height:31px;
	line-height:31px;
	width:84px;
	background:url(/../img/btn_compgal_ac.png) no-repeat;
	padding-left:16px;
	margin:0 10px 0 0;
	float:left;
	cursor:pointer;
}

div.btn_compvid_ac{
	color:#6f6f6f;
	font-weight:bold;
	font-size:12px;
	text-align:center;
	height:31px;
	line-height:31px;
	width:84px;
	background:url(/../img/btn_compvid_ac.png) no-repeat;
	padding-left:16px;
	margin:0 10px 0 0;
	float:left;
	cursor:pointer;
}

ul.galvid{
	list-style:none;
	margin:0;
	padding:0;
}

li.vidgal{
	padding:0;
	margin:5px 0 0;
}

.wrapper {
	background-color: white;
	width: 480px;
	margin: 40px auto;
	padding: 50px;
	box-shadow: 0 0 5px #999;
}
.gallery {
	margin:0;
	width: 644px!important;
	padding: 0;
	float: left;
	height: 157px!important;
	overflow:hidden;
}
.gallery ul {
	list-style: none;
	display: block;
	margin:0;
	width: 644px!important;
	padding: 0;
	float: left;
	height: 157px!important;
	overflow:hidden;
}
.caroufredsel_wrapper2{
	width: 644px!important;
	height: 157px!important;
}
.gallery li{
	border:1px solid #C5C5C5;
	width:151px;
	height:140px;
	padding:0;
	margin:10px 4px 4px;
	display:block;
	float: left;
	text-align:center;
}

/*////////////////*/
/*SLIDER*/
/*////////////////*/
div#slider {
	background-color: #fff;
}

.controles_slider {
	position: absolute;
	top: 0;
	z-index: 2;
}
.controles_slider.off {display: none;}
.prev {
	left: 0;
	width:20px;
	height: 100%;
	background:url(/../img/galeria_prev.png) #F2F2F2 center no-repeat;
}
.prev:hover {
	background:url(/../img/galeria_prev_hov.png) #F2F2F2 center no-repeat;
}
.next {
	right: 0;
    width: 20px;
    height: 100%;
    background: url(/../img/galeria_next.png) #F2F2F2 center no-repeat;
}
.next:hover {
	background:url(/../img/galeria_next_hov.png) #F2F2F2 center no-repeat;
}

.prev.slider {
	left: 5px;
	width:20px;
	height: 100%;
	background:url(/../img/galeria_prev_01.png) center no-repeat;
	opacity: .5;
	-webkit-transition: all 0.15s;
	-moz-transition: all 0.15s;
	-ms-transition: all 0.15s;
	-o-transition: all 0.15s;
	transition: all 0.15s;
}
.prev.slider:hover {
	opacity: 1;
}
.next.slider {
	right: 5px;
    width: 20px;
    height: 100%;
    background: url(/../img/galeria_next_01.png) center no-repeat;
	opacity: .5;
	-webkit-transition: all 0.15s;
	-moz-transition: all 0.15s;
	-ms-transition: all 0.15s;
	-o-transition: all 0.15s;
	transition: all 0.15s;
}
.next.slider:hover {
	opacity: 1;
}

div.list_seccion{
	overflow:hidden;
	width:706px;
	clear:both;
	margin-top:10px;
}

div.btn_ampflota{
	background:url(/../img/btn_ampflota.png) no-repeat;
	width:76px;
	height:24px;
	text-align:center;
	line-height:24px;
	font-weight:normal;
	font-size:12px;
	text-transform:uppercase;
	color:#ffffff;
	float:left;
	margin: 13px 0 10px 10px;
}

div.btn_ampflota:hover{
	background:url(/../img/btn_ampflota_hov.png) no-repeat;
}

div.btn_pq_ampflota{
	background:url(/../img/btn_amppeque.png) no-repeat;
	width:76px;
	height:24px;
	text-align:center;
	line-height:24px;
	font-weight:normal;
	font-size:12px;
	text-transform:uppercase;
	color:#ffffff;
	float:left;
	margin: 13px 0 10px 10px;
}

div.btn_pq_ampflota:hover{
	background:url(/../img/btn_amppeque_hov.png) no-repeat;
}

a.btn_ampflota_a:link{text-decoration:none;color:#ffffff;display:block;}
a.btn_ampflota_a:active{text-decoration:none;color:#ffffff;display:block;}
a.btn_ampflota_a:visited{text-decoration:none;color:#ffffff;display:block;}
a.btn_ampflota_a:hover{text-decoration:none;color:#ffffff;display:block;}

table.cont_pag {
	background: #0F7CC1;
	padding:0 5px 0 10px;
	height: 26px;
	font-weight: normal;
	font-size: 11px;
	color: #fffefe;
	text-transform: uppercase;
	line-height: 26px;
	cursor: default;
	margin-bottom: 6px;
	float: right;
	border-radius: 4px;
}

/*PAGINACION*/
.paginacion {
	font-size: 14px;
	color: #979797;
}
.paginacion strong, .paginacion b {
	color: #454545;
}

div.btncancel {
	font-size: 12px;
	font-weight: normal;
	color: #ffffff;
	margin: 0;
	padding: 5px 20px!important;
	background: #0F7CC1!important;
	border: 0!important;
	border-radius: 4px;
	cursor: pointer;
	float:left;
}

div.btncancel {
	background: #0d5f92!important;
}

div.cont_redes{
	text-align: center;
	margin: 15px 0;
}
div.cont_redes a {
	display: inline-block;
}

div.btn_facebook{
	background:url(/../img/icon_face.png) no-repeat;
	width:30px;
	height:30px;
}

div.btn_twitter{
	background:url(/../img/icon_twit.png) no-repeat;
	width:30px;
	height:30px;
}

div.btn_youtube{
	background:url(/../img/btn_youtube.png) no-repeat;
	width:30px;
	height:30px;
}

.Middle {
	vertical-align: middle;
}

/*MODAL*/
.modal-open #sb-site {
	position: static;
	transform:none;
	transition:none;
}
.modal-header .close {
    margin-top: -2px;
}

button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
}
.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}

/*/////////////////////////*/
/* VARIOS */
/*/////////////////////////*/

/* VIDEOS DE YOUTUBE RESPONSIVOS */
.iframe {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0;
    margin-bottom: 40px;
}
 
.iframe iframe,
.iframe object,
.iframe embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/*------------------------------*/