	/*Adaptaciones a distintas resoluciones*/

	@media only screen and (max-width: 1200px) and (min-width: 700px) {

		#menusmartphone{display: block !important;}

		#menusobremesa{display: none;}

		.centrado-izquierda{padding: 0 20px 0 20px !important;}

		.tusservicios p{padding: 0 0 0 110px !important;}

		.autoria{
			padding: 5px 0 0 0;
			border-radius: 0px !important;
		}

	}

	@media only screen and (max-width: 699.99px) and (min-width: 400px) {

		#menusmartphone{display: block !important;}

		#menusobremesa{display: none;}

		.pix_diapo{height: 155px !important;}

		.pix_diapo img{width: 100%;}

		h1{padding: 0 10px 0 10px;}

		.iconos7{font-size: 60pt !important;}

		.serv3 ul{
			width: 100% !important;
			padding: 0 10px 0 25px !important;
		}

		#mcookies h2{padding: 19px 0 0 46px !important;}

		.piesobremesa p{
			padding: 0 0 0 95px !important;
		}

		.pieotros{margin-bottom: 20px !important;}

		.autoria{
			padding: 5px 0 0 0;
			border-radius: 0px !important;
		}
	}

	@media only screen and (max-width: 399.99px) {

		#menusmartphone{
			display: block !important;
			top: 50px !important;
		}

		#menusobremesa{display: none;}

		.pix_diapo{height: 125px !important;}

		.pix_diapo img{width: 100%;}

		header img{width: 200px !important;}

		h1{padding: 0 10px 0 10px;}

		.iconos7{font-size: 60pt !important;}

		.serv{
			font-size: 16pt !important;
			line-height: 30px;
		}

		.serv2{width: 100px !important;}

		.serv3 ul{
			width: 100% !important;
			padding: 0 10px 0 25px !important;
		}

		#mapa{padding: 20px 15px 0 0 !important;}

		.loc2{width: 93% !important;}

		section table{
			width: 95% !important;
			font-size: 10.5pt !important;}

		.piesobremesa p{
			font-size: 12pt !important;
			padding: 0 0 0 95px !important;
		}

		.pieotros{margin-bottom: 20px !important;}

		.iconos3{margin: 25px 25px 0 0 !important;}

		.tusservicios p{padding: 0 0 0 110px !important;}

		.fabricantes{width: 120px !important;}

		#mmarcas h2{font-size: 12pt !important;}

		.iconos12{margin: 0 10px 0 20px !important;}

		#fenviado{flex-wrap: wrap !important;}

		.iconos11{
			margin: 0 0 40px 0 !important;
			padding: 0 0 0 0 !important;
		}

		#mfaqs h2{font-size: 12pt !important;}

		.iconos12{
			padding: 20px 0 0 0 !important;
		}

		#mcookies table{
			font-size: 9pt !important;
			padding: 0 20px 40px 40px !important;
		}

		#mcookies h2{
			font-size: 12pt !important;
			padding: 19px 0 0 46px !important;
		}

		.autoria{
			padding: 5px 0 0 0;
			border-radius: 0px !important;
		}

	}

	/*Centrado general de los elementos*/

	.centrado{
		max-width: 1200px;
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: row;
		flex-wrap: wrap;
	}
	.centrado-en-columna{
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
		flex-wrap: wrap;
	}
	.centrado-izquierda{
		width: 100%;
		display: flex;
		align-items: flex-start;
		justify-content: center;
		flex-direction: column;
		flex-wrap: wrap;
	}
	.centrado-izquierda-arriba{
		width: 100%;
		display: flex;
		align-items: flex-start;
		justify-content: flex-start;
		flex-direction: row;
		flex-wrap: wrap;
		padding: 20px 0 0 0;
	}
	.centrado-izquierda-localizacion{
		width: 100%;
		display: flex;
		align-items: flex-start;
		justify-content: flex-start;
		flex-direction: column;
		flex-wrap: wrap;
		padding: 0 0 0 20px;
	}

	/*CSS General*/

	@font-face{
		font-family: roboto;
		src: url(../fnt/Roboto-Thin.ttf);
	}
	@font-face{
		font-family: robotob;
		src: url(../fnt/Roboto-Bold.ttf);
	}
	*{
		margin: 0;
		padding: 0;
		box-sizing: border-box;
	}
	html {
  		scroll-behavior: smooth;
	}
	#contenedor{
		max-width: 1200px;
		margin: 0 auto;
	}

	/*Cabecera*/

	header img{
		width: 250px;
		margin-top: 10px;
	}
	nav{
		padding: 25px 0 0 0;
	}

	/*Menús de la página*/

		/*Menú smartphone*/
		#menusmartphone{
			display: none;
		}
		#menusmartphone{
			width: 180px;
			background-color: rgba(247, 247, 247, 1.0);
			position: absolute;
			top: 65px;
			left: -185px;
			transition: all 0.6s;
			padding: 20px 0 10px 0;
			z-index: 10000;
		}
			#menusmartphone > li{
				width: 100%;
				clear: left;
				padding-top: 10px;
				padding-left: 20px;
				margin-top: 10px;
				background-color: #146bb0;
			}
				#menusmartphone > li:hover{
					background-color: #0b406a;
				}
			#menusmartphone li ul{
				width: 100%;
				float: left;
				padding: 20px 0 0 10px;
			}
			#menusmartphone li ul li{
				display: block;
				width: 100%;
				height: 40px;
			}
			#menusmartphone a{
				display: block;
				width: 100%;
				height: 30px;
				font-family: roboto;
				font-size: 12pt;
				font-weight: bold;
				color: rgba(255, 255, 255, 1.0);
				letter-spacing: 2px;
				text-decoration: none;
			}
				#menusmartphone .submenu{
					width: 100%;
					color: rgba(0, 0, 0, 1.0);
				}
					#menusmartphone .submenu:hover{
						color: #146bb0;
					}
			.iconos-menu{
				color: #146bb0;
				cursor: pointer;
				transition: all 0.6s;
			}
				#salir{
					font-size: 18pt;
					position: absolute;
					top: 0px;
					right: -40px;
				}
				#entrar{
					font-size: 16pt;
					position: absolute;
					top: 5px;
					right: 5px;
					opacity: 0;
				}

			/*Sección activa del menú smartphone*/
				#menusmartphone .activos{
					background-color: #0b406a;
				}

		/*Menú sobremesa*/
		#menusobremesa{
			z-index: 10000;
		}
			#menusobremesa li{
				list-style-type: none;
				float: left;
				font-family: arial;
				font-size: 14pt;
				font-variant: small-caps;
				margin-left: 25px;
				position: relative;
			}
				#menusobremesa li:hover ul{
					visibility: visible;
					opacity: 1;
					top: 30px;
					left: 0;
				}
			#menusobremesa a{
				height: 30px;
				display: block;
				text-decoration: none;
				color: rgba(0, 0, 0, 0.6);
			}
				#menusobremesa a:hover{
					color: #146bb0;
				}
		/*Submenú sobremesa*/
			#menusobremesa li ul{
				visibility: hidden;
				opacity: 0;
				width: 150px;
				position: absolute;
				top: 60px;
				left: 0;
				transition: all 0.5s;
				z-index: 10000;
			}
			#menusobremesa li ul li{
				width: 150px;
				height: 40px;
				border: 1px solid rgba(0, 0, 0, 0.6);
				font-size: 12pt;
				font-variant: initial;
				margin-left: initial;
				margin-bottom: 5px;
				padding-left: 10px;
				padding-top: 10px;
				background-color: white;
				box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.6);
			}
			#menusobremesa li ul li a{
				width: 140px;
				height: 40px;
				display: block;
			}
			/*Sección activa del menú de sobremesa*/
			#menusobremesa .activo{
				color: #146bb0;
			}
	/*PRINCIPIO DE LA PÁGINA DE INICIO*/
	main{
		width: 100%;
		float: left;
		margin-bottom: 30px;
		background-color: white;
	}
		/*Slider de imágenes en Inicio*/
		#slider{
			overflow:hidden; 
			max-width:1200px; 
			display: flex;
			align-items: flex-start;
			justify-content: flex-start;
			flex-direction: row;
			flex-wrap: wrap;
			padding: 20px 0 0px 0;
		}
		.button {
			background: #014464;
			background: -moz-linear-gradient(top, #0D658E, #0C577A 50%, #014D71 51%, #003E5C);
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #0E658E), color-stop(.5, #0C577A), color-stop(.5, #014D71), to(#003E5C)); 
			border: 1px solid #368DBE;
			border-top: 1px solid #c3d6df;
			-moz-border-radius: 4px;
			-webkit-border-radius: 4px;
			border-radius: 4px;
			-moz-box-shadow: 0 1px 3px black;
			-webkit-box-shadow: 0 1px 3px black;
			box-shadow: 0 1px 3px black;
			color: white;
			display: block;
			font-size: 12px;
			font-weight: bold;
			height: 30px;
			line-height: 30px;
			padding: 5px 20px;
			text-align: center;
			text-decoration: none;
			text-shadow: 1px 1px 1px black;
			text-transform: uppercase;
			width: auto;
		}
		.button2 {
			background: #d9ae00;
			background: -moz-linear-gradient(top, #b28b06, #9c7705 50%, #9c7705 51%, #5c4100);
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #b28b06), color-stop(.5, #9c7705), color-stop(.5, #9c7705), to(#5c4100)); 
			border: 1px solid #c7a60c;
			border-top: 1px solid #e5d51f;
		}
		.button3 {
			background: #ffd838;
			background: -moz-linear-gradient(top, #edbf21, #c89b0f 50%, #9c7705 51%, #906706);
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #edbf21), color-stop(.5, #c89b0f), color-stop(.5, #c89b0f), to(#906706)); 
			border: 1px solid #c7a60c;
			border-top: 1px solid #e5d51f;
		}
		.pix_diapo {
			background: #000;
			height: 470px;
			margin: 0 0px;
			overflow: hidden;
			position: relative;
			width: 100%;
		}
		.pix_diapo > div {
			display: none;
			height: 100%;
			left: 0;
			position: absolute;
			top: 0;
			width: 100%;
		}
		#pix_prev, #pix_next {
			cursor: pointer;
			display: block;
			height: 40px;
			margin-top: -20px;
			position: absolute;
			top: 50%;
			width: 40px;
			z-index: 1001;
		}
		#pix_prev {
			background: url(../img/diapo/prev.png) no-repeat;
			left: 10px;
		}
		#pix_next {
			background: url(../img/diapo/next.png) no-repeat;
			left: auto!important;
			right: 10px!important;
		}
		#pix_pag {
			display: none;
			margin: 0 auto;
			position: relative;
			width: 1200px;
			z-index: 1002;
		}
		#pix_commands {
			cursor: pointer;
			display: block;
			float: left;
			height: 26px;
			margin: 15px 0 0 13px;
			position: relative;
			width: 24px;
		}
		#pix_play {
			background: url(../img/diapo/play.png) center no-repeat;
			height: 24px;
			left: 0;
			position: absolute;
			top: 0;
			width: 24px;
		}
		#pix_stop {
			background: url(../img/diapo/pause.png) center no-repeat;
			height: 24px;
			left: 0;
			position: absolute;
			top: 0;
			width: 24px;
		}
		#pix_pag_ul {
			float: right;
			margin: 0;
			margin-right: 20px;
			padding: 0;
		}
		#pix_pag_ul > li {
			cursor: pointer;
			display: block;
			.display: inline-block;
			float: left;
			list-style: none;
			margin: 0 10px 0 0;
			padding: 20px 8px 0;
			text-align: center;
			text-indent: -9999px;
			width: 16px;
		}
		#pix_pag_ul > li > span {
			background: #222;
			-webkit-border-radius: 8px;
			-moz-border-radius: 8px;
			border-radius: 8px;
			display: block;
			height: 16px;
			width: 16px;
		}
		/*Color del círculo selector en hover (slider)*/
		#pix_pag_ul > li:hover > span > span {
			background: #fff;
		}
		#pix_pag_ul > li > span > span {
			-webkit-border-radius: 8px;
			-moz-border-radius: 8px;
			border-radius: 8px;
			display: block;
			float: left;
			height: 8px;
			margin: 4px;
			width: 8px;
		}
		/*Color del círculo selector (slider)*/
		#pix_pag_ul > li.diapocurrent > span > span {
			background: #146bb0;
			-webkit-border-radius: 8px;
			-moz-border-radius: 8px;
			border-radius: 8px;
		}
		#pix_pag_ul > li > .pix_thumb {
			/*Color del borde del recuadro selector en hover (slider)*/
			border: 4px solid #fff;
			.border: 4px solid #e6e6e6;
			border: 4px solid #e6e6e6\9;
			-moz-box-shadow: 0 1px 8px #000;
			-webkit-box-shadow: 0 1px 8px #000;
			box-shadow: 0 1px 8px #000;
			height: 58px;
		 	left: -17px;
			position: absolute;
			top: -40px;
			width: 58px;
		}
		#pix_pag_ul > li > .thumb_arrow {
		    border-left: 4px solid transparent;
		    border-right: 4px solid transparent;
		    border-top: 4px solid  #e6e6e6;
			top: 26px;
			left: 12px;
			position: absolute;
		}
		.pix_relativize {
			overflow: hidden;
			position: relative;
		}
		.imgFake {
			cursor: pointer;
		}
		.elemHover {
			position: absolute;
		}
		/*Barra con información (slider)*/
		.caption {
			background: rgba(18, 106, 177, 0.7);
		    .filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc000000, endColorstr=#cc000000);
		    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc000000, endColorstr=#cc000000)\9;
			bottom: 20px;
			color: #fff;
			display: block;
			font-size: 13px;
			font-family: arial;
			padding: 20px;
			width: 90%;
		}
		.ui-loader {
			display: none;
		}
		/*Encabezados y líneas generales*/
		h1{
			font-family: roboto;
			font-size: 18pt;
			text-align: center;
			letter-spacing: 4px;
			color: rgba(0, 0, 0, 0.6);
			margin-top: 40px;
		}
		hr{
			width: 200px;
			border-top: 1px solid #146bb0;
			border-bottom: 1px solid #146bb0;
			border-left: 1px solid #146bb0;
			border-right: 1px solid #146bb0;
			margin-top: 15px;
			margin-bottom: 40px;
		}
		/*Tu taller mecánico en Coslada y San Fernando*/
		.tutaller{
			width: 250px;
			height: 305px;
			margin: 20px;
		}
			.tutaller:hover .iconos{
				transform: rotateY(180deg);
			}
			.tutaller:hover .iconos2{
				transform: rotateY(180deg);
			}
			.iconos{
				font-size: 80pt;
				color: #146bb0;
				margin-left: 80px;
				margin-bottom: 20px;
				transition: all 0.7s;
			} 
			.iconos2{
				font-size: 80pt;
				color: #146bb0;
				margin-left: 60px;
				margin-bottom: 20px;
				transition: all 0.7s;
			}
			.tutaller h2{
				font-family: robotob;
				font-size: 11.5pt;
				color: rgba(0, 0, 0, 0.6);
				text-align: center;
				letter-spacing: 3px;
			}
			.tutaller hr{
				width: 80px;
				border-top: 1px solid #146bb0;
				border-bottom: 1px solid #146bb0;
				border-left: 1px solid #146bb0;
				border-right: 1px solid #146bb0;
				margin-top: 20px;
				margin-bottom: 20px;
				margin-left: 88px;
			}
			.tutaller p{
				font-family: arial;
				font-size: 11pt;
				line-height: 25px;
				text-align: center;
				color: rgba(0, 0, 0, 0.6);
				margin-bottom: 20px;
			}
			.tutaller a{
				width: 150px;
				height: 30px;
				display: block;
				font-family: arial;
				color: rgba(255, 255, 255, 1.0);
				font-size: 10pt;
				text-decoration: none;
				text-align: center;
				margin: 20px 0 20px 50px;
				padding-top: 8px;
				background-color: #146bb0;
				transition: all 0.6s;
			}
				.tutaller a:hover{
					background-color: #0352a5;
				}
		/*Nuestras instalaciones*/
		.inicio{
			width: 290px;
			border: 2px solid #146bb0;
			margin-top: 20px;
			margin-right: 4px;
			transition: all 0.6s;
		}
			.inicio:hover{
				filter: contrast(150%);
				transform: scale(0.95,0.95);
			}
		.masinfo{
			width: 250px;
			height: 50px;
			display: block;
			font-family: arial;
			color: white;
			font-size: 10pt;
			text-decoration: none;
			text-align: center;
			margin-top: 40px;
			margin-bottom: 20px;
			padding-top: 19px;
			background-color: #146bb0;
			transition: all 0.6s;
		}
			.masinfo:hover{
				background-color: #0352a5;
			}

		/*Lo que podemos ofrecerte*/
		.tusservicios{
			width: 360px;
			height: 150px;
			float: left;
			margin: 20px 20px 0 20px; 
		}
		.tusservicios h2{
			font-family: robotob;
			font-size: 14pt;
			color: rgba(0, 0, 0, 0.6);
			letter-spacing: 3px;
		}
		.tusservicios p{
			font-family: arial;
			font-size: 11pt;
			line-height: 25px;
			text-align: left;
			color: rgba(0, 0, 0, 0.6);
			margin-top: 20px;
			padding: 0 0 0 100px;
		}
		.iconos3{
			font-size: 50pt;
			color: #146bb0;
			float: left;
			margin-top: 25px;
			margin-right: 25px;
		}
			
	/*FIN DE LA PÁGINA DE INICIO*/
	/*>>>>>>>>>>>>>>>>>>>>>>>>>>*/
	/*PRINCIPIO DE LA PÁGINA DE SERVICIOS*/

		/*Sección de situación*/
		.situacion{
			width: 100%;
			height: 50px;
			font-family: arial;
			margin-top: 20px;
			background: linear-gradient(to right,#f5f5f5,white);
			padding: 0 20px 0 20px;
		}
			.situacion h3{
				float: left;
				font-family: roboto;
				font-size: 14pt;
				color: #444343;
				letter-spacing: 4px;
				margin: 14px 0 0 0;
			}
			.situacion a{
				width: 60px;
				display: block;
				float: right;
				color: #444343;
				font-size: 10pt;
				text-align: center;
				text-decoration: none;
				border-right: 1px solid lightgray;
				margin: 17px 10px 0 0;
			}
				.situacion a:hover{
					text-decoration: underline;
				}
			.situacion span{
				display: block;
				float: right;
				color: #146bb0;
				font-size: 10pt;
				margin: 17px 0 0 0;
			}
		/*Contenido*/
		article p{
			font-family: arial;
			font-size: 11pt;
			line-height: 20pt;
			color: rgba(0, 0, 0, 0.6);
			margin-bottom: 20px;
			padding: 0 20px 0 20px;
		}
		.serv{
			font-family: roboto;
			font-size: 18pt;
			text-align: left;
			letter-spacing: 4px;
			color: rgba(0, 0, 0, 0.6);
			margin-top: 40px;
			}
		.serv2{
			width: 200px;
			border-top: 1px solid #146bb0;
			border-bottom: 1px solid #146bb0;
			border-left: 1px solid #146bb0;
			border-right: 1px solid #146bb0;
			margin: 15px 0 40px 10px;
			}
		.serv3{width: 100%;}
			.serv3:hover .iconos7{
				transform: rotateY(180deg);
			}
			.serv3 p{
				font-family: arial;
				font-size: 11pt;
				line-height: 20pt;
				color: rgba(0, 0, 0, 0.6);
				margin-bottom: 30px;
				}
			.serv3 ul{
				width: 380px;
				list-style-type: none;
				font-family: arial;
				font-size: 11pt;
				float: left;
				padding: 0 0 0 40px;
				color: rgba(0, 0, 0, 0.6);
			}
			.serv3 li{
				margin-bottom: 10px;
			}
			.serv3 a{
				text-decoration: none;
				color: rgba(0, 0, 0, 0.6);
			}
				.serv3 a:hover{
					text-decoration: underline;
					color: #146bb0;
				}
		.iconos7{
			font-size: 170pt;
			color: #146bb0;
			float: left;
			margin: 5px 20px 0 20px;
			transition: all 0.5s;
		}
		.iconos8{
			font-size: 13pt;
			color: #146bb0;
			float: left;
			margin-right: 10px;
		}
	/*FIN DE LA PÁGINA DE SERVICIOS*/
	/*>>>>>>>>>>>>>>>>>>>>>>>>>>*/
	/*PRINCIPIO DE LA PÁGINA DE SERVICIOS > SECCIONES*/

	/*Lightbox con imágenes*/
	#light{
		max-width: 1200px;
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: row;
		flex-wrap: wrap;
		margin-top: 40px;
	}
		.imagenes{
			width: 290px;
			height: 158px;
			margin: 1px;
			float: left;
			margin: 0 5px 0 5px;
		}
			.imagenes:hover img{
				filter: contrast(120%);
				transform: scale(0.95,0.95);
			}
			.imagenes img{
				width: 290px;
				height: 150px;
				border: 2px solid #146bb0;
				transition: all 0.6s;
			}
				.lightboxOverlay {
					position: absolute;
					top: 0;
					left: 0;
					z-index: 10001;
					background-color: black;
					filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
					opacity: 0.8;
					display: none;
				}

				.lightbox {
					position: absolute;
					left: 0;
					width: 100%;
					z-index: 10002;
					text-align: center;
					line-height: 0;
					font-weight: normal;
					outline: none;
				}

				.lightbox .lb-image {
					display: block;
					height: auto;
					max-width: inherit;
					max-height: none;
					border-radius: 3px;

					/* Image border */
					border: 4px solid white;
				}

				.lightbox a img {
					border: none;
				}

				.lb-outerContainer {
					position: relative;
					*zoom: 1;
					width: 250px;
					height: 250px;
					margin: 0 auto;
					border-radius: 4px;

				  /* Background color behind image.
				     This is visible during transitions. */
				  background-color: white;
				}

				.lb-outerContainer:after {
					content: "";
					display: table;
					clear: both;
				}

				.lb-loader {
					position: absolute;
					top: 43%;
					left: 0;
					height: 25%;
					width: 100%;
					text-align: center;
					line-height: 0;
				}

				.lb-cancel {
					display: block;
					width: 32px;
					height: 32px;
					margin: 0 auto;
					background: url(../img/light/loading.gif) no-repeat;
				}

				.lb-nav {
					position: absolute;
					top: 0;
					left: 0;
					height: 100%;
					width: 100%;
					z-index: 10;
				}

				.lb-container > .nav {
					left: 0;
				}

				.lb-nav a {
					outline: none;
					background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
				}

				.lb-prev, .lb-next {
					height: 100%;
					cursor: pointer;
					display: block;
				}

				.lb-nav a.lb-prev {
					width: 34%;
					left: 0;
					float: left;
					background: url(../img/light/prev.png) left 48% no-repeat;
					filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
					opacity: 0;
					-webkit-transition: opacity 0.6s;
					-moz-transition: opacity 0.6s;
					-o-transition: opacity 0.6s;
					transition: opacity 0.6s;
				}

				.lb-nav a.lb-prev:hover {
					filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
					opacity: 1;
				}

				.lb-nav a.lb-next {
					width: 64%;
					right: 0;
					float: right;
					background: url(../img/light/next.png) right 48% no-repeat;
					filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
					opacity: 0;
					-webkit-transition: opacity 0.6s;
					-moz-transition: opacity 0.6s;
					-o-transition: opacity 0.6s;
					transition: opacity 0.6s;
				}

				.lb-nav a.lb-next:hover {
					filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
					opacity: 1;
				}

				.lb-dataContainer {
					margin: 0 auto;
					padding-top: 5px;
					*zoom: 1;
					width: 100%;
					border-bottom-left-radius: 4px;
					border-bottom-right-radius: 4px;
				}

				.lb-dataContainer:after {
					content: "";
					display: table;
					clear: both;
				}

				.lb-data {
					padding: 0 4px;
					color: #ccc;
				}

				.lb-data .lb-details {
					width: 85%;
					float: left;
					text-align: left;
					line-height: 1.1em;
				}

				.lb-data .lb-caption {
					font-size: 13px;
					font-weight: bold;
					line-height: 1em;
				}

				.lb-data .lb-caption a {
					color: #4ae;
				}

				.lb-data .lb-number {
					display: block;
					clear: left;
					padding-bottom: 1em;
					font-size: 12px;
					color: #999999;
				}

				.lb-data .lb-close {
					display: block;
					float: right;
					width: 30px;
					height: 30px;
					background: url(../img/light/close.png) top right no-repeat;
					text-align: right;
					outline: none;
					filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
					opacity: 0.7;
					-webkit-transition: opacity 0.2s;
					-moz-transition: opacity 0.2s;
					-o-transition: opacity 0.2s;
					transition: opacity 0.2s;
				}

				.lb-data .lb-close:hover {
					cursor: pointer;
					filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
					opacity: 1;
				}
	/*FIN DE LA PÁGINA DE SERVICIOS > SECCIONES*/
	/*>>>>>>>>>>>>>>>>>>>>>>>>>>*/
	/*INICIO DE LA PÁGINA DE LOCALIZACIÓN*/

	.loc{
		width: 100%;
		padding: 20px 0 0 0;
		margin: 0 0 20px 0;
		background: linear-gradient(to right, rgba(245, 243, 243, 0.3),rgba(255, 255, 255, 1.0));
	}
		.loc:hover .iconos9{
				transform: rotateY(180deg);
			}
	.loc2{
		width: 100%;
		padding: 20px 0 0 0;
		background: linear-gradient(to right, rgba(245, 243, 243, 0.3),rgba(255, 255, 255, 1.0));
	}
		.loc2:hover .iconos9{
			transform: rotateY(180deg);
		}
	.iconos9{
		font-size: 30px;
		color: #146bb0;
		float: left;
		margin-top: 5px;
		margin-right: 10px;
		margin-left: 8px;
		transition: all 0.6s;
	}
	.grande{
		font-size: 11pt;
		line-height: 30px;
	}
	section table{
		width: 300px;
		font-family: arial;
		font-size: 11pt;
		padding: 0 0 0 20px;
		color: rgba(0, 0, 0, 0.6);
	}
	section tr{
		height: 40px;
	}
	section .derecha{
		text-align: right;
	}
	section h2{
		font-family: robotob;
		font-size: 12pt;
		margin-top: 10px;
		margin-bottom: 30px;
		color: rgba(0, 0, 0, 0.6);
		background-color: white;
	}
	#mapa{
		width: 98%;
		height: 360px;
		padding: 20px 0 0 0;
	}
		#mapa:hover .iconos9{
			transform: rotateY(180deg);
		}
		section iframe{
			width: 100%;
			height: 280px;
		}
	/*FIN DE LA PÁGINA DE LOCALIZACIÓN*/
	/*>>>>>>>>>>>>>>>>>>>>>>>>>>*/
	/*INICIO DE LA PÁGINA DE CONTACTO*/

	.enlace{
		text-decoration: none;
		color: rgba(0, 0, 0, 0.6);
	}
		.enlace:hover{
			text-decoration: underline;
			color: #146bb0;
		}

		#rellenar{
			max-width: 800px;
			margin: 0 auto;
			margin-top: 20px;
		}

		main form{
			width: 100%;
			display: flex;
			align-items: center;
			justify-content: center;
			flex-direction: row;
			flex-wrap: wrap;
			font-family: arial;
			margin-top: 20px;
			padding: 0 20px 0 20px;
		}
		main label{
			width: 100%;
			height: 50px;
			margin-bottom: 15px;
		}
		main input{
			width: 100%;
			height: 40px;
			font-size: 12pt;
			padding-left: 10px;
			margin: 0 0 20px 0;
			background-color: #f2f2f2;
			border: 2px solid gray;
		}
			input:focus {
  				border: 2px solid rgba(20, 107, 176, 0.6);
  				outline: none;
			}
		main select{
			width: 100%;
			height: 40px;
			font-size: 12pt;
			color: gray;
			padding-left: 5px;
			margin: 0 0 20px 0;
			background-color: #f0f3f5;
			border: 2px solid gray;
		}
			select:focus {
  				border: 2px solid rgba(20, 107, 176, 0.6);
  				outline: none;
			}
		main textarea{
			width: 100%;
			height: 200px;
			font-family: arial;
			font-size: 12pt;
			padding: 10px;
			background-color: #f0f3f5;
			border: 2px solid gray;
		}
			textarea:focus {
  				border: 2px solid rgba(20, 107, 176, 0.6);
  				outline: none;
			}
		main #boton{
			width: 250px;
			height: 50px;
			display: block;
			font-family: arial;
			color: white;
			font-size: 10pt;
			text-decoration: none;
			text-align: center;
			border: none;
			cursor: pointer;
			background-color: #146bb0;
			margin: 20px 0 0 0;
			padding: 0;
			transition: all 0.6s;
		}
			main #boton:hover{
				background-color: #0352a5;
			}
		.g-recaptcha{
			display: flex;
			justify-content: center;
			width: 100%;
			margin: 20px 0 0 0;
		}
			.g-recaptcha iframe{
				width: 100%;
			}

		.alert,.alert-success,.alert-danger{
			font-family: arial;
			font-size: 10pt;
			text-align: center;
			padding: 20px 0 0 0;
		}


	/*FIN DE LA PÁGINA DE CONTACTO*/
	/*>>>>>>>>>>>>>>>>>>>>>>>>>>*/
	/*INICIO DE LA PÁGINA DE CONTACTO_ENVIADO*/

	/*#fenviado{
		max-width: 800px;
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: row;
		flex-wrap: nowrap;

	}
		.iconos11{
			font-size: 80pt;
			color: #146bb0;
			padding: 0 0 0 20px;
		}
		#fenviado p{
			font-family: arial;
			font-size: 14pt;
			color: rgba(0, 0, 0, 0.6);
			padding: 0 20px 0 20px;
		}*/

	/*FIN DE LA PÁGINA DE CONTACTO_ENVIADO*/
	/*>>>>>>>>>>>>>>>>>>>>>>>>>>*/
	/*INICIO DE LA PÁGINA DE FAQS*/

		#mfaqs h2{
			font-family: robotob;
			font-size: 14pt;
			color: rgba(0, 0, 0, 0.6);
			letter-spacing: 3px;
			padding: 20px 0 0 0;
		}

		#mfaqs ul{
			width: 100%;
			list-style-image: url(../img/punto.png);
			font-family: arial;
			font-size: 11pt;
			color: rgba(0, 0, 0, 0.6);
			padding: 0 20px 0 100px;
		}
		#mfaqs li{
			margin-bottom: 10px;
		}
		.iconos12{
			font-size: 14pt;
			color: #146bb0;
			float: left;
			padding: 22px 15px 0 15px;
		}
		.preguntas{
			padding: 20px 20px 0 60px;
		}

	/*FIN DE LA PÁGINA DE FAQS*/
	/*>>>>>>>>>>>>>>>>>>>>>>>>>>*/
	/*INICIO DE LA PÁGINA DE MARCAS*/

		#mmarcas h2{
			font-family: robotob;
			font-size: 14pt;
			color: rgba(0, 0, 0, 0.6);
			letter-spacing: 3px;
			padding: 20px 0 0 0;
			margin-bottom: 30px;
		}
		.marcas{
			width: 275px;
			border: 1px solid #146bb0;
			margin: 5px;
		}
		.fabricantes{
			width: 150px;
			margin-right: 10px;
			margin-bottom: 15px;
		}
		.separacion{
			margin: 20px 0 0 0;
		}

	/*FIN DE LA PÁGINA DE MARCAS*/
	/*>>>>>>>>>>>>>>>>>>>>>>>>>>*/
	/*INICIO DE LA PÁGINA DE COOKIES*/

		#mcookies h2{
			font-family: robotob;
			font-size: 14pt;
			color: rgba(0, 0, 0, 0.6);
			letter-spacing: 3px;
			padding: 19px 0 0 0;
		}
		#mcookies ul{
			width: 100%;
			list-style-image: url(../img/punto.png);
			font-family: arial;
			font-size: 11pt;
			color: rgba(0, 0, 0, 0.6);
			padding: 0 20px 0 120px;
		}
		#mcookies li{
			margin-bottom: 10px;
		}
		#mcookies table{
			width: 85%;
			font-family: arial;
			font-size: 11pt;
			text-align: center;
			padding: 0 20px 40px 20px;
		}
		#mcookies tr{
			height: 30px;
		}
			#mcookies .tr2{
				height: 70px;
			}
		#mcookies td{
			width: 25%;
			border: 1px solid #146bb0;
		}
		#mcookies th{
			width: 25%;
			border-top: 1px solid gray;
			border-left: 1px solid gray;
			border-right: 1px solid gray;
			border-bottom: 1px solid #146bb0;
			background-color: rgba(0, 0, 0, 0.1);
		}
		#mcookies li{
			margin-bottom: 10px;
		}
		#mcookies a{
			color: rgba(0, 0, 0, 0.6);
			text-decoration: none;
		}
			#mcookies a:hover{
				color: #146bb0;
				text-decoration: underline;
			}

	/*FLECHA - DESPLAZAMIENTO HASTA EL MENÚ*/

	#subir{
		font-size: 30pt !important;
		color: rgba(17, 128, 216, 0.9);
		opacity: 0;
		position: fixed;
		bottom: 27px;
		right: 20px;
		transition: all 0.4s;
		z-index: 10000;
	}
		#subir:hover{
			color: rgba(17, 118, 216, 1.0);
		}
	/* Pie de página */
	footer{
		max-width: 1200px;
		clear: left;
		background-color: rgba(0, 0, 0, 0.5);
		padding: 30px;
		margin: 0 0 20px 0;
	}
		footer hr{
			width: 95%;
			border-top: 1px solid lightgray;
			border-bottom: none;
			border-left: none;
			border-right: none;
			margin: initial;
			margin-bottom: 50px;
			clear: left;
		}
		/* Tabla con horario */
		footer table{
			width: 260px;
			font-family: arial;
			font-size: 11pt;
			color: white;
		}
		footer tr{
			height: 20px;
		}
		footer .derecha{
			text-align: right;
		}
		/* Carteles superiores */
		.piesobremesa{
			width: 260px;
			height: 90px;
			margin: 0 20px 0 20px;
			
		}
		.piesobremesa p{
			font-family: roboto;
			font-size: 16pt;
			line-height: 30px;
			color: white;
		}
		.iconos4{
			font-size: 35pt;
			color: lightgray;
			float: left;
			margin-top: 8px;
			margin-right: 40px;
		}
		/* Otros datos del pie */
		.pieotros{
			max-width: 250px;
			height: 200px;
			display: flex;
			align-items: center;
			justify-content: flex-start;
			flex-direction: column;
			flex-wrap: wrap;
			margin: 0 25px 0 25px;

		}
		.pieotros h2{
			font-family: arial;
			font-size: 12pt;
			text-align: left;
			letter-spacing: initial;
			color: white;
		}
		.pieotros hr{
			width: 50px;
			border: 1px solid lightgray;
			margin: initial;
			margin-top: 10px;
			margin-bottom: 10px;
		}
		.pieotros p{
			font-family: arial;
			font-size: 11pt;
			line-height: 25px;
			color: white;
		}
		.pieotros ul{
			list-style-type: none;
			font-family: arial;
		}
			.iconos5{
				font-size: 12pt;
				color: lightgray;
				margin-right: 10px;
			}
		.pieotros li{
			margin-bottom: 5px;
		}
		.pieotros a{
			text-decoration: none;
			color: white;
		}
			.pieotros a:hover{
				text-decoration: underline;
			}
		.iconos6{
			font-size: 40pt;
			color: lightgray;
			transition: all 0.5s;
			margin: 5px 0 0 5px;
		}
			.iconos6:hover{
				color: white;
			}
		/* Copyright */
		#copyright{
			width: 100%;
			display: flex;
			align-items: center;
			justify-content: center;
			flex-direction: row;
			flex-wrap: wrap;
			background-color: white;
		}
			#copyright p{
				font-family: arial;
				font-size: 11pt;
				color: gray;
				text-align: center;
				padding: 5px 10px 5px 10px;
			}
			#copyright a{
				font-family: arial;
				font-size: 11pt;
				text-decoration: none;
				color: black;
				padding: 5px 10px 5px 10px;
			}
				#copyright a:hover{
					text-decoration: underline;
				}
			.autoria{
				width: 100%;
				font-family: arial !important;
				font-size: 7.5pt !important;
				letter-spacing: 1px;
				color: white !important;
				padding: 5px;
				margin: 15px 0 0 0;
				border-radius: 5px 5px 0 0;
				background-color: rgba(0, 0, 0, 0.3);
			}
		#cookies{
			width: 100%;
			display: flex;
			align-items: center;
			justify-content: center;
			flex-direction: row;
			flex-wrap: wrap;
			position: sticky;
			bottom: 0;
			left: 0;
			font-family: roboto;
			font-size: 10pt;
			letter-spacing: 1px;
			color: rgba(255, 255, 255, 1.0);
			padding: 20px;
			filter: drop-shadow(5px 0 5px rgba(0, 0, 0, 0.5));
			border-top: 2px solid rgba(20, 107, 176, 1.0);
			background-color: rgba(20, 107, 176, 0.9);
		}
			#cookies p{
				text-align: center;
				line-height: 30px;
				padding: 0 10px 0 0;
				margin: 10px 0 10px 0;
			}
			#cookies a{
				font-weight: bold;
				text-decoration: none;
				color: rgba(255, 255, 255, 1.0);
			}
				#cookies a:hover{
					text-decoration: underline;
				}
		.boton-cookies{
			font-family: roboto;
			font-size: 10pt;
			font-weight: bold;
			letter-spacing: 2px !important;
			color: rgba(0, 0, 0, 1.0);
			letter-spacing: 1px;
			cursor: default;
			padding: 5px 10px 5px 10px;
			border: none;
			background-color: rgba(255, 255, 255, 1.0);
		}


