/*
Theme Name: HighMotor Fichas
Theme URI: http://www.blogsolutions.es
Description: Theme para blogs BdB - sep 2017
Version: 9.0
Author: Pablo Pais y Javier Vicente
Author URI: 
Template: comun
*/


/*disable horizontal scroll mobile*/
html, body {
  overflow-x: hidden;
}
body {
  position: relative
}
/* Move down content because we have a fixed navbar that is 50px tall */
body {
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(237,237,237,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(237,237,237,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(237,237,237,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
}
body a, .single h1, .single h2, p#comments, .destaquetitulop {
	color:#d40000;
}
h1, h2, h3, h1 a, h2 a, h3 a {
	color:#d40000 !important;
}
body a:hover, body a:active, body a:focus, h1 a:hover, h2 a:hover, h3 a:hover { 
	color:#666666 !important;
}
.single p a {
	text-decoration:underline;
	/*color:#666666;*/
}
.row, nav .row, footer .row {
	background:#fff;
	box-shadow: 0px 5px 25px 0px #f1f1f1;
}
nav .row, footer .row {
	box-shadow:none !important;
}
.navbar-default .row {
	background:none;
}
.container {
	background:#fff;
}
/*------------------------------------------------------ H O M E ---*/
.navbar-inverse, .navbar-default {
	background: top center no-repeat url(img/bg-header.jpg);
	/*background-color:#d40000;*/
}
.navbar-brand {
	background-image:url(img/highmotor-2x.png);
	background-size:275px 65px;
	width:275px !important;
	height:65px !important;
	color:none;
}
.navbar-nav a, .navbar-default .navbar-nav>li>a {
	color: #fff;
	border-left:1px solid #fff;
}
.navbar-nav a:hover {
	color:#999999 !important;
}
.containersin #content-blog {
	color:#fff; 
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.7) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.2) 0%,rgba(0,0,0,0.7) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(0,0,0,0.2) 0%,rgba(0,0,0,0.7) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80000000', endColorstr='#c4000000',GradientType=0 ); /* IE6-9 */
}
#art-portada-img-peq .containersin .col-lg-12, .related-index-content {
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(45deg,  rgba(255,255,255,1) 0%, rgba(239,239,239,1) 99%); /* FF3.6-15 */
	background: -webkit-linear-gradient(45deg,  rgba(255,255,255,1) 0%,rgba(239,239,239,1) 99%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg,  rgba(255,255,255,1) 0%,rgba(239,239,239,1) 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
#art-portada-img-peq  #content-blog {
	background:none;
	color:#333;
	text-shadow:1px 1px #fff;
}
#art-portada-img-peq .containersin #content-blog h2 a {
	color:#666666 !important;
	text-shadow:1px 1px #fff;
}
#art-portada-img-peq .containersin p.meta {
	border-bottom:1px dotted #999;
}
#art-portada-img-peq .containersin p.meta, #art-portada-img-peq .containersin p.meta span {
	color:#333 !important;
	text-shadow:1px 1px #fff;
}
.containersin #content-blog h2 a {
	color:#FFFFFF !important;
	text-shadow:2px 2px #000;
}
.categoria, body.paged .categoria, .categoriad {
	background:#d40000;
	color:#fff;
}
h1.categoria {
	color:#fff !important;
}
.related-index-content {
	text-shadow:1px 1px #fff;
}
.related-post-content {
	border:2px solid #fff;
	box-shadow:0px 0px 15px #e0e0e0;
	text-shadow:1px 1px #fff;
	background: rgb(237,237,237); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(237,237,237,1) 51%, rgba(252,252,252,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(237,237,237,1) 51%,rgba(252,252,252,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(237,237,237,1) 51%,rgba(252,252,252,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#fcfcfc',GradientType=0 ); /* IE6-9 */
}
.img-related-post-content {
	box-shadow:0px 0px 25px 8px #fff;
}
p.titulo-related-post-content a {
	color: #d40000;
}
p.extracto-related-post-content {
	color:#666;
}
.related-index-content p.titulo-relacionados {
	color:#999;
}
.related-index-content p.titulo-relacionados span {
	color:#ededed !important;
}

/*.categoria a, .categoria-single a,*/ #commentform #submit, .comment-reply-link, .vistacompleta, /*.categoriad a, .categoriad p,*/ ul.post-categories {
	color:#FFFFFF !important;
	background: rgb(205,51,0); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(205,51,0,1) 0%, rgba(155,28,0,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(205,51,0,1) 0%,rgba(155,28,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(205,51,0,1) 0%,rgba(155,28,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d40000', endColorstr='#9b1c00',GradientType=0 ); /* IE6-9 */
	text-shadow:none;
	}
/*.categoria a:hover, .categoria-single a:hover,*/ #commentform #submit:hover, .comment-reply-link:hover, .vistacompleta:hover, /*.categoriad a:hover,*/ .boton-ver-mas-articulos-portada:hover {
	color:#FFFFFF !important;
	background:#d40000;
	box-shadow: 5px 5px 10px 0px #FCFCFC;
	background: rgb(180,45,0); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(180,45,0,1) 0%, rgba(136,25,0,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(180,45,0,1) 0%,rgba(136,25,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(180,45,0,1) 0%,rgba(136,25,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b42d00', endColorstr='#881900',GradientType=0 ); /* IE6-9 */
	text-shadow:1px 1px #000;
}
a.boton-ver-mas-articulos-portada, .more-button, .navigation p a  {
	-webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3),0 0 40px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	color: #fff;
	text-decoration: none;
	text-shadow: -1px -1px #000;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d40000+0,e5b695+7,d35f5f+11,d40000+27,ad0000+100 */
background: rgb(212,0,0); /* Old browsers */
background: -moz-linear-gradient(top, rgba(212,0,0,1) 0%, rgba(229,182,149,1) 7%, rgba(211,95,95,1) 11%, rgba(212,0,0,1) 27%, rgba(173,0,0,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(212,0,0,1) 0%,rgba(229,182,149,1) 7%,rgba(211,95,95,1) 11%,rgba(212,0,0,1) 27%,rgba(173,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(212,0,0,1) 0%,rgba(229,182,149,1) 7%,rgba(211,95,95,1) 11%,rgba(212,0,0,1) 27%,rgba(173,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d40000', endColorstr='#ad0000',GradientType=0 ); /* IE6-9 */
}
a.boton-ver-mas-articulos-portada:hover, .more-button:hover, .navigation p a:hover { 
	-webkit-box-shadow: inset 0 1px 0 rgba(120,200,230,0.6);
	box-shadow: inset 0 1px 0 rgba(120,200,230,0.6);
	color: #fff !important;
	text-shadow: 1px 1px #000;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c40000+0,dfa67d+7,ce4c4c+11,c40000+27,a00000+100 */
background: rgb(196,0,0); /* Old browsers */
background: -moz-linear-gradient(top, rgba(196,0,0,1) 0%, rgba(223,166,125,1) 7%, rgba(206,76,76,1) 11%, rgba(196,0,0,1) 27%, rgba(160,0,0,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(196,0,0,1) 0%,rgba(223,166,125,1) 7%,rgba(206,76,76,1) 11%,rgba(196,0,0,1) 27%,rgba(160,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(196,0,0,1) 0%,rgba(223,166,125,1) 7%,rgba(206,76,76,1) 11%,rgba(196,0,0,1) 27%,rgba(160,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c40000', endColorstr='#a00000',GradientType=0 ); /* IE6-9 */
}
span.triangulito {
   	border-top: 8px solid #2d1600; 
    border-left: 8px solid transparent; 
}
span.triangulitod  {
   	border-top: 8px solid #2d1600; 
    border-right: 8px solid transparent;
}
.categoria:hover span.triangulito, .categoria-single:hover span.triangulito {
	border-top: 8px solid #2d1600;
}
.cuadro-oscuro {
	color:#fff;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.77) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.77) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.77) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80000000', endColorstr='#c4000000',GradientType=0 ); /* IE6-9 */
}
.cuadro-oscuro h2 a, .cuadro-oscuro p.meta {
	color:#fff !important;
	text-shadow:2px 2px #000;
} 
p.meta {
	border-bottom:1px dotted #eaa1a1;
	color:#828282;
}
p.meta span {
	color: #666 !important;
}
.containersin p.meta, .containersin p.meta span, .cuadro-oscuro p.meta span {
	color: #fff !important;
}
ul.post-categories li a {
	 background:none !important;
}
body.single { 
	filter: none !important;
	background:#F4F4F4 !important;
}
p.etiquetas a {
	color:#fff;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d40000+0,b70000+100 */
background: rgb(212,0,0); /* Old browsers */
background: -moz-linear-gradient(top, rgba(212,0,0,1) 0%, rgba(183,0,0,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(212,0,0,1) 0%,rgba(183,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(212,0,0,1) 0%,rgba(183,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d40000', endColorstr='#b70000',GradientType=0 ); /* IE6-9 */
}
p.etiquetas a:hover {
	color:#fff !important;
	background:#d40000;
	box-shadow: 5px 5px 10px 0px #FCFCFC;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c80000+0,ac0000+100 */
background: rgb(200,0,0); /* Old browsers */
background: -moz-linear-gradient(top, rgba(200,0,0,1) 0%, rgba(172,0,0,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(200,0,0,1) 0%,rgba(172,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(200,0,0,1) 0%,rgba(172,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c80000', endColorstr='#ac0000',GradientType=0 ); /* IE6-9 */
}
ul.lugaresdeinteres li {
	border-bottom:2px solid #e5e5e5; 
	text-shadow:1px 1px #fff;
	background: rgb(237,237,237); /* Old browsers */
	background: -moz-linear-gradient(45deg, rgba(237,237,237,1) 0%, rgba(255,255,255,1) 24%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(45deg, rgba(237,237,237,1) 0%,rgba(255,255,255,1) 24%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg, rgba(237,237,237,1) 0%,rgba(255,255,255,1) 24%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
ul.lugaresdeinteres li .categoria {
	text-shadow:none;
}
ul.lugaresdeinteres li p.meta {
	border:none;
}
ul.lugaresdeinteres li.sinestilos {
	background:none;
}
ul.tiraderecha {
	background: rgb(237,237,237); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(237,237,237,1) 0%, rgba(253,253,253,1) 5%, rgba(253,253,253,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(237,237,237,1) 0%,rgba(253,253,253,1) 5%,rgba(253,253,253,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(237,237,237,1) 0%,rgba(253,253,253,1) 5%,rgba(253,253,253,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#fdfdfd',GradientType=0 ); /* IE6-9 */
}
ul.tiraderecha li { 
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(-45deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 57%, rgba(237,237,237,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 57%,rgba(237,237,237,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 57%,rgba(237,237,237,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
p.cabeceracolor {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d40000+0,b70000+100 */
background: rgb(212,0,0); /* Old browsers */
background: -moz-linear-gradient(top, rgba(212,0,0,1) 0%, rgba(183,0,0,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(212,0,0,1) 0%,rgba(183,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(212,0,0,1) 0%,rgba(183,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d40000', endColorstr='#b70000',GradientType=0 ); /* IE6-9 */
	color:#fff !important; 
}
ul.tiraderecha li .categoria {
	text-shadow:none;
}
ul.tiraderecha li p.meta {
	border:none;
}
ul.tiraderecha li.sinestilos {
	border:none;
}
.archivo article {
	border-bottom:1px dotted #c3ddf4;
}
#commentform label, .contactform label {
	color:#999;
}
#commentform input, #commentform textarea, .contactform input, .contactform textarea {
	border:1px solid #f1f1f1;
}
.comment-form {
	background: #EFEFEF;
	border:1px solid #CCC;
}
a.more-link, a.more-link:hover {
	color:#fff;
}
.paged article, .archive article {
	border-bottom:2px dotted #F1F1F1;
}
.titulo-ancho {
	background-color: #ccc;
	color: #fff;
}
/*----------------   NAVEGACION   ------------------*/
.navigation-single .post-previous, .navigation-single .post-next {
	background: rgb(242,242,242); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(242,242,242,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(242,242,242,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(242,242,242,1) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	border:2px solid #fff;
	text-shadow:1px 1px #fff;
}
.navigation p a span.icon-circle-left, .navigation p a span.icon-circle-right {
	color:#fff;
	text-shadow:1px 1px #000;
}
/*-----------------------------------------------------------------------GALERIA 2017*/
span.icon-arrow-left2, span.icon-arrow-right2 {
	font-size:40px !important;
	color:#666666 !important;
	border:1px solid #f1f1f1;
}
span.icon-arrow-left2:hover, span.icon-arrow-right2:hover {
	color:#351a00 !important;
	border:1px solid #cecece !important;
}
.contenido-galeria .gallery dl {
	border:2px solid #fff;
	box-shadow: 0px 5px 25px 0px #f1f1f1;
}
.contenido-galeria img {
	background:#fff;
}
.contenido-galeria .gallery-title {
	border:none;
}
.contenedor-de-imagen {
	background:#fff;
}
.epigrafe, span.epigrafe-izq, span.epigrafe-der {
	color:#666666;
	border-top:2px solid #fff;
	border-bottom:2px solid #fff;
	background:#fff;
	box-shadow:15px 15px 25px #f1f1f1;
}
.sociales p {
	color:#999;
}
.sociales .icon-facebook, .sociales .icon-twitter, .sociales .icon-mail5 {
	color:#fff !important; 
}
.sociales a.icon-facebook {
	background: rgb(38,57,99); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(38,57,99,1) 0%, rgba(59,89,152,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(38,57,99,1) 0%,rgba(59,89,152,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(38,57,99,1) 0%,rgba(59,89,152,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#263963', endColorstr='#3b5998',GradientType=0 ); /* IE6-9 */
}
.sociales a.icon-twitter {
	background: rgb(32,170,188); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(32,170,188,1) 0%, rgba(43,210,255,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(32,170,188,1) 0%,rgba(43,210,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(32,170,188,1) 0%,rgba(43,210,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#20aabc', endColorstr='#2bd2ff',GradientType=0 ); /* IE6-9 */
}
.sociales a.icon-mail5 {
	background: rgb(6,102,0); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(6,102,0,1) 0%, rgba(0,153,0,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(6,102,0,1) 0%,rgba(0,153,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(6,102,0,1) 0%,rgba(0,153,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#066600', endColorstr='#009900',GradientType=0 ); /* IE6-9 */
}
.aside {
	background: rgb(0,66,160); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(0,66,160,1) 0%, rgba(10,119,213,1) 75%, rgba(10,119,213,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(0,66,160,1) 0%,rgba(10,119,213,1) 75%,rgba(10,119,213,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(0,66,160,1) 0%,rgba(10,119,213,1) 75%,rgba(10,119,213,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0042a0', endColorstr='#666666',GradientType=0 ); /* IE6-9 */
}
.aside h3 {
	color:#fff;
	border-bottom:1px dotted #666666;
}
.aside ul li {
	color:#666666;
}
.aside ul li a {
	color:#999999;
}
.aside ul li a:hover {
	color:#fff;
}
p.titulo-sidebar {
	color:#999;
}
p.titulo-sidebar span {
	color:#ededed !important;
}
.destacados-sidebar {
	text-shadow:1px 1px #fff;
	background: rgb(234,234,234); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(234,234,234,1) 0%, rgba(244,244,244,1) 5%, rgba(244,244,244,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(234,234,234,1) 0%,rgba(244,244,244,1) 5%,rgba(244,244,244,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(234,234,234,1) 0%,rgba(244,244,244,1) 5%,rgba(244,244,244,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeaea', endColorstr='#f4f4f4',GradientType=0 ); /* IE6-9 */
	padding:1% 2%;
}
.destacado-sidebar {
	border-top:1px solid #ededed;
}

.listado-art {
	display: block;
	min-height:100px;
	border-bottom: 2px dotted #F1F1F1;
	margin:35px 15px 15px 15px;
}
.listado-art a h2 {
	margin:10px 0 0 0;
	font-size: 20px;
	padding: 5px 0 0 0;
	line-height: 1.2em;
}
.listado-art a img {
	margin-bottom:15px;
}
.listado-art span.autor {
	font-size: 12px;
}



/* ---------------------------------------------------------------------- FICHAS */
.tituloFichaArticulo {
	color:#fff;
	background:#666666;
	margin:0px 0px 10px 0px;
	text-shadow:1px 1px #000;
}
.ficha p.nombredelsitio {
	color:#666666;
	border-bottom:2px dotted #e2e2e2;
	background:#fff;
	background: rgb(249,249,249); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(249,249,249,1) 0%, rgba(244,244,244,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(249,249,249,1) 0%,rgba(244,244,244,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(249,249,249,1) 0%,rgba(244,244,244,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#f4f4f4',GradientType=0 ); /* IE6-9 */
}
.puntuacion {
	color:#666666;
	background: rgb(249,249,249); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(249,249,249,1) 0%, rgba(244,244,244,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(249,249,249,1) 0%,rgba(244,244,244,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(249,249,249,1) 0%,rgba(244,244,244,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#f4f4f4',GradientType=0 ); /* IE6-9 */
}


ol.commentlist {
	text-shadow:1px 1px #fff;
}
ol.commentlist li {
	background: rgb(242,242,242); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(242,242,242,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(242,242,242,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(242,242,242,1) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	border:2px solid #fff;
}
ol.commentlist li .commentmetadata {
	border-bottom:1px solid #f1f1f1;
}
ol.commentlist li .commentmetadata a {
	color:#999 !important;
}
.avatar {
	background:#fff;
	border:1px solid #f1f1f1;
}

.comment-awaiting-moderation {
	color:#F00;
}
.gallery-reducida {
	border-bottom:2px solid #f9f9f9;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ededed+100 */
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(237,237,237,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(237,237,237,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(237,237,237,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
}
p.titulop {
	color:#666666;
}
p.gal {
	color:#666666;
}
.gallery-title p.tit, .gallery-title-reducida p.tit {
	color:#666666;
}

footer {
	box-shadow: 0px 0px 15px 0px #ccc;
	color:#fff;
	background:#333;
	border:none;
}
footer .row, .aside .row {
	background:none;
}

footer ul li a {
	color: #999999 !important;
	border-right:1px solid #3D3D3D;
}
footer ul li a:hover{
	color:#fff  !important;
}
.tono {
	background:#222 !important;
}
.bdeb {
	background-image:url(img/bdebx2.png);
	background-size:43px 16px;
}
.bs {
	background-image:url(img/bsx2.png);
	background-size:22px 20px;
}
.institucional {
	background:#222 !important;
}
.blogs {
	background:none !important;
}
footer h4 {
	color:#999999;
	text-shadow:-1px -1px #000;
	border-bottom:1px solid #3d3d3d;
}
.blogs a:hover {
	color:#fff;
}
#art-portada-img-peq .containersin .col-lg-12 {
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(45deg,  rgba(255,255,255,1) 0%, rgba(239,239,239,1) 99%); /* FF3.6-15 */
	background: -webkit-linear-gradient(45deg,  rgba(255,255,255,1) 0%,rgba(239,239,239,1) 99%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg,  rgba(255,255,255,1) 0%,rgba(239,239,239,1) 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.gallery .gallery-ver a {
    background-color:#666666;
	opacity: 0.8;
	color:#fff;
}
.gallery .gallery-ver a:hover {
	opacity: 1;
	color: white !important;
}
.gallery-title, .gallery-title-reducida {
	border-top: 2px dotted #f5f5f5;
}
.single .gallery-reducida dl.gallery-item dt.gallery-icon a img {
	outline:1px solid cyan;
}
/*******     ICONOS SOCIALES   ******************/

/* Style all font awesome icons */
.fa {
    color: white;
}
/* Add a hover effect if you want */
.fa:hover {
    color: white !important;
}

/* Set a specific color for each brand */

/* Facebook */
.fa-facebook {
    background: rgb(59,89,152); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(59,89,152,1) 0%, rgba(59,89,152,1) 48%, rgba(46,71,119,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(59,89,152,1) 0%,rgba(59,89,152,1) 48%,rgba(46,71,119,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(59,89,152,1) 0%,rgba(59,89,152,1) 48%,rgba(46,71,119,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b5998', endColorstr='#2e4777',GradientType=0 ); /* IE6-9 */
	text-shadow:-1px -1px #192842;
	}
.fa-facebook:hover {background:#2E4777;}
/* Twitter */
.fa-twitter {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#55acee+0,55acee+48,478fc6+100 */
	background: rgb(85,172,238); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(85,172,238,1) 0%, rgba(85,172,238,1) 48%, rgba(71,143,198,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(85,172,238,1) 0%,rgba(85,172,238,1) 48%,rgba(71,143,198,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(85,172,238,1) 0%,rgba(85,172,238,1) 48%,rgba(71,143,198,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#55acee', endColorstr='#478fc6',GradientType=0 ); /* IE6-9 */
	text-shadow:-1px -1px #3a78a5;
}
.fa-twitter:hover {background:#55ACEE;}

/* GPLUS */
.fa-google-plus {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#dd4b39+0,dd4b39+47,b52f2f+100 */
	background: rgb(221,75,57); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(221,75,57,1) 0%, rgba(221,75,57,1) 47%, rgba(181,47,47,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(221,75,57,1) 0%,rgba(221,75,57,1) 47%,rgba(181,47,47,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(221,75,57,1) 0%,rgba(221,75,57,1) 47%,rgba(181,47,47,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd4b39', endColorstr='#b52f2f',GradientType=0 ); /* IE6-9 */
	text-shadow:-1px -1px #993327;
}
.fa-google-plus:hover {background:#dd4b39;}

/* Whatsapp */
.fa-whatsapp {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#189d0e+0,189d0e+47,0e6308+100 */
	background: rgb(24,157,14); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(24,157,14,1) 0%, rgba(24,157,14,1) 47%, rgba(14,99,8,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(24,157,14,1) 0%,rgba(24,157,14,1) 47%,rgba(14,99,8,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(24,157,14,1) 0%,rgba(24,157,14,1) 47%,rgba(14,99,8,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#189d0e', endColorstr='#0e6308',GradientType=0 ); /* IE6-9 */
	text-shadow:-1px -1px #11600a;
}
.fa-whatsapp:hover {background:#189D0E;}

/*------------------------------------------------------------- IMAGENES */
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
}
span.pie-foto, span.pie-foto-grande {
	color:#666;
	border-bottom:1px solid #F1F1F1;
}

.botones-hc img {
	height: auto;
}
/*---------------------------------------------- DISTINTAS VISUALIZACIONES*/
@media (max-width: 768px) {
	.containersin #content-blog, .cuadro-oscuro  { 
		color:#666 !important;
		background: rgb(255,255,255); /* Old browsers */
		background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(237,237,237,1) 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(237,237,237,1) 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(237,237,237,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
	}
	.containersin #content-blog h2 a, .cuadro-oscuro h2 a {
		text-shadow: none;
		color:#666666 !important;
	}
	.containersin p.meta, .containersin p.meta span, .cuadro-oscuro p.meta, .cuadro-oscuro p.meta span {
		color:#666 !important;
		text-shadow: none;
	}
	.destacado-sidebar {
		border-top:1px solid #ededed;
	}
	.fa {
		color: white;
	}
}
@media (max-width: 480px) {
	.fa {
		color: white;
	}
}
/**** ADBLOCKER  (puesto por JVM) MAY-17 *****/
#ChfyXePKOvlg {
	background: #444;
    color: #fff;
}




/********************************************
/********************************************
/*
/*****          FICHAS
/*
/******************************************** */

.fichas .marca {
	display:inline-block;
	padding: 8px 15px 4px;
	margin:0px 10px 10px 0px;
	text-align: center;
	width: 126px;
	border-color: #EAE8E8 #fff #fff #EAE8E8;
	border-style: solid;
	border-width: 1px;
	background: rgb(241,241,241); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(241,241,241,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(241,241,241,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(241,241,241,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(241,241,241,1) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(241,241,241,1) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(241,241,241,1) 0%,rgba(255,255,255,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f1f1', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

}
.fichas .marca a {
    color: #666;
    font-size: 12px;
    text-shadow: 1px 1px #fff;
}
.fichas .marca p {
        width:auto;
        margin:10px 0px;
    color: #666;
    font-size: 12px;
    text-shadow: 1px 1px #fff;
}
.marca a img.logo-marca {
    margin: auto;
    text-align: center;
    width: 100px;
}

.fichas {
    font-size: 1.1em;
}
.fichas .bread {
	font-size: 0.8em;
}
.fichas h1 {
	font-size: 32px;
}
.fichas .table {
	font-size: 0.85em;
}

.fichas p.disclaimer {
	font-size: 0.7em;
	font-style: italic;
}
.table>tbody>tr.danger>th {
	background-color: rgba(212,0,0,0.77);
	color: white;
}
.table>tbody>tr.danger>th:hover {
	background-color: rgba(212,0,0,0.77);
	color: white;
}

@media (max-width: 460px) {
	.fichas h1 {
		font-size: 19px;
		margin: 30px 0;
	}
	.social-likes {
		font-size: 0.9em;
	}
}



/*******  TEMPLATE MARCA ************/
.marca-coche {
	font-size:30px;
	margin: 20px 0 10px 0;
}

.marca-coche h1 {
	margin: 10px 0 0 0;
	padding: 20px 0 0 0;
	font-size: 1.4em;
}

.marca-ficha .model-box {
	float:left;
	width: 190px;
	margin: 10px;
	height: 195px;
	padding: 5px;
}
.marca-ficha .model-box:hover {
	background-color: #eee;
}
.marca-ficha .model-box a img {
	margin: 0 auto;
	display: block;
	
}
.marca-ficha .model-box a p.nombre-modelo {
	margin: 10px auto 0 auto;	
	font-size:1.1em;
	text-align: center;
}
.marca-ficha .model-box a p.precio {
	color: #ccc;
	font-size:0.8em;
	text-align:center;
	
}

/*******  TEMPLATE MODELOS ************/

.modelo-ficha h1 {
	margin: 30px 0;
}

.modelo-ficha h2 {
	margin: 30px 0 10px 0;
}


@media (max-width: 460px) {
	.tabla-versiones {
		font-size: 10px !important;
	}
	img.etiqueta-dgt-tabla {
	}
}

/*******  TEMPLATE VERSION ************/

.box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 40px 0;
  
}

.box .datos-principales {
	width: 15%;
}

.box img {
	margin: 0 auto;
	text-align: center;
	max-width: 60px;
	
}

.box p {
	font-size: 0.8em;
	margin:15px 0;
	font-weight: bold;
}

.version-carid {
	font-style: italic;
	font-size: 0.9em;
	background-color: #ccc; 
	margin: 20px 0;
	padding: 10px;
}

@media (max-width: 460px) {
	.box .datos-principales {
		width: 32%;
	}	
}

/*@media (min-width: 1200px) {
	.navbar-default {
		width: 1280px;
		margin: 0 auto;
		
	}
	.navbar {
		margin: 36px auto 0 auto !important;
	}
}
*/


.bloque-publicidad-ajustable-tres {
	width: 330px !important;
}


/* FORM TVC */
.contact-form-fichas .contact-form-head .oferta .precio {
	color: #c2291a !important;
}

.contact-form-fichas input[type="submit"] {
	background-color: #c2291a !important;
	box-shadow: 0 2px 0 #732419 !important;
}


/*****  BOTON MUTUA *******/
.btn-mutua {
	background: #4da2cf url('https://www.highmotor.com/wp-content/themes/highmotor/img/coche-mutua.png') no-repeat left;
	width: 100%;
	border: 2px solid #000;
	text-align: center;	
	padding: 20px 0;
	border-radius: 7px;
	margin: 8px 0 13px 0;
}
.btn-mutua a {
	color: #fff;
	font-size:1.15em;
	text-shadow: none;
	padding-left: 45px;
}

.btn-mutua a:hover {
	color: #000 !important;
}




