<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
body {
	font-family: "Fira Sans Condensed", sans-serif;
	margin: 0px;
	font-size: 21px;
	line-height: 1.4;
	color: #666;
}
.page {
	background-color: #FFF;
}

.body_fondo {
	background-image: url(https://panel.bodyauto.es/img/fondo_banner_foto.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100%;
	background-attachment: fixed;
}
@media only screen and (max-width:620px) { 
.body_fondo {
	background-image: url(https://panel.bodyauto.es/img/fondo_banner_foto.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	background-attachment: fixed;
}
}
p {
	margin: 0px;
}

#flotante {
	position: fixed;
	z-index: 999;
	top: 0px;
	right: 0px;
	margin-top: 20px;
}
@media only screen and (max-width:620px) { 
#flotante {
	margin-top: 5px;
}
}
#flotante ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
#flotante li {
	float: right;
	clear: right;
	margin: 0px;
	padding: 0px;
					}
#flotante li img {
		margin:10px;
		float: left;
	}
	@media only screen and (max-width:620px) { 
#flotante li img {
	margin-right: 0px;
}
}
#flotante ul li a{
	display: block;
	background-color: #C8B117;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	color: #FFF;
	margin-bottom: 10px;
	text-align: center;
	-webkit-box-shadow: 4px 4px 4px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 4px 4px 4px 0px rgba(0,0,0,0.3);
	box-shadow: 4px 4px 4px 0px rgba(0,0,0,0.3);
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease; /* Establecemos una transición a todas las propiedades */
	color: #FFF;
	text-decoration: none;
	height: 50px;
	line-height: 50px
}
#flotante ul li a:hover {
	padding-right: 20px;
}
#flotante ul li span {
   font-size: 1px;
   visibility:hidden;
   opacity: 0;
 -webkit-transition: opacity 600ms, visibility 600ms;
  transition: opacity 600ms, visibility 600ms;
	color:#335A8C;
}

#flotante ul li:hover span{
	font-size: 17px;
	visibility:visible;
	opacity: 1;
	color:#FFF;
}
#flotante .fb{
	display:none
}
#flotante #menu_responsive{
	display:none
}
@media only screen and (max-width:620px) { 
#flotante .fb{
	display:block
}
#flotante ul li a{
	height:34px;
	line-height:34px
}
#flotante li img {
margin: 7px;
		width:20px
	}
#flotante #menu_responsive{
	display:block
}	
}
.caja1100{
	width: 1300px;
	margin-left: auto;
	margin-right: auto;
}
.caja1100_gde{
	min-width: 1300px;
}
.caja1100.txt{
	width: 1100px;
}
@media only screen and (max-width:620px) { 
.caja1100{
	width: 95%;
	margin-left: auto;
	margin-right: auto;
}
.caja1100.txt{
	width: 95%;
}
.caja1100_gde{
	min-width: 100%;
}
}

.contenido {
	padding-top: 40px;
	padding-bottom: 40px;
	clear: both;
	background-color: #FFF;
	margin-top:250px
}
.contenido.home {
margin-top:0px
}
@media only screen and (max-width:620px) { 
.contenido {
	margin-top:0px
}
}
#cabecera {
	position: fixed;
	top: 0px;
	width: 100%;
	z-index: 99;
}

#logo {
	float: left;
	width: 200px;
}
#logo2 {
	margin-top:70px; 
	margin-left:20px;
	width:180px
}
.segundo_logo {
	display: none;
}
@media only screen and (max-width:620px) { 
.segundo_logo {
	margin-top: 55px;
	margin-left:20px;
	display:inline;
	width:100px
}
#logo2 {
	display:block;
	margin-top:0px; 
	margin-left:auto;
	margin-right:auto;
	width:150px
}
}

@media only screen and (max-width:620px) {
#cabecera {
	position: static;
	text-align:center
	}
#cabecera #cabecera_der{
	display: none;
	}
}
#cabecera #cabecera_der .logo2{
	float: right;
	width: 120px;
	margin-left: 20px;
}
.logo3 {
	display: none;
}
@media only screen and (max-width:620px) { 
#logo {
	float: none;
	margin-top: 10px;
	margin-left: 5%
}
.logo3 {
	display: inline;
	width: 35%;
	margin-right:5%;
	max-width:150px
}
}
#botonera {
	background-color: rgba(0, 0, 0, 0.9);
	padding-top: 5px;
	padding-bottom: 5px;
	}
@media only screen and (max-width:620px) { 
#botonera {
	display: none;
}
}
#nav{

	
}
#nav .botonera_seccion {
	display: inline;
	list-style-type: none;
	font-size: 22px;
	color: #999;
	cursor: pointer;
	margin-left: 30px;
	padding: 5px;
}
#nav .botonera_seccion .link {
	color: #999;
	text-decoration: none;
}
#nav li.botonera_seccion:hover {
	color: #FFDD58;
}

#nav .caja_desplegable {
	padding-top: 10px;
}
#nav .col_linea {
	line-height: 25px;
	text-align: left;
	line-height: 25px;
	color: #FFF;
	margin-bottom: 1px;
	border-radius: 5px;
	font-size: 20px;
	color: #FFF;
	padding: 10px;
	background-color: #333;
}
#nav .botonera_linea{

}
#nav .botonera_familia{
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 15px;
}
#nav .botonera_linea a{
	color:#FFF;
	text-decoration:none
}
#nav .botonera_linea a:hover{
	color: #CCCCCC;
}
#nav .botonera_familia {
	color: #FFF;
	text-decoration: none
}
#nav a.botonera_familia:hover{
	color: #CCC
}
#slogan {
	float: right;
	font-size: 30px;
	color: #FFFFFF;
	padding-top: 70px;
}
#cabecera2 {
	background-color: rgba(0, 0, 0, 0.9);
	margin-bottom: 10px
}
#telefonos {
	text-align: center;
	font-size: 18px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #FFF;
	background-color: rgba(0, 0, 0, 0.9);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
}
.foto_ani {
	width:100%;
	height:800px;
	object-fit: cover;
}
@media only screen and (max-width:620px) { 
#slogan {
	font-size: 25px;
	min-width: 0px;
	margin-top: 0px;
	padding-top: 20px;
	padding-bottom:20px
}
#telefonos {
	display: block;
	margin-top: 0px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
.foto_ani {
	height:400px;
}
}
#telefonos a{
	color: #FFF;
	text-decoration:none

}
.bloque_prod_home {
	cursor: pointer;
	width: 23%;
	margin-right: 1%;
	margin-left: 1%;
	height: 250px;
	position: relative;
	float: left;
	margin-bottom: 20px;
}
@media only screen and (max-width:620px) { 
.bloque_prod_home {
	float: none;
	width:100%;
	max-width: 390px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
}
.bloque_prod_home .foto {
	height: auto;
	width: 100%;
	height: 250px;
	object-fit: cover;
	border-radius: 10px;
}
.bloque_prod_home .titulo {
	font-size: 25px;
	color: #FFFFFF;
	position: absolute;
	z-index: 5;
	background-color: #999999;
	text-align: center;
	width: 100%;
	opacity: 0.9;
	bottom: 0;
	border-radius: 10px;
}
.bloque_prod_home .titulo p{
	padding: 10px;
}
div.bloque_prod_home:hover .titulo {
	background-color: #C8B117;
	height:250px
}
div.bloque_prod_home:hover p {
	padding-top:25%
}
.bloque_prod {
	cursor: pointer;
	float: left;
	width: 295px;
	margin-right: 15px;
	margin-left: 15px;
	height: 295px;
	margin-bottom: 30px;
	position: relative;
}
@media only screen and (max-width:620px) { 
.bloque_prod {
	float: none;
	width:100%;
	max-width: 295px;
	margin-right: auto;
	margin-left: auto;
	height: 295px;
	position: relative;
}
}
.bloque_prod .foto {
	height: auto;
	width: 100%;
	height: 295px;
	object-fit: cover;
	border-radius:10px
}
.bloque_prod .titulo {
	font-size: 20px;
	color: #FFFFFF;
	position: absolute;
	z-index: 5;
	background-color: #999999;
	text-align: center;
	width: 100%;
	opacity: 0.9;
	bottom: 0;
	border-radius: 10px;
}
.bloque_prod .titulo p{
	padding: 15px;
}
div.bloque_prod:hover .titulo {
	background-color: #C8B117;
}



.bloque_trabajo {
	cursor: pointer;
	float: left;
	width: 390px;
	margin-right: 15px;
	margin-left: 15px;
	height: 390px;
	margin-bottom: 30px;
	position: relative;
}

.bloque_trabajo .foto {
	height: auto;
	width: 100%;
	height: 390px;
	object-fit: cover;
	border-radius: 10px
}
@media only screen and (max-width:620px) { 
.bloque_trabajo {
	float: none;
	width:100%;
	max-width: 295px;
	margin-right: auto;
	margin-left: auto;
	height: 295px;
	position: relative;
}
.bloque_trabajo .foto {
	height: 295px;
}
}
.bloque_trabajo .titulo {
	font-size: 20px;
	color: #FFFFFF;
	position: absolute;
	z-index: 5;
	background-color: #999999;
	text-align: center;
	width: 100%;
	opacity: 0.9;
	bottom: 0;
	border-radius: 10px;
}
.bloque_trabajo .titulo p{
	padding: 15px;
}
div.bloque_trabajo:hover .titulo {
	background-color: #C8B117;
}

.bloque_noticias  {
	float: left;
	width: 390px;
	height: 550px;
	margin-bottom: 30px;
	cursor: pointer;
	margin-right: 20px;
	margin-left: 20px;
	border: 1px solid #CCC;
	border-radius: 10px;
	padding-bottom: 15px
}
@media only screen and (max-width:620px) { 
.bloque_noticias  {
	float: none;
	max-width: 330px;
	width: auto;
	height: auto;
	margin-right: auto;
	margin-left: auto;
}
}
div.bloque_noticias:hover  {
	background-color: #EBEBEB;
}

.bloque_noticias .foto {
	width: 360px;
	height: 300px;
	object-fit: cover;
	margin: 15px;
	border-radius: 10px;
}
@media only screen and (max-width:620px) { 
.bloque_noticias .foto {
	width: 300px;
	height: 300px;
}
}
.bloque_noticias .fecha {
	color: #999;
	padding-right: 15px;
	padding-left: 15px;
	font-size: 18px;
}
.bloque_noticias .titulo {
	padding-right: 15px;
	padding-left: 15px;
	font-size: 25px;
	color: #C8B117;
	padding-bottom: 5px;
	clear: both
}
.bloque_noticias .subtitulo {
	color: #999;
	padding-right: 15px;
	padding-left: 15px;
}
.bloque_noticias .texto {
	padding-top:10px;
	padding-right: 15px;
	padding-left: 15px;
}

.tit_home {
	font-size: 40px;
	color: #999;
	padding-top:60px;
	margin-bottom: 40px;
	text-align: center;
	clear:both
}
.tit_home a{
	color: #999;
	text-decoration:none
}
.tit_home a:hover{
	text-decoration:underline
}
#banner_foto {
	text-align:center;
	color:#FFF;
	font-size:50px;
	padding-top:120px;
	padding-bottom:120px;
	text-shadow: 1px 1px 2px black, 0 0 1em black, 0 0 0.2em black;
}
@media only screen and (max-width:620px) { 
#banner_foto {
	padding-top:80px;
	padding-bottom:80px;
}
}
#pie {
	background-color: #666666;
	color: #FFF;
	padding-top: 70px;
	padding-bottom: 60px;
	font-size: 18px;
}
#pie .bloque_dire{
	float: left
}
#pie a{
	color:#fff;
	text-decoration:none
}
#pie a:hover{
	text-decoration:underline
}
#pie .fb-page{
	float: right;
}


@media only screen and (max-width:620px) { 
#pie {
	text-align: center;
	min-width: 0px;
		padding-top: 30px;
	padding-bottom: 30px;
}
#pie .bloque_dire{
	float:none;
	padding-right:0px;
	width:auto
}
#pie .fb-page{
	display: none;
}
}
#pie .bloque_dire .titulo {
	font-size: 25px;
}
#pie .botonera_pie{
	float: left;
	width: 390px;
	margin-right: 100px;
	line-height: 30px;
}

@media only screen and (max-width:620px) { 
#pie .botonera_pie{
	display:none
}
}
#pie .subbotonera {
	padding-bottom: 15px;
	font-size: 16px;
}

#pie .copy {
	text-align: center;
	clear: both;
	padding-top: 50px;
}

#pie .logos{
	padding-top: 60px;
	padding-bottom: 60px
}
#logo_pie2 {
	width:200px;

	}
#logo_pie3 {
	display:none;
	width:200px;

	}	
@media only screen and (max-width:620px) { 
#pie .logos img{
	width:100%;
	max-width:444px
	}
#logo_pie2 {
	display:none;

	}	
#logo_pie3 {
	display:block;
	margin-top:30px;
	margin-left:auto;
	margin-right:auto

	}	
}

#animacion {
	background-color:#000
}
#mini_banners {
	clear: both;
}
#mini_banners .caja_mini_banners {
	text-align: center;
	cursor: pointer;
	margin-bottom:10px;
	background-color:#000;
	border-radius:10px;
}
#mini_banners .caja_mini_banners img {
	width: 1300px;
	object-fit: cover;
	height: 200px;
	opacity: 0.5;
	border-radius: 10px;
}
#mini_banners .caja_mini_banners .titulo {
	font-size: 45px;
	color: #FFFFFF;
	position: absolute;
	z-index: 5;
	width: 1300px;
	padding-top: 40px;
	text-shadow: 1px 1px 2px black, 0 0 1em black, 0 0 0.2em white;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#mini_banners div.caja_mini_banners:hover img {
	opacity: 1;
}
@media only screen and (max-width:620px) { 
#mini_banners .caja_mini_banners img {
	width: 100%;
}
#mini_banners .caja_mini_banners .titulo {
	width: 90%;
}
}


#mini_banners .texto {
	color: #FFF;
	font-size: 20px;
	padding-top: 10px;
	text-shadow: 1px 1px 2px black, 0 0 1em black, 0 0 0.2em white;

}










.bloque_nove{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	background-color: #DBDEC9;
	padding: 15px;
}
.bloque_nove .cajafoto {
	float: left;
}
.bloque_nove .cajafoto .foto {
	height: auto;
	width: 200px;
	margin-right: 15px;
}
.bloque_nove .novedad {
	position: absolute;
	z-index: 5;
}
.bloque_nove .titulo {

}
.bloque_nove .titulo a{
	font-size: 18px;
	color: #4F5A1E;
	text-decoration: none;
}
.bloque_nove .titulo a:hover{
	text-decoration: underline;
}
.bloque_nove .texto {
	color: #666;
	padding-top: 5px;
}
.bloque_nove .bt_mas {
	margin-left: 10px;
}
.bloque_nove a.bt_mas:hover {
	text-decoration: none;
}


#menu li {
	background-color:#666
}
#menu li a{
	font-size: 18px;
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
}
#menu li a:hover {

}
#menu li li {
	background-color: #999;
}

.foto_banda {
	width: 100%;
	height: 600px;
	object-fit: cover;
	min-width: 1300px;
}
@media only screen and (max-width:620px) { 
.foto_banda {
	height: 200px;
	min-width: 0px;
	margin-top: 190px;
}
}
.seccion {
	font-size: 45px;
	color: #C8B117;
	margin-bottom: 50px;
	font-weight: normal;
	text-align: center;
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-left: 0px;
	text-transform: uppercase;
}
.seccion.interior {
	margin-bottom: 0px;
}
@media only screen and (max-width:620px) { 
.seccion {
	font-size: 40px;
}
}
.titulo_relacion {
	color: #CCC;
	font-size: 40px;
	padding-top: 60px;
	padding-bottom:20px;
	text-align: center;
	text-transform: uppercase;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	margin-top:40px
}
@media only screen and (max-width:620px) { 
.titulo_relacion {
	font-size: 35px;
}
}
.punteo {
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 50px;
}
.img_izq {
	float: left;
	margin-right: 20px;
	margin-bottom: 5px;
}
.img_der {
	float: right;
	margin-bottom: 5px;
	margin-left: 20px;
}
.destacado {
	font-size: 25px;
	color: #C8B117;
	text-decoration: none;
}
a.destacado:hover {
	text-decoration: underline;
}
.flia  {
	text-align:center
}
.flia a{
	color: #999;
	font-size: 20px;
	text-decoration: none;
}
.flia a:hover{
	color: #666;
}
#detalle_producto .titulo {
	font-size: 30px;
	color: #C8B117;
}
#detalle_producto .fecha {
	color: #999999;
}
#detalle_producto .subtitulo {
	color: #999999;
}
#detalle_producto .precio {
	font-size: 18px;
	color: #999;
	margin-top: 10px;
	line-height: 27px;
}
#detalle_producto .precio .bt_comprar {
	background-color: #4F5A20;
	float: right;
	padding-right: 28px;
	padding-left: 10px;
	margin-left: 10px;
	background-image: url(https://panel.bodyauto.es/img/ico_cesta_blanco.png);
	background-repeat: no-repeat;
	background-position: right;
	line-height: 27px;
}
#detalle_producto .precio .bt_comprar a{
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
}
#detalle_producto .precio .bt_comprar a:hover{
	color: #CCC;
}




#detalle_producto .imagenes {
	float: left;
	padding-bottom: 10px;
}

#detalle_producto .imagenes img {
	height: auto;
	width: 500px;
	margin-right: 30px;
	border-radius: 10px;
}
#detalle_producto .imagenes .video {
	margin-top: 20px;
	margin-right: 30px;
}
#detalle_producto .imagenes .video iframe{
	width:500px;
	height:250px
}
@media only screen and (max-width:620px) { 
#detalle_producto .imagenes {
	float: none;
	padding-bottom: 30px;
}
#detalle_producto .imagenes img {
	width: 100%;
	margin-right: 0px;
}
#detalle_producto .imagenes .video {
	margin-right: 0px;
}
#detalle_producto .imagenes .video iframe{
	width:100%;
}
}
#detalle_producto .texto {
	color: #666;
	padding-top: 30px;
}
#detalle_producto .texto a , #detalle_producto .texto_destacado a{
	color: #C8B117;
}
#detalle_producto .texto a:hover, #detalle_producto .texto_destacado a:hover {
	text-decoration: none;
}
#detalle_producto .texto_destacado {
	color: #666;
	padding: 20px;
	background-color: #E6E6E6;
	clear: both;
	border-radius: 10px;
	margin-top: 40px;
}

#detalle_producto .tipo {
	margin-top: 40px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	border: 1px solid #CCC;
	border-radius: 10px;
	clear:both
}
#detalle_producto .tipo a {
	color: #C8B117;
	text-decoration:none
}
#detalle_producto .tipo a:hover {
	text-decoration:underline
}
#detalle_producto .sector_descargas {
	clear: both;
	padding-top: 40px;
	margin-right: 100px;
	margin-left: 100px;
	padding-bottom: 20px;
}
.sector_descargas .tit_descargas {
	float: left;
}

#detalle_producto .bt_descarga {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding: 10px;
	margin-left: 130px;
}
@media only screen and (max-width:620px) { 
#detalle_producto .sector_descargas {
	margin-right: 0px;
	margin-left: 0px;
}
.sector_descargas .tit_descargas {
	float: none;
	width:70px;
	display:block;
	margin:auto
}

#detalle_producto .bt_descarga {
	margin-left: 0px;
}
}
#detalle_producto .bt_descarga a{
	color: #C8B117;
	text-decoration: none;
	font-size: 17px;
}
#detalle_producto .bt_descarga a:hover {
	color: #666;
}
.titulo_galeria {
	font-size: 14px;
	color: #FFF;
	text-align: right;
	clear: both;
	padding-right: 10px;
	background-color: #666;
	line-height: 26px;
}
#detalle_producto .oferta_destacado {
	color: #900;
	margin-top: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #900;
	font-size: 13px;
	font-weight: bold;
}
#detalle_producto .titulo_oferta {
	color: #373737;
	font-size: 17px;
	line-height: 17px;
}


.galeria  {
	margin-top: 40px;
	background-color: #F2F2F2;
	text-align: center;
	padding: 7px;
	clear: both;
	border-radius: 10px
}
.galeria img {
	height: 200px;
	width: 200px;
	margin: 7px;
	object-fit: cover;
	border-radius:10px
}

.volver  {
	font-size: 16px;
	text-align: center;
	padding-bottom: 50px
}
.volver a {
	color: #999;
	text-decoration: none;
}
.volver a:hover {
	color: #666;
}

.familia_productos  {
	padding-top: 30px;
}

.familia_productos a {
	color: #999;
	text-decoration: none;
	font-size: 14px;
}
.familia_productos a:hover {
	color: #4F5A1E;
}
#detalle_redes_hor {
	clear: both;
	color: #999;
	font-size: 16px;
	line-height: 30px;
	background-color: #F2F2F2;
	margin-top:50px;
	min-width:1300px
}
#detalle_redes_hor .caja1100{
	padding-top: 30px;
	padding-bottom: 30px;
	background-image: url(https://panel.bodyauto.es/img/icono_share.png);
	background-repeat: no-repeat;
}
@media only screen and (max-width:620px) {
#detalle_redes_hor {
	min-width:0px
} 
#detalle_redes_hor .caja1100{
	text-align:center
}
}
#detalle_redes_hor .rsociales img {
	margin-right: 5px;
}
#detalle_redes_hor .primera {
	margin-left:170px
}
@media only screen and (max-width:620px) { 
#detalle_redes_hor .primera {
	margin-left:0px
}
}
.bloque_novedades {
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}
.bloque_novedades .fecha {
	font-size: 12px;
	color: #9C9B9B;
}

.bloque_novedades .titulo {
	font-size: 20px;
	color: #4F5A20;
	text-decoration: none;
}

.bloque_novedades .subtitulo {
	color: #9C9B9B;
	font-size: 13px;
	line-height: 18px;
}

.bloque_novedades .foto {
	height: auto;
	width: 200px;
	float: left;
	margin-right: 20px;
}
.bloque_novedades .foto_oferta {
	height: auto;
	width: 200px;
	float: right;
	margin-left: 20px;
}

.bloque_novedades .texto {
	margin-top: 10px;
	color: #666;
	font-size: 13px;
	line-height: 18px;
}
.bloque_novedades .texto a {
	color: #4F5A20;
}
.bloque_novedades .texto a:hover {
	text-decoration: none;
}
.bloque_novedades .bt_mas  {
	color: #4F5A20;
	text-decoration: underline;
	padding-left: 10px;
}
.bloque_novedades .bt_mas a:hover {
	text-decoration: none;
}
.celda_contacto {
	color: #666;
	background-color: #E6E6E6;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	clear: both;
	padding: 10px;
}
.caja {
	font-size: 14px;
	color: #666;
	background-color: #FFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	border: 1px solid #FFF;
	width: 100%;
}
.bt_enviar {
	font-size: 15px;
	color: #FFFFFF;
	background-color: #C8B117;
	border: 1px solid #fff;
	margin-top: 10px;
	padding-right: 30px;
	padding-left: 30px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	cursor:pointer;
	text-decoration: none;
}
.peque {
	font-size: 13px;
	color: #666;
}
.peque a {
	color: #666;
}
.peque a:hover {
	text-decoration: none;
}
#banner_pro {
	border: 1px dotted #CCC;
	font-size: 20px;
	color: #4F5A20;
	text-align: center;
	padding-right: 120px;
	padding-left: 10px;
	background-image: url(https://panel.bodyauto.es/img/banner_zona_profesional.jpg);
	background-repeat: no-repeat;
	height: 190px;
	margin-top: 30px;
	line-height: 23px;
	cursor:pointer;
}
form {
	margin: 0px;
	padding: 0px;
}
.bt_form {
	text-decoration: none;
	float: left;
	padding-right: 15px;
	padding-left: 15px;
	background-color: #999;
	margin-left: 30px;
}
.bt_form a{
	font-size: 13px;
	color: #FFF;
	text-decoration: none;
}
#detalle_producto .bloque_producto {
}
.bloque_producto .foto {
	float: left;
	height: auto;
	width: 60px;
	margin-right: 15px;
}

.subtitulonove {
	font-size: 17px;
	color: #4F5A1E;
	clear: both;
	padding-top: 20px;
	padding-bottom: 10px;
}
#legal {
	font-size: 13px;
	color: #666;
	margin: 20px;
	background-color: #FFF;
	background-image: none;
	line-height: 18px;
}
.titulo_legal{
	font-size: 18px;
	color: #333;
}
#legal a {
	color: #4F5A1E;
	text-decoration: none;
}
#legal a:hover {
	text-decoration: underline;
}

.bloque_cookie {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
.bloque_cookie .titulo_cookie{
	font-size: 27px;
	color: #C8B117;
	padding-bottom: 5px;
	font-weight: 200;
}
.mapa {
	padding-top:60px
}

.mapa iframe {
	width: 100%;
	height: 300px;
	border-radius: 10px;
}
.fortalezas_banda {
	background-image: url(https://panel.bodyauto.es/img/banner_fortalezas.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	padding-top: 100px;
	padding-bottom: 100px;
	font-size: 40px;
	color: #FFF;
	text-align: center;
	background-size: cover;
	cursor: pointer;
	text-shadow: 1px 1px 2px black, 0 0 1em black, 0 0 0.2em black;
	min-width:1300px
}
@media only screen and (max-width:620px) { 
.fortalezas_banda {
	min-width:0px
}
}
.bloque_cookie {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
.bloque_cookie .titulo_cookie{
	font-size: 25px;
	color: #C8B117;
	padding-bottom: 5px;
}
#selector_tipo {
	background-color: #666;
	padding: 15px;
	text-align: center;
	clear: both;
}
#selector_tipo select{
	font-family: "Fira Sans Condensed", sans-serif;
	margin: 0px;
	font-size: 15px;
	max-width: 1300px;
	width: 100%;
	padding: 10px;
	margin-left: auto;
	margin-right: auto;
	border-radius: 10px;
}

#lineas_home {
	border-top:#CCC 1px solid;
	padding-top: 60px;
	padding-bottom: 50px;
}
#empresa {
	text-align:center;
	padding-bottom:80px;
	padding-top:20px;
	font-size:25px
}
#empresa .destacado {
	font-size:35px
}
@media only screen and (max-width:620px) { 
#empresa {
	font-size:22px
}
#empresa .destacado {
	font-size:30px
}
}
#banner_cita {
	color: #FFFFFF;
	font-size: 30px;
	min-width: 1300px;
	background-color: #09080D;
}
#banner_cita .caja1100{
	background-image: url(https://panel.bodyauto.es/img/fondo_contacto.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
@media only screen and (max-width:620px) { 
#banner_cita .caja1100{
	background-image: none;
	width:100%
}
}
#banner_cita .txt{
	padding-top: 30px;
	color: #FFF;
}
.break{
	padding-left:20px;
	display:inline
}
@media only screen and (max-width:620px) { 
.break{
	padding-left:0px;
	display:block
}
}
#banner_cita .pq{
	padding-right: 500px;
	padding-bottom: 50px
}
@media only screen and (max-width:620px) { 
#banner_cita .pq{
	padding-right:0px;
	padding-bottom: 0px
}
}
#banner_cita .gde{
	font-size: 45px;
	color: #C8B117;
}
#banner_cita .img_banner {
	display:none
}

@media only screen and (max-width:620px) { 
#banner_cita {
	font-size: 24px;
	text-align: center;
	background-image: none;
	min-width: 0px;
	color: #FFF
}
#banner_cita .txt{
	padding-bottom: 30px;
	padding-top: 30px;
	}
#banner_cita .gde{
	font-size: 35px;

}
#banner_cita .img_banner {
	display:block
}
}
#banner_cita .tel {
	font-size: 35px;
}
#banner_cita a {
	color: #999;
	text-decoration: none;
	font-size: 35px;
	padding-right: 10px;
	padding-left: 0px;
	font-style: normal;
}
@media only screen and (max-width:620px) { 
#banner_cita a {
	font-size: 22px;
}
#banner_cita .tel {
	font-size: 28px;
}
}
#banner_cita a:hover {
	color: #6D8E95;
	border-top-color: #6D8E95;
	border-right-color: #6D8E95;
	border-bottom-color: #6D8E95;
	border-left-color: #6D8E95;
}
#banner_cita .llamar {
	font-size:30px
}
#banner_cita .icono_descarga {
	float: left;
	cursor: pointer;
	margin-right: 10px;
}
@media only screen and (max-width:620px) { 
#banner_cita .llamar {
	font-size:23px
}
#banner_cita .icono_descarga {
	float: none;
	display: inline;
	margin-right: 0px;
	text-align:center
}
}
.logos {
	text-align: center;
	clear: both;
	padding-top: 30px;
	padding-bottom: 30px;
	min-width:1400px
}
.logos img {
	margin: 5px;
	display: inline;
}
@media only screen and (max-width:620px) { 
.logos {
	min-width:0px
}
}
</pre></body></html>