﻿body {
	font-size: 13px;
	background-color: #fcfcfc;
	/*font-family: "Helvetica", Arial;*/
	line-height:1.5;
}
textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
	border-color: rgba(234, 40, 35, 0.8);
	outline: 0;
	outline: thin dotted 9;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(234, 40, 35, 0.6);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(234, 40, 35, 0.6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(234, 40, 35, 0.6);
}
a {	color: #D4002A;}
a:hover, a:focus {color: #b8211c;}
h1 {font-size:26px}
.btn-danger {
	background-color: #ea2823;
	background-repeat: repeat-x;
	background-image: linear-gradient(to bottom, #ea2823, #b8211c);
	border-left-color: #ea2823;
	border-right-color: #ea2823;
	border-top-color: #ea2823;
	border-bottom-color: #b8211c;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	color: #ffffff;
	background-color: #b8211c;
}
.btn-primary {background-color:#D4002A;border-color:#c70028}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
	color: #fff;
	background-color: #ba0025;
	border-color: #ad0023;
}

form#forma {	margin: 0 0 0 0;}
.caret-right {
	border-left: 4px solid #999;
	border-right: 0;
	border-top: 4px solid transparent !important;
	border-bottom: 4px solid transparent !important;
}
.cuadro {
	/*position: relative;
	margin: 0 0 15px 0;
	padding: 15px;
	background-color: #fff;
	border: 1px solid #ddd;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;

	-webkit-box-shadow: 0 1px 4px rgba(0,0,0,.065);
	-moz-box-shadow: 0 1px 4px rgba(0,0,0,.065);
	box-shadow: 0 1px 4px rgba(0,0,0,.065);
	*/
	background: #fff;
	border: 1px solid;
	border-color: #e5e6e9 #dfe0e4 #d0d1d5;
	-webkit-border-radius: 3px;

	margin-bottom:15px;
}
 .hasPlaceholder {
	color: #CCC !important;
}
/*#content .row {margin-bottom:15px}*/

/*HEADER*/
#header {margin-bottom:25px;}
.navbar {min-height:inherit;border-radius:0;}
/*#searchbox input[type=text] {
	border: 0;
	font-size: 11px;
	width: 150px;
	margin-right: 3px;
	background: transparent;
	margin-top: 5px;
}
input.gsc-input {
    border-color: #777777;
}
input.gsc-search-button {
    border-color: #990000;
    background-color: #990000;
}*/
.gsc-input input.gsc-input {
    background: none repeat scroll 0% 0% transparent !important;
}
.logo {margin-top:18px}

/* SEARCHBOX   
----------------------------------------------------------*/

#searchbox{
	background: url(../Images/Elements/searchbox_bg.jpg) no-repeat left top;
	margin-top: 20px;
	width: 270px;
	height: 34px;
	text-align: left;
	padding: 5px 0 0 37px;
	margin-left: 15px;
}
#searchbox input[type=text]{border:0;font-size:11px;width:150px;margin-right:3px;background:transparent;margin-top: 0;}
#searchbox label{padding-left:15px;}

#searchbox .gsc-search-box {padding:0;width:90%;}
#searchbox input.gsc-search-button {
	color: #666;
	padding: 4px 9px;
	text-shadow: none;
	background-color: whiteSmoke;
	background-image: linear-gradient(top,whiteSmoke,#F1F1F1);
	background-image: -o-linear-gradient(top,whiteSmoke,#F1F1F1);
	background-image: -webkit-linear-gradient(top,whiteSmoke,#F1F1F1);
	border: 1px solid;
	border-color:#d9d9d9;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	font-size: 11px;
	font-weight: bold;
	margin:0;
	height:28px;
}
#searchbox .gsc-clear-button{display:none;}
#searchbox table.gsc-search-box td {
vertical-align: top;
}
#searchbox table td {padding:0;}
#searchbox td.gsc-search-button{text-align:right;}
#searchbox td.gsc-search-button input{margin-left:10px;}
#searchbox td.gsc-search-button input{width:58px;}



/*NAV*/
.header-top {
	background-color: #D4002A;
	height: 70px
}
.header-top>a {color: #FFF;}
/*.header-bottom, .navbar-default {background-color: #444;border:0;}*/
.header-bottom, .navbar-default {background-color: #D4002A;border:0;margin: 0;}
.navbar-nav > li > a {padding: 13px 11px;}
.navbar-default .navbar-nav>li>a  {color: rgba(255,255,255,.8);}
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
	color: #fff;
	background-color: transparent;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
	background-color: #333;
	color: #fff;

	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;

}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
	color: #555;
	background-color: #fcfcfc;


	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
background-color: #D4002A;
}
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}



/*CONTENT*/
#content {
	/*margin-top:20px;*/
	min-height:640px
}
.banners-sp,
.banners-md {margin-bottom:15px}

.banner-sp {overflow:hidden;width:100%;height:350px}
.banner-sp img {width: 100%;}

/*FOOTER*/
#footer {background-color: #444;padding: 0 0 20px;color:#ffF;margin-top: 30px;}
#footer-header {padding-bottom: 30px;}
#footer #footer-middle {
	background-color:#333;
	border-radius:4px;
	color:#fff;
	margin-bottom: 30px;
	padding: 20px;
}
#footer #footer-middle .logo-footer {
	padding-top: 7px;
	padding-left: 20px;
	position: absolute;
}
#footer h3 {
	font-size: 12px;
	border-bottom: 1px solid #fff;
	font-weight: normal;
	padding-bottom: 8px;
	margin: 0;
	margin-bottom: 10px;
	text-transform: uppercase;
}
#footer-bottom {padding: 12px;
padding-top: 25px;
border-top: 1px solid #555;}
/*
#footer ul {margin:0}
#footer li {list-style-type:none;}
*/
#footer-container {padding:15px 0}
ul#footer-social-media {margin-bottom:10px}

#socialmedia li,
#componente-socialmedia-leasing li,
#social_media li,
#componente-social-media li,
#componente-socialmedia-leasing li{
	display:inline-block;
	*display: inline;
	zoom: 1;
	vertical-align: top;
}
#fblike iframe {width: 115px !important; width: 110px\9 !important;}
#twfollow iframe {width: 100px !important;}
#mailshare {width: 25px !important}
#gplusshare div{width: 65px !important}

.twitter_box {
    width: 58px; height: 34px;
    position: relative;
    background: #fff;
    border: 1px solid #bbb;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 6px;
    }
.twitter_box:after,
.twitter_box:before {
    width: 0; height: 0;
    position: absolute;
    top: 100%;
    border: solid transparent;
    pointer-events: none;
    content: " ";
    }
.twitter_box:after {
    left: 50%;
    border-top-color: #fff;
    border-width: 3px;
    margin-left: -3px;
    }
.twitter_box:before {
    left: 50%;
    border-top-color: #aaa;
    border-width: 4px;
    margin-left: -4px;
    }
.twitter_box #followers {
    width: 100%; height: auto;
    position: absolute;
    top: 0px; left: 0px;
    font-family: "Helvetica Neue", helvetica, arial, sans-serif;
    font-size: 16px; line-height: 34px;
    letter-spacing: 0;
    white-space: nowrap;
    color: #333;
    text-align: center;
    -webkit-font-smoothing: subpixel-antialiased;
   }​

.breadcrumb a {color:#ea2823}

#divDistribucion img{
	margin-bottom:15px;
	-webkit-box-shadow: 0 1px 4px rgba(0,0,0,.065);
	-moz-box-shadow: 0 1px 4px rgba(0,0,0,.065);
	box-shadow: 0 1px 4px rgba(0,0,0,.065);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #e1e1e1;
}
#footer a {color:#FFF;}
#signin_menu {color:#333;padding:15px;background-color:#FFF;z-index: 1000;}
.mbm {margin-bottom:15px}


a#LinkButton20h {
color:#FFF;
margin-top: 18px;
text-align: right;
}

#panLogin > ul {margin-top: 28px;}
#panLogin > ul > li > a {color:#fff}
#panLogin .nav > li > a:hover,#panLogin .nav > li > a:focus {
text-decoration: none;
background: transparent;
color:#e1e1e1;
}
#panLogin .checkbox {font-size: 12px;}
#panLogin .dropdown-menu {
	padding-bottom: 0;
	overflow: hidden;
	width: 220px
}
#panLogin .forget {
	border-top: 1px solid #ccc;
	background-color: #ddd;
	padding: 10px 0;
	font-size: 12px;
}
#panLogin .forget a {color:#333;}
#panLogin .checkbox label {color: #333;}
#panLogin .navbar .nav>li>.dropdown-menu:before {
	position: absolute;
	top: -7px;
	right: 9px;
	display: inline-block;
	border-right: 7px solid transparent;
	border-bottom: 7px solid #ccc;
	border-left: 7px solid transparent;
	border-bottom-color: rgba(0,0,0,0.2);
	content: '';
}
#panLogin .pull-right>li>.dropdown-menu:before, #panLogin .nav>li>.dropdown-menu:before {
right: 12px;
left: auto;
}

#panLogin .pull-right>li>.dropdown-menu:after, #panLogin .nav>li>.dropdown-menu:after {
right: 13px;
left: auto;
}

#panLogin .nav>li>.dropdown-menu:after {
	position: absolute;
	top: -6px;
	right: 28px;
	display: inline-block;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #fff;
	border-left: 6px solid transparent;
	content: '';
}
#panLogin .alert {
	padding: 7px;
	text-align: left;
	font-size: 12px;
	margin-bottom: 10px;
}
#panLogin #lblRespuesta {
  /*
   text-align: center;
  padding: 10px;
  display: block;
  background-color: #f2dede;
  color: #a94442;
*/
 }
#panLogin #txtMail,
#panLogin #txtPasword {margin-bottom:7px}
.table-borderless td,
.table-borderless th {
    border: 0;
}
#panLoged {margin-top: 15px;color:#fff}
.red {color:#ea2823}
#socialmedia {margin-top: 15px;}

#NecesitasAyuda {min-height:145px;}
#NecesitasAyuda .iconCentroReservaciones {background:url(../Images/Elements/bg-call-centre.jpg) no-repeat top right; padding-top:5px;}
#NecesitasAyuda .telefono-reservaciones{color:#ea2823;font-size:20px;font-weight:700;}
#NecesitasAyuda .telefono {font-size:17px;color:#ea2823;padding:5px 0 10px;margin-bottom:0;font-weight:bold;}
#NecesitasAyuda .titulo {padding-top:5px;}
/*.iconCentroReservaciones {padding:10px}*/
#NecesitasAyuda p {padding-left:5px;padding-right:5px;}
#NecesitasAyuda hr {margin:5px 0}
a#MainContent_ChatButton1_btnChat2 {cursor:pointer}

.seccion {border-radius:4px;background-color:#D4002A; color:#fff;padding:8px 15px;margin-bottom:10px;text-transform:uppercase}
.arrow_box {
	position: relative;
	background: #D4002A;
}
.arrow_box:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(212, 0, 42, 0);
	border-top-color: #D4002A;
	border-width: 7px;
	margin-left: -7px;
}
@media (min-width: 768px) {
	.modal-sm {
		width: 390px;
	}
}
.inner {padding:15px;}
.label-important {background-color: #D4002A;}

.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {background-color: #e1e1e1;}
.modal.iframe button.close {padding: 15px 15px 0 0;}
.modal.iframe .modal-body {margin: 20px 10px;padding: 0;}
.modal.iframe .imgLoadingModalIframe {
	position:absolute;
	top: 30px;
	left: 45%;
	background-color: rgba(44,44,44,.9);
	border-radius: 3px;
	padding: 5px;
	box-shadow: 1px 1px 1px #333;
}