/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html, button, input, select, textarea {
	color: #222;
}
body {
	font-size: 1em;
	line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
 background: #b3d4fc;
 text-shadow: none;
}
::selection {
	background: #b3d4fc;
	text-shadow: none;
}
/*
 * A better looking default horizontal rule
 */

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}
/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
	vertical-align: middle;
	border-style: none;
}
/*
 * Remove default fieldset styles.
 */

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}
/*
 * Allow only vertical resizing of textareas.
 */

textarea {
	resize: vertical;
}
 /hdjsh 
/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
 margin: 0.2em 0;
 background: #ccc;
 color: #000;
 padding: 0.2em 0;
}
/* ==========================================================================
   Author's custom styles
   ========================================================================== */

body {
	background-color: #000000;
	overflow-x: hidden;
	overflow-y: hidden;
	min-width: 960px;
}
a {
	font-size: .7em;
	text-decoration: none;
	color: #002541;
}
a:visited {
	font-family: Calibri, Verdana, Arial, Helvetica, sans-serif;
	color: #002541;
}
/* bocadillo texto tooltip */

a {
	font: 15px Calibri, Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-decoration: none;
	z-index: 999;
}
a:hover {
	border-bottom: 1px dashed #CCCCCC;
	z-index: 999;
}
a.tooltip:hover {
	text-decoration: none;
	z-index: 999;
}
a.tooltip span {
	display: none;
	margin: 0 0 0 2px;
	padding: 5px 5px;
	z-index: 999;
	width: 80px;
	height: 18px;
}
a.tooltip:hover span {
	display: inline;
	position: absolute;
	border: 0px solid #b7b7b7;
	background: #b5150b;
	color: #ffffff;
	z-index: 999;
}

/* bocadillo texto tooltip2 */
a {
	font: 15px Calibri, Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-decoration: none;
	z-index: 999;
}
a:hover {
	border-bottom: 1px dashed #CCCCCC;
	z-index: 999;
}
a.tooltip2:hover {
	text-decoration: none;
	z-index: 999;
}
a.tooltip2 span {
	display: none;
	margin: 0 0 0 2px;
	padding: 5px 5px;
	z-index: 999;
	width: 230px;
	height: 30px;
}
a.tooltip2:hover span {
	display: inline;
	position: absolute;
	border: 0px solid #b7b7b7;
	background: #b5150b;
	color: #ffffff;
	z-index: 999;
}

/* bocadillo texto tooltip3 */

a {
	font: 15px Calibri, Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-decoration: none;
	z-index: 999;
}
a:hover {
	border-bottom: 1px dashed #CCCCCC;
	z-index: 999;
}
a.tooltip3:hover {
	text-decoration: none;
	z-index: 999;
}
a.tooltip3 span {
	display: none;
	margin: 0 0 0 2px;
	padding: 5px 5px;
	z-index: 999;
	width: 160px;
	height: 29px;
}
a.tooltip3:hover span {
	display: inline;
	position: absolute;
	border: 0px solid #b7b7b7;
	background: #b5150b;
	color: #ffffff;
	z-index: 999;
}



/* bocadillo texto tooltip4 */

a {
	font: 15px Calibri, Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-decoration: none;
	z-index: 999;
}
a:hover {
	border-bottom: 1px dashed #CCCCCC;
	z-index: 999;
}
a.tooltip4:hover {
	text-decoration: none;
	z-index: 999;
}
a.tooltip4 span {
	display: none;
	margin: 0 0 0 2px;
	padding: 5px 5px;
	z-index: 999;
	width: 140px;
	height: 18px;
}
a.tooltip4:hover span {
	display: inline;
	position: absolute;
	border: 0px solid #b7b7b7;
	background: #b5150b;
	color: #ffffff;
	z-index: 999;
}
/* Menú gráfico de navegación */
div#botones {
	position: absolute;
	top: 13em;
	left: .5em;
	z-index: 100;
	visibility: hidden;
}
div#botones div.boton img {
	width: 6.25em;
	height: 5em;
	margin: .1em 0;
	background: #EEE;
	border: 2px outset #CCC;
}
#botonP:hover {
	background: #CCB;
}
#botonP:active {
	border: 1px inset #000;
}
.img_logo {
	width: 60%;
	height: 60%;
}
.img_bandera {
	width: 27px;
	height: 25px;
}
#logo {
	position: absolute;
	top: 30%;
	left: 85%;
	text-align: center;
}
nav#nav, div#div_nav {
	position: absolute;
	float: right;
	background-color: rgba(255,255,255,0.7);
	z-index: 100;
	width: 92%;
}
div#div_nav {
	width: 100%;
	height: 100%;
	display: none;
}
nav#nav div, div#div_nav div {
	float: left;
	width: 12.3%;
	margin: .3em auto;
}
nav#nav div h4, div#div_nav div h4 {
	text-align: center;
	font-size: .9em;
	margin: 0 auto;
	font-family: Calibri, Verdana, Arial, Helvetica, sans-serif;
	/*color: #002541;*/
	color: black;/*color: #ff9b00;*/
}
nav#nav img.img_nav, div#div_nav img.img_nav {
	/*width: 11em; 130px;*/
    /*height: 6.5em; 70px;*/
	display: block;
	margin: .5em auto;
	width: 80%;
	height: 80%;
}
#title {
	width: 12em;
	height: 7em;
}
nav#nav #title span, div#div_nav #title1 span {
	display: block;
	text-align: center;
	margin: 0 auto;
}
.title1, .title2, .title3 {
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.title1 {
	padding: .1em;
	font-size: 90%;
	font-weight: bold;
}
.title2 {
	padding: 0 .1em;
	font-size: .8em;
}
.title3 {
	padding: .2em .1em;
	font-size: .6em;
	font-style: italic;
}


 /* Panel de información */
 
 aside {
	/*display: none;*/
	position: absolute;
	top: 11em; /* cambiar por cálculo automático */
	float: right;
	width: 25%;
	height: 48%;
	z-index: 2;/*background-color: #fcfcfc;*/
}
 
 
  .img_flechas {
	width: 15px;
	height: 15px;
}

  .img_cerrar {
	width: 25px;
	height: 25px;
}

#infoResto {
	width: 100%;
	height: 95%;
}
.boton_left {
	float: right;
	display: none;
}
#pano {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 0;
}
#foto {
	width: 10em;
	height: 7em;
	padding: .2em 0;
}
#info_posicion {
	display: none;
	color: white;
	position: absolute;
	z-index: 2;
	float: right;
	top: 26em;
	left: 10em;
}
#patrocinadores2 {
	position: absolute;
	top: 18px;
	z-index: 999;
	visibility: hidden;
	margin-left: 0.9em;
}


#div_info {
	float: right;
	height: 100%;
	width: 60%;
	visibility: hidden;
	border-top-left-radius: 1em;
	border-bottom-left-radius: 1em;
	background: linear-gradient(45deg, rgba(194,183,194,1) 0%, rgba(254,254,254,1) 17%, rgba(184,180,184,1) 88%, rgba(117,116,117,1) 100%);
}
#div_info #info {
	float: right;
	width: 100%;
	height: 100%;
	border-top-left-radius: 1em;
	border-bottom-left-radius: 1em;
	border-style: solid;
	border-width: 1px;
	border-color: #393939
}
#infoMenuSup {
	width: 100%;
	height: 2%;
}
#div_info #col_left {
	float: left;
	width: 13%;
	height: 50%;
	text-align: center;
}
#boton_right {
	width: 10%;
	height: 100%;
	text-align: left;
}
#div_info #col_left {
	float: left;
	width: 13%;
	height: 50%;
	text-align: center;
}
#vacio_sup {
	width: 100%;
	height: 20%;
}
#div_BotonAbajo, #div_BotonArriba {
	position: relative;
	width: 100%;
	height: 30%;
	top: 8em;
}
#div_info #texto {
	position: relative;
	float: left;
	width: 80%;
	height: 120%;
	overflow: hidden;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	color: #002541;/*font-weight: bold;*/
}

#div_info #texto2 {
	
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	color: #BF0411;/*font-weight: bold;*/
}

#div_info #texto h1 {
	font-size: 1.0em;
	text-align: center;
}
#div_info #texto, #foto_coche, #foto_icono1 #foto_interfono {
	text-align: center;
}
#div_info #texto #contText {
	position: relative;
	width: 85%;
	height: 75%;
	overflow: hidden;
	margin: 0 auto;
	/*padding-top: 1.5em;
    padding-left: .5em;
    padding-bottom: 1.5em;*/
	text-align: left;
}
li {
	margin-left: -2em;
}
#div_info #texto #contText #text {
	position: absolute;
}
#boton_down {
	margin: 0 auto;
}
#div_info #col_right #info_pie {
	float: left;
	width: 9%;
	height: 100%;
}
#info_pie {
	text-align: center;
	font-family: Calibri, Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #002541;
	position: absolute;
	top: 510px;
	margin-left: 4.4em;
}
#patrocinadores1 img, patrocinadores2 img, #patrocinadores3 img, #patrocinadores4 img, #patrocinadores5 img, #patrocinadores6 img, #patrocinadores7 img, #patrocinadores8 img, #patrocinadores9 img, #patrocinadores10 img, {
 display: block;
 padding: 10px;
}
.clear {
	clear: top;
}
/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
	background-color: transparent;
	border: 0;
	overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}
.ir:before {
	content: "";
	display: block;
	width: 0;
	height: 100%;
}
/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
	display: none !important;
	visibility: hidden;
}
/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}
/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
	visibility: hidden;
}
/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before, .clearfix:after {
	content: " "; /* 1 */
	display: table; /* 2 */
}
.clearfix:after {
	clear: both;
}
/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
 *zoom: 1;
}
/* Menu izquierdo desplegable */

.img_banderas_tour {
	width: 57px;
	height: 28px;
}

.img_iconos_tour {
	width: 57px;
	height: 28px;
}

#cssmenu, #cssmenu ul, #cssmenu li, #cssmenu a {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	font-weight: normal;
	text-decoration: none;
	line-height: 1;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	position: relative;
}
#cssmenu {
	width: 60px;
	border-bottom: 0px solid #656659;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
#cssmenu a {
	line-height: 1.3;
}
#cssmenu > ul > li:first-child {
	background: #66665e;
	background: -moz-linear-gradient(#66665e 0%, #45463d 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #66665e), color-stop(100%, #45463d));
	background: -webkit-linear-gradient(#66665e 0%, #45463d 100%);
	background: linear-gradient(#66665e 0%, #45463d 100%);
	border: 1px solid #45463d;
	-webkit-border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
}
#cssmenu > ul > li:first-child > a {
	padding: 15px 10px;
	background: url(img/.pattern.png) top left repeat;
	border: none;
	border-top: 1px solid #818176;
	-webkit-border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
	font-family: 'Ubuntu', sans-serif;
	text-align: center;
	font-size: 16px;
	font-weight: 300;
	text-shadow: 0 -1px 1px #000000;
}
#cssmenu > ul > li:first-child > a > span {
	padding: 0;
}
#cssmenu > ul > li:first-child:hover {
	background: #66665e;
	background: -moz-linear-gradient(#66665e 0%, #45463d 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #66665e), color-stop(100%, #45463d));
	background: -webkit-linear-gradient(#66665e 0%, #45463d 100%);
	background: linear-gradient(#66665e 0%, #45463d 100%);
}
#cssmenu > ul > li {
	background: #e94f31;
	background: -moz-linear-gradient(#df372d 0%, #b5150b 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #df372d), color-stop(100%, #b5150b));
	background: -webkit-linear-gradient(#df372d 0%, #b5150b 100%);
	background: linear-gradient(#df372d 0%, #b5150b 100%);
}
#cssmenu > ul > li:hover {
	background: #e84323;
	background: -moz-linear-gradient(#e84323 0%, #c33115 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e84323), color-stop(100%, #c33115));
	background: -webkit-linear-gradient(#e84323 0%, #c33115 100%);
	background: linear-gradient(#b5150b 0%, #b5150b 100%);
}
#cssmenu > ul > li > a {
	font-size: 14px;
	display: block;
	background: url(img/.pattern.png) top left repeat;
	color: #ffffff;
	border: 1px solid #ba2f14;
	border-top: none;
	text-shadow: 0 -1px 1px #751d0c;
}
#cssmenu > ul > li > a > span {
	display: block;
	padding: 0px 0px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
#cssmenu > ul > li > a:hover {
	text-decoration: none;
}
#cssmenu > ul > li.active {
	border-bottom: none;
}
#cssmenu > ul > li.has-sub > a span {
	background: url(img/icon_plus.png) 96% center no-repeat;
}
#cssmenu > ul > li.has-sub.active > a span {
	background: url(img/icon_minus.png) 96% center no-repeat;
}
/* Sub menu */
#cssmenu ul ul {
	display: none;
	background: #fff;
	border-right: 1px solid #a2a194;
	border-left: 1px solid #a2a194;
}
#cssmenu ul ul li {
	padding: 0;
	border-bottom: 1px solid #d4d4d4;
	border-top: none;
	background: #f7f7f7;
	background: -moz-linear-gradient(#f7f7f7 0%, #ececec 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7f7f7), color-stop(100%, #ececec));
	background: -webkit-linear-gradient(#f7f7f7 0%, #ececec 100%);
	background: linear-gradient(#f7f7f7 0%, #ececec 100%);
}
#cssmenu ul ul li:last-child {
	border-bottom: none;
}
#cssmenu ul ul a {
	padding: 0px 0px 0px 0px;
	display: block;
	color: #676767;
	font-size: 12px;
	font-weight: normal;
}
#cssmenu ul ul a:before {
	position: absolute;
	left: 10px;
	color: #e94f31;
}
#cssmenu ul ul a:hover {
	color: #e94f31;
}
}


/* General hover styles */

#navigationMenu a:hover span {
	width: auto;
	padding: 0 20px;
	overflow: visible;
}
#navigationMenu a:hover {
	text-decoration: none;
	/* CSS outer glow with the box-shadow property */
	-moz-box-shadow: 0 0 5px #9ddff5;
	-webkit-box-shadow: 0 0 5px #9ddff5;
	box-shadow: 0 0 5px #9ddff5;
}
/* Green Button */

#navigationMenu .home {
	background-position: 0 0;
}
#navigationMenu .home:hover {
	background-position: 0 -39px;
}
#navigationMenu .home span {
	background-color: #7da315;
	color: #3d4f0c;
	text-shadow: 1px 1px 0 #99bf31;
}
/* Blue Button */

#navigationMenu .about {
	background-position: -38px 0;
}
#navigationMenu .about:hover {
	background-position: -38px -39px;
}
#navigationMenu .about span {
	background-color: #1e8bb4;
	color: #223a44;
	text-shadow: 1px 1px 0 #44a8d0;
}
/* Orange Button */

#navigationMenu .services {
	background-position: -76px 0;
}
#navigationMenu .services:hover {
	background-position: -76px -39px;
}
#navigationMenu .services span {
	background-color: #c86c1f;
	color: #5a3517;
	text-shadow: 1px 1px 0 #d28344;
}
/* Yellow Button */

#navigationMenu a:hover span {
	width: auto;
	padding: 0 20px;
	overflow: visible;
}
#navigationMenu a:hover {
	text-decoration: none;
	/* CSS outer glow with the box-shadow property */
	-moz-box-shadow: 0 0 5px #9ddff5;
	-webkit-box-shadow: 0 0 5px #9ddff5;
	box-shadow: 0 0 5px #9ddff5;
}
/* Green Button */

#navigationMenu .home {
	background-position: 0 0;
}
#navigationMenu .home:hover {
	background-position: 0 -39px;
}
#navigationMenu .home span {
	background-color: #7da315;
	color: #3d4f0c;
	text-shadow: 1px 1px 0 #99bf31;
}
/* Blue Button */

#navigationMenu .about {
	background-position: -38px 0;
}
#navigationMenu .about:hover {
	background-position: -38px -39px;
}
#navigationMenu .about span {
	background-color: #1e8bb4;
	color: #223a44;
	text-shadow: 1px 1px 0 #44a8d0;
}
/* Orange Button */

#navigationMenu .services {
	background-position: -76px 0;
}
#navigationMenu .services:hover {
	background-position: -76px -39px;
}
#navigationMenu .services span {
	background-color: #c86c1f;
	color: #5a3517;
	text-shadow: 1px 1px 0 #d28344;
}
/* Yellow Button */

#navigationMenu .portfolio {
	background-position: -114px 0;
}
#navigationMenu .portfolio:hover {
	background-position: -114px -39px;
}
#navigationMenu .portfolio span {
	background-color: #d0a525;
	color: #604e18;
	text-shadow: 1px 1px 0 #d8b54b;
}
/* Purple Button */

#navigationMenu .contact {
	background-position: -152px 0;
}
#navigationMenu .contact:hover {
	background-position: -152px -39px;
}
#navigationMenu .contact span {
	background-color: #af1e83;
	color: #460f35;
	text-shadow: 1px 1px 0 #d244a6;
}
/* The styles below are only needed for the demo page */

#main {
	margin: 80px auto;
	position: relative;
	width: 40px;
}
h1 {
	color: #fff;
	font-size: 30px;
	font-weight: normal;
	padding: 0px 0px 0px;
	text-align: center;
}
h2 {
	font-weight: normal;
	text-align: center;
}
h1, h2 {
	font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
}
a, a:visited, a:active {
	color: #0196e3;
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: underline;
}
a img {
	border: none;
}
p.note {
	color: #707070;
	font-size: 10px;
	text-align: center;
	margin: 50px;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   Theses examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
/* IE10+ CSS styles go here */
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
/* Style adjustments for high resolution devices */

/* bocadillo texto tooltip */

a {
	font: 15px Calibri, Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-decoration: none;
	z-index: 999;
}
a:hover {
	border-bottom: 1% dashed #CCCCCC;
	z-index: 999;
}
a.tooltip:hover {
	text-decoration: none;
	z-index: 999;
}
a.tooltip span {
	display: none;
	margin: 0 0 0 4%;
	padding: 5% 5%;
	z-index: 999;
	width: 50%;
	height: 10%;
}
a.tooltip:hover span {
	display: inline;
	position: absolute;
	border: 0% solid #b7b7b7;
	background: #b5150b;
	color: #ffffff;
	z-index: 999;
}




}

/* Ipad 1 y 2 */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
.container_carousel {
	width: 40em !important;
	/*position: absolute;
        z-index: 100;
        left:50%;*/
	margin-left: -20em !important;
}
.img_logo {
	width: 80%;
	height: 60%;
}
/*#container_logo {
        position: absolute;
        text-align: center;
    }*/

#logo {
	top: 1.8em !important;
	left: 50em !important;
}
aside {
	/*display: none;*/
	width: 50px;
	height: 50px;
	z-index: 2;/*background-color: #fcfcfc;*/
}
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
.container_carousel {
	width: 27em !important;
	/*position: absolute;
        z-index: 100;
        left:50%;*/
	margin-left: -13.5em !important;
}

#patrocinadores2 {
	position: absolute;
	top: 10px;
	z-index: 999;
	visibility: hidden;
	margin-left: 0.9em;
}
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
* {
	background: transparent !important;
	color: #000 !important; /* Black prints faster: h5bp.com/s */
	box-shadow: none !important;
	text-shadow: none !important;
}
a, a:visited {
	text-decoration: underline;
}
a[href]:after {
	content: " (" attr(href) ")";
}
abbr[title]:after {
	content: " (" attr(title) ")";
}
/*
     * Don't show links for images, or javascript/internal links
     */

.ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
	content: "";
}
pre, blockquote {
	border: 1px solid #999;
	page-break-inside: avoid;
}
thead {
	display: table-header-group; /* h5bp.com/t */
}
tr, img {
	page-break-inside: avoid;
}
img {
	max-width: 100% !important;
}
@page {
	margin: 0.5cm;
}
p, h2, h3 {
	orphans: 3;
	widows: 3;
}
h2, h3 {
	page-break-after: avoid;
}
}
@media only screen and (max-width: 768px) {
	
/* Menu izquierdo desplegable */


.img_banderas_tour {
	width: 20px;
	height: 10px;
}

.img_iconos_tour {
	width: 20px;
	height: 10px;
}
#cssmenu, #cssmenu ul, #cssmenu li, #cssmenu a {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	font-weight: normal;
	text-decoration: none;
	line-height: 1;
	font-family: 'Open Sans', sans-serif;
	font-size: 8px;
	position: relative;
}
#cssmenu {
	width: 30px;
	border-bottom: 0px solid #656659;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
#cssmenu a {
	line-height: 1.3;
}
#cssmenu > ul > li:first-child {
	background: #66665e;
	background: -moz-linear-gradient(#66665e 0%, #45463d 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #66665e), color-stop(100%, #45463d));
	background: -webkit-linear-gradient(#66665e 0%, #45463d 100%);
	background: linear-gradient(#66665e 0%, #45463d 100%);
	border: 1px solid #45463d;
	-webkit-border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
}
#cssmenu > ul > li:first-child > a {
	padding: 5px 5px;
	background: url(img/.pattern.png) top left repeat;
	border: none;
	border-top: 1px solid #818176;
	-webkit-border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
	font-family: 'Ubuntu', sans-serif;
	text-align: center;
	font-size: 12px;
	font-weight: 300;
	text-shadow: 0 -1px 1px #000000;
}
#cssmenu > ul > li:first-child > a > span {
	padding: 0;
}
#cssmenu > ul > li:first-child:hover {
	background: #66665e;
	background: -moz-linear-gradient(#66665e 0%, #45463d 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #66665e), color-stop(100%, #45463d));
	background: -webkit-linear-gradient(#66665e 0%, #45463d 100%);
	background: linear-gradient(#66665e 0%, #45463d 100%);
}
#cssmenu > ul > li {
	background: #e94f31;
	background: -moz-linear-gradient(#df372d 0%, #b5150b 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #df372d), color-stop(100%, #b5150b));
	background: -webkit-linear-gradient(#df372d 0%, #b5150b 100%);
	background: linear-gradient(#df372d 0%, #b5150b 100%);
}
#cssmenu > ul > li:hover {
	background: #e84323;
	background: -moz-linear-gradient(#e84323 0%, #c33115 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e84323), color-stop(100%, #c33115));
	background: -webkit-linear-gradient(#e84323 0%, #c33115 100%);
	background: linear-gradient(#b5150b 0%, #b5150b 100%);
}
#cssmenu > ul > li > a {
	font-size: 8px;
	display: block;
	background: url(img/.pattern.png) top left repeat;
	color: #ffffff;
	border: 1px solid #ba2f14;
	border-top: none;
	text-shadow: 0 -1px 1px #751d0c;
}
#cssmenu > ul > li > a > span {
	display: block;
	padding: 4px 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
#cssmenu > ul > li > a:hover {
	text-decoration: none;
}
#cssmenu > ul > li.active {
	border-bottom: none;
}
#cssmenu > ul > li.has-sub > a span {
	background: url(img/icon_plus.png) 96% center no-repeat;
}
#cssmenu > ul > li.has-sub.active > a span {
	background: url(img/icon_minus.png) 96% center no-repeat;
}
/* Sub menu */
#cssmenu ul ul {
	display: none;
	background: #fff;
	border-right: 1px solid #a2a194;
	border-left: 1px solid #a2a194;
}
#cssmenu ul ul li {
	padding: 0;
	border-bottom: 1px solid #d4d4d4;
	border-top: none;
	background: #f7f7f7;
	background: -moz-linear-gradient(#f7f7f7 0%, #ececec 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7f7f7), color-stop(100%, #ececec));
	background: -webkit-linear-gradient(#f7f7f7 0%, #ececec 100%);
	background: linear-gradient(#f7f7f7 0%, #ececec 100%);
}
#cssmenu ul ul li:last-child {
	border-bottom: none;
}
#cssmenu ul ul a {
	padding: 1px 1px 0px 5px;
	display: block;
	color: #676767;
	font-size: 8px;
	font-weight: normal;
}
#cssmenu ul ul a:before {
	position: absolute;
	left: 0px;
	color: #e94f31;
}
#cssmenu ul ul a:hover {
	color: #e94f31;
}

/* bocadillo texto tooltip */

a {
	font: 15px Calibri, Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-decoration: none;
	z-index: 999;
}
a:hover {
	border-bottom: 1px dashed #CCCCCC;
	z-index: 999;
}
a.tooltip:hover {
	text-decoration: none;
	z-index: 999;
}
a.tooltip span {
	display: none;
	margin: 0 0 0 4px;
	padding: 5px 5px;
	z-index: 999;
	width: 50px;
	height: 10px;
}
a.tooltip:hover span {
	display: inline;
	position: absolute;
	border: 0px solid #b7b7b7;
	background: #b5150b;
	color: #ffffff;
	z-index: 999;
}


/* bocadillo texto tooltip2 */
a {
	font: 15px Calibri, Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-decoration: none;
	z-index: 999;
}
a:hover {
	border-bottom: 1px dashed #CCCCCC;
	z-index: 999;
}
a.tooltip2:hover {
	text-decoration: none;
	z-index: 999;
}
a.tooltip2 span {
	display: none;
	margin: 0 0 0 4px;
	padding: 5px 5px;
	z-index: 999;
	width: 120px;
	height: 30px;
}
a.tooltip2:hover span {
	display: inline;
	position: absolute;
	border: 0px solid #b7b7b7;
	background: #b5150b;
	color: #ffffff;
	z-index: 999;
}

/* bocadillo texto tooltip3 */

a {
	font: 15px Calibri, Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-decoration: none;
	z-index: 999;
}
a:hover {
	border-bottom: 1px dashed #CCCCCC;
	z-index: 999;
}
a.tooltip3:hover {
	text-decoration: none;
	z-index: 999;
}
a.tooltip3 span {
	display: none;
	margin: 0 0 0 4px;
	padding: 5px 5px;
	z-index: 999;
	width: 100px;
	height: 20px;
}
a.tooltip3:hover span {
	display: inline;
	position: absolute;
	border: 0px solid #b7b7b7;
	background: #b5150b;
	color: #ffffff;
	z-index: 999;
}

/* bocadillo texto tooltip4 */

a {
	font: 15px Calibri, Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-decoration: none;
	z-index: 999;
}
a:hover {
	border-bottom: 1px dashed #CCCCCC;
	z-index: 999;
}
a.tooltip4:hover {
	text-decoration: none;
	z-index: 999;
}
a.tooltip4 span {
	display: none;
	margin: 0 0 0 4px;
	padding: 5px 5px;
	z-index: 999;
	width: 90px;
	height: 10px;
}
a.tooltip4:hover span {
	display: inline;
	position: absolute;
	border: 0px solid #b7b7b7;
	background: #b5150b;
	color: #ffffff;
	z-index: 999;
}


/* carrusel */
.container_carousel {
	width: 19em !important;
	top: .5em;
	/*position: absolute;
        z-index: 100;
        left:50%;*/
	margin-left: -15em !important;
}


aside {
	/*display: none;*/
	position: absolute;
	top: 11em; /* cambiar por cálculo automático */
	float: right;
	width: 25%;
	height: 48%;
	z-index: 2;/*background-color: #fcfcfc;*/
}

.img_bandera {
	width: 10%;
	height: 10%;
}

.title1 {
	padding: 0 !important;
	font-size: .8em !important;
}
.title2 {
	font-size: .6em !important;
}
.title3 {
	padding: 0 .1em !important;
	font-size: .6em;
}
#mostrar_carousel {
	width: 1em;
	height: 1em;
	left: 100%;
	margin-left: -2.5em;
	top: 1.8em;
}
#img_mostrar_caruosel {
	margin: 1em auto;
	display: block;
	

}
#foo2 img {
	width: 90px !important;
	height: 55px !important;
}
 #patrocinadores1 img, #patrocinadores2 img, #patrocinadores4 img, #patrocinadores5 img, #patrocinadores6 img, #patrocinadores7 img, #patrocinadores8 img, #patrocinadores9 img, {
 width: 45%;
 height: 45%;
 
 }
 
 /*logo*/

.img_logo {
	width: 50%;
	height: 70%;
}
#logo {
	text-align: center;
	width: 70px;
 
 /* Panel de información */
 
 } .img_flechas {
	width: 15px;
	height: 15px;
}
 
   .img_cerrar {
	width: 15px;
	height: 15px;
}
 
 #div_BotonAbajo, #div_BotonArriba {
	position: relative;
	width: 100%;
	height: 30%;
	top: 2em;
}
 
#div_info #texto {
	position: relative;
	float: left;
	width: 70%;
	height: 110%;
	overflow: hidden;
	font-family: 'Open Sans', sans-serif;
	font-size: 8px;
	color: #002541;/*font-weight: bold;*/
}

li {
	margin-left: -3.5em;
}

 .img_iconos_info {
	width: 40px;
	height: 32px;
}

 .img_banderas_info {
	width: 20px;
	height: 10px;
}

#div_info #infoMenuSup #info #col_left #boton_right #div_info #col_left #vacio_sup #div_BotonAbajo, #div_BotonArriba #div_info #texto #div_info #texto h1 #div_info #texto, #foto_coche, #foto_icono1 #foto_interfono #div_info #texto #contText #div_info #texto #contText #text #boton_down #div_info #col_right #info_pie {
	visibility: hidden;
	display: none;
	float: right;
}



aside {
	top: 3em; /* cambiar por cálculo automático */
	width: 50%;
	height: 80%;
	
}


#patrocinadores2 {
	position: absolute;
	top: 16px;
	z-index: 999;
	visibility: hidden;
	margin-left: 0.9em;
}
}

@media only screen and (max-width: 480px) {
 
/* Panel de información */

aside {
	/*display: none;*/
	position: absolute;
	top: 5em; /* cambiar por cálculo automático */
	float: right;
	width: 70%;
	height: 30%;
	z-index: 2;/*background-color: #fcfcfc;*/
}


 #div_BotonAbajo, #div_BotonArriba {
	position: relative;
	width: 50%;
	height: 70%;
	top: 2em;
}

#div_info #texto {
	position: relative;
	float: left;
	width: 80%;
	height: 90%;
	overflow: hidden;
	font-family: 'Open Sans', sans-serif;
	font-size: 8px;
	color: #002541;/*font-weight: bold;*/
}

.img_logo {
	width: 50%;
	height: 70%;
}
#logo {
	text-align: center;
	width: 70px;


}

@media only screen and (max-width: 320px) {


}

@media only screen and (max-width: 240px) {





	}