/*PRODUCCIÓN*/
@font-face {
    font-family: 'Titillium Web';
    src: url('/css/fonst/TitilliumWeb/TitilliumWebBold.eot');
    src: url('/css/fonts/TitilliumWeb/TitilliumWebBold.eot') format('embedded-opentype'),
    url('/css/fonts/TitilliumWeb/TitilliumWebBold.woff2') format('woff2'),
    url('/css/fonts/TitilliumWeb/TitilliumWebBold.woff') format('woff'),
    url('/css/fonts/TitilliumWeb/TitilliumWebBold.ttf') format('truetype'),
    url('/css/fonts/TitilliumWeb/TitilliumWebBold.svg#TitilliumWebBold') format('svg');
    font-weight: bold;
}


@font-face {
    font-family: 'Titillium Web';
    src: url('/css/fonts/TitilliumWeb/TitilliumWebRegular.eot');
    src: url('/css/fonts/TitilliumWeb/TitilliumWebRegular.eot') format('embedded-opentype'),
    url('/css/fonts/TitilliumWeb/TitilliumWebRegular.woff2') format('woff2'),
    url('/css/fonts/TitilliumWeb/TitilliumWebRegular.woff') format('woff'),
    url('/css/fonts/TitilliumWeb/TitilliumWebRegular.ttf') format('truetype'),
    url('/css/fonts/TitilliumWeb/TitilliumWebRegular.svg#TitilliumWebRegular') format('svg');
}

@font-face {
    font-family: 'SansWebBold';
    src: url('/css/fonts/PT_Sans/pt_sans-web-bold-webfont.eot');
    src: url('/css/fonts/PT_Sans/pt_sans-web-bold-webfont.eot?#iefix') format('embedded-opentype'),
    url('/css/fonts/PT_Sans/pt_sans-web-bold-webfont.woff2') format('woff2'),
    url('/css/fonts/PT_Sans/pt_sans-web-bold-webfont.woff') format('woff'),
    url('/css/fonts/PT_Sans/pt_sans-web-bold-webfont.ttf') format('truetype'),
    url('/css/fonts/PT_Sans/pt_sans-web-bold-webfont.svg#pt_sansbold') format('svg');
    font-weight: bold;
}

@font-face {
    font-family: "PT Sans";
    src: url('/css/fonts/PT_Sans/pt_sans-web-regular-webfont.eot');
    src: url('/css/fonts/PT_Sans/pt_sans-web-regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('/css/fonts/PT_Sans/pt_sans-web-regular-webfont.woff2') format('woff2'),
    url('/css/fonts/PT_Sans/pt_sans-web-regular-webfont.woff') format('woff'),
    url('/css/fonts/PT_Sans/pt_sans-web-regular-webfont.ttf') format('truetype'),
    url('/css/fonts/PT_Sans/pt_sans-web-regular-webfont.svg#pt_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'Open Sans';
    src: url('/css/fonts/Open_Sans/opensans-regular-webfont.eot');
    src: url('/css/fonts/Open_Sans/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('/css/fonts/Open_Sans/opensans-regular-webfont.woff2') format('woff2'),
    url('/css/fonts/Open_Sans/opensans-regular-webfont.woff') format('woff'),
    url('/css/fonts/Open_Sans/opensans-regular-webfont.ttf') format('truetype'),
    url('/css/fonts/Open_Sans/opensans-regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'Titillium Web';
    src: url('/css/fonts/Open_Sans/OpenSans-Regular.eot');
    src: url('/css/fonts/Open_Sans/OpenSans-Regular.eot') format('embedded-opentype'),
    url('/css/fonts/Open_Sans/OpenSans-Regular.woff2') format('woff2'),
    url('/css/fonts/Open_Sans/OpenSans-Regular.woff') format('woff'),
    url('/css/fonts/Open_Sans/OpenSans-Regular.ttf') format('truetype'),
    url('/css/fonts/Open_Sans/OpenSans-Regular.svg') format('svg');
}



@font-face {
  font-family: 'FontTop';
  src:url('/css/fonts/fonts-menu-top/icomoon.eot');
  src:url('/css/fonts/fonts-menu-top/icomoon.eot') format('embedded-opentype'),
    url('/css/fonts/fonts-menu-top/icomoon.ttf') format('truetype'),
    url('/css/fonts/fonts-menu-top/icomoon.woff') format('woff'),
    url('/css/fonts/fonts-menu-top/icomoon.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  font-family: 'FontTop';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-side2:before {
  content: "\e600";
}
.icon-side1:before {
  content: "\e601";
}











































/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined in IE 8/9.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9.
 */

img {
  border: 0;
  max-width: 100%;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari 5.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8+, and Opera
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}
/* END Normalize */

html{height:100%;}
body{
  height:100%;
  font-weight: normal;
  font-size: .8em;
  font-family: 'Open Sans', Arial, Helvetica, Sans-Serif;
  color:#333;
  line-height:150%;
  /*background:#f7f7f7 url(//src.soymotero.net/img/f.png) 0 0 repeat-x;*/
  margin:0;
  padding:0;
}

body[style*="background-image"]{
  background-attachment: fixed;
  background-color: white;
}
body[style*="background-image"] .col1portadaV2,
body[style*="background-image"] .lateral,
body[style*="background-image"] .col2,
body[style*="background-image"] .sombra,
body[style*="background-image"] .superior222,
body[style*="background-image"] .bannerstop{
  background: white;
}
body[style*="background-image"] .contenedor{
  overflow: hidden;
}
body[style*="background-image"] .bannerstop{
  padding: 9px 0;
  margin: 0 auto;
}


blockquote{margin-right:20px;margin-left:20px;}
h1,h2,h3,h4,legend,.hh1,.p.hh1{line-height:120%;clear:left;font-weight:bold;font-family:"Titillium Web",Helvetica,Arial,sans-serif;letter-spacing:0px;color:#000;margin:1.2em 0 .2em;padding:0;}
h1{font-size:2em;margin:10px 0;}

h1.demarca{
  /*background-position:right 50%;background-repeat:no-repeat;*/
  padding:10px 0;}
h2{font-size:1.6em;}
h3,legend{font-size:1.4em;}
small,.small{font-size:.9em;}
p.adr{margin-top:.5em;margin-bottom:0;line-height:130%;font-size:.85em;}
.ficha p.adr{font-size:1em;}
.lateral dl{overflow:hidden;padding:0 0 1em;}
.lateral dt{float:left;display:inline;width:320px;font-weight:bold;font-size:.85em;padding-top:.5em;}
.url,.mail{color:green;}
a{text-decoration:none;color:#135eae;border:none;outline:0;}
h1 a,h2 a,h3 a,h4 a{border:none;color:#D41217;}
a:active,a:focus{-moz-outline:none;}
.sombra{padding-top:0;width:994px;text-align:center;background:transparent;margin:0 auto;}
.contenedor{position:relative;width:994px;text-align:left;background-color:#FFF;border-radius:5px;box-shadow:0 0 3px rgba(0,0,0,0.3);margin:0 auto;float:left;}
.navegacion{position:relative;overflow:visible;width:994px;text-align:left;background:transparent;margin:0 auto;padding:0;}
.separador{
  width: 100%;
  height: 1px;
  display: block;
  clear: both;
}
.hidden{
  display: none !important;
}
.rojo{
  color:#D41217;
}
.ppal{
  position:relative;
  // overflow:hidden !important;
  background-color:transparent;
  margin:0 10px;padding:10px 0;
}
.fotos .ppal{width:974px;padding:0;}
.preparaciones  .ppal{
  /*padding: 10px;*/
}
.central{float:left;display:inline;position:relative;width:636px;margin:10px 20px 10px 10px;}
.col1destacados .central{
  float: none;
  margin: 0;
  width: auto;
}
.opinion .central,.blogs .central{
  width:640px;
}
div.vcard #ficha{width:550px;color:#000;margin:0 0 1em;}
.central p.resumen{
    line-height:120%;
    text-align:left;
    font:normal 1.2em 'Open Sans', Helvetica, Sans-serif;
    color:#000;
    margin:0;
    margin-bottom: 1em;
    padding-bottom: 0 !important;
}
.central p.resumen a,
.central p.resumen a:hover{
  color: #000;
}

.zonaoff .central p.resumen a.mas,
.zonaoff .central p.resumen a.mas:hover{
  color: #099F07;
}

/*.motos.ficha .central{display:inline;float:left;width:620px;margin:0;}*/
.motos .col1portadaV2 .texto h2{margin-top:.5em;color:#000;font-weight:bold;clear:both;}
.motos .col1portadaV2 .texto h2 ~ p{margin: 0;padding: 0;}
.central .texto h2{color:#D41217;font-weight:normal;clear:both;margin:1em 0 .2em;}
.central .texto p,.central .texto li{font:normal 1.1em 'Open Sans',Verdana,sans-serif;line-height:160%;color:#4E4E4E;}
.competicion .central .texto ul li{font-size:.85em;margin:0 40px 0 2.5em;padding:.3em;}
.central .texto ol li{font-size:.85em;border-top:1px solid #e4e4e4;margin:0 40px 0 0;padding:.3em;}

.central .texto blockquote{font:normal 1.235em Georgia,serif;background:transparent url(//src.soymotero.net/img/blockquote.jpg) 0 0 no-repeat;padding:.5em 0 0 3em;}
.central .texto blockquote p em{display:block;text-align:right;margin-top:.5em;font:normal .75em "Microsoft Sans Serif","Lucida Grande","Segoe UI","Trebuchet MS",Arial,Verdana,sans-serif;color:#000;}
.central .texto blockquote p{padding-right:3em;background:transparent url(//src.soymotero.net/img/blockquote2.jpg) right bottom no-repeat;}

.central #foto + div + p:first-letter,.central #foto + div + ul.relcol1 + p:first-letter,.opinion .central .texto b + p:first-letter{font:bold 3.2em Arial, Helvética, Sans-serif;float:left;color:#D41217;padding:.1em .15em .1em 0;}
.faldon{clear:both;background:#E7EFF7 url(//src.soymotero.net/img/940_sup_gris.gif) 0 0 no-repeat;overflow:hidden;}
.faldon dl{overflow:hidden;background:transparent url(//src.soymotero.net/img/940_inf_gris.gif) 0 bottom no-repeat;padding:0 10px 10px;}
.columna{float:left;display:inline;position:relative;width:170px;margin-left:10px;background-color:#fff;}
.horizontal{display:block;clear:both;padding:0;}
.contenedor .ficha{display:inline-block;vertical-align:top;}
.tag .contenedor .ficha{
  float: left;
}
/*.ficha .central{
    display: inline-block;
    vertical-align: top;
    width: 636px;
    margin: 0 15px 0 5px;
    padding: 5px 0;
    padding-right: 15px;
    border-right: 1px dotted #B8B8B8;
}*/
.section_list{list-style-type:none;margin:0 0 10px;padding:0;}
.section_list li{margin:0 10px 2px 0;padding:0;}

.pie{
  background: #383838;
  position: relative;
  width:994px;clear:both;
  margin:0 auto;padding:0;
    height: 387px;
}
.separador_pie{
  width: 100%;
  height:25px;
  clear: both;
}
.pie .logo_pie{
  width: 283px;
  height: 63px;
  background: transparent url(/img/logo_soymotero_5aniversario.png) 0 0 no-repeat;
  top: 10px;
  left: 20px;
  position: absolute;
  display: block;
  overflow: hidden;
  text-indent: 200px;
  line-height: 200px;
}
.pie .cont_links_pie{
  position: relative;
  left:50px;
  top:90px;
  width: 730px;
}
.pie .cont_links_pie .col_pie{
  float:left;
  width: 110px;
  border-left: 1px solid #D6D6D6;
  padding-left: 15px;
  height: 272px;
  text-align: left;
}
.pie .cont_links_pie .col_pie.multimedia{
  border-right: 1px solid #D6D6D6;
}
.pie .cont_links_pie .col_pie .titulo_col_pie{
  font-weight: bold;
  color:#FFFFFF;
  font-size: 14px;
  margin-bottom: 10px;
}
.pie .cont_links_pie .col_pie a{
  color:#D6D6D6;
  display: block;
  margin-bottom: 5px;
  font-size: 11px;
  line-height: 14px;
}
.pie .cont_links_pie .col_pie a:hover{
  text-decoration: underline;
}
.pie .cont_links_pie .col_pie a.link-opinion,
.pie .cont_links_pie .col_pie a.link-blogs{
  display: inline-block;
}
.pie .cont_links_pie .col_pie .barra{
  color:#D6D6D6;
  font-size: 11px;
}
.pie .formulario_pie{
  width: 250px;
  position: absolute;
  right: 20px;
  top: 87px;
  text-align: left;
}
.pie .formulario_pie .texto{
  text-transform: uppercase;
  color: #D6D6D6;
  font-size: 11px;
  margin-bottom: 5px;
}
.pie .formulario_pie input{
  display: inline-block;
  vertical-align: top;
}
.pie .formulario_pie input[type="text"]{
  margin: 0px;
  width: 183px;
  text-align: right;
  height: 18px;
  padding-right: 4px;
  color:#010101;
  font-size: 11px;
}
.pie .formulario_pie input[type="submit"]{
  background: #CECECE;
  font-weight: bold;
  text-align: center;
  margin: 0px;
  border: none;
  float: right;
  height: 22px;
  width:31px;
  right: 30px;
  position: absolute;
  /*top: 24px;*/
  cursor: pointer;
}

.pie .cont_redes_pie{
  width: 175px;
  position: absolute;
  top: 171px;
  right: 93px;
  text-align: left;
}
.pie .cont_redes_pie div{
  font-size: 10px;
  color: #FFF;
}
.pie .cont_redes_pie a{
  float: left;
  display: block;
  overflow: hidden;
  text-indent: 200px;
  line-height: 200px;
  margin-right: 10px;
  margin-bottom: 5px;
  background:  transparent url(/img/sprite_social_soymotero.png) 0 0 no-repeat;
  width:44px;
  height: 47px;
}
.pie .cont_redes_pie a.ico_facebook{
  background-position: 0px 0px;
}
.pie .cont_redes_pie a.ico_twitter{
  background-position: -59px 0px;
}
.pie .cont_redes_pie a.ico_youtube{
  background-position: -114px 0px;
}
.pie .cont_redes_pie a.ico_rss{
  background-position: 0px -49px;
}
.pie .cont_redes_pie a.ico_google{
  background-position: -59px -49px;
}
.pie .cont_redes_pie a.ico_vimeo{
  background-position: -56px -99px;
}
.pie .cont_redes_pie a.ico_insta{
  background-position: 0px -99px;
}

.pie .franja_roja{
  background: #D41217;
  color: #D6D6D6;
  font-size: 9px;
  padding-left: 20px;
  position: absolute;
  bottom: 0px;
  width: 974px;
}


.col12{float:left;display:inline;width:728px;border-bottom:1px dotted #CCC;margin:0 0 10px 15px;padding:1em 0 0;}
.col1{
  float:left;
  width:420px;
  margin:0 17px 0 0;
  padding: 0;
}
.col1 .fecha{
  border:none;
  margin-bottom:10px;
  color:#383838;
  font-weight: bold;
  font-size: 10px;
}
.col1 .fecha .seccion, .col1 .fecha .seccion a, .jungla-2col  .fecha .seccion a, .jungla-destacado  .fecha .seccion a{
  color: #D41217;
  /*text-transform: uppercase;
  font-style: italic;*/
}
.zonaoff .col1 .fecha .seccion,
.zonaoff .col1 .fecha .seccion a,
.zonaoff .jungla-2col  .fecha .seccion a,
.zonaoff .jungla-destacado  .fecha .seccion a{
  color: #099F07;
}
.MotoGuia .col1 .fecha .seccion,
.MotoGuia .col1 .fecha .seccion a,
.MotoGuia .jungla-2col  .fecha .seccion a,
.MotoGuia .jungla-destacado  .fecha .seccion a{
  color: red;
  // color: #009fe3;
}
.col1 .fecha .danos_opinion{
  float: right;
  color:#383838;
  font-weight: bold;
  position: relative;
  font-style: italic;
  margin-right: 21px;
}
.col1 .fecha .danos_opinion:after, .comentado:after{
  /*content: "\f086";*/
  content: "\f075";
  position: absolute;
  top: 0px;
  font-size: 20px;
  font-style: italic;
  color: #d41217;
  font-family: FontAwesome;
  left: -8px;
  width: 25px;
}
.col1 .fecha .danos_opinion:after{
  right: -19px;
}
.comentado:after{
  left: -8px;
}
.comentado.comentario-doble:after{
  left: -5px;
}
.jungla-2col .comentado:after{
  left: -13px;
}
.col1portadaV2 .comentado:after{
  left: -17px;
}
.col1 .fecha .danos_opinion span, .comentado span{
  z-index: 3;
  color: white;
  float: right;
  position: absolute;
  right: 0;
  top: 8px;
  font-size: 10px;
  text-align: left;
  display: inline-block;
}
.item .comentado span{
  position: relative;
}

.col1 .fecha .danos_opinion:hover{
  color: #D41217;
}
.col1 .fecha:before,
.col3home a span:before,
.cinta_categoria span:before{
  /*content: "";*/
  color: #383838;
  /*left: 27px;*/
  /*display: inline-block;*/
  /*font-weight: bold;*/
  /*margin-right: 5px;*/
  /*letter-spacing: 0px;*/
}

.col3home a span:before,
.cinta_categoria span:before,
.slider .top .wrapper_slide_seccion .seccion:before{
  color: #D41217;
}
.col1 .fecha2{line-height: 10px;}
.col1 img{float:none;background-color:#fff;box-shadow:1px 1px 2px rgba(0,0,0,.3);-webkit-box-shadow:1px 1px 2px rgba(0,0,0,.3);-moz-box-shadow:1px 1px 2px rgba(0,0,0,.3);margin:0 0 .5em; width: 100%;}
.col1 .minis img{width:auto;box-shadow:none;-webkit-box-shadow:none;-moz-box-shadow:none;padding:0;}
.col1 .minis{float:left;width:180px;height:120px;overflow:hidden;margin:2px .5em 0 0;}
.col1 #fotoshome .minis{float:none;}
.fotomain{position:relative;width:100%;}
.resto .fotomain{float:left;width:186px;margin:0 .5em 0 0;}
.seccion_wrapper{
  position: relative;
}
.slider .bottom .seccion_wrapper div a{
  color: white;
}
.slider .bottom .seccion_wrapper div a:hover{
  color: #D41217;
}
.fotomain span, .col3home a span, .cinta_categoria span, .seccion_wrapper div{
  position: absolute;
  z-index: 1;
  white-space: nowrap;
  left: 0px;
  right: 0;
  padding: 0.5em;
  bottom: 0px;
  opacity: 0.9;
  font-size: 14px;
  background-color: black;
  color: #FFF;
}
.custom-cafe .fotomain span, .col3home a span, .custom-cafe  .cinta_categoria span, .custom-cafe  .seccion_wrapper div{
  font-size: 11px;
}
a.foto span.piedefoto, .relacion{
    display: block;
    background: #f5f5f5;
    border-bottom: 1px dotted #b9b9b9;
    padding: 8px 10px;
    color: #111417;
    font-size: 11px;
    position: relative;
    margin-top: -4px;
    font-weight: bold;
}
.fotomain span i.mas, .col3home a span i.mas, .cinta_categoria span i.mas{
  color: #D41217;
  font-style: initial;
}
.fotomain span i.mas:before, .col3home a span i.mas:before, .cinta_categoria span i.mas:before,
.fotomain span i.mas:after, .col3home a span i.mas:after, .cinta_categoria span i.mas:after{
  color: white;
}
.col3home a span, .cinta_categoria span, .cinta_categoria div{
  font-size: 10px;
}
.fotomain span a{color:#fff;text-decoration:none;}
.col1 a:hover img{filter:alpha(opacity=90);opacity:0.9;}
.col1 .fotomain a.fot{
  width:470px;display:block;overflow:hidden;
  border-top: 4px solid #D41217;
    max-width: 100%;
  width: 100%;
  box-shadow: 1px 1px 2px rgba(0,0,0,.3);
  -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,.3);
  -moz-box-shadow: 1px 1px 2px rgba(0,0,0,.3);
}
.col1 .fotomain a.fot img{
  margin-bottom: 0px;
}
.col1 .fotomain a.fot .boton_play_col1{
  position: absolute;
  left: 0px;
  top: inherit;
  bottom: 0px;
  display: none;
  width: 100%;
  height: 33px;
  background: url('/img/franja_play.png') no-repeat top right;
}
.col1 .publirepor .fotomain a.fot{margin-top:4px;}
a.fot{width:420px;display:block;margin-bottom:.5em;}
.col1 p.resumen a.fot{display:block;float:left;clear:both;overflow:hidden;}
.col1 p.resumen a.fot span{position:absolute;white-space:nowrap;left:8px;top:4px;font-size:.75em;color:#fff;}
.col1 .resumen{
  font-weight:normal;
  margin-bottom:.5em;
  padding:0;
  /*text-align: justify;*/
}
.col1 .relcol1,.col2 .relcol1{
  display: block;
  font-size:.85em;
  list-style-type:none;
  padding: 1em 1em;
  margin-bottom: 1em;
  background-color: #eeeeee;
}
.col2 .relcol1{margin:0 8px;}

.central .texto ul.relcol1,
.cinta_relacionados ul,
.fotos-categoria1 .galeria,
.pruebas.ficha .galeria,
.actualidad.ficha .galeria{
  clear: both;
  font-size: .85em;
  list-style-position: outside;
  list-style-type: none;
  background-color: #EEE;
  padding: 1em;
  margin-left: 0;
}
ul.relcol1 li,.central .texto ul.relcol1 li{
  padding-left:18px;
  /*background:transparent url("src.soymotero.net/img/f-rel-texto.gif) 0 .3em no-repeat;*/
  margin-left:0;
  color:#333;
  font-size:1em!important;
  position: relative;
}
ul.relcol1 li:before,.central .texto ul.relcol1 li:before{
  /*content: "\f030";*/
  position: absolute;
  top: 0px;
  font-size:12px;
  left: 0px;
  color: #d41217;
  font-family: FontAwesome;
}
ul.relcol1 li.actualidad:before{
  content: "\f044";
  top: 1px;
}

ul.relcol1 li.competicion:before,.central .texto ul.relcol1 li.competicion:before,
ul.relcol1 li.nuevas-motos:before,.central .texto ul.relcol1 li.nuevas-motos:before,
ul.relcol1 li.Entrevistas:before,.central .texto ul.relcol1 li.Entrevistas:before,
ul.relcol1 li.especiales:before,.central .texto ul.relcol1 li.especiales:before,
ul.relcol1 li.opinion:before,.central .texto ul.relcol1 li.opinion:before,
ul.relcol1 li.actualidad:before,.central .texto ul.relcol1 li.actualidad:before,
ul.relcol1 li.equipamiento:before,.central .texto ul.relcol1 li.equipamiento:before,
ul.relcol1 li.tiendas:before,.central .texto ul.relcol1 li.tiendas:before,
ul.relcol1 li.bricomoto:before,.central .texto ul.relcol1 li.bricomoto:before,
ul.relcol1 li.preparaciones:before,.central .texto ul.relcol1 li.preparaciones:before,
.central .texto ul.relcol1 li.motoguia:before{
  content: "\f044";
  top: 1px;
}
ul.relcol1 li.galerias:before,.central .texto ul.relcol1 li.galerias:before{
  content: "\f030";
  top: 1px;
}
ul.relcol1 li.videos-de-motos:before,.central .texto ul.relcol1 li.videos-de-motos:before{
  content: "\f03d";
  top: 0;
}
ul.relcol1 li.videos-de-motos:before,
ul.relcol1 li.pruebas:before{
  content: "\f21c";
  top: 0;
}
ul.relcol1 li.videos-de-motos:before,
.central .texto ul.relcol1 li.motos:before{
  content: "\f03c";
  top: 1px;
}
ul.relcol1 li a, .central .texto ul.relcol1 li a{
  color: #135eae;
  font-weight: bold;
  font-size: 11px;
}
ul.relcol1 li.motos,.central .texto ul.relcol1 li
ul.relcol1 li.motos,.central .texto ul.relcol1 li.motos{
    /*background-image:url(//src.soymotero.net/img/f-rel-ficha.gif);*/
}
ul.relcol1 li.galerias,.central .texto ul.relcol1 li.galerias{
    /*background-image:url(//src.soymotero.net/img/f-rel-galeria.gif);*/
}
ul.relcol1 li.videos-de-motos,.central .texto ul.relcol1 li.videos-de-motos{}
ul.relcol1 li.videos-de-motos:before,.central .texto ul.relcol1 li.videos-de-motos:before{content: "\f03d";}
.col2{position:relative;float:left;width:300px;background-color:#F9F9F9;padding:0;}
.competicion .col2{border:none;background-color:transparent;}
.competicion .col2 .caja{border:1px solid #EFEFEF;background-color:#F9F9F9;padding:10px 0 0;}
.lateral .col2{
  width:298px;
  border:none;
  background-color:transparent;
  margin:0 0 10px;
  padding:0;
  float:none;
}

.slider .bottom .bloque a.cinta_categoria {
  height: 102px;
  overflow: hidden;
}

.lateral .col2 div{
  clear:both;
  width: 100%;
  display: inline-block;
  background-color:transparent;
  background-image:none;
  vertical-align: top;
  margin:0;padding:0;
  font-size: 15px;
}


.lateral .col2 h4{margin-top:.5em;letter-spacing:0;font-size:1em;}
.lateral .col2 p.resumen{font-size:.85em;line-height:150%;margin-bottom:.5em;}
.col1 h2,.col1 h1, .central h1,.central p.hh1{
  font-size:2em;
  font-weight:bold;
  letter-spacing:-1px;
  line-height:100%;
  color: #383838;
  margin: .5em 0;
}

.central h1,.central p.hh1{
    font-size:2.5em;
    border-bottom: 1px dotted #B8B8B8;

    padding-bottom: 0.5em;
    position: relative;
}
.ficha .central h1:after,.ficha .central p.hh1:after{
    position: absolute;
    content: ' ';
    top: -21px;
    bottom: -4px;
    right: -26px;
    width: 20px;
    background: #FFF;
}

.col1 h3.breves{padding-top:.3em;clear:left;border-top:1px dotted #CCC;}
.col2 h2{font-size:1.2em;line-height:100%;clear:both;margin:0 10px;}
.col2 .coool h2{
  margin: 0;
}

.motos .col2 .coool .resumen{
  min-height: initial;
  border-bottom: none;
}
.motos .col2 .coool .nombre-moto{
margin: 0;
}
.motos .col2 .coool .nombre-moto a {
padding-bottom: 0;
}
.col2 h3,.col2 h2.m{
  font-size:1.2em;
  letter-spacing:0;line-height:100%;padding-top:5px;
  margin:0 8px;
}
.motos .col2 .coool{
  width: 65%;
}


.col2 h2.m{background:transparent url(//src.soymotero.net/img/f_col2_h3.gif) 0 0 repeat-x;}
.col2 h3 a strong{font-size:.8em;color:#000;}
.col3 h2{margin-top:0;font-size:1.2em;font-weight:normal;}
.col3 p{font-size:.85em;line-height:150%;}
.resul img,.lateral .cajalateral a img{width:90px;float:left;background-color:#fff;border:1px solid #CCC;box-shadow:1px 1px 2px rgba(0,0,0,.3);-webkit-box-shadow:1px 1px 2px rgba(0,0,0,.3);-moz-box-shadow:1px 1px 2px rgba(0,0,0,.3);margin:7px 7px 7px 0;padding:2px;}
.col2 iframe img{float:none;background-color:#fff;border:none;box-shadow:0;-webkit-box-shadow:0;-moz-box-shadow:0;margin:auto;padding:auto;}
.col2 h2 a img,.col2 h3 a img,.col2 h4 a img{width:90px;float:left;border:1px solid #CCC;margin:2px 7px 7px 0;}
.col2 h2 a span.thumb{width:96px;float:left;background-color:#000;box-shadow:1px 1px 2px rgba(0,0,0,.3);-webkit-box-shadow:1px 1px 2px rgba(0,0,0,.3);-moz-box-shadow:1px 1px 2px rgba(0,0,0,.3);margin:7px 7px 7px 0;}
.col2 h2 a span.thumb img{width:90px;float:none;background-color:#000;margin:0;}
.lateral .resumen img{float:left;background-color:#fff;border:1px solid #CCC;margin:.3em 10px 1em 0;padding:2px;}
.col2 a:hover img,.col3 a:hover img{border-color:#CC0000;padding:0;}
.col2 .nombre-moto a{
  font-weight: bold;
  font-size: 13px;
  color:#D41217;
  padding-bottom: 0px;
  width: 100%;
  display: block;
  letter-spacing: 0px;
}
.col2 .resumen{
  font-weight:normal;
  font-size:.85em;
  line-height:150%;
  margin:0px 0px 0px 0px;
  border-bottom: 1px dotted #4B4B4B;
  float: none;
}
.default .col2 .resumen{
  font-weight:normal;
  font-size:.85em;
  line-height:150%;
  margin:0px 0px 0px 0px;
  width: 191px;
  /*border-top: 1px dotted #4B4B4B;*/
  border-bottom: none;
  float: right;
}
.col2 form{float:left;margin-bottom:5px;display:inline;clear:none;margin-left:5px;}
.boletin-caja p{margin:0 0 0 10px;}
.col2 select{width:141px;}
.col2 p.combos{
  margin:0 0px 5px 10px;
  color:#D41217;
  font-weight: bold;
  font-size: 13px;
}
.col3{float:left;display:inline;position:relative;width:216px;color:#000;background:#EFEFEF url(//src.soymotero.net/img/f-col3-motos.gif) right 0 repeat-y;margin:0 20px 0 0;padding:0;}
.tiendas .col3{
  margin: 18px 20px 0 0;
}
.col3 h3{color:#D41217;margin:10px 6px 0;}
.col3 h4{line-height:100%;padding-top:.5em;border-top:1px dotted #CCC;font-size:.95em;}
.col3 img{float:left;background-color:#fff;border:1px solid #CCC;margin:0 3px 5px 0;padding:2px;}
.motos.ficha .col3{width:300px;float:left;margin:27px 30px 0 0;  background-color: white;}
.motos.ficha .col3 .num li{width:288px;}
.col3portada .modulo-equipamiento a span.fot{width:200px;height:135px;display:block;overflow:hidden;border:1px solid #666;clear:both;margin:0 0 5px;padding:0;}
.col3 ul,.col3 dl{overflow:hidden;margin-bottom:1em;}
.col3 li,.col3 dd{float:left;display:inline;width:100%;border-bottom:1px solid #fff;font-size:.85em;line-height:120%;}
.col3 dd{float:left;display:inline;width:100%;border-bottom:none;font-size:.8em;line-height:120%;}
.col3 li a,.col3 dd a{display:block;line-height:1.5em;padding:.34em 6px;}
.competicion .col3 li a{padding:.34em 10px .3em;}
.col3 dt{border-top:1px solid #fff;clear:both;font-size:.85em;font-weight:bold;padding:.2em 0 0 6px;}
.col3 li a.active,.col3 dd a.active,.col3 dd.active a,.competicion .col3 li a.active:hover{background-color:#D41217;color:#fff;}
.col3 a.ban img,.col3 a.ban:hover img{border:none;width:182px;padding:0;}
.col3portada{float:left;position:relative;width:160px;color:#000;line-height:150%;font-size: 12px;margin:0px 10px 0 0;padding-right: 10px;border-right: 1px dotted #ccc;}
.col3portada h2{font-size:1.4em;line-height:120%;font-weight:normal;overflow: visible;margin-bottom: 10px;margin-top: 0;}
.resul li,.resul dd{clear:left;overflow:hidden;border-top:1px dotted #CCC;}
.resul dt{font-weight:bold;border-bottom:2px solid #CCCCCC;border-collapse:collapse;margin:.5em 0 0;padding:.2em;}
.metablogs .resul li{border-top:0;border-bottom:1px dotted #CCC;}
.resul p{text-align:left;}
.resul li p{font-size:.85em;}
.resul h2{font-size:1.3em;margin:.5em 0 0;padding:.2em;}
.resul h3{margin-top:.5em;}
.resul h3 a .etiqueta_soy_motero_video{
  box-shadow:none;
  padding:0px;
  width: auto;
  border:none;
  margin:0px 7px 0px 0px;
}
.resul h3 a:hover .etiqueta_soy_motero_video{
  border: none;
}
.slider .top .mas{
  color: white;
}
.slider .bottom .mas{
  color: #333;
}
.mas{
  position:relative;
  /*padding-right:15px;*/
  font-weight:normal;
  white-space:nowrap;
  color: #d41217;
  display: inline-block !important;
  margin-left: 5px;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: bold;
}
.top .mas:before,.top  .mas:after{
  content: "(";
  color: white;
  font-weight: normal;
}
.top .mas:after{
  content: ")";
  margin-left: 1px;
}
.mas:before, .mas:after{
  content: "(";
  color: #333;
  font-weight: normal;
}
.mas:before{
  margin-right: 1px;
}

.mas:after{
  content: ")";
  margin-left: 1px;
}

.col2 .mas{
  position:relative;
  padding-right: 0px;
  padding-left:0px;
  font-weight:normal;
  white-space:nowrap;
  font-size: 10px;
  color: #135eae;
  background: transparent;
}
.col2 .mas:hover{text-decoration:underline;}
.col2 .mas .flecha-roja{
  margin-top: 2px;
}
.directory{list-style-type:circle;}
.author{font-style:normal;font-size:.8em;}
.fecha{
  font-size:.85em;margin-bottom:.5em;border-bottom:1px dotted #CCC;padding:0;
  display: block;
  min-height: 10px;
}
.seccion{font-weight:bold;color:#000;line-height:120%;}
.seccion.seccionV2{font-weight:bold;color:#d41217;line-height:120%;position: relative;text-transform: uppercase;font-size: 10px; display: block;margin-bottom: 0.2em; }
.seccion.seccionV2.with_play{padding-left: 19px}
.seccion.seccionV2 a{color: #D41217;font-style: italic;}
.col3portada .seccion.seccionV2 .fa.fa-play{top: -2px;left: 0px; color: white;}
.col3portada .seccion.seccionV2.with_play .fa.fa-play{top: 1px;}
.col3portada .seccion.with_play{padding: 4px 24px;}
.col3portada .seccion_wrapper div{
  font-size: 10px;
}
.seccion.seccionV2:before{font-weight:bold;color:#d41217;line-height:120%;font-family: "Titillium Web"; position: static !important;}
.opinion .central .texto p,.opinion .central .texto li{}
.opinion .central #comentario .texto p{}
.central .texto ul{margin-bottom:1em;margin-left:.5em;list-style-type:disc;}
.central .texto ul.galeria{
  margin-left:0;
  margin-bottom:0;
  list-style-type:none;
  position: relative;
  left: 0px;
}
.motos .col1portadaV2 .texto ul.galeria{
  float: none;
  display: inline-block;
  width: 100px;
  margin-top: 0;
}
.motos .col1portadaV2 .texto #foto .foto400{
  overflow: hidden;
  display: inline-block;
  float: none;
  vertical-align: top;
  margin-right: 0;
  position: relative;
  padding: 5px;
}

.motos .col1portadaV2 .texto #foto .foto400 img{
  margin: 0;
}

.motos .galeria li a:hover {
  border-color: transparent;
}


.central .texto li{margin-left:1em;margin-bottom:.5em;}
.central .texto ul.resul li{overflow:hidden;margin-bottom:1px;clear:left;}
.central .texto ul.resul li img{clear:left;}
.central .texto .ladillo li{padding-left:0;}
div.ladillo{padding-top:8px;font-size:10px;-webkit-border-radius:4px 4px 4px 4px;-webkit-box-shadow:1px 1px 2px rgba(0,0,0,0.3);-moz-border-radius:4px;-moz-box-shadow:1px 1px 2px rgba(0,0,0,0.3);background-color:#F3E6D6;border:1px solid #E5D2BA;}
.ladillo p{line-height:110%;margin:1em 0;}
.lateral input.zemRequirederrorElement,.comments_error{color:#000;background-color:#fff4f4;}
ul.zemError,ul.comments_error{background-color:#fff4f4;list-style-type:circle;list-style-position:inside;border:2px solid #fdd;padding:.3em;}
#cpreview,.zemThanks{display:block;clear:both;color:#000;background-color:#E6FFE6;border:2px solid #00FF00;margin-top:1px;margin-bottom:0;padding:5px;}
ul.pasapaginas{list-style-type:none!important;float:left;width:100%;clear:left;border-top:2px solid #EFEFEF;margin:0 0 1em!important;padding:1em 0 0;}
ul.pasapaginas li{float:left;margin:0 4px 4px 0 !important;}
ul.pasapaginas li a{display:block;color:#000;text-decoration:none;background:#F9F9F9 url(//src.soymotero.net/img/f_a_pasapaginas.gif) repeat-x scroll 0 50%;border:1px solid #999;border-radius:4px;box-shadow:1px 1px 2px rgba(0,0,0,.3);text-shadow:0 1px 0 white;margin:0;padding:5px 10px;}
ul.pasapaginas li.vacio{position:absolute;display:none;visibility:hidden;}
ul.pasapaginas li.activo{float:left;margin:0 4px 0 0;}
ul.pasapaginas li.activo a,ul.pasapaginas li a.activo{background-color:#D41217;background-image:none;font-weight:bold;color:#fff;text-shadow:none;border-color:#D41217;}
ul.pasapaginas li a:hover{color:#fff;background-color:#333;background-image:none;text-shadow:0 1px 0 #000;border-color:#333;}
.cabecera{position:relative;height:55px;width:994px;text-align:left;color:#666;background:transparent;margin:0 auto;}
.nobanner .sombra,.metablogs .sombra,.blogs .sombra,.rutas-en-moto .sombra,.boletin .sombra{margin-top:10px;}
.nav{
  width:100%;
  height: 35px;
  /*overflow:hidden;*/
  background:#D41217;
}

.nav .menu .default a i{
    height: 35px;
    line-height: 35px;
    font-size: 1.8em;
}
h1#sitename,p#sitename{font-size:1.5em;margin:0;padding:0;}
.logo{position:absolute;left:10px;top:5px;height:40px;width:270px;text-indent:-999px;background:transparent url(//src.soymotero.net/img/logo.gif) 0 0 no-repeat;}
.fotos .logo{left:0;}
.menu{
  list-style-type:none;
    overflow:visible;
    clear:both;
    margin:0 ;
    padding:0;
  font-size: 0px;
}
.menu li{
  display:inline-block;
  vertical-align:top;
  /*margin:0 7px;*/
  zoom: 1;
  *display: inline;
  max-width:115px;
  width: auto;
  /*position: relative;*/
}
.menu li:first-child{
  margin: 0 !important;
}
.menu li.actualidad{
  margin-left: 0;
}
.menu li a{
  display:block;
  line-height:24px;
  color:#ffeaea;
  font-weight:bold;
  /*margin:1px;*/
  padding:0 6px;
  position: relative;
}
.menu li.separator {
  position: relative;
  margin: 7px 0;
  background-color: white;
  width: 1px;
  height: 20px;
}
.menu li:not(.default):after {
  /*content: " ";
  width: 1px;
  background: #FFF;
  height: 1.5em;
   position: absolute;
  right: -7px;
  float: right;
  top: 7px;
  height: 20px;
  margin-top: 7px;
  bottom: 7px;*/
}
.menu li:last-child:after {
  width: 0;
  }
.menu li a:hover{
  color:#fff;
  background-color:#b34545;
  border:1px solid #982828;
  border-radius:5px 5px 5px 5px;
  text-shadow:0 1px 0 rgba(0,0,0,.8);
  margin:0;
}
.menu li:last-child a:after {
    width: 0;
}
.nav .menu .default, .default .menu li.default a{
    background-color: #890d11 !important;
    color: white !important;
    position: relative;
}
.default .menu li.default a:hover{
    background-color: white !important;
    color: black !important;
}
.default .menu li.default a{

}
.nav .menu .actualidad a{
    padding-left: 12px;
}

.nav .menu .default a:after{
    width: 0;
}
.nav .menu .default:after {
    left: 100%;
    z-index: 100;
    top: 50%;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    top: 0;
    border-style: solid;
    border-width: 17.5px 0 17.5px 7px;
    border-color: transparent transparent transparent #890d11;
    /*background: white;*/
}

.nav .menu .default:hover:after{
    border-color: transparent transparent transparent white !important;
    /*background: white;*/
}
.actualidad .nav .menu .default:after, .actualidad .nav .menu .default:hover:after{
    /*background: white;*/
}


.default:not(.mostrar-en-custom-cafe):not(.mostrar-en-zonaoff) .menu li.default a,.actualidad:not(.mostrar-en-custom-cafe):not(.mostrar-en-zonaoff) .menu li.actualidad a,.agenda:not(.mostrar-en-custom-cafe):not(.mostrar-en-zonaoff) .menu li.agenda a,.competicion:not(.mostrar-en-custom-cafe):not(.mostrar-en-zonaoff) .menu li.competicion a,.bricomoto:not(.mostrar-en-custom-cafe):not(.mostrar-en-zonaoff) .menu li.bricomoto a,.motos:not(.mostrar-en-custom-cafe):not(.mostrar-en-zonaoff) .menu li.motos a,.nuevas:not(.mostrar-en-custom-cafe):not(.mostrar-en-zonaoff)-motos .menu li.motos a,.pruebas:not(.mostrar-en-custom-cafe):not(.mostrar-en-zonaoff) .menu li.pruebas a,.rutas:not(.mostrar-en-custom-cafe):not(.mostrar-en-zonaoff) .menu li.rutas a,.rutas:not(.mostrar-en-custom-cafe):not(.mostrar-en-zonaoff)-en-moto .menu li.rutas a,.tiendas:not(.mostrar-en-custom-cafe):not(.mostrar-en-zonaoff) .menu li.tiendas a,.videos:not(.mostrar-en-custom-cafe):not(.mostrar-en-zonaoff)-de-motos .menu li.videos-de-motos a,.menu:not(.mostrar-en-custom-cafe):not(.mostrar-en-zonaoff) li.activo a{background-color:#521512;border:1px solid #AB5B57;border-radius:5px 5px 5px 5px;color:#FFFFFF;font-weight:bold;margin:0;}
/*.ruta{*/
  /*font-size:.85em;*/
  /*background-color:transparent;*/
  /*border-bottom:1px solid #D41217;*/
  /*clear:both;*/
  /*color:#000;*/
  /*padding:0 0 5px;*/
/*}*/
/*.ruta h1{display:inline;font:normal 1em "Microsoft Sans Serif","Lucida Grande","Segoe UI","Trebuchet MS",Arial,Verdana,sans-serif;letter-spacing:0;color:#000;}*/
/*.ruta a{background:transparent url(//src.soymotero.net/img/f-ruta-a.gif) right 50% no-repeat;padding-right:12px;}*/
#buscador{
  display: block;
  background:#4b4b4b;
  padding: 5px;
  margin: 0px 0px 10px 0px;
  text-align: left;
  width: auto;width: 290px;
}
#buscador button{
    float: right;
    vertical-align: top;
}
#buscador input{
  display: inline-block;
  vertical-align: top;
  padding: 5px;
  border: none;
  height: 10px;
    width: 255px;
}
#buscador input[type="submit"] {
  /*background: url('/img/sprite_soymotero.png') no-repeat -47px 2px #D41217;*/
  cursor: pointer;
  width: 29px;
  height: 20px;
  padding: 0px;
  position: relative;
}
.texto-publicidad-col2{
  display: block;
  position: relative;
  font-size: 12px;
  color: #a7a7a7;
  width: 300px;
  text-align: left;
  margin: 5px 0;
  clear: both;
}
#div-gpt-ad-683753116263950509-2{
  margin-bottom: 12px;
}
#div-gpt-ad-683753116263950509-3{
  margin-bottom: 9px;
}
.robapagina_fotos .texto-publicidad-col2{
  display: none;
}
.comentado{
  line-height:140%;
  float: right;
  /*padding-left:18px;*/
    position: relative;
  /*background:transparent url(//src.soymotero.net/img/comentarios.gif) 0 50% no-repeat;*/
}
.comentado_span{
  min-width: 106px;
  text-align: right;
}
.comentario{float:left;width:600px;overflow:hidden;clear:both;position:relative;background:#fff url(//src.soymotero.net/img/f_li_comentarios.jpg) 0 0 repeat-x;border-top:2px solid #efefef;margin-bottom:1em;}
.comentario .texto{float:left;width:440px;padding:1em 0 0;}
.motos .comentario{display:block;clear:both;width:620px;}
.comentario .texto p{padding-left:8px;text-align:left;font-size:1em;line-height:1.5em;margin-bottom:.5em;}
.comentario .firma{float:right;width:160px;font-size:.85em;color:#666;padding:4px 0;}
.gravatar{float:left;width:40px;height:40px;background-color:#fff;border:1px solid #EFEFEF;margin:0 8px 5px 0;}
.autor{color:#000;font-weight:bold;}
#comentarios{clear:both;margin-top:10px;}
#txpCommentInputForm{width:100%;clear:both;overflow:hidden;background-color:#E7EFF7;border:1px solid #C9DFF5;border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;box-shadow:1px 1px 2px rgba(0,0,0,.3);-webkit-box-shadow:1px 1px 2px rgba(0,0,0,.3);-moz-box-shadow:1px 1px 2px rgba(0,0,0,.3);margin-bottom:5px;}
.comments-wrapper{float:left;width:100%;display:block;overflow:hidden;background-color:transparent;}
.comments-wrapper fieldset{
  float:left;
  border:none;
  overflow:hidden;
  margin:0;
  padding:5px 0 5px 10px;
}
.comments-wrapper label{float:left;clear:left;padding:5px 0;}
.comments-wrapper h3{padding-left:10px;}
.comments-wrapper textarea{width:370px;}
.motos .comments-wrapper textarea,.equipamiento .comments-wrapper textarea{width:440px;}
.comments-wrapper input{width:145px;}
.comments-wrapper input.button{width:100px;cursor:pointer;}
.disabled{visibility:hidden;}
.columna li{float:left;overflow:hidden;width:100%;text-align:right;border-bottom:1px solid #efefef;line-height:120%;clear:both;font-size:.9em;padding:3px 0;}
.columna li:hover{background-color:#f4f9ff;}
.lateral{
  display:inline-block;
  vertical-align:top;
  width:298px;
  margin-top:2em;
  overflow:hidden;
}
.lateral li,.lateral dd{float:left;display:inline;width:300px;border-top:1px dotted #CCC;}
.lateral li a,.lateral dd a,.relacionados a{font-size:.85em;display:block;background:transparent url(//src.soymotero.net/img/articulo.gif) 0 6px no-repeat;padding:.3em .3em .3em 20px;}
ul#lomas{overflow:hidden;margin:0 0 1em;}
.lateral #lomas li a span{float:right;color:#333;}
.lateral #lomas li a:hover span{color:#333;}
.motos .lateral dd a{background-image:none;padding:.3em;}
.lateral h3{margin-top:.5em;clear:both;}
.lateral dd.active a,.lateral dd.active a:hover,.lateral li a.active,.lateral li a.active:hover{text-decoration:none;color:#fff;background-color:#B34545;}
.relacionado{
  font-size:.9em;
  /*height:90px;*/
  overflow:hidden;
  background: white;
  margin-bottom: 35px;
}
.relacionado img{
  width: 125px;
  float: left;
  background-color: #fff;
  margin: 0 13px 0 0;
  padding-right: 13px;
  border-right: 1px dotted #aaa;
}
.relacionado a img:hover{

}

.relacionado h3{
  font-weight: bold;
  margin: 0;
  color: #383838;
}

.relacionado h3 a{
  margin-bottom: 10px;
  display: block;
}
#pasa{padding:8px 0;}
.galeria{list-style-type:none;overflow:hidden;margin:0 0 1em;}
.galeria li,.central .galeria li{
  float:left;border:none;
  width: 16%;background:#fff url(//src.soymotero.net/img/f_li_galeria.gif) 0 bottom no-repeat;margin:0!important;padding:1px 3px 5px 1px !important;
}
.motos .galeria li{
  float: none;
  display: inline-block;
  }
div.fotos{background-color:#000;width:974px;}
.fotos .galeria li{background-color:#000;background-image:none;}
.galeria li a{display:block;width:90px;height:67px;overflow:hidden;border:3px solid #fff;padding:0;}
.fotos .galeria li a{border-color:#666;}

.motos.ficha .galeria li{
  width: 100%;
}
.motos .lasfotos{
  margin-bottom: 35px;
}
.motos .lasfotos #foto{
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}
.motos .lasfotos #foto .links_foto{
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-top: -13px;
}
.galeria_moto{
  width: 100px;
}
.motos .lasfotos #foto .links_foto a{
  position: relative;
  margin-bottom: 5px;
}
.motos .lasfotos #foto .links_foto a:after{
  content: " ";
  position: absolute;
  width: 11px;
  height: 15px;
  right: -11px;
  bottom: 3px;
  background: transparent url(//src.soymotero.net/images/fichas-tecnicas-new_sombra.png) top left no-repeat;
}


.galeria li a:hover{border-color:#CC0000;}
.tira{border-top:1px dotted #CCC;margin:8px 0 0;padding:8px 0 0;}
.tira_inf{
    /*border-bottom:1px dotted #CCC;*/
    /*margin:0 0 8px;*/
    /*padding:0 0 8px;*/
    text-align: center;
}
.tira_soymotero{
  color:#FFFFFF;
  font-weight: bold;
  width: 285px;
  margin: 6px 0px 0px 0px !important;
  height:18px;
  background: url('/img/tira_soymotero_v2.png') no-repeat top left;
  padding-left: 25px;
  padding-top: 5px;
  letter-spacing: 0px;
  font-size: 12px!important;
  line-height: 100%;
  text-transform: uppercase;

  font-size: 16px!important;
}
.zonaoff .tira_soymotero{
  background: url('//src.soymotero.net/img/tira_soymotero_v2_zonaoff.png') no-repeat top left;
}

.tira_soymotero.tira_roja{
  background: url('/img/tira_soymotero_roja.png') no-repeat top left;
}
.tira_soymotero.tira_invertida{
  background: url('/img/tira_soymotero_invertida.png') no-repeat top right;
  padding-left: 0px;
  padding-right: 15px;
  text-align: right;
  margin-bottom: 0px!important;
  width: 290px!important;
  margin-left: 10px!important;
}
.tira-lineas-rojas{
  display: block;
  width: auto;
  border-bottom: 1px solid #D41217;
  border-left: 8px solid #D41217;
  color:#4B4B4B!important;
  font-size: 13px;
  font-weight: bold!important;
  clear: both;
  padding-left: 5px;
  position: relative;
  left: 10px;
}
.tira-noticia{
  text-transform: uppercase;
  font-size: 13px !important;
  left: 0px;
}
.tira-noticia:first-letter{
  text-transform: uppercase;
  color:#4B4B4B !important;
  font-size: 13px !important;
  font-weight: bold;
  float: none !important;
  padding: 0px!important;

}
.tira-fotos{
  left: 0px;
  margin-top: 30px;
}
.default .tira-noticia,
.actualidad .tira-noticia,
.competicion .tira-noticia,
.motos .tira-noticia,
.pruebas .tira-noticia,
.bricomoto .tira-noticia,
.rutas .tira-noticia,
.tiendas .tira-noticia{display: none;}
.actualidad.ficha .tira-noticia,
.competicion.ficha .tira-noticia,
.motos.ficha .tira-noticia,
.pruebas.ficha .tira-noticia,
.bricomoto.ficha .tira-noticia,
.rutas.ficha .tira-noticia,
.tiendas.ficha .tira-noticia{display: block;}
h2.tira_inf,h3.tira_inf{margin-bottom:0;padding-bottom:0;}
.izq{float:left;width:200px;margin:0 10px 10px 0;}
img.der{float:right;clear:right;width:200px;margin:0 0 10px 10px;}
.fotogrande{
    width:651px;
    text-align:center;
    margin:.5em 0 0;
    margin-bottom: 1em;
}
.fotoder{float:right;width:208px;margin:0 0 10px 10px;}
.fotoizq{float:left;width:208px;margin:0 10px 10px 0;}
.marco{border:1px solid #CCC;padding:3px;}
.fotoizq img,.fotoder img{border:1px solid #CCC;width:200px;padding:3px;}
.central .texto .fotogrande p,.izq p,.der p,.fotoizq p,.fotoder p{clear:left;text-align:left;font:bold .75em Verdana, Arial, Helvetica, Sans-serif!important;padding:5px 0;}
.fotogrande img{width:635px;margin-bottom:4px;border:none;}
.fotogrande img.jw-logo-image{width: auto;}
.central .texto .fotogrande p em,.piedefoto em{font-style:normal;font-weight:normal;}
.motos .foto400{float:left;margin-right:20px;}
.fotogrande a:hover img{filter:alpha(opacity=80);opacity:0.8;}
.central .fecha{border-bottom:none;margin:1em 0 .3em;}
.secciones li a{display:block;color:#ffd4d4;border-right:1px solid #7b1d1d;border-left:1px solid #b95454;padding:.5em;}
.secciones li a:hover{background-color:#7b1d1d;color:#fff;}
.secciones li a.activo{background-color:#7b1d1d;color:#fff;font-weight:bold;}
.ladillo{float:right;clear:right;width:180px;text-align:left;background-color:#F9F9F9;border:1px solid #EFEFEF;margin:0 0 10px 14px;padding:0 8px;}
.ladillo h3{background:transparent url(//src.soymotero.net/img/mapita.gif) 0 50% no-repeat;margin-top:0;padding:5px 0 0 50px;}
.ladillo li{float:left;display:inline;width:180px;border-top:1px solid #EFEFEF;margin:0;}
.ladillo a{font-size:.85em;padding:4px 2px;}
.mapa{background:transparent url(//src.soymotero.net/img/mapita.gif) 0 50% no-repeat;padding:5px 0 5px 50px;}
.texto table{clear:left;text-align:left;font-size:1.05em;border-collapse:collapse;line-height:140%;margin-bottom:30px;padding:0px;}
.texto table caption{width:100%;text-align:left;font-size:1.3em;border-bottom:1px solid #efefef;padding:5px 0;}

/*.texto table:not(.datos2) tr:not(.headeer):nth-child(even) th {
  background-color: #f5f5f5;
}

.texto table:not(.datos2) tr:not(.headeer):nth-child(even) td {
  background-color: #ebebeb;
}

.texto table:not(.datos2) tr:not(.headeer):nth-child(odd) th{
  background-color: #fafafa;
}

.texto table:not(.datos2) tr:not(.headeer):nth-child(odd) td{
  background-color: #f5f5f5;
}*/


.texto table th{
  vertical-align:bottom;
  text-align:left;
  background: #d41217;
  height: 30px;
  vertical-align: middle;
  padding-left: 10px;
  text-transform: uppercase;
  color: white;
}
.texto table tr.headeer{
  /*border-top: 15px solid white;
  overflow: hidden;*/
}
.texto table tr.headeer th:last-child{
  background-color: #919191;
  position: relative;
}
.motos .texto table caption{visibility:hidden;position:absolute;}
.texto table th.h{
  font-weight:normal;
  color:#000;
  font-weight: bold;
  background-color:#f9f5f1;
  vertical-align: middle;
  border-bottom:none;
  /*border-top:1px solid #fff;*/
  text-transform: inherit;
}
.texto table td{vertical-align:top;border-top:1px solid #efefef;padding:5px;}
.texto table.columnas td{border-left:1px solid #efefef;}
.texto table.columnas tbody td.wow{font-weight:bold;text-align:center;color:#fff;background-color:#ff6600;}
.texto table tbody td{
  background-color: #ebebeb;
  color: #383838;
  border-left: 2px solid #cac9c9;
  padding-left: 20px;
  height: 20px;
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
}
.texto table tbody td:after,
.texto table tr.headeer th:last-child:after{
  content: " ";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 2px;
  background-color: #dbdbdb;
}
.texto table tr.headeer th:last-child:after{
  background-color: #c1c1c1;
}
.texto table tfoot td{
  border-left:none;
}
.texto table tbody tr:not(.headeer):hover th,
.texto table tbody tr:not(.headeer):hover td,
.texto table tbody tr:not(.headeer):hover td:after{
  background-color : #bdbdbd;
  border-color     : #bdbdbd;
  color            : white;
}
.motos.ficha .texto table th.h{width:30%;}
legend{border:0;margin:0;padding:0;}
label{clear:left;font-weight:bold;}
fieldset{border:none;padding:0;}
input,select,textarea{border:1px solid #c9dff5;background-color:#fff;}
.boletines table{border-collapse:collapse;padding:0;}
.boletines td{padding:.5em 0;}
.boletines td div.required{width:15em;font-weight:bold;}
.boletines form p{padding-left:15em;}
.boletines font.required{font-size:9px;}
.boletines input{border:auto;background-color:auto;}
.lateral .boletin-caja,.col3 .boletin-caja{
  margin-top: 15px;
  clear:both;background:#EFEFEF;
}
/*.lateral .boletin-caja form{background-image:none;background-color:transparent;padding:0 0 5px 10px;}*/
.col3 .boletin-caja{padding-bottom:10px;margin-bottom:1em;}
.lateral .boletin-caja,.col3 .boletin-caja{
  background: transparent;
}
.boletin-caja p{
  background: #D41217;
  color: #FFFFFF;
  font-weight: normal !important;
  display: inline-block;
  width: auto;
  padding: 2px 5px;
  margin: 0px!important;
}
.lateral .boletin-caja form{
  padding: 5px !important;
  background: #4b4b4b;
  width: auto;
  text-align: left;
  display: block;
  float: none !important;
  margin-left: 0;
}
.lateral .boletin-caja form input {
  display: inline-block;
  vertical-align: top;
  padding: 5px;
  border: none;
  height: 15px;
  width: 239px;
}
.lateral .boletin-caja form input[type="submit"] {
  background: #D41217;
  cursor: pointer;
  width: 37px;
  height: 25px;
  padding: 5px;
  color: #FFFFFF;
  box-shadow: none;
  border: none;
  text-shadow: none;
  border-radius: 0px;
  text-transform: uppercase;
  position: relative;
  left: -3px;
  top: 0px;
  font-weight: normal;
  text-align: center;
  float: right;
}
.lateral label,.f300 label{padding-top:.5em;display:block;color:#efefef;font-weight:normal;}
label.zemCheckbox,.lateral label.zemCheckbox,.f300 label.zemCheckbox{clear:none;display:inline;}
.lateral input.zemText,.lateral textarea.zemTextarea,.f300 input.zemText,.f300 textarea.zemTextarea{clear:both;display:block;width:274px;border:1px solid #000;border-bottom:1px solid #908f8f;border-right:1px solid #908f8f;background-color:#fff;}
.lateral form,.f300 form{width:320px;background:#333 url(//src.soymotero.net/img/f_320_negro_inf.gif) 0 bottom no-repeat;margin-bottom:1em;}
.lateral form div,.f300 form div{background:transparent url(//src.soymotero.net/img/f_320_negro_sup.gif) 0 0 no-repeat;padding:10px;}
.zemSubmit,.lateral .zemSubmit,.f300 .zemSubmit,#txpCommentPreview,#txpCommentSubmit,.boletines p input,button,.boton{
  font-weight: bold;
  background-color: #D41217;
  color: #FFF;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.8);
  /* border-radius: 4px; */
  /*-moz-border-radius: 4px;*/
  /* -webkit-border-radius: 4px; */
  border-color: #B00 #600 #600 #B00;
  border-style: solid;
  border-width: 1px 1px 1px 2px;
  padding: 3px;
}

.zonaoff .zemSubmit,.zonaoff .lateral .zemSubmit,.zonaoff .f300 .zemSubmit,.zonaoff #txpCommentPreview,.zonaoff #txpCommentSubmit,.zonaoff .boletines p input,.zonaoff button,.zonaoff .boton{
  background-color: #099F07;
  border-color: #099F07 #600 #600 #099F07;
}

.MotoGuia .zemSubmit,.MotoGuia .lateral .zemSubmit,.MotoGuia .f300 .zemSubmit,.MotoGuia #txpCommentPreview,.MotoGuia #txpCommentSubmit,.MotoGuia .boletines p input,.MotoGuia button,.MotoGuia .boton{
  background-color: #009fe3;
  border-color: #009fe3 #600 #600 #009fe3;
}

#tooltip{position:absolute;border:1px solid #333;background:#f7f5d1;color:#333;display:none;padding:2px 5px;}
dd.logos{background:#fff url(//src.soymotero.net/img/f_li_comentarios.jpg) 0 0 repeat-x;padding:10px 0 0;}
.imprimir{padding-left:17px;background:transparent url(//src.soymotero.net/img/imprimir.gif) 0 50% no-repeat;}
.enviar{padding-left:20px;background:transparent url(//src.soymotero.net/img/enviar.gif) 0 50% no-repeat;margin-right:3px;}
.facebook{padding-left:20px;background:transparent url(//src.soymotero.net/img/facebook.gif) 2px 50% no-repeat;}
.i300x250{width:300px;height:250px;overflow:hidden;border:0;margin:0 0 1em;padding:0;}
ul li a cite{font-weight:bold;font-style:normal;color:#000;}
.agendahome li a span{display:block;color:#333;margin:0;}
.wet_recent_comments{font-size:.85em;line-height:125%;}
.wet_recent_comments li{
  margin:0 5px;
  padding:10px 0px 0px 0px;
  background: url('/img/sprite_soymotero.png') no-repeat -29px 7px;
}
.wet_recent_comments li a{
  border-bottom:1px dotted #4B4B4B;
  background:#f9f9f9;
  display:block;
  margin:5px 5px 5px 25px;
  padding-bottom: 8px;
}
.wet_recent_comments li a br{
  display: none;
}
.wet_recent_comments li a cite{
  margin: 0px 0px 5px 0px;
  display: block;
  text-transform: none !important;
}
.wet_recent_comments li a span{
  color:#333;
  margin:5px 0px 0px 0px;
  display: block;
}
.motitos{width:908px;margin-left:15px;font-size:.88em;line-height:135%;background:#F9F9F9 url(//src.soymotero.net/img/f_col2_div.gif) 0 bottom repeat-x;overflow:hidden;}
.motitos div{float:left;width:176px;height:53px;overflow:hidden;}
.recientes div{width:227px;}
.motitos a{background:transparent;display:block;height:43px;color:#333;text-decoration:none;border-left:1px solid #fff;border-right:1px solid #EFEFEF;padding:5px;}
.motitos a strong{color:#b34545;line-height:130%;}
.motitos a:hover{background:#b34545 url(//src.soymotero.net/img/f_ppal.gif) center bottom repeat-x;color:#ffdada;border-left:1px solid #b95454;border-right:1px solid #7b1d1d;}
.motitos a:hover img{border-color:#ffdada;}
.motitos img{float:left;width:50px;border:2px solid #CCC;margin:0 5px 5px 0;}
.motitos h4{clear:none;margin:0;}
.motitos a.mas{float:left;width:16px;background:transparent url(//src.soymotero.net/img/mas.gif) 50% 50% no-repeat;border-right:0;border-bottom:0;margin:0;}
.motitos a.mas:hover{background:#b34545 url(//src.soymotero.net/img/mas_over.gif) 50% 50% no-repeat;text-decoration:none;}
#motos-home{clear:left;font-size:.85em;border:1px solid #EFEFEF;margin:5px 14px 14px;}
#motos-home li{clear:both;height:68px;background:transparent url(//src.soymotero.net/img/f_col2_div.gif) 0 bottom repeat-x;}
#motos-home li a{display:block;height:57px;color:#333;background-position:0 0;background-repeat:no-repeat;padding:5px 5px 5px 100px;}
#motos-home li a:hover{background-color:#B34545;color:#FFDADA;}
#logos a img{width:75px;}
.doble-uno{float:left;display:inline;width:140px;}
.doble-dos{float:left;display:inline;width:140px;margin-left:20px;}
.titulo-talleres{
  font-size: 12px;
  font-weight: bold;
  color: #D41217;
  display: inline-block;
  margin-top: 5px;
}
.titulo-talleres.titulo-provincias{
  margin-left: 10px;
  width: 148px;
}
ul.combo{float:left;margin-left:9px;width:138px;height:99px;overflow:auto;font-size:.85em;background-color:#fff;border:1px solid #C9DFF5;}
ul.combo li{width:110px;display:block;text-align:right;color:#666;border-bottom:1px solid #efefef;border-top:none;}
ul.combo li a{float:left;text-decoration:none;text-align:left;font-size:100%;background-image:none;padding:0 0 0 .5em;}
.num li{text-align:right;width:202px;color:#666;padding:.32em 6px;}
.num li a{float:left;text-align:left;width:84%;padding:0;}
.cajanegra .menumoto a:hover,
.menumoto a.opinion:hover,
.cajanegra .menumoto a.opinion:hover{
  text-shadow:none;
  background:#b34545 url(//src.soymotero.net/img/f_ppal.gif) center 0 no-repeat;
  color:#fff;
}

.menumoto{
  width:100%;
  clear:both;
  padding-top:1em;
  overflow:hidden;
  margin:15px 0px 0px 0px;
  padding: 0px;

  background: #EFEFEF;
  border-top: 1px solid #dadada;
  border-bottom: 1px solid #dadada;

}
.menumoto a,.menumoto span{
  float:left;
  display:block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px;
  background: #EFEFEF;
  color: #3e3e3e;
  border-right: 1px solid #FFFFFF;
  height: 30px;
  text-align: center;
  /*border-top: 1px solid #dadada;*/
  /*border-bottom: 1px solid #dadada;*/
  min-width: 65px;
  line-height: 18px;
  font-weight: bold;
  font-size: 13px;
}
.motos .menumoto a,
.motos .menumoto span{
  padding: 5px 7px;
}
.menumoto a:hover,.menumoto span{
  background: #d41217 !important;
  color:#FFFFFF !important;
}
.hproduct .btn_concesionario{
  background: #d41217;
  color: #FFFFFF;
  font-weight: bold;
  border-radius: 8px 8px 8px 8px;
  padding: 2px 15px;
  position: relative;
  display: inline-block;
  width: auto;
  bottom: 2px;
  left: 5px;
}
.cuatro-relacionados #competencia{
  background: #d41217;
  color:#FFFFFF;
  width: 112px;
  height: 31px;
  text-align: center;
  margin: 0px;
  font-weight: bold;
  letter-spacing: inherit;
  line-height: 30px;
  padding: 0px 10px;
}
.cuatro-relacionados.pruebas_motos .contenedor_relacionados{
  background: #efefef;
  display: inline-block;
  border-top: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
  width: 100%;
}
.cuatro-relacionados.pruebas_motos div.bloque_relacionados{
    background: #efefef;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 6px 8px;
    min-height: 175px;
}
.cuatro-relacionados.pruebas_motos div.bloque_relacionados a{
  padding: 0;
}
.cuatro-relacionados.pruebas_motos div.bloque_relacionados a span{
    border: 1px solid #FFFFFF;
    min-height: 110px;
}
.cuatro-relacionados.pruebas_motos div.bloque_relacionados.selected,.cuatro-relacionados.pruebas_motos div.bloque_relacionados:hover{
    background: #4b4b4b;
}
.cuatro-relacionados.pruebas_motos div.bloque_relacionados strong{
    color: black;
    font-family: 'Titillium Web';
}
.cuatro-relacionados.pruebas_motos div.bloque_relacionados.selected a h3,
.cuatro-relacionados.pruebas_motos div.bloque_relacionados.selected a strong{
    color: #D41217 !important;
}

.cajanegra .menumoto span{color:#FFF;background-color:#000;border-color:#333 #333 #000;}
.copyright{font-size:.7em;color:#333;clear:both;}
/*.relacion{display:block;font-size:.75em;border-radius:4px 4px 4px 4px;background-color:#333;padding:6px;}*/
div.fotoampliada{width:100%;position:relative;margin:0 auto 8px;}
div.fotoampliada > span{position:absolute;white-space:nowrap;left:15px;top:15px;font-size:.75em;color:#fff;background-color:#000;filter:alpha(opacity=80);opacity:0.8;padding:0 5px;}
div.fotoampliada span a{text-decoration:none;color:#fff;}
.fotoampliada img{max-width:100%;}
.lateral .verfotos{float:left;width:320px;background:#333 url(//src.soymotero.net/img/f_320_negro_inf.gif) 0 bottom no-repeat;margin-bottom:1em;padding-bottom:10px;overflow:hidden;}
.lateral .verfotos .galeria{float:left;clear:both;background:#333 url(//src.soymotero.net/img/f_320_negro_sup.gif) 0 0 no-repeat;overflow:hidden;min-width:300px;margin:0;padding:10px 10px 0;}
.lateral .verfotos .galeria li{background-image:none;background-color:transparent;margin-bottom:0;}
.lateral .verfotos .galeria li a{border-color:#999;}
.lateral .verfotos .galeria li a:hover{border-color:#cc0000;}
.texto .verfotos{clear:both;}
.firma{font-size:.85em;margin:1em 0 0;padding:0;}
.firma h1,.firma .hh1{padding-top:.5em;}
.cierre{clear:both;background:transparent url(//src.soymotero.net/img/tags.gif) 0 0 no-repeat;font-size:.85em;border-bottom:1px dotted #CCC;margin:2em 0 1em;padding:0 0 0 37px;}
.opinion .central .texto p.cierre{}
.fichamoto{width:700px;display:block;background:#fff url(//src.soymotero.net/img/f_ficha.jpg) center 15px no-repeat;margin:0;padding:25px 24px 5px;}
.descargas a{    display: block;
    line-height: 120%;
    background: transparent url(//src.soymotero.net/img/pdf.gif) 15px 50% no-repeat;
    padding: 15px 0 15px 60px;}
.fotografo{padding-left:20px;background:transparent url(//src.soymotero.net/img/ico-foto.gif) 0 50% no-repeat;}
.lateral li a.adolfo,.adolfo{background:transparent url(//src.soymotero.net/img/adolfo.gif) 0 bottom no-repeat;}
.lateral li a.Apolo,.Apolo{background:transparent url(//src.soymotero.net/img/Apolo.gif) 0 bottom no-repeat;}
.lateral li a.davidr,.davidr{background:transparent url(//src.soymotero.net/img/david-robledo.gif
  ) 0 bottom no-repeat;}
.lateral li a.buffos,.ppal .buffos{background:transparent url(//src.soymotero.net/img/buffos.gif) 0 bottom no-repeat;}
.lateral li a.carmelo,.ppal .carmelo{background:transparent url(//src.soymotero.net/img/carmelo.gif) 0 bottom no-repeat;}
.lateral li a.carles,.carles{background:transparent url(//src.soymotero.net/img/carles.gif) 0 bottom no-repeat;}
.lateral li a.exploradores,.ppal .exploradores{background:transparent url(//src.soymotero.net/img/exploradores.gif) 0 5px no-repeat;}
.lateral li a.JuanM,.ppal .JuanM{
  background:transparent url(/img/Juan_martinez2015.gif) 0 top no-repeat;  height: 118px;
}
.lateral li a.JuanP,.ppal .JuanP{
  background:transparent url(//src.soymotero.net/img/JP_deLaTorre.gif) 0 top no-repeat;/*padding-top: 25px!important;*/
  background:transparent url(/img/JPdelatorre-800x600-2.gif) 0 top no-repeat;/*padding-top: 25px!important;*/
}
.lateral li a.jpdelatorre,.ppal .jpdelatorre{
  background:transparent url(//src.soymotero.net/img/JP_deLaTorre.gif) 0 top no-repeat;/*padding-top: 25px!important;*/
  background:transparent url(/img/JPdelatorre-800x600-2.gif) 0 top no-repeat;/*padding-top: 25px!important;*/
}

.lateral li a.cesar,.cesar{background:transparent url(//src.soymotero.net/img/cesar.gif) 0 bottom no-repeat;}
.lateral li a.chemab,.chemab{background:transparent url(//src.soymotero.net/img/chemb.gif) 0 bottom no-repeat;}
.lateral li a.claudio,.claudio{background:transparent url(//src.soymotero.net/img/claudio.gif) 0 bottom no-repeat;}
.lateral li a.dani,.dani{background:transparent url(//src.soymotero.net/img/dani.gif) 0 bottom no-repeat;}
.lateral li a.danin,.danin{background:transparent url(//src.soymotero.net/img/danin.gif) 0 bottom no-repeat;}
.lateral li a.dnavarrete,.dnavarrete{background:transparent url(//src.soymotero.net/img/dnavarrete.gif) 0 bottom no-repeat;}
.lateral li a.daniesp,.daniesp{background:transparent url(//src.soymotero.net/img/daniel_espana.gif) 0 bottom no-repeat;    min-height: 90px !important;}
.lateral li a.MendezFoto ,.MendezFoto {background:transparent url(//src.soymotero.net/img/mendezfoto.gif) 0 bottom no-repeat;min-height: 88px !important}
.lateral li a.eduard,.eduard{background:transparent url(//src.soymotero.net/img/eduard.gif) 0 bottom no-repeat;}
.lateral li a.gines,.gines{background:transparent url(//src.soymotero.net/img/gines.gif) 0 bottom no-repeat;}
.lateral li a.ivan,.ppal .ivan{background:transparent url(//src.soymotero.net/img/ivan.gif) 0 bottom no-repeat;}
.lateral li a.javier,.javier{background:transparent url(//src.soymotero.net/img/javier.gif) 0 bottom no-repeat;}
.lateral li a.Morrillu ,.Morrillu {background:transparent url(//src.soymotero.net/img/morrillu-soymotero.gif) 0 bottom no-repeat;}
.lateral li a.Keko,.Keko{background:transparent url(//src.soymotero.net/img/Keko.gif) 0 center no-repeat;}
.lateral li a.josepmarmengol,.josepmarmengol{background:transparent url(//src.soymotero.net/img/josepmarmengol.gif) 0 center no-repeat;padding-left: 100px !important;}
.lateral li a.Parra,.Parra{background:transparent url(//src.soymotero.net/img/Parra.gif) 0 center no-repeat;}
.lateral li a.MarAcebes,.MarAcebes{background:transparent url(//src.soymotero.net/img/Mar_Acebes.gif) 0 bottom no-repeat;}
.lateral li a.JAGarcia,.JAGarcia{background:transparent url(//src.soymotero.net/img/jose_antonio_garcia.gif) 0 bottom no-repeat;}
.lateral li a.jorgegalan,.jorgegalan{background:transparent url(//src.soymotero.net/img/jorgegalan.gif) 0 bottom no-repeat;}
.lateral li a.israel,.israel{background:transparent url(//src.soymotero.net/img/israel.gif) 0 bottom no-repeat;}
.lateral li a.mariano,.mariano{background:transparent url(//src.soymotero.net/img/mariano.gif) 0 bottom no-repeat;}
.lateral li a.moncayo,.ppal .moncayo{background:transparent url(//src.soymotero.net/img/moncayo.gif) 0 bottom no-repeat;}
.lateral li a.ruben,.ruben{background:transparent url(//src.soymotero.net/img/ruben.gif) 0 bottom no-repeat;}
.lateral li a.joan,.joan{background:transparent url(//src.soymotero.net/img/joan.gif) 0 bottom no-repeat;}
.lateral li a.jorge,.jorge{background:transparent url(//src.soymotero.net/img/jorge.gif) 0 bottom no-repeat;}
.lateral li a.nicki,.nicki{background:transparent url(//src.soymotero.net/img/nicki.gif) 0 bottom no-repeat;}
.lateral li a.tono_gm,.tono_gm{background:transparent url(//src.soymotero.net/img/tono_gm.gif) 0 bottom no-repeat;}
.lateral li a.andre,.andre{
  background:transparent url(//src.soymotero.net/img/foto_andres_mini2.jpg) 0 bottom no-repeat;
}
.lateral li a.juanc,.juanc{
  background:transparent url(//src.soymotero.net/img/juan_carlos_toribio.jpg) 0 bottom no-repeat;
}
.lateral li a.tomasperez,.tomasperez{
  background:transparent url("//src.soymotero.net/img/Tomas-Perez.jpg") 0 bottom no-repeat;
}
.lateral li a.cristina,.cristina{
  background:transparent url("//src.soymotero.net/img/cristina-juaranz-t.jpg") 0 50% no-repeat;
}
p.cristina{
  padding: 0px 0 0px 100px !important;
  background:transparent url("//src.soymotero.net/img/cristina-juaranz-t.jpg") 0 top no-repeat;
}
}
.col2 ul.opi{margin:10px;}
.opi li{border-bottom:1px dotted #4B4B4B;padding-bottom: 5px;}
.lateral ul.opi li a,.opi li a{display:block;font-size:.85em;line-height:150%;color:#666;padding:10px 0 10px 90px;}
.opi li a br{
  display: block;
  margin-top: 5px;
}
.link_marca_JuanM{
  display: block;
  width: 280px;
  height: 44px;
  background: transparent url(//src.soymotero.net/img/AndreaniMHS_columna02.gif) 0 bottom no-repeat;
  padding: 0px!important;
}
.link_marca_Keko{
  display: block;
  width: 280px;
  height: 44px;
  background: transparent url(//src.soymotero.net/img/banner-Keko_Ochoa02.jpg) 0 bottom no-repeat;
  padding: 0px!important;
}
.opi a:hover,.lateral ul.opi li a:hover{background-color:#F4F9FF;color:#666;}
.opi a span.titcol{color:#4B4B4B;font-size:12px;font-weight: bold;}
.opi a:hover span.titcol{color:#4B4B4B!important;}
.opi li a .author_bloque_home{
  font-style: italic;
}
.opi+p{
  text-align: right;
  margin:0 10px 1em 10px;
  padding: 0.2em;
  font-weight: bold;
}
.opi+p a{
  font-weight: bold;
}
.flecha-roja{
  display: inline-block;
  background: url('/img/sprite_soymotero.png') no-repeat -3px -2px;
  width: 12px;
  height:10px;
  margin-right: 5px;
}
.col1 h2.opi{padding:10px 0 10px 80px !important;}
.simplepie ul{float:left;clear:both;overflow:hidden;border-left:1px dotted #CCC;}
.simplepie li{float:left;width:26.5%;border-right:1px dotted #CCC;margin:0;padding:0 3%;}
.simlepie li strong a{color:#c00000;font:normal 1.2em Calibri,Helvetica,Arial,sans-serif;}
.entrevistas a{clear:both;display:block;margin-bottom:4px;color:#666;font-weight:bold;font-size:.85em;border:1px solid #CCC;width:180px;padding-top:74px;background-repeat:no-repeat;background-color:#efefef;}
.entrevistas a span{padding:2px 5px;}
.entrevistas a:hover{margin-bottom:4px;background-color:#D41217;color:#fff;border-color:#D41217;}
.ruta .login-status a{font-weight:bold;text-decoration:underline;color:red;}
.pretit{font-size:12px;font-variant:small-caps;border-bottom:1px dotted #CCC;}
#fotoshome img{width:284px;border: 2px solid #FFFFFF;}
#fotoshome .minis a{color:#000;float:left;width:96px;margin:0;}
.col2 #fotoshome .minis a img{float:none;width:90px;margin:0;}

.col2 #fotoshome{
  background:#4b4b4b;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 15px;
}
.col2 #fotoshome h2{
  background: #d41217;
  width: 100%;
  margin: 0px;
  padding: 3px 5px;
  text-align: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.col2 #fotoshome h2 a{
  color: #FFFFFF;
  text-transform: uppercase;
  line-height: 26px;
  line-height: 18px;
}
.col2 #fotoshome h2+a{
  display: block;
  margin: 5px auto;
  width: 288px;

}
.col2 #fotoshome .tit_galerias_recientes{
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 1em;
  padding-left: 5px;
}
.col2 #fotoshome .minis{
  background: #FFFFFF;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 288px;
  margin: 0px auto 10px auto;
}
.col2 #fotoshome+p{
  margin: 0px !important;
  padding: 0px !important;
  color: #FFFFFF;
  position: relative;
  bottom: 30px;
  right: 0px;
  width: 100%;
  display: inline-block;
  text-align: right !important;
}
.col2 #fotoshome+p a{
  color: #FFFFFF;
  text-transform: uppercase;
  padding: 3px 10px;
  background: #d41217;
}

.first,.tagSizeSmallest{text-transform:capitalize;}
body.plan-moto-e .ppal h1{background-position:right 50%;background-repeat:no-repeat;padding:.5em;}
.azel{color:#fff;padding-left:5px;background-color:#19141a;border-bottom:1px solid #CCC;}
.cagiva{color:#fff;padding-left:5px;background-color:#cc0033;border-bottom:1px solid #CCC;}
.derbi{color:#fff;padding-left:5px;background-color:#d52d12;border-bottom:1px solid #CCC;}
.ducati{color:#fff;padding-left:5px;background-color:#fe0000;border-bottom:1px solid #CCC;}
.gilera{color:#fff;padding-left:5px;background-color:#cc0000;border-bottom:1px solid #CCC;}
.gas-gas{color:#fff;padding-left:5px;background-color:#e10916;border-bottom:1px solid #CCC;}
.harley-davidson{color:#fff;padding-left:5px;background-color:#333;border-bottom:1px solid #CCC;}
.husqvarna{color:#000;padding-left:5px;background-color:#ecf2f9;border-bottom:1px solid #CCC;}
.ktm{color:#fff;padding-left:5px;background-color:#fd6804;border-bottom:1px solid #CCC;}
.kymco{color:#fff;padding-left:5px;background-color:#115599;border-bottom:1px solid #CCC;}
.laverda{color:#fff;padding-left:5px;background-color:#ff6300;border-bottom:1px solid #CCC;}
.ligier{color:#546775;padding-left:5px;background-color:#e4e6e7;border-bottom:1px solid #CCC;}
.peugeot{color:#fff;padding-left:5px;background-color:#1c67ae;border-bottom:1px solid #CCC;}
.entrevistas-home{float:left;width:960px;overflow:hidden;margin:1px 5px;}
.entrevistas-home div span{background-color:#efefef;display:block;text-align:center;}
.entrevistas-home div a{display:block;line-height:140%;border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;margin:0 4px 0 1px;padding:5px;}
.entrevistas-home a:hover{background-color:#B34545;background-image:none;border-color:#D41217;}
.entrevistas-home a:hover span{background-color:#B34545;}
.equipamiento-home{float:left;width:960px;overflow:hidden;margin:1px 5px;padding:0 0 10px;}
.equipamiento-home div a{display:block;overflow:hidden;line-height:140%;margin:0 4px 0 1px;padding:5px;}
.preview .col1{margin-right:10px;border-right:1px;}
.preview .col2{width:300px;padding:0;}
.preview .col3{float:left;clear:none;border-right:1px solid #efefef;margin:0 10px 0 0;padding:0 10px;}
.preview ul.combo{width:136px;margin:0 0 0 8px;}
.preview ul.combo li{width:117px;}
#google_ads_frame2{margin:1px 0;}
.preview h2.m{font-size:1.2em;letter-spacing:0;line-height:100%;padding-top:5px;border-top:1px dotted #CCC;background:transparent url(//src.soymotero.net/img/f_col2_h3.gif) 0 0 repeat-x;margin:0 8px;}
div.cuadrados{padding-left:0;margin:15px 0 5px;}
div.cuadrados div{width:140px;height:140px;float:left;display:inline;clear:auto;border:1px solid #ccc;margin:0 0px 5px 0;}
div.cuadrados div:first-child{
  margin-right: 16px;
}
div.cuadrados div#google_ads_div_cuadro-fijo-doble_ad_container{width:285px!important;}
.col3portada .col3home{
  width:160px;
  max-height:145px;
  display:block;
  overflow:hidden;
}
.col3portada .col3home.with_video {
  border-top: 4px solid #D41217;
  margin-bottom: 1em;
}
.col3portada > div {
  border-bottom: 1px dotted #CCC;
  margin-bottom: 1em;
}
.col3portada > div p{
  line-height: 14px;
}
.col3portada > div hr.dotted{
  margin-top: 1.2em;
  /*margin-bottom: 1em;*/
}
.col3portada .col3home img,.col3 .col3home img:hover{border:none;clear:both;float:none;margin:0;padding:0;max-width: 100%;width: 100%;}
.col3portada .col3home a{
  position: relative;
  display: inline-block;
  max-height: 145px;
    color: white;
    font-size: 11px;
}
.col3portada .col3home a .boton_play_col3{
  position: absolute;
  bottom: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 21px;
  background: url('/img/franja_play_col3.png') no-repeat top right;
  background-size: 100%;
}
.equifotos{float:left;clear:left;width:300px;}
.equifotos #lafoto img{width:360px;}
.etiqueta{float:right;width:318px;margin-bottom:1em;overflow:hidden;}
.etiqueta-inner{background-color:#f3e6d6;overflow:hidden;clear:both;font-size:.85em;line-height:150%;border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;box-shadow:1px 1px 2px rgba(0,0,0,.3);-webkit-box-shadow:1px 1px 2px rgba(0,0,0,.3);-moz-box-shadow:1px 1px 2px rgba(0,0,0,.3);border:1px solid #e5d2ba;padding:8px;}
.etiqueta .datos{border-bottom:1px dotted #ccc;}
.etiqueta .datos .pvp{font-size:2.5em;line-height:1.2em;}
.central .etiqueta .galeria li,.fichasmoto .galeria li{background-image:none;background-color:transparent;}
.etiqueta .galeria li a,.fichasmoto .galeria li a{border:1px solid #e5d2ba;padding:2px;}
.etiqueta .galeria li a:hover,.fichasmoto .galeria li a:hover{border:3px solid #cc0000;padding:0;}
.etiqueta p.copyright{font-size:.85em;line-height:100%;margin:0;}
.col3 .modulo-equipamiento{width:234px;}
.modulo-equipamiento a,.masinfo{display:block;overflow:hidden;color:#333;background-color:#f3e6d6;border:1px solid #e5d2ba;border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;box-shadow:1px 1px 2px rgba(0,0,0,.3);-webkit-box-shadow:1px 1px 2px rgba(0,0,0,.3);-moz-box-shadow:1px 1px 2px rgba(0,0,0,.3);margin:10px 0 1em;padding:7px;}
.masinfo{display: none;}
.modulo-equipamiento a:hover{background-color:#b34545;color:#fff;border:1px solid #7b1d1d;}
.modulo-equipamiento a strong{display:block;text-align:center;font-size:1.2em;color:#D41217;padding:3px 2px;}
.modulo-equipamiento a img,.modulo-equipamiento a:hover img{border:1px solid #666;margin:0 0 5px;padding:none;}
.modulo-equipamiento a .seccion{display:block;text-align:center;}

a strong.hh3{color:#D41217;font:bold 1.3em Calibri,Helvetica,Arial,sans-serif;letter-spacing:-1px;line-height:120%;text-decoration:none;clear:left;}
li.lidos{float:left;display:inline;clear:none;width:49.9%;color:#666;font-size:.85em;border-top:none;}
li.licuatro a{display:block;color:#666;line-height:120%;text-decoration:none;padding:5px;}
li.licuatro img{float:none;clear:both;}
#banner-topright{position:absolute;left:729px;top:0;width:265px;height:90px;border:none;text-decoration:none;text-indent:-10000px;display:block;background:transparent url(/banners/peris-top.gif) 0 0 no-repeat;}
.pro{float:left;display:inline;width:280px;padding-right:9px;margin:10px 0 1em;}
.con{float:left;display:inline;width:280px;margin:10px 0 1em 10px;}
#patro-givi a{font-weight:bold;color:#fff;text-decoration:none;}
#patro-givi form a{background:transparent url(/patros/givi/f-a.gif) 0 50% no-repeat;padding:4px 6px;}
#patro-givi form a:hover{border:1px solid #000;background:#333 url(/patros/givi/f-a-hover.gif) 0 bottom repeat-x;}
.fichasmoto{clear:both;overflow:hidden;background-color:#f3e6d6;border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;box-shadow:1px 1px 2px rgba(0,0,0,.3);-webkit-box-shadow:1px 1px 2px rgba(0,0,0,.3);-moz-box-shadow:1px 1px 2px rgba(0,0,0,.3);border:1px solid #e5d2ba;}
.fichasmoto-inner{font-size:.85em;line-height:150%;padding:8px;}
.fichasmoto-datos{float:right;width:300px;}
.fichasmoto-inner span.pvp{font-size:2em;}
.fichasmoto-datos p.seguro a{display:block;font-size:1.5em;text-align:center;background-color:#D41217;color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,0.8);border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;border-color:#BB0000 rgb(102,0,0) rgb(102,0,0) rgb(187,0,0);border-style:solid;border-width:2px 1px 1px 2px;padding:5px;}
.clear{clear:both;display:block;font-size:1px;height:0;}
img.ancho{clear:both;width:600px;height:auto:margin:1em 0;}
.col3portada p.seccion{border-top:1px dotted #CCC;padding-top:5px;margin:0 0 .5em;}
.foto-piloto{float:left;margin:0 10px 10px 0;}
#promoboletin{position:absolute;right:20px;top:90px;width:300px;height:340px;}
.hreview .item,.dtreviewed,.country-name{display:none;position:absolute;}
.centrohome,.centrohome:hover{width:234px;height:170px;display:block;border:none;background:url(/banners/peris-en-home.gif) 0 0 no-repeat;text-indent:-9999px;margin:0 0 5px;padding:0;}
.col3 img.soymoteromovil{width:234px;height:200px;float:none;border:none;margin:0 0 5px;padding:0;}
.mass{
  /*border-top:1px dotted #CCC;*/
  display:block;clear:both;text-align:center;font-size:1.2em;padding:.5em;
  width: 100%;
  margin-top: 8px;
  background-color: #CECECE;
  text-transform: uppercase;
  color: #333333;
  text-align: right;
  padding: 5px;
  font-size: 13px;
  line-height: 15px;
  font-weight: bold;
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
}
.mass::last-letter{
  color: red;
}
.movil300{width:298px;height:100px;background:url(/banners/iphone298.jpg) 0 0 no-repeat;margin:1em 0;padding:0;}
.mini,.central .texto p.mini{color:#666;font-size:11px;padding-top:.5em;}
.patro{margin:0;}
body.carmelo .patro{height:65px;background:transparent url(//src.soymotero.net/img/f-carmelo.jpg) 0 0 no-repeat;}
body.buffos .patro{height:65px;background:transparent url(//src.soymotero.net/img/f-buffos.jpg) 0 0 no-repeat;}
body.exploradores .patro{height:65px;background:transparent url(//src.soymotero.net/img/f-exploradores.jpg) 0 0 no-repeat;}
body.ivan .patro{height:65px;background:transparent url(//src.soymotero.net/img/f-ivan.jpg) 0 0 no-repeat;}
body.moncayo .patro{height:65px;background:transparent url(//src.soymotero.net/img/f-moncayo.jpg) 0 0 no-repeat;}
body.JuanM .patro .banner_top_andreanimhs{
  width: 974px;
  height:125px;
  display: block;
  /*background:transparent url(//src.soymotero.net/img/f-andreani.png) 0 0 no-repeat;*/
  background:transparent url(//src.soymotero.net/img/f-adndreani-2.png) 0 0 no-repeat;
  margin-bottom: 8px;
}
.Keko.patro .banner_top_Keko{
  width: 974px;
  height:65px;
  display: block;
  /*background:transparent url(//src.soymotero.net/img/f-andreani.png) 0 0 no-repeat;*/
  background:transparent url(//src.soymotero.net/img/banner-Keko_Ochoa01.jpg) 0 0 no-repeat;
  margin-bottom: 8px;
}

body.JuanP .patro .banner_top_sport_bike{
  width: 974px;
  height:65px;
  display: block;
  background:transparent url(//src.soymotero.net/img/Sport_Bike1065x70.gif) 0 0 no-repeat;
  margin-bottom: 8px;
  background-size: 100%;
}


/*.equipamiento-probador{width:600px;clear:both;overflow:hidden;margin-bottom:1em;}
.equipamiento-probador a{width: 270px; display: inline-block;vertical-align: top;clear:none;overflow:hidden;color:#333;background-color:#f3e6d6;font-size:.85em;line-height:150%;border:1px solid #e5d2ba;border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;box-shadow:1px 1px 2px rgba(0,0,0,.3);-webkit-box-shadow:1px 1px 2px rgba(0,0,0,.3);-moz-box-shadow:1px 1px 2px rgba(0,0,0,.3);margin:0 0 1em 10px;padding:7px;}
.equipamiento-probador a img{float:left;margin:0 7px 0 0;}
.equipamiento-probador a .mas{color:#135EAE;}*/




.equipamiento-probador{
  width:100%;
  clear:both;
  margin-bottom:1em;
}
.equipamiento-probador.equipamiento-probador-mini .equipamiento-item-body{
  width: 67%;
  clear: initial;
  float: right;
  margin-left: 5px;
}

.equipamiento-probador h3{
  display: block;
}
.equipamiento-probador .equipamiento-item{
  display: inline-block;
  width: calc(50% - 22px);
  margin: 0 10px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px dotted #cfcece;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.equipamiento-probador.equipamiento-probador-mini .equipamiento-item{
  width: 100%;
  margin: 0;
  margin-bottom: 10px;
}

.equipamiento-probador .equipamiento-item .equipamiento-item-body{
  display: block;
  vertical-align: top;
}
.equipamiento-probador .equipamiento-item .equipamiento-item-body span.cat{
  display: block;
  background-color: #e4e2e2;
  font-size: 11px;
  color: #4b4b4b;
  height: 20px;
  line-height: 20px;
  overflow: hidden;
}
.equipamiento-probador.equipamiento-probador-mini .equipamiento-item .equipamiento-item-body span.cat{
    padding: 2px 6px;
}
.equipamiento-probador .equipamiento-item .equipamiento-item-body span.cat:first-child{
  margin-bottom: 2px;
}
.equipamiento-probador .title{
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 15px;
  color: #d41217;
}
.equipamiento-probador .ficha-completa{
  color: #383838;
  font-weight: bold;
  font-size: 11px;
  display: inline-block;
}

.equipamiento-probador .equipamiento-item-bottom{
  margin-top: 5px;
}
.equipamiento-probador .equipamiento-item-bottom .icoss a{
  display: inline-block;
  height: 22px;
}
.equipamiento-probador .equipamiento-item-bottom .icoss a img{
  /*display: block;*/
  max-width: 100%;
  height: 13px;
}
.equipamiento-probador .equipamiento-item-bottom .icoss{
  float: right;
  width: 26%;

  // display: -webkit-flex;
  // display: -moz-flex;
  // display: -ms-flexbox;
  // display: flex;
  // -webkit-flex-direction: row;
  // -ms-flex-direction: row;
  // flex-direction: row;
  // -webkit-align-items: center;
  // -ms-flex-align: center;
  // align-items: center;
  // -webkit-justify-content: center;
  // -ms-flex-pack: center;
  // justify-content: center;
}

.equipamiento-probador.equipamiento-probador-mini .equipamiento-item-bottom{
  padding: 3px 0;
}
.equipamiento-probador.equipamiento-probador-mini .equipamiento-item-bottom .icoss{
  width: 39%;
}

.equipamiento-probador .equipamiento-item.is-ficha .equipamiento-item-body{
  width: 58%;
  position: relative;
  float: left;
}

.default .equipamiento-probador .equipamiento-item,
.a5-motos .equipamiento-probador .equipamiento-item{
  margin-left: 0;
  margin-right: 0;
}
.default .equipamiento-probador .equipamiento-item.is-ficha .equipamiento-item-body,
.a5-motos .equipamiento-probador .equipamiento-item.is-ficha .equipamiento-item-body{
  width: 57%;
}

.equipamiento-probador.equipamiento-probador-mini .equipamiento-item.is-ficha .equipamiento-item-bottom .icoss{
  position: absolute;
  top: 0;
  right: -36px;
  width: 27px;
  flex-direction: column;
}


.equipamiento-probador.equipamiento-probador-mini .equipamiento-item.is-ficha .equipamiento-item-bottom .icoss > div{
  margin: 0;
  margin-bottom: 3px;
}

.equipamiento-probador .equipamiento-item-bottom .icoss > div .tooltip:after{
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #88b7d5;
  border-width: 5px;
  margin-left: -5px;
}
.equipamiento-probador .equipamiento-item-bottom .icoss > div .tooltip{
      position: absolute;
    top: 125%;
    width: 100px;
    left: -43px;
    padding: 2px 5px;
    display: none;
    text-align: center;
}
.equipamiento-probador .equipamiento-item-bottom .icoss > div:hover .tooltip {
    display: block;
    z-index: 10;
    border-radius: 3px;
}
.equipamiento-probador .equipamiento-item-bottom .icoss > div{
  margin-right: 3px;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  text-align: center;
  position: relative;
  float: left;
}
.equipamiento-probador .equipamiento-item-bottom .icoss > div a{
  color: white;
  margin-top: 4px;
}
.equipamiento-probador .equipamiento-item-bottom .icoss > div:nth-child(3) .tooltip:after{
    border-bottom-color: #2aa83e;
}
.equipamiento-probador .equipamiento-item-bottom .icoss > div:nth-child(3) .tooltip,
.equipamiento-probador .equipamiento-item-bottom .icoss > div:nth-child(3){
    background-color: #2aa83e;
}
.equipamiento-probador .equipamiento-item-bottom .icoss > div:nth-child(2) .tooltip:after,
.equipamiento-probador .is-ficha .equipamiento-item-bottom .icoss > div:nth-child(3) .tooltip:after{
  border-bottom-color: #d38c1b;
}
.equipamiento-probador .is-ficha .equipamiento-item-bottom .icoss > div:nth-child(2) .tooltip:after{
  border-bottom-color: #00529b;
}
.equipamiento-probador .equipamiento-item-bottom .icoss > div:nth-child(2) .tooltip,
.equipamiento-probador .equipamiento-item-bottom .icoss > div:nth-child(2){
    background-color: #d38c1b;
}
.equipamiento-probador .equipamiento-item-bottom .icoss > div:nth-child(1) .tooltip:after{
    border-bottom-color: #d41217;
}
.equipamiento-probador .equipamiento-item-bottom .icoss > div:nth-child(1) .tooltip,
.equipamiento-probador .equipamiento-item-bottom .icoss > div:nth-child(1){
    background-color: #d41217;
}

.equipamiento-probador .ficha-completa i{
  -ms-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  transform: rotateX(-180deg);
  color: #d41217;
  margin-top: -2px;
}
.equipamiento-probador a{
  display: block;

}
.equipamiento-probador a.img{
  float:left;margin:0 7px 0 0;

    max-width: 89px;
}
.equipamiento-probador.equipamiento-probador-mini a.img{
  margin: 0;
  max-width: 90px;
}
.equipamiento-probador.equipamiento-probador-mini a.img img{
  max-width: 100%;
}
.equipamiento-probador a .mas{
  color:#135EAE;
}









.portadita a{position:relative;float:left;clear:none;width:157px;height:90px;overflow:hidden;font-size:.85em;line-height:140%;background-color:#efefef;margin:0 5px 0 0;}
.portadita a img{margin-top:-10px;filter:alpha(opacity=90);opacity:.9;}
.portadita a:hover img{filter:alpha(opacity=100);opacity:1;}
.portadita p{position:absolute;bottom:0;filter:alpha(opacity=0);opacity:0;margin:0;padding:3px 1px 3px 5px;}
.portadita a:hover p{color:#fff;background-color:#333;border-top:1px solid #999;filter:alpha(opacity=80);opacity:0.8;}
.tweet{position:absolute;left:0;top:5px;display:block;width:23px;height:23px;text-indent:-9999px;background:transparent url(//src.soymotero.net/img/social.png) 0 0 no-repeat;}
.masuno{position:absolute;left:60px;top:7px;width:90px;height:23px;}
.tuenti{position:absolute;left:30px;top:5px;display:block;width:23px;height:23px;text-indent:-9999px;background:transparent url(//src.soymotero.net/img/social.png) -23px 0 no-repeat;}
.social{
  position:relative;
  clear:both;
  margin-top:0;
  height:33px;
  top:10px;
  margin-bottom:15px;
  border-top:1px solid #CCC !important;
  border-bottom:1px solid #CCC !important;
  border-radius:0px;
  padding:0 5px;
  background-color: #FFFFFF !important;
}
.social .tweet{
  left:5px;
}
.social .tuenti{
  left:32px;
}
.social .seguir-twitter{
  margin-top: 7px!important;
}
.motos .texto table td{padding:5px;}
.motos .col1 img{
  margin-bottom: 0px;
}
.motos .col1 p.resumen a.fot{
  border-bottom: 4px solid #D41217;
  box-shadow: 1px 1px 2px rgba(0,0,0,.3);
  -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,.3);
  -moz-box-shadow: 1px 1px 2px rgba(0,0,0,.3);
}
.minivideo{float:left;display:block;width:96px;height:72px;background-position:50% 50%;background-repeat:no-repeat;margin:0 2px 5px 2px;}
// .ficha .minivideo{float: none;position: relative;}
.ficha .lateral .minivideo{float: left;}

.bloque_soymotero_tv.tv_interior .minivideo{float: left;}

.minivideo img{border:3px solid #323232!important;background-color:transparent;margin:0!important;padding:0;}
.minivideo:hover img{border:3px solid #D41217!important;}
li h3 a .minivideo{margin-right:15px;}
ul.galeria li a.minivideo img{border:0!important;margin:0!important;}
ul.galeria li a.minivideo{margin:0!important;}
#patroms{position:relative;display:block;width:974px;height:60px;background:#145690 url(/patros/ms/f.jpg) 0 bottom repeat-x;text-indent:-9999px;margin:10px 0 0;}
#google_ads_div_patrocinio-de-seccion{margin-top:8px;width:974px;}
#interstitialsm{text-align:center;position:absolute;left:0;top:0;background-color:black;margin:0;}
#interstitialsm .marcosm{position:absolute;left:50%;top:60px;margin-left:-401px;width:802px;height:602px;vertical-align:center;}
#interstitialsm .marcosm .publism{width:800px;height:600px;border:1px solid #FFFFFF;vertical-align:center;}
#interstitialsm .cerrarsm{display:block;text-align:right;font:13px normal Arial, Helvetica, sans-serif;color:#CCC;text-decoration:none;}
.bannerstop{width:994px; position: relative; margin: 9px auto; text-align: center}
.MotoGuia .bannerstop{margin: 0 auto;margin-top: 9px;}
.patrocinio-mutua{
  background-color: #003e8b;
  border-radius: 10px 10px 0 0;
  border-bottom: 2px solid #009fea;
  color: white;
  padding: 0.5em;
  font-size: 15px;
  font-family: "Titillium Web";
}
.publirepor{margin-bottom:1em;background-color:#f8f1e8;border:1px solid #E5D2BA;border-radius:6px;-moz-border-radius:6px;-webkit-border-radius:6px;padding:6px;}
.col1 .publirepor img{width:374px;}
a.der{float:right;clear:right;width:200px;text-decoration:none;margin:0 0 10px 10px;}
.cajalateral{background-color:#F3E6D6;border:1px solid #E5D2BA;border-radius:8px 8px 8px 8px;box-shadow:1px 1px 2px rgba(0,0,0,0.3);color:#333333;overflow:hidden;margin:10px 0 1em;padding:7px;}
.lateral .cajalateral ul{border:1px solid #efefef;background-color:#FFF;width:280px;}
.lateral .cajalateral li,.lateral .cajalateral dd{border:none;background-color:#FFF;float:left;display:inline;}
.lateral .cajalateral li a,.lateral .cajalateral dd a{background:none;display:block;font-size:.85em;padding:.3em;}
.lateral .cajalateral li p,.lateral .cajalateral dd p{line-height:150%;font-size:.9em;}
.lateral .cajalateral li p a,.lateral .cajalateral dd p a{display:inline;padding:0;}
.lateral .cajalateral h3{color:#D41217;margin:0;}
.cajalateral table{width:285px;border-collapse:collapse;}
.cajalateral table tbody{display:block;width:285px;height:160px;overflow:auto;}
.cajalateral table tbody tr{height:auto;width:265px;}
.cajalateral table td,.cajalateral table th{font-size:.85em;padding:3px;}
.cajalateral table tbody td{background-color:#FFF;border-top:1px solid #333333;}
.lo{width:225px;}
.km{width:40px;text-align:right;}
.ti{width:60px;}
td.ti{width:40px;}
td.bueno{background-color:#CCE0CC!important;}
td.regular{background-color:#FFE09F!important;}
td.malo{background-color:#FFCCCC!important;}
.promos80{list-style-type:none;background-color:#E7EFF7;border:1px solid #C9DFF5;border-radius:4px 4px 4px 4px;box-shadow:1px 1px 2px rgba(0,0,0,0.3);clear:both;margin-bottom:5px;overflow:hidden;width:100%;}
.promos80 li{float:left;display:inline;width:80px;height:80px;margin:0 10px 0 0;}
.promos80 li a{display:block;width:80px;height:80px;background:transparent url(//src.soymotero.net/img/promos-80.png) 0 0 no-repeat;text-indent:-9999px;}
#promos140 li{float:left;display:inline;width:160px;margin:0 10px 0 0;}
#promos140 li a{display:block;line-height:130%;font-size:.85em;color:#999999;background-color:#F4F9FF;border:1px solid #FFF;border-radius:4px 4px 4px 4px;padding:10px;}
#promos140 li a:hover{background-color:#E7EFF7;border:1px solid #C9DFF5;box-shadow:1px 1px 2px rgba(0,0,0,0.3);}
#promos140 li a .promomas{visibility:hidden;padding-right:20px;}
#promos140 li a:hover .promomas{visibility:visible;background:transparent url(//src.soymotero.net/img/promosmas.gif) right 50% no-repeat;color:#135EAE;}
#login{background-color:#333;text-align:right;padding:5px 10px;}
#login p{width:984px;color:#999;margin:0 auto;}
#login p a,#login p a:visited{color:#FFFFFF;}
a.foto:hover img{filter:alpha(opacity=80);opacity:0.8;border-color:#D41217;}

a.foto.der{float:right;width:200px;margin:5px 0 10px 10px;}
a.foto.izq{float:left;clear:left;width:200px;margin:5px 10px 10px 0;}
a.foto.fotoancho{
    clear:both;
    width:100%;
    margin:.5em 0 10px;
    display: block;
    position: relative;
}
a.foto.fotoancho img{
    margin-bottom:4px;
    border:none;
    max-width:100%;
    width:100%;
    /*box-shadow:2px 2px 4px rgba(0,0,0,.3);*/
    /*-webkit-box-shadow:2px 2px 4px rgba(0,0,0,.3);*/
    /*-moz-box-shadow:2px 2px 4px rgba(0,0,0,.3);*/
}
a .superpvp{
    float:right;
    clear:right;
    color:#000;
    font-weight:normal;}
.menutop{position:absolute;right:-5px;top:20px;text-align:right;font-size:16px;color:#999999;}
.menutop li{display:inline;float:none;margin:0;padding:0;}
.menutop a{text-decoration:none;padding: 0 11.8px;}
.menutop a:hover{color:#FFCC00;}
/*.menutop a.active{color:#FFCC00!important;font-weight:bold;}*/
.cuatro-relacionados{
  width:100%;
  overflow:hidden;
  margin:10px 0px 1px 0;
  padding:0 0 10px;
  border-bottom: 1px solid #CCC;
}
.cuatro-relacionados h4{
  padding-top: 0px;
  margin: 0 0 10px;
  border-left: 8px solid #D41217;
  height: 23px;
  line-height: 25px;
  background: #CECECE;
  color: #333;
  text-indent: 5px;
  position: relative;
}
.cuatro-relacionados h4:before{
  position: absolute;
  width: 3px;
  top: 0;
  bottom: 0;
  left: 0px;
  background-color: white;
  content: " ";
  z-index: 10;
}
.cuatro-relacionados h4 .borde-blanco{
  border-left: 2px solid #FFFFFF;
  display: inline-block;
  vertical-align: top;
  height: 23px;
  margin-right: 5px;
}
.cuatro-relacionados h4 a{color: #333;}
.cuatro-relacionados h4 a:hover{
  background:transparent;
  text-decoration: underline;
}
.cuatro-relacionados div.bloque_relacionados{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  clear: none;
  width: 24.5%;
  vertical-align: top;
  /* margin: 1%; */
  font-size: .75em;
  line-height: 140%;
  border-right: 1px solid #333;
}
.cuatro-relacionados div.bloque_relacionados *{
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;

  width: 100%;
}
.cuatro-relacionados div.bloque_relacionados img{
 width: initial;
}
.cuatro-relacionados div.bloque_relacionados:last-child{
  border-right: none;
}

.cuatro-relacionados div.bloque_relacionados:last-child a{
  padding-right: 0px;
}
.cuatro-relacionados div.bloque_relacionados:nth-of-type(1) a{
  padding-left: 0px;
}
.cuatro-relacionados div.bloque_relacionados a{
  display:block;
  overflow:hidden;
  line-height:140%;
  margin:0;
  padding:0px 10px 5px 10px;
}
.cuatro-relacionados div.bloque_relacionados a:hover{
  background:transparent;
}
.cuatro-relacionados.pruebas_motos{
  border-bottom: none;
}
.cuatro-relacionados.pruebas_motos div.bloque_relacionados{
  border-right: none;
  display: inline-block;
  max-width: 159px;
  height: 194px;
  vertical-align: top;
}
.cuatro-relacionados.pruebas_motos div.bloque_relacionados:nth-of-type(1) a{
  padding-left: 6px;
  max-width: 159px;
}
.cuatro-relacionados div.bloque_relacionados h3{
  min-height:3em;
}
.motos .cuatro-relacionados div.bloque_relacionados{width: 148px;}
div.texto{height: 100%;}
body.fotos{background-color:#FFF;color:#999;}
body.fotos a{color:#AFE3FF;}
body.fotos .contenedor,body.fotos .sombra,body.fotos .ppal,body.fotos .fotos,body.fotos .pie{width:100%;border-radius:0;margin:0;padding:0;}
body.fotos .pie{width:994px;display: block;margin: auto;margin-top: 20px;}
body.fotos .navegacion{z-index: 99;}
body.fotos .contenedor{margin:0;}
body.fotos .cabecera{z-index: 99;}
body.fotos .sombra{background-image:none;margin:0;padding:0;position: relative;top:0px;}
body.fotos .ruta{
  width:800px;
  text-align:left;
  color:#999999;
  border:none;
  padding-top:5px;
  margin:0 auto;
  top: 125px;
  position: relative;
  top: 0px;
}
body.fotos .cajanegra{
  padding: 0 0 5px;
}
body.fotos .ruta h1{color:#999999;font-size:1em;}
body.fotos div.fotos{background-color:#FFF;float:left;}
body.fotos #fotoroba{height:0;float:left;margin-top:20px;}
body.fotos .bannerstop{
  /*height:106px;
  position:absolute;
  top:92px;
  background-color:#333;*/
  top: 60px !important;
  background-color: transparent !important;
  min-height: 90px!important;
}
body.fotos .bannerstop+.sombra{
  margin-top: 80px;
}
/*.cajanegra{clear:both;margin-bottom:1em;text-align:center;padding:120px 0 5px;}*/
/*.cajanegra h1{width:800px;text-align:left;font-size:1.5em;color:#fff;margin:0 auto 1em;}
.cajanegra .menumoto{width:800px;padding-top:0;text-align:left;font-size:1.1em;background-image:url(//src.soymotero.net/img/f-menumoto-cajanegra.gif);margin:0 auto 1em;}
.cajanegra .menumoto a{background:#303030 url(//src.soymotero.net/img/f-menumoto-pest-cajanegra.gif) 0 bottom repeat-x;color:#AFE3FF;text-shadow:none;border-color:#333333;}
.cajanegra .galeria{width:800px;margin:10px auto 0;}
.cajanegra .robapagina_fotos{
  height:auto;
}*/
.container-fotos-miniaturas{
  overflow: hidden;
}
.container-fotos-miniaturas .robapagina_fotos{
  height: auto;
}
.fotoresumen{width:800px;text-align:left;margin:0 auto 1em;}
.fotosocial{border:none;width:800px;margin:.5em auto 0;}
.fotosocial .social{height:35px;border:none;text-align:left;}
.superior{top:0;width:1000px;height:89px;text-align:center;background:#000 url(//src.soymotero.net/img/f-superior.gif) 0 0 repeat-x;margin: 0 auto}
body.fotos .superior{height:90px;}
.centrolista{width:420px;margin:0 17px 0 0;}
.mega{position:absolute;top:0;left:0;width:728px;height:90px;}
.topder{position:absolute;left:740px;top:0;width:234px;height:90px;overflow:hidden;}
.competicion .moto-gp,.competicion .125,.competicion .moto2{clear:both;width:974px;height:60px;background:transparent url(//src.soymotero.net/img/cabecera-moto-gp.png) 0 0 no-repeat;}
.competicion .campeonato-de-espana-de-motocross{clear:both;width:974px;/*height:60px;background:transparent url(//src.soymotero.net/img/mx-elite.jpg) 0 0 no-repeat;*/}
body.exploradores{background:#eeeeee url(//src.soymotero.net/img/mapa.jpg) 0 -90px repeat;}
a.fotogaleria_atras,a.fotogaleria_adelante{display:block;position:absolute;top:0;bottom:0;width:50px;opacity:0;filter:Alpha(opacity=0);text-indent:-9999px;}
a.fotogaleria_atras{left:0;background:url(/img/galeria_prev.gif) left center no-repeat;}
a.fotogaleria_adelante{right:0;background:url(/img/galeria_next.gif) right center no-repeat;}
.fotoampliada:hover a.fotogaleria_atras,.fotoampliada:hover a.fotogaleria_adelante{opacity:0.8;filter:Alpha(opacity=80);}
.lista_menumoto{padding-left:1em;margin:0;}
.lista_menumoto span,.lista_menumoto a{display:block;font-size:.9em;line-height:140%;list-style-type:square;}
.cuadro_menumoto{border-top:1px solid #ccc;border-bottom:1px solid #ccc;width:90%;margin:1em auto;padding:.5em;}
.cuadro_menumoto h4{font-size:1em;color:#333;font-weight:bold;line-height:100%;margin:0 0 .2em;}
.videodestacado .play{position:absolute;left:128px;top:55px;}
.motos h1,.competicion .col3 ul,p.descargas{margin-bottom:0;}
.motos h1{
  margin-bottom:6px;
}
.blogs .central p.hh1,.motos .central #foto,.equipamiento .central #foto,.sup{margin-top:0;}
.central p.hh1:first-letter,.opinion .central .texto b + p:first-line,ul.relcol1 li a:first-letter,.central .texto ul.relcol1 li a:first-letter,.comentario .texto p:first-letter,.lateral h3:first-letter,cite:first-letter,.wet_recent_comments li a cite:first-letter,p.cierre a:first-letter{text-transform:uppercase;}
h3 strong,.central .texto p a.mas,.lateral .resumen{font-weight:normal;}
dt h3,div,ul,form,dl,dt,dd,li,p{margin:0;padding:0;}
h4,.col3.menulateral h3{font-size:1.2em;letter-spacing:0;}
.cabecera h1,a img,.col3portada .modulo-equipamiento a img,.col3portada .modulo-equipamiento a:hover img,.resul .fecha,.col2 .resumen .fecha,ul.zemError li,.motos .social,#interstitialsm img{border:none;}
p,
.agendahome,
.entrevistas,
.etiqueta .logo300{margin-bottom:1em;}
ul,#promos140{list-style-type:none;}
.lateral ul,.ui-tabs-panel{overflow:hidden;}
a:hover,.fecha a:hover{color:#CC0000;}
body.lists .ppal,div.boletines{height:500px;}
.equipamiento .central p.resumen,.copy p{margin:.5em 0;}
.motos .central p.resumen{
  margin: 1.8em 0;
}
.central .texto ol li strong,.resul h2 a,.lateral .cajalateral h3 a{color:#000;}
.central .texto ol li:nth-child(odd),
/*.lateral .col2 div:hover,*/
.col3 dd a:hover,
.competicion .col3 li a:hover,
.resul li:hover,
.lateral li a:hover,
.lateral dd a:hover,
.lateral dd.active,
.ladillo li:hover,
.wet_recent_comments li a:hover,
ul.combo li:hover,
.num li:hover,
.descargas a:hover{background-color:#F4F9FF;}
.equipamiento .central .lasfotos #foto,.columna li a{float:left;text-align:left;}
.col1 .resto img,div.ladillo img{width:180px;}
.col1 a,.col1 p.resumen a,.videodestacado{position:relative;}
.col2 iframe,.col2 .boletin-caja form button,.motos .col1portadaV2 .galeria li,.central .resul .fecha,.lateral .col2 ul.opi,#google_ads_iframe_patrocinio-de-seccion{margin:0;}
.lateral .col2 h3,.resul h2 + li,.resul h2 + dd,.lateral ul.opi li{border-top:none;}
.resul a:hover img,.lateral .cajalateral li a:hover img,.cajalateral dl a:hover img,.col3 a:hover img{border:3px solid #CC0000;padding:0;}
.col2 .boletin-caja form,.preview .col2 div{padding:0;}
.col2 a.ban img,.col2 a.ban:hover img,div.cuadrados a:hover img{border:none;margin:0;padding:0;}
ul.pasapaginas li a.pasa,.texto table.columnas th.h,.escrito{font-weight:bold;}
.opinion .central .resumen,.error-status{font-size:1.3em;}
.cabecera a,.motitos a:hover strong,#motos-home li a:hover strong,.entrevistas-home a:hover h3,.modulo-equipamiento a:hover strong{color:#fff;}
.relacionados li,h3.minical_nav{display:inline;}
.galeria li a img,.col1 #fotoshome img{width:90px;}
.motos .fotogrande,.motos .fotogrande img{width:auto;}
.secciones li,.resto,.lateral .cajalateral li a img{float:left;}
.zemSubmit,.lateral .zemSubmit,.f300 .zemSubmit,#txpCommentPreview,#txpCommentSubmit,.pestana_cuerpo{margin-top:1em;}
.glyph,#motos-home li a strong,.texto .menumoto a.opinion,.opi a:hover strong,.opi a:hover span.titcol,.equipamiento-probador a strong{color:#D41217;}
.glyph{
  display: none;
}
.cierre span,.ruta .login-status{float:right;}
.opi a strong,#promos140 li a strong{color:#000;font-size:1.2em;}
.opi a strong{
  color:#d41217;
  font-size: 12px;
  font-weight: bold;
}
.aprilia,.honda{color:#fff;padding-left:5px;background-color:#ff0000;border-bottom:1px solid #CCC;}
.entrevistas-home h4,.equipamiento-home h4{padding-top:10px;border-bottom:2px solid #efefef;margin:0 0 10px;}
.entrevistas-home div,.equipamiento-home div{float:left;clear:none;width:160px;font-size:.75em;line-height:140%;margin:0;}
.entrevistas-home a h3,.equipamiento-home a h3,.cuatro-relacionados a h3{color:#D41217;letter-spacing:0;margin-top:.5em;}
.equipamiento-home div span,.cuatro-relacionados div span{background-color:#fff;display:block;text-align:center;border:1px solid #efefef;overflow:hidden;}
.equipamiento-home a:hover,.cuatro-relacionados a:hover{background-color:#F4F9FF;border-color:#D41217;}
.equipamiento-home a:hover span,.cuatro-relacionados a:hover span{background-color:#fff;}
#fichasmoto-foto,#fichasmoto-foto img{width:400px;}
.foto-piloto img,a.der img,a.foto.der img,a.foto.izq img{width:200px;}
.portadita a:hover,.sombrita{box-shadow:1px 1px 2px rgba(0,0,0,.3);-webkit-box-shadow:1px 1px 2px rgba(0,0,0,.3);-moz-box-shadow:1px 1px 2px rgba(0,0,0,.3);}
/* SHELL EN PIE DE ARTICULOS DE PRUEBAS*/
body.pruebas .powered {padding-bottom:108px; background:transparent url(//src.soymotero.net/img/banner_shell_600px_off.jpg) right bottom no-repeat; display: none;}
.cajalateral table thead,.cajalateral table tfoot{display:block;width:285px;}
/*5 Aniversario*/
.superior{
  background:none;
  height:auto;
  margin-top: 40px!important;
}
.superior .cabecera{
  height:90px;
    background:#383838;
}
.superior .cabecera .logo{
  width:283px;
  height:63px;
  background: transparent url(/img/logo_soymotero_5aniversario.png) 0 0 no-repeat;
        /*top: 25px;
        left: 20px;*/
}
.superior .cabecera .formulario_cabecera{
  position:absolute;
  width:235px;
  /*height:45px;*/
  /* padding: 5px;
  background:#e6e6e6; */
  right:9px;
  top:10px;
  text-align:right;
  font-size: 14px;
}
.superior .cabecera .formulario_cabecera .overlla {
    background: #e6e6e6;
    padding: 5px;
    text-align: left;
}
.superior .cabecera .formulario_cabecera .checks, .formulario_pie .checks, .boletin-caja .checks{
  display: none;
  font-size: 10px;
  margin-top: 4px;
}
.boletin-caja .checks{
  background: transparent;
  padding: 0;
}
.formulario_pie .checks,
.boletin-caja .checks{
  display: block;
}
.superior .cabecera .formulario_cabecera .checks label, .formulario_pie .checks label, .boletin-caja .checks label{
  display: block;
  text-align: left;
  color: white;
  line-height: 10px;
  padding-left: 5px;
  vertical-align: middle;
}
.boletin-caja .checks label a {
  color: white;
}
.superior .cabecera .formulario_cabecera .checks label input,
.formulario_pie .checks label input,
.boletin-caja .checks label input{
  vertical-align: middle;
  display: inline;
  padding: 0;
  width: initial;
  height: initial;
}
}
.superior .cabecera .formulario_cabecera .texto{
	color: #000000;
	margin-top: 0px;
	margin-right: 0px;
	text-align: left;
	font-size: 13px;
	font-family: "Titillium Web";
	height: initial;
}
.superior .cabecera .formulario_cabecera .texto .destacado{
        font-weight:bold;
}
.superior .cabecera .formulario_cabecera .formulario_newsletter input.email_orig{
	margin: 0px;
	width: 178px;
	text-align: left;
	height: 18px;
	padding-right: 4px;
	/*position: absolute;
	left: 6px;
	bottom: 8px;*/
	border: none;
	padding-left: 10px;
}
.superior .cabecera .formulario_cabecera .formulario_newsletter input[type="submit"]{
	background: #CECECE;
	color:#666;
  font-weight: bold;
  text-align: center;
  margin: 0px;
  border: none;
  float: right;
  height: 20px;
  width: 31px;
  cursor: pointer;
  /*position: absolute;
  right: 6px;
  bottom: 7px;*/
}
/*.superior .cabecera .menutop{
  height:20px;
  overflow: hidden;
        top:-20px;
  width: 250px;
  margin-right: 21px;
}
.superior .cabecera .menutop li{
        margin:0px;
        padding:0px;
        display:inline-block;
        vertical-align:top;
        float:left;
}
.superior .cabecera .menutop li a{
        font-weight:bold;
        font-size:13px;
        font-family: "Titillium Web";
        color:#636363;
        background:#CECECE;
        height:20px;
        width:auto;
        display:block;
}
.superior .cabecera .menutop li a:hover{
    background:#696969;
        color:#CDCDCD;
}
.superior .cabecera .menutop li a.active{
    background: #D41217;
    color: #CDCDCD !important;
}*/
.superior .navegacion{
  min-height:35px;
}
.superior .navegacion .menu li a{
  font-size:14px;
  font-family: "Titillium Web";
  color: #FFFFFF;
  font-weight:bold;
line-height: 30px;
height: 35px;
}
.superior .navegacion .menu li>a:hover{
    background: #FFFFFF;
    color: #000000;
    border-radius: 0px;
    border: none;
    height: 35px;
    text-shadow: none;
    border-right: 1px solid transparent;
    margin-right: -1px;
    border-left: 1px solid transparent;
    margin-left: -1px;
}
.default .menu li.default a{
  border-radius: 0px;
    border: none;
    height: 35px;
}
.actualidad:not(.mostrar-en-custom-cafe):not(.mostrar-en-zonaoff) .menu li.actualidad a, .agenda:not(.mostrar-en-custom-cafe):not(.mostrar-en-zonaoff) .menu li.agenda a, .competicion:not(.mostrar-en-custom-cafe):not(.mostrar-en-zonaoff) .menu li.competicion a, .bricomoto:not(.mostrar-en-custom-cafe):not(.mostrar-en-zonaoff) .menu li.bricomoto a, .motos:not(.mostrar-en-custom-cafe):not(.mostrar-en-zonaoff) .menu li.motos a, .nuevas-motos:not(.mostrar-en-custom-cafe):not(.mostrar-en-zonaoff) .menu li.motos a, .pruebas:not(.mostrar-en-custom-cafe):not(.mostrar-en-zonaoff) .menu li.pruebas a, .rutas:not(.mostrar-en-custom-cafe):not(.mostrar-en-zonaoff) .menu li.rutas a, .rutas-en-moto:not(.mostrar-en-custom-cafe):not(.mostrar-en-zonaoff) .menu li.rutas a, .tiendas:not(.mostrar-en-custom-cafe):not(.mostrar-en-zonaoff) .menu li.tiendas a, .videos-de-motos:not(.mostrar-en-custom-cafe):not(.mostrar-en-zonaoff) .menu li.videos-de-motos a, .menu li.activo a{
    background: #FFFFFF;
    color: #000000;
    border-radius: 0px;
    border: none;
    height: 35px;
    margin-left: -1px;
    margin-right: -1px;
    border-right: 1px solid white;
    border-left: 1px solid white;
}
.superior .navegacion #buscador{
        width:auto;
}
.superior .navegacion #buscador input{
        border:none;
        border-radius:0px;
        width:169px;
        padding-right:28px;
        padding-left:30px;
        font-size:11px;
        background: #fff url(/img/lupa_5aniversario.png) right 0px no-repeat;
        height: 20px;
}
.superior .navegacion #buscador input[type="submit"]{
  display: inline-block;
  background: transparent;
  width: 28px;
  height: 20px;
  position: absolute;
  padding: 0px;
  right: 0px;
  cursor: pointer;
}
.modulo-equipamiento a strong{color:#FFFFFF;}
.modulo-equipamiento a:hover strong{text-decoration: underline;}
h1 a, h2 a, h3 a, h4 a{color:#383838;font-weight: bold;}
.col3portada h2 a{
  font-size: 14px;
  word-break: break-word;
  line-height: 100%;
  margin: 10px 0;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
.slider .bottom .bloque h2 a:hover
{
  color:#D41217;
}
.zonaoff h1 a:hover,
.zonaoff h2 a:hover,
.zonaoff h3 a:hover,
.zonaoff h4 a:hover,
.zonaoff .slider .bottom .bloque h2 a:hover
{
  color:#099F07;
}
.MotoGuia h1 a:hover,
.MotoGuia h2 a:hover,
.MotoGuia h3 a:hover,
.MotoGuia h4 a:hover,
.MotoGuia .slider .bottom .bloque h2 a:hover
{
  color:red;
  // color:#009fe3;
}

a:hover, .fecha a:hover, .slider .bottom .bloque a h2:hover, .slider article .txt h2:hover,
.col3portada .col3home a:hover{color:#D41217;}

.zonaoff a:hover,
.zonaoff .fecha a:hover,
.zonaoff .slider .bottom .bloque a h2:hover,
.zonaoff .slider article .txt h2:hover,
.zonaoff .col3portada .col3home a:hover{
  color:#099F07;
}
.MotoGuia a:hover,
.MotoGuia .fecha a:hover,
.MotoGuia .slider .bottom .bloque a h2:hover,
.MotoGuia .slider article .txt h2:hover,
.MotoGuia .col3portada .col3home a:hover{
  color:#009fe3;
}

/*Formulario concurso*/
.msj_error{font-weight: bold;color: red;margin: 10px 0px;}
.cont_form_5aniversario{ width: 610px; margin: auto; }
.tit_concurso{
  text-transform: uppercase;
  color:#FFFFFF;
  font-size:24px;
  font-weight:bold;
  line-height:20px;
  width: 300px;
  display: block;
  vertical-align: top;
  background: #383838;
  padding:10px;
  text-align: center;
  margin: 20px auto 0px auto;
}
.frase_concurso{ margin-top:20px;color:#000000;font-size: 18px; }
.frase_concurso,.premios_concurso{ font-size:20px; font-weight:bold;  line-height:20px; }
.premios_concurso{ padding-left:65px; margin:15px 0px;color:#D41217; }
.mensaje_formulario{ margin:15px 0px; }
#form_5_aniversario label{ width:110px; display:inline-block; }
#form_5_aniversario fieldset{ border:none; }
#form_5_aniversario input[type="submit"]{ margin:10px 0px; cursor:pointer; }
.mensaje_gracias{ margin-top:30px; text-align:center; width:478px; margin:auto; }
.txt_legal{ font-size: 11px; color: #999; line-height: 12px; margin-top: 20px; }
.bloque_logos{ position:relative; height:90px; width:100%; background:#383838; margin-top:20px; }
.bloque_logos .cm3{ position:absolute; top:15px; left:50px; }
.bloque_logos .csm{ position:absolute; top:15px; left:250px; }
.bloque_logos .xena{ position:absolute; top:15px; left:380px; }
/*Prueba Destacada 5 Aniversario*/
.modulo-equipamiento a,.modulo-equipamiento a:hover{ background:#4b4b4b; border:none; border-radius:0px; color:#FFFFFF; padding:0px 0px 5px 0px; }
.modulo-equipamiento a .seccion{
  display:block;
  width:100%;
  height:25px;
  background:url(/img/cabecera_prueba_destacada.png) no-repeat top left;
  background-size: 100%;
  overflow:hidden;
  line-height:200px;
  text-indent:200px;
}
.modulo-equipamiento.modulo-noticia-destacada >a{
  box-shadow: none;
}
.modulo-equipamiento.modulo-noticia-destacada a .seccion{
  display: block;
  width: 100%;
  height: 25px;
  background: url(/img/cabecera_noticia_destacada.png) no-repeat top left;
  background-size: 100%;
  overflow: hidden;
  line-height: 27px;
  text-indent: 7px;
  color: white;
  text-align: left;
  font-size: 13px;
}
.col3portada .modulo-equipamiento.modulo-noticia-destacada a span.fot{
  border: none;
  border-top: 4px solid #D41217;
}
.modulo-equipamiento.modulo-noticia-destacada .triangulo_seccion_custom{
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 7px solid white;
  display: block;
  position: absolute;
  top: 39%;
  left: 0px;
}
.modulo-equipamiento.modulo-noticia-destacada .mas{
  background-image: none;
  color: #D41217;
  padding-right: 0px;
}
.modulo-equipamiento.modulo-noticia-destacada a strong{
  padding: 6px 2px 6px 11px;
  text-align: left;
  position: relative;
}
.modulo-equipamiento.modulo-noticia-destacada .text_prueba_home{
  padding-top: 5px;
}
.col3portada .modulo-equipamiento a span.fot{ margin:auto;position: relative; }
.col3portada .modulo-equipamiento a span.fot .boton_play_destacada{
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 23px;
  background: url(/img/franja_play.png) no-repeat top right;
  background-size: 300px;
  background-size: cover;
}
.col3portada .modulo-equipamiento a .text_prueba_home{ width:202px; margin:auto; }
.sticky-intext-roll{
  margin: 15px 0px !important;
}
/*Soymotero TV*/
.borde-blanco{
  border-top: 2px solid white;
  display: block;
  width: 100%;
}
.bloque_soymotero_tv{
     width:300px;
     color:#C6C6C6;
     text-transform:uppercase;
     margin-top:0px;
     padding-top:37px;
     margin-bottom: 10px;
     background:#323232 url(/img/cabecera_soymotero_tv.png) no-repeat top center;
     position: relative;
}

.bloque_mas_leidos{
  margin-bottom: 10px;
}
.bloque_mas_leidos .btn-tab {
  display: inline-block;
  width: 50%;
  text-align: center;
  background-color: #676767;
  color: #FFF;
  text-transform: uppercase;
  cursor: pointer;
  line-height: 26px;
  border-left: 7px solid #FFF;
  border-bottom: 24px solid #676767;
  height: 0;
  box-sizing: border-box;
  font-size: 14px;
}
.bloque_mas_leidos .btn-tab.btn-tab-ultimos {
  border-left: 7px solid #4b4b4b;
}
.bloque_mas_leidos .btn-tab.selected.btn-tab-ultimos {
  border-left: 7px solid #676767;
}

.bloque_mas_leidos .btn-tab.selected, .bloque_mas_leidos .btn-tab:hover {
  background-color: #4b4b4b;
  border-bottom: 24px solid #4b4b4b;
}
.bloque_mas_leidos .btn-tab i{
  margin-right: 15px;
}
.bloque_mas_leidos .btn-tab i.fa-rss{
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
  margin-top: 1px;
}
.bloque_mas_leidos .mas_leidos_wrapper{
  padding: 10px 1em;
  background-color: #efefef;
  /*min-height: 310px;*/
  border-top: 2px solid #d11318;
  border-bottom: 2px solid #d11318;
}
.bloque_mas_leidos .mas_leidos_wrapper ul{
  margin-left: 10px;
}
.bloque_mas_leidos .mas_leidos_wrapper ul li{
  font-size: 12px;
  color: #000000;
  position: relative;
  cursor: pointer;
}
.bloque_mas_leidos .mas_leidos_wrapper ul li:before{
  content: " ";
  position: absolute;
  top: 7px;
  left: -10px;
  background-color: #676767;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 5px;
  height: 5px;
}
.bloque_mas_leidos .mas_leidos_wrapper ul li:hover, .bloque_mas_leidos .mas_leidos_wrapper ul li:hover a{
  color: #d41217;
}
.bloque_mas_leidos .mas_leidos_wrapper ul li:hover:before{
  background-color: #d41217;
}

.bloque_soymotero_tv h2.franja_roja{
  /*text-align: center;*/
  margin: 4px 0px 5px 5px !important;
  position: relative;
  /*border-left: 8px solid #D41217;*/
}
.bloque_soymotero_tv h2.franja_roja:before,
.seccion.seccionV2:before,
.slider .seccion:before,
.seccion:before{
  content: "//";
  position: absolute;
  color: #D41217;
  display: inline-block;
  font-weight: bold;
  letter-spacing: 0px;
}

.zonaoff .bloque_soymotero_tv h2.franja_roja:before,
.zonaoff .seccion.seccionV2:before,
.zonaoff .slider .seccion:before,
.zonaoff .seccion:before{
  color: #099F07;
}
.zonaoff .col2.col2-v2{
margin-top: 10px;
margin-bottom: 10px;
}
.zonaoff .bloque_soymotero_tv .link_mas_videos a{
  background: #099F07;
  border-bottom-color: #099F07;
}
.MotoGuia .bloque_soymotero_tv h2.franja_roja:before,
.MotoGuia .seccion.seccionV2:before,
.MotoGuia .slider .seccion:before,
.MotoGuia .seccion:before{
  color: red;
  // color: #009fe3;
}


.seccion.seccionV2.with_play:before,
.slider .seccion.with_play:before,
.seccion.with_play:before{
  display: none;
}
.seccion.seccionV2.with_play img,
.slider .seccion.with_play img,
.seccion.with_play img{
  display: inline-block;
  vertical-align: middle;
  margin-right: 5%;
  margin-left: 5%;
  width: 20%;
  margin-top: 0;
}
.seccion.seccionV2.with_play a,
.slider .seccion.with_play a,
.seccion.with_play a{
  display: inline-block;
  vertical-align: middle;
  width: 70%;
}
.seccion:before{
  position: static;
  margin-right: 5px;
}
.seccion.seccionV2.with_play:before{
  color: #323232;
}
.slider .top .wrapper_slide_seccion .seccion.with_play:before{
  left: 26px;
  top: 1px;
}
.slider .top .wrapper_slide_seccion .seccion:before{
  left: 10px;
  top: 1px;
}
.slider .top .wrapper_slide_seccion .seccion.with_play{
  padding-left: 38px;
}
.slider .bottom .seccion_wrapper div.seccion a{
  padding-left: 15px;
    font-size: 12px;
}
.slider .bottom .seccion_wrapper div.seccion.with_play a{
  padding-left: 25px;
}
.slider .bottom .seccion_wrapper div.seccion.with_play:before{
  left: 30px;
}
.fotomain span.with_play, .col3home a span.with_play,
.cinta_categoria span.with_play{
  padding-left: 30px;
}
.fotomain span, .cinta_categoria span{
  padding-left: 15px;
}
.col3portada span.col3home span.seccion.with_play{
  padding-left: 32px;
}
.col3portada span.col3home span.seccion.with_play:before{
  left: 22px;
}

.col3portada span.col3home span.seccion:before{
  left: 4px;
  color: #d41217;
}
.col1 .fecha .seccion:before{
  position: static;
  margin-right: 5px;
}



















































.bloque_soymotero_tv h2 a,
.bloque_soymotero_tv .tit_videos_destacados{
  text-align: left;
    text-indent: 1em;
  color:#FFFFFF;
  display: block;
  margin-left: 4px;
  font-size: 13px;
  letter-spacing: 0px;
}
.bloque_soymotero_tv h2 a:hover{text-decoration: underline;}
.bloque_soymotero_tv .videodestacado a{
    margin:auto;
    width: 286px;
    height: 166px;
    display:block;
    overflow: hidden;
}
.bloque_soymotero_tv .videodestacado a .video{
  position: relative;
  top:-27px;
}
.bloque_soymotero_tv .link_mas_videos{
    background:#323232;
    display:block;
    width:100%;
    height:27px;
    text-align:right;
    clear:both;
    position: absolute;
    bottom: 0;
}
.bloque_soymotero_tv .link_mas_videos a{
  background: #D41217;
  display: inline-block;
  /* width: auto; */
  position: relative;
  bottom: -2px;
  height: 24px;
  font-size: 12px;
  text-align: right;
  color: #FFF;
  padding: 0 1em;
  height: 0;
  line-height: 25px;
  font-weight: bold;
  border-left: 12px solid #323232;
  border-bottom: 25px solid #D41217;
}

.bloque_soymotero_tv .link_mas_videos a{
  /*background: #099F07;
  border-bottom: 25px solid #099F07;*/
}

.bloque_soymotero_tv .videodestacado+div{
  font-weight:bold;
  text-transform: initial;
  text-indent: initial;
}
.bloque_soymotero_tv .tit_videos_destacados{
  text-align: left;
  margin: 6px 0px 6px 4px;
}
.bloque_soymotero_tv.tv_interior{
  overflow: hidden;
}
.bloque_soymotero_tv.tv_interior .linea_soymotero_tv{
  border-top: 2px solid #FFFFFF;
}
.bloque_soymotero_tv.tv_interior .tit_videos_destacados{
  font-weight: bold;
}
.bloque_soymotero_tv.tv_categoria{
  display: block;
  margin: 10px 0;
}
.bloque_soymotero_tv.tv_categoria h2{
  line-height: 15px;
}
.bloque_soymotero_tv.tv_categoria .videodestacado{
  margin-bottom: 5px;
  display: block;
  /*width: 290px;*/
  margin: 0 auto 5px auto;
}
.bloque_soymotero_tv.tv_categoria .videodestacado img{
  max-width: 100%;
}

/* KIKE - Bloque multimedia */
.custom-cafe .bloque_soymotero_tv.tv_categoria.soymotero-bloque-multimedia{
  /*position: relative;*/
  /*height: 238px;*/
  /*margin-top: 20px;*/
}
.bloque_soymotero_tv.soymotero-bloque-multimedia{
  background: #323232 url(/img/cabecera_soymotero_multimedia.png) no-repeat top left;
    position: relative;
    height: 345px;
    margin: 0;
  margin-bottom: 10px;
}
.bloque_soymotero_tv.soymotero-bloque-multimedia .tab-video,
.bloque_soymotero_tv.soymotero-bloque-multimedia .tab-foto{
  position: absolute;
  top: 37px;
    left: 0px;
    bottom: 0;
    right: 0;
}
.bloque_soymotero_tv.soymotero-bloque-multimedia .tab-foto{
  display: none;
}
.bloque_soymotero_tv.tv_categoria.soymotero-bloque-multimedia .tab-foto .videodestacado img{
  display: block;
}
.bloque_soymotero_tv.soymotero-bloque-multimedia .btn-tab{
  display: inline-block;
  vertical-align: top;
  position: absolute;
  top: 0px;
  right: 0px;
  height: 37px;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer;
  padding: 0px 10px;
  background: #686868;
  color:#FFFFFF;
  font-size: 18px;
  line-height: 38px;
  border-left: 2px solid #FFFFFF;
  overflow: hidden;
}

.bloque_soymotero_tv.soymotero-bloque-multimedia .btn-tab:hover,
.bloque_soymotero_tv.soymotero-bloque-multimedia .btn-tab.selected{
  background: #d41217;
}

.zonaoff .bloque_soymotero_tv.soymotero-bloque-multimedia .btn-tab:hover,
.zonaoff .bloque_soymotero_tv.soymotero-bloque-multimedia .btn-tab.selected{
  background: #099F07;
}
.MotoGuia .bloque_soymotero_tv.soymotero-bloque-multimedia .btn-tab:hover,
.MotoGuia .bloque_soymotero_tv.soymotero-bloque-multimedia .btn-tab.selected{
  background: #009fe3;
}

.bloque_soymotero_tv.soymotero-bloque-multimedia .btn-tab:hover .triangulo_seccion_custom,
.bloque_soymotero_tv.soymotero-bloque-multimedia .btn-tab.selected .triangulo_seccion_custom{
  display: block;
  top:-18px;
}
.bloque_soymotero_tv.soymotero-bloque-multimedia .btn-tab-foto{
  right: 46px;
}

.galeria{
  margin-top:10px;
}
.galeria.soymoterotv{
  color: #C6C6C6;
  text-transform: uppercase;
  padding-top: 37px;
  background: #7f7f7f url(/img/soymotero_corto.png) no-repeat;
}
.galeria.soymoterotv li {
  background:none;
  margin-top:10px !important;
}
#comentario h3 .fa-comment{
  display: none;
}

#comentario{
  position: relative;
  margin-bottom: 30px;
}
#comentario h3{
  color: #FFFFFF;
  font-weight: normal;
  font-size: 13px;
  text-transform: uppercase;
  background: #D41217;
  display: inline-block;
  vertical-align: top;
  padding: 5px 20px 5px 10px;
  letter-spacing: 1px;
  margin-bottom: 1px;
}
#comentario h3 .fa-comment{
  font-size: 14px;
  margin-right: 5px;
}
#comentario .comments-wrapper fieldset{
  float:left;
}
#comentario #txpCommentInputForm{
  border-radius: 0px;
  background: #4B4B4B;
  color: white;
  box-shadow: none;
  border: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /*height: 180px;*/
  margin-bottom: 25px;
  padding-bottom: 10px;
}
#comentario #txpCommentInputForm label{
  color: #FFFFFF;
  font-weight: normal;
}
#comentario #txpCommentInputForm label em{
  color: #D41217;
  font-style: normal;
  font-size: 18px;
  vertical-align: top;
  margin-left: 3px;
}
#comentario #txpCommentInputForm input {
  width: 170px;
  height: 28px;
  margin-right: 5px;
  border: none;
  color: initial;
}
#comentario #txpCommentInputForm textarea{
  margin-right: 18px;
  border: none;
  height: 85px;
  color: initial;
      width: 370px;
}
#comentario #txpCommentPreview.button{
  position: absolute;
  right: 0px;
  /*top: 180px;*/
  border-radius: 0px;
  border: none;
  color: #FFFFFF;
  font-weight: normal;
  font-size: 13px;
  text-transform: uppercase;
  background: #D41217;
  letter-spacing: 1px;
  margin:0px !important;
  text-shadow:none;

  bottom: 27px;
}
#comentario #txpCommentSubmit{
  position: absolute;
  right: 180px;
  /*bottom: -15px;*/
  border-radius: 0px;
  border: none;
  color: #FFFFFF;
  font-weight: normal;
  font-size: 13px;
  text-transform: uppercase;
  background: #D41217;
  letter-spacing: 1px;
  margin:0px !important;
  text-shadow:none;
}
#comentario p{
  position: relative;
  top: 0px;
  margin: 0px;
  color: #333;
  font-weight: normal;
  font-size: 11px;
  left: 0px;
}
#comentario p a{
  text-decoration: underline;
  color: #333;
}
#comentario #cpreview{
  color: inherit!important;
  position: relative;
  top: inherit;
  left: inherit;
}
#comentario .cont-link-all-comments{
  padding: 8px 0;
  font-size: 14px;
}
#comentario .cont-link-all-comments a{
  text-decoration: none;
}
#comentario .cont-link-all-comments a:hover{
    text-decoration: underline;
}
.motos .col2 .nombre-moto{
  margin-top: 5px;
}
.motos .col2 .resumen{
  min-height: 58px;
}
/* Banner DPF */
#div-gpt-ad-1393581570097-0{
  margin: 10px 0 5px 0;
}
#div-gpt-ad-1395780824438-0{
  clear: both;
  margin: 15px 0;
}
.tiendas.ficha #div-gpt-ad-1393581570097-0{
  margin-top: -10px;
}
/* Custom Cafe */
.triangulo_seccion_custom
{
  display: block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 8px solid white;
  border-top: 10px solid transparent;
  height: 0px;
  position: relative;
  top: -16px;
  width: 0px;
  margin: 0 auto;
  display: none;
}
.custom-cafe-nav{
  background: #696969;
  color: #FFFFFF;
  height: 30px;
  display: none;
}
.custom-cafe .custom-cafe-nav{display: block;}
.superior .navegacion .custom-cafe-nav .menu
{
  font-size: 0px;
  margin-left: 10px;
  margin-top: 6px;
}

.custom-cafe .menu li.custom-cafe-menu{
  display: inline-block;
}





.superior .navegacion .menu li.custom-cafe-menu a:hover,
.superior .navegacion .menu li.custom-cafe-menu a.activo,
.superior .navegacion .menu li.custom-cafe-menu:hover a
{
    background: #282828;
    color: #FFFFFF;
       /* border-left: 0px solid #282828;
    border-right: 1px solid #282828;
    margin-left: -1px;
    margin-right: -1px;*/
}
.superior .navegacion .menu li .subbox{
  height: 0;
  overflow: hidden;
}
.superior .navegacion .menu li.custom-cafe-menu a:hover + .subbox,
.superior .navegacion .menu li.custom-cafe-menu .subbox:hover
{
  height: auto;
}

.superior .navegacion .menu li.custom-cafe-menu a.activo{
  /*background: #696969;
  color: #FFFFFF;
  margin-left: -1px;*/
}
.menu li.custom-cafe-menu .triangulo_seccion_custom{
  /*border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 8px solid #696969;
  top: -3px;
  border-bottom: 6px solid transparent;*/

  top: 0px;
  /*background: #282828;*/
  width: calc(100% - 2px);
  border: none;
  height: 1px;
  border-left: 1px solid white;
  border-right: 1px solid white;
}
.superior .navegacion .menu li.custom-cafe-menu a:hover+.triangulo_seccion_custom,
.superior .navegacion .menu li.custom-cafe-menu:hover a+.triangulo_seccion_custom,
.superior .navegacion .menu li.custom-cafe-menu a.activo+.triangulo_seccion_custom{
  display: block;
}
.superior .navegacion .custom-cafe-nav .menu li:nth-child(1) {
  border-left: 1px solid #ccc;
}
.superior .navegacion .custom-cafe-nav .menu li {
  border-right: 1px solid #ccc;
}
.superior .navegacion .custom-cafe-nav .menu li a
{
  height: 30px;
  text-shadow:none;
  line-height: 28px;
  /*padding: 0 6px 0 7px;*/
}
.superior .navegacion .custom-cafe-nav .menu li:first-child a{
}
.superior .navegacion .custom-cafe-nav .menu li a:hover,
.menu li.selected {
  background: #D41217;
  height: 30px;
  color: #FFFFFF;
}
.superior .navegacion .custom-cafe-nav .menu li:hover .triangulo_seccion_custom,
.superior .navegacion .custom-cafe-nav .menu li.selected .triangulo_seccion_custom{
  display: block;
}
/*.custom-cafe .ruta li.first a {
padding-left: 4px;
padding-right: 10px;
}
.custom-cafe .ruta li.second a {
padding-left: 4px;
padding-right: 14px;
}
.custom-cafe .ruta li a {
background-color: transparent;
text-decoration: none;
padding: 0px;
padding-left: 5px;
padding-right: 10px;
position: relative;
display: block;
font-size: 11px;
padding-top: 12px;
}
.ruta li.color-azul a {
color: #005CC7;
}
.custom-cafe .ruta li.actual a {
color: #444;
background-color: #ebebeb;
text-decoration: none;
padding: 5px 17px;
padding-left: 15px;
padding-right: 8px;
position: relative;
display: block;
}



.custom-cafe .ruta-v2{
  border-bottom: 1px solid red;
  margin-bottom: 1em;
}

.custom-cafe .ruta.ruta-v2 li a:before {
    content: " ";
    display: none;
}

.custom-cafe .ruta.ruta-v2 li a:after {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 0;
  border-bottom: 0 solid rgba(0, 0, 0, 0);
  border-left: 0;
  position: absolute;
  bottom: 0;
  left: 90%;
  z-index: 2;
  top: 13px;
  font-size: 12px;
}
*/
.custom-cafe .ruta.ruta-v2,
.MotoGuia .ruta.ruta-v2,
.zonaoff .ruta.ruta-v2 {
/*padding-bottom: .5em;*/
/*margin-left: 11px;*/
margin-right: 7px;
}

.content_noticia {
  display: block;
  margin: 0px 8px;
  overflow: hidden;
}
.normal_notice {
  border-bottom: 1px dotted #4B4B4B;
  padding-bottom: 10px!important;
  padding-top: 4px!important;
  float: none!important;
  /*margin-left: 8px!important;
  margin-right: 8px!important;*/
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing: border-box;
  width: 100%;
}
.normal_notice+p{
  margin-bottom: 0px;
}
.content_noticia h3{
  letter-spacing: 0;
  line-height: 100%;
  padding-top: 5px;
  margin: 0;
  font-size: 13px;

  margin-bottom: 4px;
}
.content_noticia h3 a {
  font-weight: bold;
  font-size: 15px;
  letter-spacing: -0.5px;
  line-height: 15px;
  color: #D41217;
  padding-bottom: 5px;
  width: 100%;
  display: block;
  letter-spacing: 0px;
}

.content_noticia h3 a {
  color: #383838;
}

.content_noticia .mifoto {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  width: 90px;
  margin-top: 5px;
}
.content_noticia .mip {
  display: inline-block;
  vertical-align: top;
  width: 180px;
  font: normal .8em "Microsoft Sans Serif","Lucida Grande","Segoe UI","Trebuchet MS",Arial,Verdana,sans-serif;
}
.content_noticia .read-more {
  color: black;
}
.content_noticia .read-more .red {
  color: #D41217;
  font-weight: bold;
}
.zonaoff .content_noticia .read-more .red {
  color: #099F07;
}

.MotoGuia .content_noticia .read-more .red {
  color: #009fe3;
}

body.custom-cafe{
}
.custom-cafe .bloque-slider,
.zonaoff .bloque-slider,
.MotoGuia .bloque-slider{
  display: block;
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
  border:1px solid red;
  width: 100%;
  height: 300px;
}
.custom-cafe .fotomain,
.zonaoff .fotomain,
.MotoGuia .fotomain{
  width: 100%;
}
.custom-cafe .fotomain a.fot,
.zonaoff .fotomain a.fot,
.MotoGuia .fotomain a.fot{
  width: 100%;
  border-bottom: 4px solid #D41217;
}
.custom-category{
  background: url('/img/fondo_categoria_custom.png') repeat;
  color: #FFFFFF;
  font-weight: bold;
  padding: 8px 10px 8px 10px;
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
  display: block;
  position: absolute;
  bottom: 4px;
  left: 0px;
  width: 100%;
}
.custom-category.custom-video::after{
  display: block;
  width: 40px;
  height: 35px;
  /*background: red;*/
  content: "";
  position: absolute;
  right: 0px;
  bottom: 0px;
}
.custom-cafe .fotomain a.fot img,
.zonaoff .fotomain a.fot img,
.MotoGuia .fotomain a.fot img{
  width: 100%;
}
.custom-cafe .bloque-jungla-urbana,
.zonaoff .bloque-jungla-urbana,
.MotoGuia .bloque-jungla-urbana{
  margin-bottom: 0px;
}
}
.custom-cafe .bloque_soymotero_tv.tv_categoria,
.zonaoff .bloque_soymotero_tv.tv_categoria,
.MotoGuia .bloque_soymotero_tv.tv_categoria{
  margin: 0px;
}
}

.custom-cafe .col1-v2 .jungla-2col .fotomain a.fot img ,
.zonaoff .col1-v2 .jungla-2col .fotomain a.fot img ,
.MotoGuia .col1-v2 .jungla-2col .fotomain a.fot img {
height: 150px;
}






/* KIKE - Nivo Slider */
.custom-cafe .slider-wrapper,
.zonaoff .slider-wrapper,
.MotoGuia .slider-wrapper{
  position: relative;
}
.custom-cafe #slider,
.zonaoff #slider,
.MotoGuia #slider{
  height: 480px;
}

.custom-cafe .theme-default .nivoSlider ,
.zonaoff .theme-default .nivoSlider ,
.MotoGuia .theme-default .nivoSlider {
margin-bottom: 0px;
}

.custom-cafe .theme-default a.nivo-nextNav,
.zonaoff .theme-default a.nivo-nextNav,
.MotoGuia .theme-default a.nivo-nextNav{
  background: url('/img/nivo_next.png') no-repeat top center;
  right: 0px;
  width: 28px;
  height: 55px;
}
.custom-cafe .theme-default a.nivo-nextNav:hover,
.zonaoff .theme-default a.nivo-nextNav:hover,
.MotoGuia .theme-default a.nivo-nextNav:hover{
  background: url('/img/nivo_next_hover.png') no-repeat top center;
}
.custom-cafe .theme-default a.nivo-prevNav,
.zonaoff .theme-default a.nivo-prevNav,
.MotoGuia .theme-default a.nivo-prevNav{
  background: url('/img/nivo_prev.png') no-repeat top center;
  left: 0px;
  width: 28px;
  height: 55px;
}
.custom-cafe .theme-default a.nivo-prevNav:hover,
.zonaoff .theme-default a.nivo-prevNav:hover,
.MotoGuia .theme-default a.nivo-prevNav:hover{
  background: url('/img/nivo_prev_hover.png') no-repeat top center;
}
.custom-cafe .theme-default .nivo-controlNav,
.zonaoff .theme-default .nivo-controlNav,
.MotoGuia .theme-default .nivo-controlNav{
  position: absolute;
  bottom: inherit;
  top: 0px;
  /*bottom: 0px;*/
  right: 0px;
  background: url('/img/fondo_categoria_custom.png') repeat;
  height: 25px;
  padding: 8px 8px 5px 0;
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
  z-index: 9;
}
.custom-cafe .theme-default .nivo-controlNav a,
.zonaoff .theme-default .nivo-controlNav a,
.MotoGuia .theme-default .nivo-controlNav a{
  width: 10px;
  height: 10px;
  background:#707070;
  margin-left:10px;
}
.custom-cafe .theme-default .nivo-controlNav a.active,
.zonaoff .theme-default .nivo-controlNav a.active{
  background: #d41217;
}
.zonaoff .theme-default .nivo-controlNav a.active{
  background: #099F07;
}

.MotoGuia .theme-default .nivo-controlNav a.active{
  background: #009fe3;
}
.custom-cafe .nivo-caption,
.zonaoff .nivo-caption,
.MotoGuia .nivo-caption{
    /* top: 0px; */
  bottom: 0;
  font-weight: bold;
  /* background: url('/img/bg_caption.png') repeat-y; */
  opacity: 1;
  padding: 10px 28px;
  font-size: 18px;
  background-color: rgba(0,0,0,0.5);
  text-align: center;
  text-transform: uppercase;
  line-height: 23px;
}


.custom-cafe .comentado:after ,
.zonaoff .comentado:after,
.MotoGuia .comentado:after {
content: "";
position: absolute;
top: 0px;
font-size: 12px;
font-style: italic;
color: #d41217;
font-family: FontAwesome;
}


.custom-cafe .col1destacados .videos .jungla-2col ,
.zonaoff .col1destacados .videos .jungla-2col,
.MotoGuia .col1destacados .videos .jungla-2col {
  height: auto;
  border-bottom: 1px dotted #ccc;
  padding-bottom: 11px;
  margin-bottom: 0px;
}
.custom-cafe .col1destacados .videos .jungla-2col div,
.zonaoff .col1destacados .videos .jungla-2col div,
.MotoGuia .col1destacados .videos .jungla-2col div{
  display: inline-block;
  width: 55%;
  vertical-align: top;
}
.custom-cafe .col1destacados .videos .jungla-2col .fotomain,
.zonaoff .col1destacados .videos .jungla-2col .fotomain,
.MotoGuia .col1destacados .videos .jungla-2col .fotomain{
  width: 41%;
  margin-right: 4%;
}

.jungla-urbana a.fot {
  width: 100%;
}
.custom-cafe .col1destacados .videos .jungla-2col .fotomain a,
.zonaoff .col1destacados .videos .jungla-2col .fotomain a,
.MotoGuia .col1destacados .videos .jungla-2col .fotomain a,
.custom-cafe .col1destacados .videos .jungla-2col .fotomain a img,
.zonaoff .col1destacados .videos .jungla-2col .fotomain a img,
.MotoGuia .col1destacados .videos .jungla-2col .fotomain a img{
  display: block;
  width: 100%;
}
.custom-cafe .col1destacados .videos .jungla-2col div h2,
.zonaoff .col1destacados .videos .jungla-2col div h2,
.MotoGuia .col1destacados .videos .jungla-2col div h2{
  margin-top: 0;
  height: auto;
}
.zonaoff .jungla-2col hr,
.custom-cafe .jungla-2col hr,
.MotoGuia .jungla-2col hr{
    height: 0;
  display: block;
  margin: 0;
  box-shadow: none;
  position: relative;
  border: none;
  border-bottom: 1px dotted #ccc;
}
.custom-cafe .col1destacados .videos .jungla-2col,
.zonaoff .col1destacados .videos .jungla-2col,
.MotoGuia .col1destacados .videos .jungla-2col{
  width: 100%;
}
/*.custom-cafe .col1destacados.videos h2{
position: relative;float: left;
margin-bottom: 45px;
}*/


/* Nuevo carrusel */
.titulo-nuevo-carrusel-home{
  color: #D41217;
  padding-left:5px;
  font-size: 26px;
  font-weight: normal;
  text-align: left;
}
.nuevo-carrusel-home{
  background: #e3e3e3;
  border-top: 4px solid #D41217;
  overflow: hidden;
  padding: 18px 24px;
  /*font-family: Arial;*/
}
.nuevo-carrusel-home .col-carrusel{
  width: 217px;
  float: left;
  margin-right: 26px;
  text-align: left;
}
.nuevo-carrusel-home .col-carrusel::first-child{
  margin-left: 0px;
}
.nuevo-carrusel-home .col-carrusel:nth-child(4){
  margin-right: 0px;
}
.nuevo-carrusel-home .col-carrusel .link-imagen-carrusel .titulo-imagen-carrusel{
  text-transform: uppercase;
  background: rgba(63,63,63,0.9);
  display: block;
  height: 25px;
  line-height: 25px;
  padding-left: 10px;
  color: white;
  font-weight: bold;
}
.nuevo-carrusel-home .col-carrusel .link-imagen-carrusel:hover{
  color: #000000;
}
.nuevo-carrusel-home .col-carrusel .link-imagen-carrusel:hover .titulo-imagen-carrusel{
  text-decoration: none;
}
.nuevo-carrusel-home .col-carrusel .link-imagen-carrusel img{
  width: 100%;
  border-bottom: 4px solid #D41217;
}
.nuevo-carrusel-home .link-texto-carrusel{
  display: block;
  color: #000000;
  font-size: 12px;
  margin-bottom: 0px;
  position: relative;
    line-height: 1.3em;
  padding: 5px 0px 5px 10px;
}
.nuevo-carrusel-home .link-texto-carrusel:hover{
  text-decoration: underline;
}
.nuevo-carrusel-home .link-texto-carrusel .triangle{
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 6px solid #D41217;
  display: block;
  position: absolute;
  left: 0px;
  top: 8px;
}
.nuevo-carrusel-home .link-texto-carrusel.first-title{
  font-weight: bold;
  /*min-height: 58px;*/
  border-bottom: 1px solid #c9c9c9;
}

#div-gpt-ad-767516581766712531-1{
  padding-bottom: 20px;
  text-align: center;
}
.texto-publicidad-carrusel{
  margin: 5px auto;
}
.lt-ie9 .nuevo-carrusel-home .col-carrusel{
  margin-left: 25px;
  margin-right: 0px;
}
.lt-ie9 .nuevo-carrusel-home .col-carrusel:first-child{
  margin-left: 0px;
}

.formulario-pagina-newsletter .email_orig{
  padding-left: 10px;
  padding-right: 10px;
  height: 18px;
}

.formulario-pagina-newsletter input[type="submit"]{
  background: #CECECE;
  color: #666;
  font-weight: bold;
  text-align: center;
  margin: 0px;
  border: none;
  height: 22px;
  width: 31px;
  cursor: pointer;
}

.mibuscador {
  width: 300px;
}
.mibuscador .tira_soymotero{
  margin-bottom: 10px!important;
}
#mibuscador{
  margin: 0 0 15px 0;
  padding: 0;
  background: none;
  width: inherit;
}
.mibuscador div.marca, #mibuscador div.tipo {
  margin: 0px;
  display: inline-block;
  width: 48%;
  background: none;
  padding: 0px;
}
.mibuscador div.marca {
  margin-right: 8px;
}
.mibuscador select {
  width: 140px;
  text-indent: 10px;
  border: none;
}
.mibuscador div.button {
  margin-top: 5px;
  text-align: right;
  padding: 0px;
  background: none;
}
.mibuscador input[type="submit"], #mibuscador button {
  background: #CECECE;
  font-weight: bold;
  text-align: center;
  margin: 0px;
  border: none;
  float: none;
  height: 22px;
  cursor: pointer;
  color: #333333;
  -webkit-border-radius:0px;
  -moz-border-radius:0px;
  border-radius:0px;
  text-shadow:none;
  padding: 1px 6px;
}
.central.centrolista .hh1{
  height: 50px;
  line-height: 50px;
  /*background: url('//talleres.soymotero.net/images/marcas/benelli.gif') no-repeat top right;*/
}

/* Jungla Urbana */
.central.jungla-urbana,.central.jungla-urbana-noticia{
/*  width: 653px;
  margin-left: 0px;
  overflow: hidden;*/
}
.jungla-destacado{
  padding-bottom: 13px;
    margin-bottom: 10px;
  border-bottom: 1px dotted #CCC;
}
.jungla-destacado h2{
  margin-top: 0px;
  /*padding-left: 15px;*/
  /*border-left: 10px solid #D41217;*/
  font-size: 24px;
  max-height: 3em;
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  -o-box-sizing:border-box;
  box-sizing:border-box;
}
.jungla-destacado p.resumen{
  color:#000000!important;
}
.jungla-urbana .fotomain{
  width: auto;
  border-top: 4px solid #D41217;
}
.jungla-urbana a.fot{
  width: 100%;
}
.jungla-urbana a.fot img{
  max-width: 100%;
}
.jungla-urbana .ruta{
  position: relative;
}
.jungla-urbana .ruta .oficial-partner-kymco{
  display: block;
  width: 257px;
  height: 29px;
  position: absolute;
  top: -6px;
  right: 0px;
  background: url(//src.soymotero.net/img/oficial_partner_kymco.png) no-repeat top center;
}
.jungla-urbana .mas,
.custom-cafe .mas,
.zonaoff .mas{
  color:#D41217;
  background: none;
  font-weight: bold;
}
.zonaoff .mas{
  color: #099F07;
}

.MotoGuia .mas{
  color: red;
  // color: #009fe3;
}
.jungla-urbana .mas > span,
.custom-cafe .mas > span,
.zonaoff .mas > span,
.MotoGuia .mas > span{
  color:#000000;
  font-weight: bold;
}
.jungla-urbana .mas:hover,
.custom-cafe .mas:hover,
.zonaoff .mas:hover,
.MotoGuia .mas:hover{
  background-image: none;
  text-decoration: none;
}
.jungla-2col{
  width: 48%;
  margin-right: 2%;
  float: left;
  padding-bottom: 13px;
  /*border-bottom: 1px dotted #CCC;*/
  height: 441px;
  overflow: hidden;
  margin-bottom: 12px;
  margin: 0;
  padding-top: 12px;
  margin-bottom: 0;
  padding-bottom: 0;
}
.custom-cafe .central .jungla-2col,
.zonaoff .central .jungla-2col,
.MotoGuia .central .jungla-2col{
 height: 455px
}
/*
  width: 100%;
  float: none;
  display: inline-block;
  height: auto;
  padding-bottom: 0;
  margin-bottom: 0;
  padding-top: 0;
}
.custom-cafe .jungla-2col .fotomain{
  width: 41%;
  display: inline-block;
  vertical-align: top;
  margin-right: 4%;
}
.custom-cafe .slider{
  background-color: transparent;
}
.custom-cafe .slider article{
  height: 480px;
}
.custom-cafe .slider article .principal{
  position: relative;
  margin-top: 0;
}

.custom-cafe .slider article .principal:hover:after, .custom-cafe .jungla-2col .fot:hover:after{
  background-color: rgba(255, 255, 255, .9);
  border-color: rgba(255, 255, 255, .6);
}

.custom-cafe .slider article .principal:after, .custom-cafe .jungla-2col .fot:after{
  content: "\f030";
  position: absolute;
  top: calc(50% - 60px);
  left: calc(50% - 60px);
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  font-size: 50px;
  color: red;
  border: 10px solid rgba(255, 255, 255, .6);
  background-color: rgba(255, 255, 255, .6);
  padding: 15px 30px;
  border-radius: 15px;
}
.custom-cafe .jungla-2col .fot:after{
  border-width: 5px;
  font-size: 30px;
  padding: 7.5px 15px;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
}
.custom-cafe .jungla-2col .fotomain a.fot{
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.custom-cafe .jungla-2col .bodynew{
  width: 55%;
  display: inline-block;
  vertical-align: top;
}
.custom-cafe .jungla-2col .bodynew h2{
  margin-top: 0;
  font-size: 22px;
  margin-bottom: 16px;

}
.custom-cafe .jungla-2col hr{
  margin-top: 20px;
  margin-bottom: 20px;

}

.custom-cafe .jungla-2col .bodynew .fecha{
  margin-bottom: 16px;
  border-bottom: none;
  font-weight: bold;
}
*/


.custom-cafe .videos .slider article .principal:after,
.custom-cafe .videos .jungla-2col .fotomain a:after,
.zonaoff .videos .slider article .principal:after,
.zonaoff .videos .jungla-2col .fotomain a:after,
.MotoGuia .videos .slider article .principal:after,
.MotoGuia .videos .jungla-2col .fotomain a:after,
.bloque_soymotero_tv .videodestacado a:after,
.bloque_soymotero_tv a.minivideo:after,
.zonaoff .is-video .fotomain a:after,.minivideo.fancybox:after{
  content: "\f04b";
  position: absolute;
  top: calc(50% - 60px);
  left: calc(50% - 60px);
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  font-size: 50px;
  color: red;
  border: 10px solid rgba(255, 255, 255, .6);
  background-color: rgba(255, 255, 255, .6);
  padding: 15px 30px;
  border-radius: 15px;
}

.zonaoff .videos .slider article .principal:after,
.zonaoff .videos .jungla-2col .fotomain a:after,
.zonaoff .bloque_soymotero_tv .videodestacado a:after,
.zonaoff .bloque_soymotero_tv a.minivideo:after,
.zonaoff .is-video .fotomain a:after{
   color: #099F07
}
.MotoGuia .videos .slider article .principal:after,
.MotoGuia .videos .jungla-2col .fotomain a:after,
.MotoGuia .bloque_soymotero_tv .videodestacado a:after,
.MotoGuia .bloque_soymotero_tv a.minivideo:after{
   color: #009fe3
}






/*
.custom-cafe .videos.fotos2 .jungla-2col .fotomain a:after,
.custom-cafe .videos.fotos2 .slider article .principal:after,
.zonaoff .videos.fotos2 .jungla-2col .fotomain a:after,
.zonaoff .videos.fotos2 .slider article .principal:after,
.MotoGuia .videos.fotos2 .jungla-2col .fotomain a:after,
.MotoGuia .videos.fotos2 .slider article .principal:after,
.bloque_soymotero_tv.soymotero-bloque-multimedia .tab-foto a:after{
  content: "\f030";
  font-family: FontAwesome;
}*/
.bloque_soymotero_tv a.minivideo{
  position: relative;
}
.custom-cafe .videos .jungla-2col .fotomain a:after,
.zonaoff .videos .jungla-2col .fotomain a:after,
.MotoGuia .videos .jungla-2col .fotomain a:after{
  border-width: 5px;
  font-size: 30px;
  padding: 7.5px 15px;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
}

.bloque_soymotero_tv a.minivideo:after,.minivideo.fancybox:after{
  border-width: 5px;
  border-radius: 5px;
  font-size: 9px;
  padding: 4.5px 8px;
  top: calc(50% - 10px);
  left: calc(50% - 16px);
}

.minivideo.fancybox:after{
    top: calc(50% - 16px);
}
.jungla-2col.jungla-pair hr {
  left: 15px;
}
.videos .jungla-2col .resumen{

  height: auto;
}
.videos.central p.resumen a,.videos.central p.resumen a:hover{
  font-size: 14px;
}
.jungla-2col.jungla-pair{
  margin-right: 0px;
  border-left: 1px dotted #ccc;
  margin-left: 1.9%;
  padding-left: 1.9%;
}
.jungla-2col .fotomain{
  border-top:none;
}
.jungla-2col > h2{
  height: 3em;
  margin-top: 0px;
  margin-bottom: 15px;
}
.jungla-2col a.fot{
  width: 314px;
}
.jungla-2col a.fot > img{
  max-width: 100%;
  /*height: 148px;*/
}
.central.jungla-urbana p.resumen{
  font-size: 14px;
  color:#464646;
}
.central.jungla-urbana .jungla-destacado p.resumen{
  font-size: 15px;
}

.jungla-urbana-noticia .fotogrande{
  width: 100%;
}
.jungla-urbana-noticia .fotogrande img{
  width: 100%;
}

.jungla-urbana .tira-lineas-rojas{
left:0;
}
.jungla-urbana .nombre-moto{
margin:0;
}
.jungla-urbana .lateral .col2 .resumen{
font-weight: normal;
font-size: .95em;
line-height: 150%;
margin: 0px 0px 0px 0px;
width: 191px;
border-top: 1px dotted #4B4B4B;
border-bottom: none;
float: right;
}

.bloque-jungla-urbana a{
text-decoration:none;
}
.bloque-jungla-urbana{
background:#d41217;
padding:15px;
margin-top:10px;
margin-bottom:15px;
}
.bloque-jungla-urbana img{
width:100%;
float: none;
border: none;
padding:0px;
margin: 0px;
}

.bloque-jungla-urbana p{
color:#ffffff;
padding-left:10px;
border-left:3px solid #ffffff;
margin-top:10px;
margin-bottom:0px;
font-weight:bold;
font-size:13px;
}

.jungla-urbana #pasa a[rel="prev"] img{
vertical-align: middle;
padding-right: 5px;
}

.jungla-urbana #pasa a[rel="next"] img{
vertical-align: middle;
padding-left: 5px;
}

.jungla-urbana #pasa a[rel="prev"]{
color:#4b4b4b;
display:block;
text-align:left;
margin-bottom:10px;
}

.jungla-urbana #pasa a[rel="next"]{
color:#4b4b4b;
display:block;
text-align:right;
margin-bottom:10px;
}

.jungla-urbana .cierre{
clear: both;
background: transparent url(//soymotero.net/img/tag_logo.jpg) 0 0 no-repeat;
font-size: .85em;
border-bottom: 1px dotted #CCC;
margin: 2em 0 1em;
padding: 0 0 0 20px;
}

.jungla-urbana .cierre a{
color:#4b4b4b;
}




.ruta-v2{
  border-bottom: none;
}

.col3-v2{
  width: 158px;
  color: #000;
  background: transparent;
  margin: 0;
  /*padding-right: 10px;*/
  /*margin-right: 10px;*/
  /*border-right: 1px dotted #999;*/
}

.col2-v2{
  width: 299px;
  margin-top: 0;
}
.col1-v2{
  width: 475px;
  padding-right: 10px;
  margin-right: 10px;
  padding-left: 10px;
  margin-left: 10px;
  border-right: 1px dotted #999;
  border-left: 1px dotted #999;
  margin-top: 0;
  padding-top: 0;
}

.col1-v2 .jungla-destacado h2{
  border-left: none;
  padding-left: 0;
  margin-bottom: 10px;
}
.col1-v2 .jungla-destacado h2 a{
  color: #383838;
  font-size: 25px;
}
.col1-v2 .jungla-2col{
  width: -moz-calc(50% - 5px);
  width: calc(50% - 5px);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 0;
  float: none;
  height: 340px;
  margin-right: 0;
  display: inline-block;
  border-bottom: none;
}
.col1-v2 .jungla-2col:nth-child(2n){
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px dotted #999;
}
.col1-v2 .jungla-2col .wrapper-jungla{
  /*border-bottom: 1px dotted #999;*/
  height: 330px;
  /*margin-top: 1em;*/
  position: relative;
}
.col1-v2 .jungla-2col .wrapper-jungla h2{
  margin-bottom: 0;
}
.col1-v2 .jungla-2col .wrapper-jungla .fecha{
  margin: 0.3em 0
}
.col1-v2 .jungla-2col .wrapper-jungla hr{
  border: none;
  border-bottom: 1px dotted #999;
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;

}
.col1-v2 .fotomain a.fot {
  border-bottom: none;
  border-top: 4px solid #D41217;
}
.col1-v2 .jungla-2col .fotomain a.fot {
  border-top: 5px solid #D41217;
}
.col1-v2 .jungla-2col .fotomain a.fot img{
  height: 170px;
}
.col1-v2 h2 a{
  color: #383838;
  font-size: 15px;
  font-weight: bold;
  font-family: "Titillium Web";
}
.col1-v2 .custom-category, .col1-v2 p.resumen {
  bottom: 0;
  font-family: "Titillium Web";
  font-weight: normal;
  margin-bottom: 0;
}
.col1-v2 .custom-category{
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
  height: 21px;
  line-height: 21px;
  padding: 0;
  padding-left: 10px;
}
.col1-v2 .custom-category span{
  color: #D41217;
  font-weight: bold;
  position: initial;
  font-size: 1em;
  margin-right: 0.5em;
}
.col1-v2 .seccion{
  color: #d41217;
  font-family: "Titillium Web";
}
.col1-v2 .jungla-destacado{
  padding-bottom: 14px;
  margin-bottom: 14px;
}



ul.accordion{
  font-weight: bold;
}
ul.accordion ul{
  margin-left: 7px;
  margin-bottom: 3px;
}
ul.accordion ul li a{
  margin: 1px 0;
  padding: 0 9px;
  background-color: #f4f4f4;
  color: #383838;
  height: 24px;
  line-height: 24px;
}
ul.accordion ul li a:hover{
  background-color: #dfdfdf;
  color: #D41217;
}
ul.accordion * {
  font-weight: bold;
}
ul.accordion li{
  border-bottom: none;font-size: 11px;
}
ul.accordion > li{
  margin-bottom: 3px;
}
ul.accordion h3 {
  margin: 0;
  padding: 0;
  background-color: #D41217;
  color: #FFF;
  position: relative;
}

ul.accordion h3 span {
  background: transparent url('../img/down-arrow.png') no-repeat center right;
  position: absolute;
  top: 9px;
  right: 11px;
  width: 7px;
  cursor: pointer;
  height: 6px;
}
ul.accordion h3 span.down {
  background: transparent url('../img/up-arrow.png') no-repeat center right;
}
ul.accordion h3 a {
  color: #FFF;
  padding: 0.2em 6px 0.3em 6px;
  line-height: 1.5em;
  font-size: 12px;
  font-weight: bold;
  position: relative;
  width: 88px;
  display: inline-block;
}


/* PORTADA V2 */
.col1portadaV2{
  float: left;
  max-width: 674px;
}
.col1portadaV2 .col1{
  width: 470px;
  margin: 0 10px 0 0;
  padding-right: 10px;
  border-right: 1px dotted #CCC;
  padding-top: 0;
}

.col1destacados{
  display: block;
  float: left;
  /* height: 600px; */
  width: 646px;
  border-right: 1px dotted #CCC;
  margin: 0px 15px 0 5px;
  padding-right: 10px;
}

.col1 > .item{
  /*border-bottom: 1px dotted #CCC;*/
  /*margin-bottom: 1em;*/
}
.col1 > .item:first-child h2 {
  margin-top: 0;
}

hr.dotted{
  height: 1px;
  width: 100%;
  margin-top: 3px;
  margin-bottom: 5px;
  border: none;
  border-bottom: 1px dotted #ccc;
  background: transparent;
}

.slider {
  float: left;
  margin: 0 0 1em 0;
  overflow: hidden;
  position: relative;
  width: 100%;
  padding: 0 0em 1em 0em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #f1f1f1;
  /*display: block;*/
}

.custom-cafe .slider,
.zonaoff .slider,
.MotoGuia .slider{
  background-color: white;
  padding-bottom: 0;
  margin-bottom: 1em;
}
.slider .top {
  float: left;
  overflow: hidden;
}
.slider .top .wrapper_slide_seccion{
  display: block;
  width: 100%;
}
.slider .top .wrapper_slide_seccion.video:before{

}
.slider .top .wrapper_slide_seccion .seccion{
  color: #FFF;
  display: block;
  background: rgba(65, 61, 61, 0.56);
  padding: 2px .5em 2px 25px;
  margin-bottom: 1em;
  position: relative;
  text-transform: uppercase;
}
.slider .top .wrapper_slide_seccion .seccion.with_play{
  padding-left: 38px;
}
div .fa.fa-play{
  top: 3px;
  left: 2px;
  padding: 3px 5px;
  position: absolute;
  border-radius: 2px;
  font-size: 8px;
  background: #D41217;
  z-index: 10;
  cursor: pointer;
}
.zonaoff div .fa.fa-play{
 background: #099F07;
}
.MotoGuia div .fa.fa-play{
 // background: #009fe3;
 background: red;
}
.top .seccion .fa.fa-play{
  top: -3px;
  left: 0px;
  font-size: 14px;
  padding: 5px 6px;
}

.custom-cafe .fecha .fa.fa-play,
.zonaoff .fecha .fa.fa-play,
.MotoGuia .fecha .fa.fa-play{
  position: relative;
  margin-right: 5px;
  color: white;
  margin-top: 0px;
  vertical-align: top;
}

.col3portada .with_play .fa.fa-play{
  padding: 3px 5px;
  top: 4px;
  left: 4px;
}
.subtitulo{
  font-size: 12px;
  line-height: 16px;
}

.with_play .fa.fa-play{
  padding: 6px 6px 5px 8px;
  top: 6px;
  left: 5px;
}

.with_play {
  /*padding-left: 38px !important;*/
}

.slider img{
  display: block;
  margin: 0 auto;
}
.slider article, .slider article > a{
  display: block;
  position: relative;
}
.slider article .txt{
  position: absolute;
  padding: 1em;
  right: 1px;
  bottom: 0em;
  z-index: 3;
  background-color: rgba(0, 0, 0, 0.75)
}
.slider article .txt, .slider article .txt h2{
  color: #FFF;
  max-width: 200px;
}
.slider article .txt a{
  display: block;
}
.slider article .txt > *{
  margin: 0 0 1em 0;
  display: block;
}
.slider  h2{
  margin: 0;
}
.slider .bottom h2  {
  font-size: 14px;
  margin: .5em 0;
  font-family: "Titillium Web";
  font-weight: bold;
}
.slider article{
  height: 340px;
}
.custom-cafe .slider article,
.zonaoff .slider article,
.MotoGuia .slider article{
  height: 442px;
}
.slider article img.principal{
  width: 100%;
  height: auto;
  margin-top: -73px;
  max-width: 650px;
  max-height: 487px;
}
.slider a{
  color: white;
}

.slider .bottom {
  float: left;
  width: 100%;
  padding: 0 1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.slider .bottom .bloque {
  float: left;
  margin: 0 3.0001% 0 0;
  overflow: hidden;
  width: 31.33333%;
}
.slider .bottom .bloque:last-child {
  margin-right: 0;
}
.slider .bottom .bloque a{
  color: #333;
  position: relative;
  display: block;
}
/*.slider .bottom .bloque h2 a{
  color: #000;
}*/
.slider a.leer_mas{
  display: block;
  background-color: #d41217;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  color: white;
  padding: 0 1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.bloque_derecho{
  float: left;
  width: 100%;
  margin-bottom: 9px;
}
.bloque_derecho .tira_soymotero{
  margin: 0 !important;
}

.bloque_motos:last-child h2 a img {
  margin-bottom: 0;
}



.calcular_seguro{
  text-decoration: underline;
  font-weight: bold;
  font-size: 11px;
}

.tiendas .calcular_seguro{
  display: none;
}

.tiendas .bloque_motos{
  padding: 6px 0px 0;
  border-bottom: 1px dotted #4B4B4B;
  overflow: hidden;
}
.tiendas .col2 h2{
  margin-left: 0;
}

.tiendas .col2 .resumen{
  border-bottom: none;
}


.ver_ficha_moto{
  font-size: 10px;
  float: right;
}

.custom-cafe .pasapaginas_wrapper,
.zonaoff .pasapaginas_wrapper,
.MotoGuia .pasapaginas_wrapper{
  float: left;
  padding: 10px 0;
  width: 100%;
  position: relative;
  margin: 2em 0;
  text-align: center;
}

div.pasapaginas_wrapper ul.pasapaginas {
  list-style-type: none!important;
  /* float: left; */
  float: none;
  display: table;
  margin: 0 auto !important;
  width: auto;
  overflow: hidden;
  /* clear: left; */
   border-top: none;
  /* margin: 0 0 1em!important; */
  padding: 0;
}
div.pasapaginas_wrapper ul.pasapaginas li{
  float: none;
  display: inline-block;
}

.cinta_redes{
    background: #ebebeb;
    color: #333;
    font-weight: bold;
    padding: 5px 10px;
    font-size: 10px;
    margin-bottom: 1em;
}
.cinta_redes>ul{
    display: inline-block;
    width: 65%;
    margin: 0 !important;
    padding: 0 !important;
    list-style-type: none !important;
}
.cinta_redes ul, .cinta_redes ul li,
.cinta_tags ul, .cinta_tags ul li,
.ruta ul, .ruta ul li{
    margin: 0 !important;
    padding: 0 !important;
}
.cinta_redes ul li{
    display: inline-block;
    border-right: 1px dotted #233;
    padding-right: 5px !important;
    margin-right: 5px !important;
    vertical-align: middle;
}
.cinta_redes>ul li:last-child, .cinta_redes .social_cinta li:last-child{
    border: none;
    margin-right: 0 !important;
    padding-right: 0 !important;
}
.cinta_redes .social_cinta{
    float: right;
    width: 35%;
    text-align: right;
}

.cinta_redes .social_cinta > ul li.comentarios{
  margin-right: 0 !important;
  border: none;
}
.cinta_redes .social_cinta > ul li.comentarios .comentado{
  width: 20px;
  position: relative;
  height: 20px;
}
.cinta_redes .social_cinta > ul li.comentarios .comentado:after{
  top: 8px;
  left: -3px;
}
.pruebas .cinta_redes .social_cinta > ul li.comentarios .comentado:after{
  left: -4px;
}
.cierre .comentado:after{
  left: -26px;
}
.pruebas .cinta_redes .social_cinta > ul li.comentarios .comentado span{
  right: 3px;
  float: none;
  top: 7px;
}

.cinta_redes > ul i{
    font-size: 1.5em;
    margin-top: 0.1em;
    float: left;
    margin-right: 5px;
    color: #4e4e4e;
}
.cinta_redes .social_cinta li a{
    display: inline-block;
    line-height: 0px;
}
.cinta_redes .social_cinta li a i{
    font-size: 2em;
}

a.tuenti-cinta {
    color: #29A6DD;
}

a.tuenti-instagram {
    color: #517fa4;
}
a.tuenti-youtube {
    color: #bb0000;
}

.cinta_tags{
    display: block;
    background: #f5f5f5;
    border-top: 1px dotted #b9b9b9;
    border-bottom: 1px dotted #b9b9b9;
    padding: 8px 10px;
    color: #135eae;
    font-size: 12px;
    font-family: Arial, Helvetica, Sans-Serif;
    text-align: right;
    margin-bottom: 1em;
}

.cinta_tags ul{
    list-style: none;
}
.cinta_tags li{
    display: inline-block;
}
.cinta_tags li a{
    display: block;
}
.cinta_tags li a:after{
    content: ",";
}
.cinta_tags li:last-child a:after{
    content: "";
}

.cinta_tags li:last-child a:after{
    font-family: FontAwesome;
    content: "\f02b";
    color: #4b4b4b;
    font-size: 1.5em;
    margin-left: 10px;
    float: right;
    margin-top: 1px;
}

.cinta_relacionados > div, .verfotos > div{
    /*font-family: 'Titillium Web';*/
    font-size: 1.1em;
    font-weight: bold;
    margin-bottom: .5em;
}
.cinta_relacionados{
  margin-bottom: 10px;
}
.cinta_relacionados > .relcol1,
.cinta_galeria_fotos ul.galeria.relcol1,
.galeria.videos,
.galeria.fotos,
.pruebas.ficha .galeria{
    border-left: 5px solid #d1d1d1;
}

.texto.competencia .cinta_relacionados > div{
      font-size: .9em;
    /* height: 90px; */
    overflow: hidden;
    background: white;
    margin-bottom: 35px;
    font-weight: normal;
}

.cinta_relacionados > .relcol1.videos-relacionados{
  border-left: 0;
  background-color: white;
}
.cinta_relacionados > .relcol1 li:last-child{
    margin-bottom: 0;
}
.default .cinta_relacionados > div,
.actualidad .cinta_relacionados > div,
.bricomoto .cinta_relacionados > div{
  display: none;
}

.bricomoto.ficha .cinta_relacionados > div,
.actualidad.ficha .cinta_relacionados > div{
  display: block;
}

.default .cinta_relacionados > .relcol1,
.actualidad .cinta_relacionados > .relcol1,
.bricomoto .cinta_relacionados > .relcol1{
  border-left: none;
}

.pestana_cuerpo > p:first-child::first-letter,
.texto > p:first-child::first-letter{
    color: #d41217;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-top: 10px;
    font-size: 3em;
}

.col1portadaV2 .col1destacados h1.hh1,
.cinta_texto h2{
  color: #d41217;
}

.cinta_texto ul{
  list-style-type: disc;
}

.cinta_texto ul li{
  margin: initial;
  padding: initial;
  margin-left: 20px;
}

.cinta_galeria_fotos{
  margin-bottom: 1em;
}
.cinta_galeria_fotos ul{
    margin: 0;
    padding: 0;
}
.central .texto ul.relcol1 li:before
{
    margin: 0;
    padding: 0;
}

.central .texto .cinta_galeria_fotos ul.galeria.relcol1 li:before{
    content: '';
}

#pasa{
    border-top: 4px solid #d41217;
    display: table;
    margin-top: 1em;
    margin-bottom: 1em;
    width: 100%;
    padding-top: 1em;
    color: #4b4b4b;
}

#pasa a{
    float: left;
    width: 50%;
    display: table-cell;
    position: relative;
    box-sizing: border-box;
    color: #4b4b4b;
}
#pasa a span{
    display: block;
    color: #a4a4a4;
}
#pasa a:nth-child(1){
    padding-left: 5%;

}
#pasa a:nth-child(2){
    padding-right: 5%;
    text-align: right;
}

#pasa a:nth-child(1):before, #pasa a:nth-child(2):after{
    width: 20%;
    content: " ";
    font-family: FontAwesome;
    position: absolute;
    top: 20%;
    bottom: 0;
    left: 0;
    font-size: 5em;
    color: #C5C5C5;
}

#pasa a:nth-child(1):before{
    content: "\f104";
}
#pasa a:nth-child(2):after{
    content: "\f105";
    right: 0;
    left: initial;
    text-align: right;
}




.flll:after, .frrr:after{
      /*width: 20%;*/
      display: inline-block;
      content: " ";
      font-family: FontAwesome;
      position: absolute;
      top: 5px;
      z-index: 10;
      left: 0;
      font-size: 2em;
      color: #C5C5C5;
}

.flll:after{
    content: "\f104";
  left: -15px;
  top: 0;
}
.frrr:after{
    content: "\f105";
    right: -15px;
    left: initial;
    top: 0;
    text-align: right;
}

.flll:hover, .frrr:hover,
.flll:hover:after, .frrr:hover:after {
  color: #D41217 !important;
}


















.ruta{
    display: block;
    padding-bottom: 1em;
    overflow: visible;
    position: relative;
    font-size: 10px;
}
.ficha .ruta, .custom-cafe .ruta{
    border-bottom:1px solid #D41217;
}
.ruta li{
    display: inline-block;
}
.ruta > ul > li{
    display: inline-block;
    position: relative;
}
.ruta li.actual{
    margin-left: 1em !important;
}


.ruta > ul > li:hover>a, .ruta > ul > li ul li:hover >a{
  text-decoration: underline;
}

.ruta > ul > li ul li:hover >a{
  background-color: #ebebeb;
  color: #4e4e4e;
}
.ruta li.actual{ padding-left: 10px !important }
.ruta > ul > li > a{
    color: #4e4e4e;
    background-color: #ebebeb;
    text-decoration: none;
    padding: 5px 17px;
    padding-left: 15px;
    padding-right: 8px;
    position: relative;
    display: block;
}
.ruta > ul > li.actual h1 {
  line-height: initial;
  font-weight: initial;
  font-size: 10px;
  font-weight: 400;

  padding-bottom: 0px;
  color: black;
  margin: 0;
  margin-bottom: 0px;
  margin-top: 15px;
}
.ruta > ul > li > a:before {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 17px solid rgba(0, 0, 0, 0);
    border-bottom: 17px solid rgba(0, 0, 0, 0);
    border-left: 5px solid #FFF;
    position: absolute;
    bottom: 0;
    margin-left: 1px;
    left: 100%;
    z-index: 1;
    bottom: -2px;
}

.ruta > ul > li > a:after {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 17px solid rgba(0, 0, 0, 0);
    border-bottom: 17px solid rgba(0, 0, 0, 0);
    border-left: 5px solid #EBEBEB;
    position: absolute;
    bottom: -2px;
    left: 100%;
    z-index: 2;
}

.cookiewarn {
  z-index: 100;
}

table.datos *[id*=div-gpt-ad-]{
  padding: 10px 0;
}

*[id*=div-gpt-ad-]{
    display: block;
    text-align: center;
    margin: 0 auto;
}

iframe[src*=youtube]{
    width: 100%;
    height: 383px;
}

.franja600_tv{
    width: 600px;
    margin: auto;
}

/**
 * Miguel
 */
.central.jungla-urbana {
    /*float: left;
    display: inline;
    position: relative;
    width: 656px;
    margin: 0px 10px 10px 10px;
    padding-right: 10px;
    border-right: 1px dotted #ccc;*/
}
.theme-default .nivoSlider {
    position: relative;
    background: #fff url(loading.gif) no-repeat 50% 50%;
    margin-bottom: 10px;
    -moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
    border: 1px solid #eee;
    box-shadow: none!important;
}


.superior .navegacion .menu li.tienda{
    float: right;
  background-color: #e7bc58;
  position: relative;
}

.superior .navegacion .menu li.tienda:after{
    left: 100%;
    z-index: 1000000;
    top: 50%;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    top: 0;
    border-style: solid;
    border-width: 17.5px 0 17.5px 7px;
    border-color: transparent transparent transparent #e7bc58;
}
.superior .navegacion .menu li.tienda:before{
    right: 103%;
    z-index: 1000000;
    top: 50%;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    top: 0;
    border-style: solid;
    border-width: 18px 0 17.5px 7px;
    border-color: transparent transparent transparent #D41217;
    background: white;
}
.superior .navegacion .menu li.tienda i:before{
    right: 103%;
    z-index: 1000;
    top: 50%;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    top: 8px;
    border-style: solid;
    border-width: 10.5px 0 10.5px 4px;
    border-color: transparent transparent transparent #D41217;
    background: white;
}
.superior .navegacion .menu li.tienda a:before{
    right: 98%;
    z-index: 1000;
    top: 50%;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    top: 0;
    border-style: solid;
    border-width: 18px 0 17.5px 7px;
    border-color: transparent transparent transparent white;
    background: #e7bc58;
}
.superior .navegacion .menu li.tienda a{
  color: #4d4d4d;
}
.superior .navegacion .menu li.tienda:hover:after{
   border-color: transparent transparent transparent white;
  }

/*.superior .navegacion .menu li.tienda:hover:before{
  background-color: #890d11;
}*/

.superior .navegacion .menu li.tienda:hover:after{
  border-color: transparent transparent transparent #890d11;
  background-color: white;
}
.superior .navegacion .menu li.tienda:hover a:before{
  /*background-color: white;
  border-color: white;*/

  background-color: #890d11;
}

.superior .navegacion .menu li.tienda a:hover{
  margin-right: 0;
  margin-left: 0;
  border-right: none;
  border-left: none;
  background-color: #890d11;
  color: white;
}
.superior .navegacion .menu li.tienda a span{
  font-size: 20px;
  margin-right: 10px;
  margin-top: 5px;
  float: left;
  position: relative;
}

/*Custom cafe block menu*/
.superior .navegacion .menu li.custom-cafe-menu  .custom-cafe-block-menu{
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 200000;
  color: white;
  background-color: #282828;
  min-height: 200px;
}
.superior .navegacion .menu li.custom-cafe-menu  .custom-cafe-block-menu .tags {
  padding: 5px;
}

.superior .navegacion .menu li.custom-cafe-menu  .custom-cafe-block-menu .tags span{
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
  text-transform: uppercase;
  font-family: "Open Sans";
  font-weight: bold;
  font-size: 14px;
  vertical-align: middle;
  font-style: italic;
  line-height: 30px;
  height: 30px;
}
.superior .navegacion .menu li.custom-cafe-menu  .custom-cafe-block-menu .tags a{
  line-height: 30px;
  height: 30px;
}
.superior .navegacion .menu li.custom-cafe-menu  .custom-cafe-block-menu .tags img,
.superior .navegacion .menu li.custom-cafe-menu  .custom-cafe-block-menu .tags a{
  display: inline-block;
  vertical-align: middle;
  padding: 0;

}

.superior .navegacion .menu li.custom-cafe-menu:hover .custom-cafe-block-menu .tags a{
  margin-right: 0;
  margin-left: 0;
  border-right: none !important;
  margin-right: 0px;
  border-left: none !important;
  margin-left: 0px;
}
.custom-cafe-block-menu .custom-cafe-posts-wrapper .box a.btn{
  background-color: #d41217 !important;
  font-family: "Open Sans";
  color: white;
  font-size: 12px !important;
  padding: 0px 12px;
  margin-top: 14px;
  border: none !important;
  height: auto !important;
  border-radius: 5px;
  margin-right: 58px;
  margin-left: 7px;
  margin-bottom: 6px;
  letter-spacing: 1px;
  width: 190px;
  text-align: center;
}
.custom-cafe-block-menu.zonaoff-block-menu .custom-cafe-posts-wrapper .box a.btn{
  width: 180px;
  float: right;
  margin-right: 20px;

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.custom-cafe-block-menu .custom-cafe-posts-wrapper .box1 a.btn:hover{
  letter-spacing: 0;
}
.custom-cafe-block-menu .custom-cafe-posts-wrapper .box1 a.btn:before{
  display: none;
}
.superior .navegacion .menu li.custom-cafe-menu:hover .custom-cafe-block-menu,
.superior .navegacion .menu li.custom-cafe-menu .custom-cafe-block-menu:hover{
  display: block;
}

 .custom-cafe-block-menu .custom-cafe-posts-wrapper{
    padding: 10px 4px 0 20px;
    overflow: hidden;
    border-bottom: 1px solid #515151; }
 .custom-cafe-block-menu .custom-cafe-posts-wrapper .box{
  /* float: left; */
  min-height: 172px;
  display: table-cell;
 }
 .custom-cafe-block-menu .custom-cafe-posts-wrapper .box1{
    width: 268px;
    padding-bottom: 19px;
 }
 .custom-cafe-block-menu .custom-cafe-posts-wrapper .box1 > div{
    padding-top: 10px;
    padding-left: 47px;
 }
 .custom-cafe-block-menu .custom-cafe-posts-wrapper .subbox > div{
  padding-left: 30px;
 }
 .custom-cafe-block-menu .custom-cafe-posts-wrapper a{
    border: none !important;
    height: auto !important;
    font-family: "Titillium Web";
    font-size: 14px !important;
    background-color: inherit !important;
 }
 .custom-cafe-block-menu .custom-cafe-posts-wrapper .box1 a{
    font-size: 13px !important;
    line-height: 10px !important;
    height: 20px !important;
    line-height: 20px !important;
    position: relative;
    font-weight: normal !important;
 }
 .custom-cafe-block-menu .custom-cafe-posts-wrapper .box1 a:hover{
    font-weight: bold !important;
 }
 .custom-cafe-block-menu .custom-cafe-posts-wrapper .box1 a:hover:before{
    border-color: transparent transparent transparent #d41217;
 }
 .custom-cafe-block-menu.zonaoff-block-menu .custom-cafe-posts-wrapper .box1 a:hover:before{
    border-color: transparent transparent transparent #099F07;
 }
 .custom-cafe-block-menu.motoguia-block-menu .custom-cafe-posts-wrapper .box1 a:hover:before{
    border-color: transparent transparent transparent #009fe3;
    color: #009fe3;
 }
 .custom-cafe-block-menu .custom-cafe-posts-wrapper .box1 a:before{
    content: " ";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 5px;
    border-color: transparent transparent transparent #4c4c4c;

    display: inline-block;
    margin-right: 6px;
 }
 .custom-cafe-block-menu .custom-cafe-posts-wrapper .box1 a.submenuhas:before{
      content: "+";
    width: 6px;
    height: 10px;
    display: inline-block;
    border: none;
    color: #4c4c4c;
    margin-left: -3px;
    font-size: 16px;
    vertical-align: top;
    margin-right: 10px;
    font-weight: normal;
}

 .custom-cafe-block-menu .custom-cafe-posts-wrapper .box2:before{
    content: " ";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30.5px 0 30.5px 15px;
    border-color: transparent transparent transparent #282828;

    top: 60px;
    left: 0;
    position: absolute;
 }
 .custom-cafe-block-menu .custom-cafe-posts-wrapper .box2{
    width: 412px;
    background: #383838;
    margin-right: 5px;
    position: relative;
    padding-left: 20px;
    box-sizing: border-box;
    padding-bottom: 10px;
    height: 180px;
    border-right: 4px solid #282828
 }
 .custom-cafe-block-menu.zonaoff-block-menu .custom-cafe-posts-wrapper .box2,
 .custom-cafe-block-menu.zonaoff-block-menu .custom-cafe-posts-wrapper .box3{
    height: 207px;
 }
 .custom-cafe-block-menu.zonaoff-block-menu .custom-cafe-posts-wrapper .box2 .btn{
    background-color: #099F07 !important;
 }
 .custom-cafe-block-menu.motoguia-block-menu .custom-cafe-posts-wrapper .box2 .btn,
 .custom-cafe-block-menu.motoguia-block-menu .custom-cafe-posts-wrapper .box1 .btn{
    background-color: #009fe3 !important;
 }

  .custom-cafe-block-menu.motoguia-block-menu .custom-cafe-posts-wrapper .box1 .btn{
    bottom: 5px;
    position: absolute;
    right: 0;
    padding: 7px;
  }
  .custom-cafe-block-menu.motoguia-block-menu .custom-cafe-posts-wrapper .box1 .btn:hover{
    letter-spacing: 1px;
  }


 .custom-cafe-block-menu .custom-cafe-posts-wrapper .box2 .cinta_categoria{
    display: inline-block;
    width: 145px;
    float: left;
    height: 90px !important;
    margin-right: 10px !important;
 }
 .custom-cafe-block-menu .custom-cafe-posts-wrapper .box2 .cinta_categoria img{
    width: 100%;
    height: 100%;
 }
 .custom-cafe-block-menu .custom-cafe-posts-wrapper .box2 .title{
    font-size: 15px !important;
    padding-top: 15px;
    line-height: 20px;
    padding-bottom: 10px;

 }
 .custom-cafe-block-menu .custom-cafe-posts-wrapper .box2 .title:hover{
  text-decoration: underline;
 }
 .custom-cafe-block-menu .custom-cafe-posts-wrapper .box2 p{
    font-size: 12px;
    line-height: 20px;
    float: left;
    margin-bottom: 0;
    width: 53%;
 }
 .custom-cafe-block-menu .custom-cafe-posts-wrapper .box2 p a{
  line-height: 20px;
  font-weight: normal;
  font-size: 11px !important;
 }
 .custom-cafe-block-menu .custom-cafe-posts-wrapper .box2 p .mas{
  margin-left: 0 !important;
  color: white;
 }
 .custom-cafe-block-menu .custom-cafe-posts-wrapper .box2 p .mas:before,
 .custom-cafe-block-menu .custom-cafe-posts-wrapper .box2 p .mas:after{
      color: white;
 }
 .custom-cafe-block-menu .custom-cafe-posts-wrapper .box3{
    width: 280px;
    background: #383838;
    padding-top: 10px;
    padding-bottom: 10px;
    box-sizing: border-box;
    height: 180px;
 }
 .custom-cafe-block-menu .custom-cafe-posts-wrapper .box3 ol{
    padding-left: 10px;
 }
 .custom-cafe-block-menu .custom-cafe-posts-wrapper .box3 li{
      display: inline-block;
      vertical-align: top;
      zoom: 1;
      max-width: 90%;
      width: 100%;
      padding-left: 20px;
      position: relative;
      margin-bottom: 5px !important;
 }
 .custom-cafe-block-menu .custom-cafe-posts-wrapper .box3 li a{
    font-size: 11px !important;
    font-family: "Titillium Web";
    color: #FFFFFF;
    font-weight: normal;
    line-height: 15px;
    /*height: 35px;*/
 }
 .custom-cafe-block-menu .custom-cafe-posts-wrapper .box3 li a:hover{
  text-decoration: underline;
 }
 .custom-cafe-block-menu .custom-cafe-posts-wrapper .box3 li a span{
      position: absolute;
      left: -14px;
 }

.custom-cafe-block-menu .custom-cafe-posts-wrapper .h1.categorias{
  color: #4d4d4d;
    font-size: 26px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    margin-top: 65px;
    margin-left: -37px;
    font-family: "Titillium Web";
    display: block;
    float: left;
    position: absolute;
}

.custom-cafe-block-menu .custom-cafe-posts-wrapper .h1{
  line-height: 120%;
  clear: left;
  font-weight: bold;
  font-family: "Titillium Web",Helvetica,Arial,sans-serif;
  letter-spacing: 0px;
  margin: 1.2em 0 .2em;
  padding: 0;


  color: #4d4d4d;
  font-size: 26px;
  margin-left: 15px;
  margin-bottom: 9px;
  margin-top: 0;
}

.custom-cafe .jungla-2col h2,
.zonaoff .jungla-2col h2,
.MotoGuia .jungla-2col h2{
  height: 2.4em;
  margin-top: 0;
  overflow: hidden;
}

.MotoGuia .jungla-2col h2{
  height: 3.6em;
  }
.MotoGuia .jungla-2col {
  height: 435px;
}
.guiamotogp .custom-cafe .jungla-2col h2{
  height: 3.6em;
  }
/*Carlos*/
/*Portada --> Icono casa en Migas de Pan*/
/*div.ruta li a:first-child {
  padding-top: 3px;
}*/
div.ruta li a .fa{
  line-height: 1.4;
  font-size: 14px;
}

/*Tamaño de los bocadillos de danos tu opinion*/
.fecha .danos_opinion:after{/*Páginas principales col1, etc*/
  font-size: 16px;
}
.col1 .fecha .danos_opinion:after{/*Páginas principales col1, etc*/
  font-size: 16px;
}
.cinta_redes .social_cinta .comentarios .comentado:after{
  font-size: 18px;
  top: -9px;
}

.custom-cafe .theme-default .nivo-caption,
.zonaoff .theme-default .nivo-caption,
.MotoGuia .theme-default .nivo-caption{
  font-family:"Titillium Web",Helvetica,Arial,sans-serif;
  border-bottom: 4px solid #D41217;
}
.zonaoff .theme-default .nivo-caption,
.zonaoff .fotomain a.fot{
  border-bottom: 4px solid #099F07;
}
.MotoGuia .theme-default .nivo-caption,
.MotoGuia .fotomain a.fot{
      // border-bottom: 4px solid #009fe3;
  border-bottom: 4px solid red;
}

.MotoGuia .theme-default .nivo-caption{
  // background: rgba(0, 62, 139, .75);
  background: rgba(0, 0, 0, .75);
  text-align: center;
  text-transform: uppercase;
  font-size: 1.3em;
  padding: 1em;
  font-weight: bold;
  color: white;
  opacity: 1;
}

input[type=checkbox]:checked ~ .cbs_category_list{
  display: block;
}

.ruta .cbs_category_list{
  display: none;
  position: absolute;
  background: white;
  z-index: 100;
  left: 0;
  /*right: 0;*/
  top: calc(100% + -2px);
  padding: 10px !important;
  border: 2px solid #ebebeb;
  min-width: 150px;
}
.ruta .cbs_category_list li{
  width: 100%;
}
.ruta .cbs_category_list li a{
  position: relative;
  /*text-indent: 16px*/
  display: block;
  text-align: left;
}
.ruta .cbs_category_list li a:before{
  content: " ";
  float: left;
  margin-right: 4px;
  width: 0;
  height: 0;
  margin-top: 7px;
  border-style: solid;
  border-width: 3.5px 0 3.5px 4px;
border-color: transparent transparent transparent #d41217;
}


.bloque_motos {
  border-bottom: 1px dotted #CCC;
  margin-bottom: 10px;
  padding-bottom: 4px;
}

.botonespubli{
  display: block;
  width: 100%;
  margin: 10px 0;
  font-family: "PT Sans";
  text-align: left;

  /*display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;*/
}



.botonespubli a{
  display: inline-block;
  width: 27%;
  color: white;
  text-align: right;

  padding-left: 0;
  padding-right: 15px;
  padding-top: 5px;
  font-size: 13px;
  position: relative;
  line-height: 20px;
  text-decoration: underline;

  font-weight: bold;
}
.botonespubli a img,
.botonespubli a:hover img{

  vertical-align: middle;
  border: none;
  background: transparent;
  box-shadow: none;
  margin: 0;
  padding: 0;
  display: inline-block;
  position: absolute;
  left: 0px;
  bottom: 5px;
  width: 20px;
}

.botonespubli a.calcular_seguro_v2{
  color: #00529b;
}
.botonespubli a.financiame_v2{
  color: #d38c1b;
  /*padding-left: 30px;*/
  text-align: center;
  padding-right: 0;
}
.botonespubli a.financiame_v2 img{
/*width: 41px;*/
  /*left: 25px;*/
}


.botonespubli.botonespubliV2 {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding-top: 0px;
  margin-bottom: 0;
}
.botonespubli.botonespubliV2 a.calcular_seguro_v2{
  color: #00529b;
  background-color: transparent;
  padding-right: 0px;
  margin-right: 0;
  margin-left: 0;
  padding-left: 14px;}
.botonespubli.botonespubliV2 a.financiame_v2{
  color: #d38c1b;
  background-color: transparent;
}
.botonespubli.botonespubliV2 a{
  display: inline-block;
  width: auto;
  color: white;
  text-align: left;
  padding-left: 20px;
  padding-right: 0;
  padding-top: 0;
  font-size: 10px;
  position: relative;
  line-height: 20px;
}
.botonespubli.botonespubliV2 a{
  margin-right: 10px;
  margin-left: 10px;
}
.botonespubli.botonespubliV2 a img,
.botonespubli.botonespubliV2 a.financiame_v2 img,
.botonespubli.botonespubliV2 a:hover img{
  width: 20px;
    left: -3px;
  bottom: 6px;
}
.verprecio {

  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;

  width: 400px;
  height: 300px;
  position: relative;
}
.verprecio > *{
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
}
.verprecio > a{

  color: #004a91;
  text-decoration: underline;
  text-transform: uppercase;
}
.verprecio > .price{
  color: #d41217;
  font-size: 44px;
  margin-bottom: 30px;


  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  height: 45px;
  line-height: 45px;
}

.verprecio .limit {
  position: absolute;
}

.verprecio .tl {
  top: 0;
  left: 0;
  -ms-transform: rotate(90deg); /* IE 9 */
  -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
  transform: rotate(90deg);
}
.verprecio .tr {
  top: 0;
  right: 0;
  -ms-transform: rotate(180deg); /* IE 9 */
  -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
  transform: rotate(180deg);
}
.verprecio .bl {
  bottom: 0;
  left: 0;
}

.verprecio .br {
  bottom: 0;
  right: 0;

  -ms-transform: rotate(-90deg); /* IE 9 */
  -webkit-transform: rotate(-90deg); /* Chrome, Safari, Opera */
  transform: rotate(-90deg);
}

.verprecio .close{
  color: #4b4b4b;
  position: absolute;
  top: 10px;
  right: 10px;
  width: auto;
  font-size: 20px;
  margin-bottom: 0;
}

.bloque_motos_portada{
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.bloque_motos_portada .coool{
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  max-width: 191px;
}
.superior .navegacion .menu li.tienda{
    float: right;
  background-color: #e7bc58;
  position: relative;
}

.superior .navegacion .menu li.tienda:after{
    left: 100%;
    z-index: 1000;
    top: 50%;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    top: 0;
    border-style: solid;
    border-width: 17.5px 0 17.5px 7px;
    border-color: transparent transparent transparent #e7bc58;
}
.superior .navegacion .menu li.tienda:before{
    right: 103%;
    z-index: 1000;
    top: 50%;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    top: 0;
    border-style: solid;
        border-width: 18px 0 17px 7px;
    border-color: transparent transparent transparent #D41217;
    background: white;
}
.superior .navegacion .menu li.tienda i:before{
    right: 103.1%;
    z-index: 1000000;
    top: 50%;
    display: none;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    top: 7.4px;
    border-style: solid;
    border-width: 10.5px 0 10.5px 4px;
    border-color: transparent transparent transparent #D41217;
    background: white;
}
.superior .navegacion .menu li.tienda a:before{
    right: 95.9%;
    z-index: 100;
    top: 50%;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    top: 0;
    border-style: solid;
    border-width: 18px 0 17.5px 6px;
    border-color: transparent transparent transparent white;
    background: #e7bc58;
}
.superior .navegacion .menu li.tienda a{
  color: #4d4d4d;
}
.superior .navegacion .menu li.tienda:hover:after{
   border-color: transparent transparent transparent white;
  }

/*.superior .navegacion .menu li.tienda:hover:before{
  background-color: #890d11;
}*/
/*.superior .navegacion .menu li.tienda:hover:before{
  background-color: #890d11;
}*/

.superior .navegacion .menu li.tienda:hover:after{
  border-color: transparent transparent transparent #890d11;
  background-color: white;
}
.superior .navegacion .menu li.tienda:hover a:before{
  /*background-color: white;
  border-color: white;*/

  background-color: #890d11;
}

.superior .navegacion .menu li.tienda a:hover{
  margin-right: 0;
  margin-left: 0;
  border-right: none;
  border-left: none;
  background-color: #890d11;
  color: white;
}
.superior .navegacion .menu li.tienda a span{
  font-size: 20px;
  margin-right: 10px;
  margin-top: 5px;
  float: left;
  position: relative;
}


.nivoSlider2{
  display: inline-block;
  width: 73%;
  vertical-align: top;
  overflow: hidden;
}
.nivoSlider2 .nivoWrapper{
  display: inline-block;
  -webkit-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}
.nivoSlider2 .nivoWrapper.quick{
  -webkit-transition: initial;
  -o-transition: initial;
  transition: initial;
}
.nivoSlider2 a{
  display: inline-block;
  width: 100%;
}

.mostrar-en-custom-cafe .ppal,
.mostrar-en-zonaoff .ppal,
.mostrar-en-motoguia .ppal{
  /*padding: 10px*/
}
.custom-cafe .ppal,
.zonaoff .ppal,
.MotoGuia .ppal{
  padding: 10px 0;
}

.custom-cafe .videos.central .fecha,
.zonaoff .videos.central .fecha,
.MotoGuia .videos.central .fecha{
  margin: 1em 0 0.8em;

}


.custom-cafe div.pasapaginas_wrapper ul.pasapaginas,
.zonaoff div.pasapaginas_wrapper ul.pasapaginas,
.MotoGuia div.pasapaginas_wrapper ul.pasapaginas{
  background: #fbfbfb;
  text-align: center;
  display: inline-block;
  padding-right: 10px;
}

.custom-cafe .pasapaginas_wrapper li,
.zonaoff .pasapaginas_wrapper li,
.MotoGuia .pasapaginas_wrapper li{
  margin: 0 !important;
}
.custom-cafe .pasapaginas_wrapper li a,
.zonaoff .pasapaginas_wrapper li a,
.MotoGuia .pasapaginas_wrapper li a{
  background: #ebebeb;
  color: #9b9b9b;
  border: none;
  box-shadow: none;
  border-radius: 0;
  font-weight: bold;
}

.custom-cafe .pasapaginas_wrapper li.number.primer a,
.zonaoff .pasapaginas_wrapper li.number.primer a,
.MotoGuia .pasapaginas_wrapper li.number.primer a{
  border-radius: 5px 0 0 5px;
}

.custom-cafe .pasapaginas_wrapper li.number.last a,
.zonaoff .pasapaginas_wrapper li.number.last a,
.MotoGuia .pasapaginas_wrapper li.number.last a{
  border-radius: 0 5px 5px 0;
}

.custom-cafe .pasapaginas_wrapper li a:hover,
.custom-cafe .pasapaginas_wrapper li.activo a,
.zonaoff .pasapaginas_wrapper li a:hover,
.zonaoff .pasapaginas_wrapper li.activo a{
  background: #d41217;
  color: white;
}
.zonaoff .pasapaginas_wrapper li a:hover,
.zonaoff .pasapaginas_wrapper li.activo a{
  background: #099F07;;
}
.MotoGuia .pasapaginas_wrapper li a:hover,
.MotoGuia .pasapaginas_wrapper li.activo a{
  background: red;
  // background: #009fe3;
  border-color: #003e8b;
}

.custom-cafe .pasapaginas_wrapper .ultimo,
.zonaoff .pasapaginas_wrapper .ultimo,
.MotoGuia .pasapaginas_wrapper .ultimo{
 position: relative;
 margin-left: 0px !important;
 background: transparent;
}
.custom-cafe .pasapaginas_wrapper .ultimo a,
.custom-cafe .pasapaginas_wrapper .primero a,
.zonaoff .pasapaginas_wrapper .ultimo a,
.zonaoff .pasapaginas_wrapper .primero a,
.MotoGuia .pasapaginas_wrapper .ultimo a,
.MotoGuia .pasapaginas_wrapper .primero a{
  background: transparent;
}
.custom-cafe .pasapaginas_wrapper .primero,
.zonaoff .pasapaginas_wrapper .primero,
.MotoGuia .pasapaginas_wrapper .primero{
  position: relative;
  left: 10px;
  margin-right: 10px !important;
}

.custom-cafe .pasapaginas_wrapper .ultimo:hover a,
.custom-cafe .pasapaginas_wrapper .ultimo:hover:after,
.custom-cafe .pasapaginas_wrapper .primero:hover:after,
.custom-cafe .pasapaginas_wrapper .primero:hover a,
.zonaoff .pasapaginas_wrapper .ultimo:hover a,
.zonaoff .pasapaginas_wrapper .ultimo:hover:after,
.zonaoff .pasapaginas_wrapper .primero:hover:after,
.zonaoff .pasapaginas_wrapper .primero:hover a{
  color: #d41217;
  background: transparent;
  text-shadow: none;
}

.zonaoff .pasapaginas_wrapper .ultimo:hover a,
.zonaoff .pasapaginas_wrapper .ultimo:hover:after,
.zonaoff .pasapaginas_wrapper .primero:hover:after,
.zonaoff .pasapaginas_wrapper .primero:hover a{
  color: #099F07;;
  background: transparent;
  text-shadow: none;
}
.MotoGuia .pasapaginas_wrapper .ultimo:hover a,
.MotoGuia .pasapaginas_wrapper .ultimo:hover:after,
.MotoGuia .pasapaginas_wrapper .primero:hover:after,
.MotoGuia .pasapaginas_wrapper .primero:hover a{
  color: #009fe3;
  background: transparent;
  text-shadow: none;
}
.custom-cafe .pasapaginas_wrapper .ultimo:after,
.custom-cafe .pasapaginas_wrapper .primero:after,
.zonaoff .pasapaginas_wrapper .ultimo:after,
.zonaoff .pasapaginas_wrapper .primero:after,
.MotoGuia .pasapaginas_wrapper .ultimo:after,
.MotoGuia .pasapaginas_wrapper .primero:after{
      width: 20%;
      content: " ";
      font-family: FontAwesome;
      position: absolute;
      top: 5px;
      z-index: 10;
      left: 0;
      font-size: 2em;
      color: #C5C5C5;
}

.custom-cafe .pasapaginas_wrapper .primero:after,
.zonaoff .pasapaginas_wrapper .primero:after,
.MotoGuia .pasapaginas_wrapper .primero:after{
  content: "\f104";
  left: -8px;
  top: 5px;
}
.custom-cafe .pasapaginas_wrapper .ultimo:after,
.zonaoff .pasapaginas_wrapper .ultimo:after,
.MotoGuia .pasapaginas_wrapper .ultimo:after{
  content: "\f105";
  right: -5px;
  left: initial;
  text-align: right;
}

.custom-cafe .jungla-destacado h2,
.zonaoff .jungla-destacado h2,
.MotoGuia .jungla-destacado h2{
  margin-bottom: 10px;
}
.zonaoff .ruta{
  border-bottom: 1px solid #099F07;
}
.zonaoff .boletin-caja p,
.zonaoff .lateral .boletin-caja form input[type="submit"]{
  background: #099F07;
}
.zonaoff .ruta .cbs_category_list li a:before{
  border-color: transparent transparent transparent #099F07;
}

.galerias .ppal{
  margin: 10px;
}
.mostrar-en-custom-cafe .central h1, .mostrar-en-custom-cafe .lateral{
  margin-top: 0;
}

.mostrar-en-custom-cafe .lateral{
  margin-top: 1em;
}


.superior .cabecera .menutop {
    height: 20px;
    overflow: hidden;
    width: 370px;
    padding: 0 10px;
    top: -20px;
}

.superior .cabecera .menutop li {
    margin: 0px;
    padding: 0px;
    display: inline-block;
    vertical-align: top;
    float: left;
    margin: 0 -4px;
    z-index: 0;
    position: relative;
}
.superior .cabecera .menutop li a {
        font-family: "Titillium Web";
    /*color: #636363;*/
    color: white;
    /*background: #CECECE;*/
    height: 20px;
    width: auto;
    position: relative;
    display: block;
    font-size: 13px;
    /*line-height: 24px;*/
  }
.superior .cabecera .menutop li span {
  display: block;
  height: 20px;
  padding: 0 2px;

}
.superior .cabecera .menutop li span img{
    height: 12px;
    vertical-align: top;
    margin-right: 5px;
    position: relative;
    margin-top: 3px;
}
.superior .cabecera .menutop li a:before,
.superior .cabecera .menutop li a:after {
  font-family: 'FontTop';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  content: "\e601";

  position: absolute;
    top: 0px;
    left: 1px;
    font-size: 20px;
}

.superior .cabecera .menutop li a:after{
  content: "\e600";
  left: initial;
    right: 1px;
}
.superior .cabecera .menutop li a.active {
    /*background: #D41217;
    color: #CDCDCD !important;*/
}
.superior .cabecera .menutop li a:hover{
   /* background:#696969;
        color:#CDCDCD;*/
}
.superior .cabecera .menutop li.active{
  z-index: 10 !important;
}
.superior .cabecera .menutop li:nth-child(2){
  z-index: 9;
}
.superior .cabecera .menutop li:nth-child(3){
  z-index: 8;
}
.superior .cabecera .menutop li:nth-child(4){
  z-index: 7;
}
.superior .cabecera .menutop li:first-child span {
  background: #d41217;
}
.superior .cabecera .menutop li:first-child a:after,
.superior .cabecera .menutop li:first-child a:before{
  color: #d41217;
}
.superior .cabecera .menutop li:nth-child(2) span {
  background: #e6e6e6;
  color: #383838;
}
.superior .cabecera .menutop li:nth-child(2) a:after,
.superior .cabecera .menutop li:nth-child(2) a:before{
  color: #e6e6e6;
}
.superior .cabecera .menutop li:nth-child(3) span {
  background: #00529b;
}
.superior .cabecera .menutop li:nth-child(3) a:after,
.superior .cabecera .menutop li:nth-child(3) a:before{
  color: #00529b;
}
.superior .cabecera .menutop li:nth-child(4) span {
  background: #d38c1b;
}
.superior .cabecera .menutop li:nth-child(4) a:after,
.superior .cabecera .menutop li:nth-child(4) a:before{
  color: #d38c1b;
}

/*.consulta-semana[style*='block'] ~ .nivo-main-wrapper:before{*/
.consulta-semana-fixed .fotomain a, .consulta-semana-fixed .fotogrande{
  position: relative;
  overflow: hidden;
}
.nivo-main-wrapper.consulta-semana-wrapper:before, .consulta-semana-fixed .fotomain a:before, .consulta-semana-fixed .fotogrande:before{
  content: "Consulta de la semana";
  position: absolute;
  top: 37px;
  left: -75px;
  display: inline-block;
  font-size: 1.2em;
  z-index: 10;
  opacity: 1;
  padding: 0.6em 4em;
  background-color: #009fea;
  color: white;
  -ms-transform: rotate(-38deg);
  -webkit-transform: rotate(-38deg);
  transform: rotate(-38deg);
}

.consulta-semana-fixed.consulta-semana-mini{
  /*padding: 0.4em 4em;*/
}



/* MOTOGUIA */
.MotoGuia .ruta .cbs_category_list li a:before{
  border-color: transparent transparent transparent #009fe3;
}
/*.MotoGuia .central p.resumen{
    line-height: 19px;
    font-size: 12px;
    font-family: 'Open Sans', Helvetica, Sans-serif;
    color:#000;
    margin:0;
    margin-bottom: 1em;
}*/

.motoguia-consultorio-form {
  margin-bottom: 1em;
}
.motoguia-consultorio-form h1{
  color: #d41217;
  font-size: 68px;
  text-align: center;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #a9a9a9;
}

.motoguia-consultorio-form h1,
.motoguia-consultorio-form .form-wrapper h2,
.motoguia-consultorio-form .intro{
  margin-left: 5px;
  margin-right: 5px;
}

.motoguia-consultorio-form .intro img{
  float: left;
  margin-right: 25px;
  border-radius: 5px;
  padding: 25px;
  height: 205px;
  border: 1px solid #a9a9a9;
}

.motoguia-consultorio-form .intro div{
  font-family: 'Titillium Web', Arial, Helvetica, sans-serif;
  color: #262626;
  font-size: 22px;
  line-height: 32px;
}
.motoguia-consultorio-form .intro div p{
  font-family: 'Titillium Web', Arial, Helvetica, sans-serif;
  margin-bottom: 10px;
}
.motoguia-consultorio-form .intro div span{
  font-weight: bold;
  color: #003e8b;
}
.motoguia-consultorio-form .form-wrapper *{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.motoguia-consultorio-form .form-wrapper h2{
  font-size: 40px;
  color: #d41217;
}

.motoguia-consultorio-form .form-wrapper .ribbon{
  border-bottom: 10px solid #d41217;
  background-color: #f9f9f9;
}
.motoguia-consultorio-form .form-wrapper .ribbon a{
  color: #9f9f9f;
  display: inline-block;
  width: 22.5%;
  height: 120px;
  font-size: 22px;
  vertical-align: bottom;
  padding-top: 30px;
}
.motoguia-consultorio-form .form-wrapper .ribbon a span{
  display: block;
  text-align: center;
}
.motoguia-consultorio-form .form-wrapper .ribbon a span.img{
  height: 40px;
  width: 40px;

  display: block;
  margin: auto;

  font: normal normal normal 14px/1 FontAwesome;
  font-size: 35px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.motoguia-consultorio-form .form-wrapper .ribbon a span.img:before{
  content: "\f1db";
}

.motoguia-consultorio-form .form-wrapper .ribbon a.active span.img:before{
  content: "\f058";
}

.motoguia-consultorio-form .form-wrapper .ribbon a:hover,
.motoguia-consultorio-form .form-wrapper .ribbon a.active{
  background: #d41217;
  color: white;
}

.motoguia-consultorio-form .form-wrapper form{
  display: block;
  margin: 60px;

}
.motoguia-consultorio-form .form-wrapper .controls-row{
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #f4f4f4;
}
.motoguia-consultorio-form .form-wrapper .controls-row.nb,
.motoguia-consultorio-form .form-wrapper .controls-row:last-child{
  border-bottom: none;
}
.motoguia-consultorio-form .form-wrapper .controls-row .controls-inline{
  border-left: 2px solid #d41217;
  display: inline-block;
  width: 45%;
}
.motoguia-consultorio-form .form-wrapper .controls-row .controls-inline.nb{
  border-left: none;
}
.motoguia-consultorio-form .form-wrapper .controls-row .controls-inline.nb > div{
  border-left: 2px solid #d41217;
}
.motoguia-consultorio-form .form-wrapper .controls-row .controls-inline.nb > div:first-child{
  margin-bottom: 20px;
}
.motoguia-consultorio-form .form-wrapper .controls-row .controls-inline.controls-inline-one{
  width: 100%;
}

.motoguia-consultorio-form .form-wrapper label{
  color: #d41217;
  margin-left: 10px;
  font-size: 25px;
  padding-top: 5px;
  margin-bottom: 20px;
  display: block;
}
.motoguia-consultorio-form .form-wrapper input,
.motoguia-consultorio-form .form-wrapper textarea,
.motoguia-consultorio-form .form-wrapper a.multiSelect,
.motoguia-consultorio-form .form-wrapper select{
    outline: none;
    display: block;
    border: none;
    background-color: #f2f2f2;
    color: black;
    width: 100%;
    border-bottom: 2px solid #e5e5e5;
    padding: 10px;
    font-size: 22px;
    line-height: 1.2em;
}

.motoguia-consultorio-form .form-wrapper textarea{
  width: 100%;
  height: 300px;
  padding: 20px;
  resize: none;
}
.motoguia-consultorio-form .form-wrapper .controls-check{

}
.motoguia-consultorio-form .form-wrapper .controls-check > div{
  display: inline-block;
  margin-right: 10px;
}
.motoguia-consultorio-form .form-wrapper .controls-check div input[type=checkbox]{
  display: none;
}

.motoguia-consultorio-form .form-wrapper .controls-check label{
  color: #b4b4b4;
  font-size: 20px;
  display: inline-block;
  cursor: pointer;
    font-weight: normal;
}
.motoguia-consultorio-form .form-wrapper .controls-check .radio{
  display: inline-block;
  height: 17px;
  width: 17px;

  font: normal normal normal 14px/1 FontAwesome;
  font-size: 20px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  color: #d41217;
}

.motoguia-consultorio-form .form-wrapper .controls-check .radio:before{
  content: "\f1db";
}

.motoguia-consultorio-form .form-wrapper .controls-check input[type=checkbox]:checked ~ .radio:before,
.motoguia-consultorio-form .form-wrapper .controls-check input[type=checkbox]:checked ~ label .radio:before
{
  content: "\f192";
}

.motoguia-consultorio-form .form-wrapper .controls-check label a{
  display: inline-block;
  text-decoration: underline;
  color: #b4b4b4;
}

.motoguia-consultorio-form .form-wrapper button{
  font-size: 40px;
  color: white;
  background-color: #d41217;
  padding: 22px 30px;
  border: none;
  border-radius: 0 10px 10px 10px;
  height: 70px;
  display: block;
  margin: 40px auto;
  -webkit-box-shadow: 0px 4px 13px black;
  box-shadow: 0px 4px 13px black;
  font-family: 'Titillium Web';
  font-weight: normal;
}

.motoguia-consultorio-form .form-wrapper a.multiSelect{
  position: relative;
}
.motoguia-consultorio-form .form-wrapper a.multiSelect span{
  width: 100% !important;
}
.motoguia-consultorio-form .form-wrapper a.multiSelect:after{
  content: "\f107";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  height: 50px;
  line-height: 50px;
  width: 50px;
  background-color: #e5e5e5;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
}

.motoguia-consultorio-form .form-wrapper .multiSelectOptions {
  background-color: #e5e5e5;
  border: none;
  padding: 20px 10px;
  padding-bottom: 0;
  height: auto !important;
}

.motoguia-consultorio-form .form-wrapper .selectmulti .multiSelectOptions label
{
  width: 28%;
  display: inline-block;
}
.motoguia-consultorio-form .form-wrapper .multiSelectOptions label{
  display: block;
  font-size: 24px;
  color: #333;
  padding: 5px 0;
}
.motoguia-consultorio-form .form-wrapper .multiSelectOptions input[type=checkbox]
{
  display: none;
}
.motoguia-consultorio-form .form-wrapper .multiSelectOptions label .img{
  width: 18px;
  height: 18px;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 20px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  color: #929292;
  margin-right: 5px;
  vertical-align: middle;
  margin-bottom: 5px;
}

.motoguia-consultorio-form .form-wrapper .multiSelectOptions label .img:before{
  content: "\f1db";
}
.motoguia-consultorio-form .form-wrapper .multiSelectOptions input[type=checkbox]:checked + .img:before{
  content: "\f058";
}

.multiSelectOptions label.hover,
.motoguia-consultorio-form .form-wrapper .multiSelectOptions label.hover .img:before,.motoguia-consultorio-form .form-wrapper .multiSelectOptions input[type=checkbox]:checked ~ span {
  color: #d41217;
}



a.multiSelect:link, a.multiSelect:visited, a.multiSelect:hover, a.multiSelect:active {
  color: black;
  text-decoration: none;
}

a.multiSelect span
{
  margin: 1px 0px 1px 3px;
  overflow: hidden;
  display: -moz-inline-stack;
  display: inline-block;
  white-space: nowrap;
}


a.multiSelect.active,
a.multiSelect.focus {
  border: inset 1px #000;
}

a.multiSelect.active {
  background-image: url(images/dropdown.blue.active.png);
}

.multiSelectOptions {
  margin-top: -1px;
  overflow-y: auto;
  overflow-x: hidden;
  border: solid 1px #B2B2B2;
  background: #FFF;
}

.multiSelectOptions label {
  padding: 0px 2px;
  display: block;
  white-space: nowrap;
}

.multiSelectOptions label.optGroup
{
  font-weight: bold;
}

.multiSelectOptions .optGroupContainer label
{
  padding-left: 10px;
}

.multiSelectOptions.optGroupHasCheckboxes .optGroupContainer LABEL
{
  padding-left: 18px;
}

.multiSelectOptions input{
  vertical-align: middle;
}

.multiSelectOptions label.checked {
}

.multiSelectOptions LABEL.selectAll {
  border-bottom: dotted 1px #CCC;
}
*[data-oneselect="true"] + .multiSelectOptions {
  padding: 0 !important;
  padding-top: 0px !important;
  padding-bottom: 0 !important;
  margin: 0 !important;
}

.motoguia-consultorio-form .form-wrapper *[data-oneselect="true"] + .multiSelectOptions label {
  padding: 20px 10px;
  margin: 0;
}
*[data-oneselect="true"] + .multiSelectOptions label:hover,
.motoguia-consultorio-form .form-wrapper *[data-oneselect="true"] + .multiSelectOptions label.checked{
  background-color: #d41217;
  color: white;
}
.motoguia-consultorio-form .form-wrapper *[data-oneselect="true"] + .multiSelectOptions label.checked span{
  color: white !important;
}

.zonaoff #comentario h3,.zonaoff #comentario #txpCommentPreview.button{
  background: #099F07;
}
.MotoGuia #comentario h3,.MotoGuia #comentario #txpCommentPreview.button{
  background: #003e8b;
}

.motoguia-consultorio-form .form-wrapper *[data-oneselect="true"] + .multiSelectOptions label.checked span{
  color: white !important;
}

.motoguia-banner-bottom{
  position: fixed;
  bottom:0;
  z-index: 1000000000;
  left: 0;
  right: 0;
  background-color: #4c4c4c;
  color: white;
  height: 55px;
  line-height: 55px;

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;

  -webkit-box-shadow: 0px -5px 26px 0px rgba(0,0,0,0.57);
  -moz-box-shadow: 0px -5px 26px 0px rgba(0,0,0,0.57);
  box-shadow: 0px -5px 26px 0px rgba(0,0,0,0.57);
  display: none;
}

@media all and (min-width: 1200px){
	.motoguia-banner-bottom{
		display: block;
	}
}

.motoguia-banner-bottom a{
  display: inline-block;
  vertical-align: top;
  color: white;
  font-family: "Titillium Web";
  font-weight: bold;
  font-size: 22px;
}

.motoguia-banner-bottom a img{
  vertical-align: middle;
  margin-right: 10px;
}
.motoguia-banner-consultorio-wrapper{
  position: relative;
  height: 95px;
  width: 207px;
  margin-left: 11px;


}
.motoguia-banner-consultorio-wrapper span{
  position: relative;
  z-index: 10000;
}
.motoguia-banner-consultorio{
  position: absolute;
  top: -47px;
  left: 0;
  right: 0;
  z-index: 2;
}

.motoguia-banner-bottom .motoguia-banner-close{
  border-radius: 50%;
  background-color: white;
  color: gray;
  position: absolute;
  top: -18px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  right: 10px;

  -webkit-box-shadow: 0px -5px 26px 0px rgba(0,0,0,0.57);
  -moz-box-shadow: 0px -5px 26px 0px rgba(0,0,0,0.57);
  box-shadow: 0px -5px 26px 0px rgba(0,0,0,0.57);
}

@media (min-width: 1075px) {
  .motoguia-banner-bottom .motoguia-banner-close{
    right: 140px;
  }
}

.motoguia-banner-lupa{
  position: fixed;
  right: 0;
  top: 40%;
  width: 170px;
}

.motoguia-banner-lupa a{
  display: block;
  text-align: center;
  font-family: "Titillium Web";
  font-weight: bold;
}
.motoguia-banner-lupa a:first-child{
  color: #484848;
}
.motoguia-banner-lupa a span, .motoguia-banner-lupa-consultorio{
  display: block;
  width: 60%;
  margin: auto;
}
.motoguia-banner-lupa-consultorio{
  color: #d41217;
  font-size: 15px;
}
.motoguia-banner-lupa a span{
  padding-bottom: 12px;
  margin-bottom: 12px;
  width: 100%;
  border-bottom: 1px solid #cccccc;
  font-family: "Titillium Web";
  font-weight: bold;
  font-size: 22px;
}

/*Nuevas fichas técnicas*/
.motos h1, .pruebas h1, .ficha h1, .pruebas .central .hh1{
  padding-bottom:6px;
  color: #d41217;
  margin: 0;
  margin-bottom: 20px;
  margin-top: 15px;
    font-size: 30px;
}
.motos h1:after, .pruebas h1:after, .ficha h1:after, .pruebas .central .hh1:after{
  display: none;
}
.motos.ficha .central h1:after, .motos.ficha .central p.hh1:after{
    top: -20px;
}






.menumotopV2{
  margin-bottom: 20px;
}

.menumotopV2 ul.menutopV2Ul{
  list-style-type: none;
  margin: 10px 0;
  margin-left: 0;
  border-bottom: 2px solid #d41217;
  overflow: hidden;
}

.menumotopV2 ul.menutopV2Ul li{
  list-style-type: none;
  display: inline-block;
  margin-left: 0;
  width: 14.7%;
  text-align: center;
  margin-bottom: 0;
  margin-left: -9px;
  float: left;
}
.menumotopV2 ul.menutopV2Ul li:first-child{
margin-left: 0;
}

.menumotopV2 ul.menutopV2Ul li.primer{
  margin-left: 0;
}

.menumotopV2 ul.menutopV2Ul li:last-child{
  width: 20%;
}
.menumotopV2 ul.menutopV2Ul li a{
  color: #383838;
  font-family: 'Open Sans';
  font-weight: bold;
  padding: 0 13px;
  height: 20px;
  width: auto;
  position: relative;
  display: block;
  overflow: hidden;
  font-size: 13px;
}

.menumotopV2 ul.menutopV2Ul li a:after,
.menumotopV2 ul.menutopV2Ul li a:before{
  font-family: 'FontTop';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e601";
  position: absolute;
  top: 1px;
  left: 1px;
  font-size: 19px;
  color       : #eee;
  text-shadow: 0px -1px 0px #cbcbcb, 0px 0px 0px #cbcbcb, 0px 0px 0px #cbcbcb, 0px 0px 0px #cbcbcb;
}

.menumotopV2 ul.menutopV2Ul li a:after {
    content: "\e600";
    left: initial;
    right: 1px;
    text-shadow: 0px -1px 0px #cbcbcb, 0px 0px 0px #cbcbcb, 1px 0px 0px #cbcbcb, 0px 0px 0px #cbcbcb;
}

.menumotopV2 ul.menutopV2Ul li a span{
  display: block;
  height: 20px;
  padding: 0 2px;
  background-color: #eeeeee;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-top: 1px solid #cbcbcb;
  position: relative;
  z-index: 2;
}

.menumotopV2 ul.menutopV2Ul li.active a span,
.menumotopV2 ul.menutopV2Ul li:hover a span {
  color: white;
  background-color: #d41217;
  border-color: #d41217;
}

.menumotopV2 ul.menutopV2Ul li.active a:after,
.menumotopV2 ul.menutopV2Ul li.active a:before,
.menumotopV2 ul.menutopV2Ul li:hover a:after,
.menumotopV2 ul.menutopV2Ul li:hover a:before{
  color: #d41217;
  text-shadow: 0px -1px 0px #d41217, 0px 0px 0px #d41217, 0px 0px 0px #d41217, 0px 0px 0px #d41217;
  z-index: 5;
}
.menumotopV2 ul.menutopV2Ul li.active a:after,
.menumotopV2 ul.menutopV2Ul li:hover a:after{
  text-shadow: 0px -1px 0px #d41217, 0px 0px 0px #d41217, 1px 0px 0px #d41217, 0px 0px 0px #d41217;
}

.menutopalreves .menumotopV2 ul.menutopV2Ul{
  border-bottom: none;
  border-top: 2px solid #d41217;;
}
.menutopalreves .menumotopV2 ul.menutopV2Ul li a:after{
  right: initial;
  left: 1px;
  top: -1px;
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.menutopalreves .menumotopV2 ul.menutopV2Ul li a:before{
  left: initial;
  right: 1px;
  top: -1px;
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.menutopalreves .menumotopV2 ul.menutopV2Ul li a span{
	border-top: none;
  border-bottom: 1px solid #cbcbcb;
}
.motos .col1portadaV2 p.resumen, .menumotopV2 ~ p{
  margin: 0;
  margin-bottom: 25px;
  font-size: 16px;
  line-height: 140%;
  text-align: left;
  font-weight: normal;
}

.motos .col1portadaV2 .texto h2.relacionados,  .membretev2{
  position: relative;
  margin-bottom: 20px;
  margin-top: 30px !important;
}

.motos .col1portadaV2 .texto h2.relacionados span, .membretev2 span{
  height: 30px;
  background-color: #b81116;
  color: white;
  font-size: 16px;
  padding: 1px 10px;
  margin-left: 14px;
  z-index: 3;
  position: relative;
}
.motos .col1portadaV2 .texto h2.relacionados:before, .membretev2:before{
  width: 0;
  height: 0;
  border-top: 0px solid transparent;
  border-bottom: 15px solid transparent;
  border-right: 14px solid #dd4145;
  position: absolute;
  left: 0;
  content: " ";
  bottom: -1px;
}

.motos .col1portadaV2 .texto h2.relacionados:after, .membretev2:after{
  position: absolute;
  height: 25px;
  left: 0;
  right: 0;
  top: -14px;
  z-index: 2;
  background-color: #d41217;
  content: " ";
}


.pruebas .fotogrande,
.fotos-categoria1 .fotoampliada{
  position: relative;
  text-align: center;
  width: auto;
}

.pruebas .fotogrande .bannergrande,
.fotos-categoria1 .fotoampliada .bannergrande{
  position: absolute;
  left: 0;
  top: calc(50% - 150px);

  border-radius: 0 10px 10px 0;
  background-color: white;

  padding: 10px 5px;

  z-index: 9;
}

.pruebas .fotogrande .bannergrande > div,
.fotos-categoria1 .fotoampliada .bannergrande > div{
  border-radius: 50%;
  width: 40px;
  height: 40px;

  /*background-color: #00529b;*/
  margin-bottom: 5px;

  /*border: 1px solid white;*/

  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;

  position: relative;
}

.pruebas .fotogrande .bannergrande > div > a,
.fotos-categoria1 .fotoampliada .bannergrande > div > a,
.cuatro-relacionados.pruebas_motos.pruebas_motos_v2 div.bloque_relacionados .bannergrande > div > a{
  border-radius: 50%;
  width: 40px;
  height: 40px;
  padding-top: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid white;
  background: #00529b;
  z-index: 3;
}

.pruebas .fotogrande .bannergrande > div:hover .tooltip{
  display: inline-block;
  width: auto;
  overflow: hidden;
  position: absolute;
  background: #00529b;
  color: white;
}

.pruebas .fotogrande .bannergrande > div .tooltip{
  color: white;
  height: 29px;
  line-height: 29px;
  text-decoration: none;
  width: 0;
  overflow: hidden;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;

  position: absolute;
  left: 80%;
  top: 5px;
  background: #d41217;

  border-radius: 0 2px 2px 0;

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
  text-indent: 15px;
}
.pruebas .fotogrande .bannergrande > div:hover .tooltip{
  width: 100px;
}
.pruebas .fotogrande .bannergrande > div:hover .tooltip.tgrande{
  width: 170px;
}
.pruebas .fotogrande .bannergrande > div .tooltip a,
.fotos-categoria1 .fotoampliada .bannergrande > div .tooltip a{
  color: white;
  position: relative;
}

.pruebas .fotogrande .bannergrande > div .tooltip:after{
  position: absolute;
  content: " ";
  width: 0;
  height: 0;
  top: 8px;
  right: 8px;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 8px solid white;
}

.pruebas .fotogrande .bannergrande > div:nth-child(1) > a,
.pruebas .fotogrande .bannergrande > div:nth-child(1) .tooltip,
.fotos-categoria1 .fotoampliada .bannergrande > div:nth-child(1) > a,
.fotos-categoria1 .fotoampliada .bannergrande > div:nth-child(1) .tooltip,
.cuatro-relacionados.pruebas_motos.pruebas_motos_v2 div.bloque_relacionados .bannergrande > div:nth-child(1)   > a,
.cuatro-relacionados.pruebas_motos.pruebas_motos_v2 div.bloque_relacionados .bannergrande > div:nth-child(1)  .tooltip{
  background-color: #00529b;
}
.pruebas .fotogrande .bannergrande > div:nth-child(2) > a,
.pruebas .fotogrande .bannergrande > div:nth-child(2) .tooltip,
.fotos-categoria1 .fotoampliada .bannergrande > div:nth-child(2) > a,
.fotos-categoria1 .fotoampliada .bannergrande > div:nth-child(2) .tooltip,
.cuatro-relacionados.pruebas_motos.pruebas_motos_v2 div.bloque_relacionados .bannergrande > div:nth-child(2)   > a,
.cuatro-relacionados.pruebas_motos.pruebas_motos_v2 div.bloque_relacionados .bannergrande > div:nth-child(2)  .tooltip{
  background-color: #d38c1b;
}

.pruebas .fotogrande .bannergrande > div:nth-child(3) > a,
.pruebas .fotogrande .bannergrande > div:nth-child(3) .tooltip,
.fotos-categoria1 .fotoampliada .bannergrande > div:nth-child(3) > a,
.fotos-categoria1 .fotoampliada .bannergrande > div:nth-child(3) .tooltip,
.cuatro-relacionados.pruebas_motos.pruebas_motos_v2 div.bloque_relacionados .bannergrande > div:nth-child(3)   > a,
.cuatro-relacionados.pruebas_motos.pruebas_motos_v2 div.bloque_relacionados .bannergrande > div:nth-child(3)  .tooltip{
  background-color: #d41217;
  margin-bottom: 0;
}
.pruebas .fotogrande .bannergrande > div:nth-child(4) > a,
.pruebas .fotogrande .bannergrande > div:nth-child(4) .tooltip,
.fotos-categoria1 .fotoampliada .bannergrande > div:nth-child(4) > a,
.fotos-categoria1 .fotoampliada .bannergrande > div:nth-child(4) .tooltip,
.cuatro-relacionados.pruebas_motos.pruebas_motos_v2 div.bloque_relacionados .bannergrande > div:nth-child(4)   > a,
.cuatro-relacionados.pruebas_motos.pruebas_motos_v2 div.bloque_relacionados .bannergrande > div:nth-child(4)  .tooltip{
  background-color: #A1C537;
  margin-bottom: 0;
  padding-top: 3px;
}

.pruebas .fotogrande .bannergrande img,
.fotos-categoria1 .fotoampliada .bannergrande img
{
  width: auto;
  height: auto;
  display: block;
  margin: auto;
}

.pruebas .fotogrande .verprecio,
.fotos-categoria1 .fotoampliada .verprecio{
  position: absolute;
  top: 20px;
  left: 50px;
  right: 20px;
  bottom: 20px;
  width: auto;
  z-index: 9;
  height: auto;
  background-color: white;
}

.pruebas .fotogrande .verprecio .limit,
.fotos-categoria1 .fotoampliada .verprecio .limit{
  height: auto;
  width: auto;
}
.pruebas .fotogrande .verprecio .bl,
.pruebas .fotogrande .verprecio .br,
.fotos-categoria1 .fotoampliada .verprecio .bl,
.fotos-categoria1 .fotoampliada .verprecio .br{
  margin-bottom: 0;
}
.pruebas .fotogrande .verprecio .bl,
.fotos-categoria1 .fotoampliada .verprecio .bl{
  bottom: 20px;
  left: 20px;
}
.pruebas .fotogrande .verprecio .br,
.fotos-categoria1 .fotoampliada .verprecio .br{
  bottom: 20px;
  right: 20px;
}
.pruebas .fotogrande .verprecio .tr,
.fotos-categoria1 .fotoampliada .verprecio .tr{
  top: 20px;
  right: 20px;
}
.pruebas .fotogrande .verprecio .tl,
.fotos-categoria1 .fotoampliada .verprecio .tl{
  top: 20px;
  left: 20px;
}
.pruebas .fotogrande .verprecio .close,
.fotos-categoria1 .fotoampliada .verprecio .close{
  top: 50px;
  right: 50px;
}

.fotos-categoria1 .fotoampliada .bannergrande{
  position: absolute;
  left: calc(50% - 80px);
  top: 0;
  border-radius: 0 0px 10px 10px;
  background-color: white;
  padding: 5px 10px;
  z-index: 9;


  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;

  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;

  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
}

.fotos-categoria1 .fotoampliada .bannergrande > div{
  margin-bottom: 0;
  margin-right: 5px;

  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.fotos-categoria1 .fotoampliada .bannergrande > div:last-child{
  margin-right: 0;
}


.fotos-categoria1 .fotoampliada .bannergrande > div .tooltip{
  position: absolute;
  top: 120%;
  width: 100px;
  left: -34px;
  padding: 2px 5px;
  display: none;
}
.fotos-categoria1 .fotoampliada .bannergrande > div:hover .tooltip{
  display: block;
  border-radius: 3px;
}
.fotos-categoria1 .fotoampliada .bannergrande > div:hover .tooltip:after{
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #88b7d5;
  border-width: 5px;
  margin-left: -5px;
}


.cuatro-relacionados.pruebas_motos.pruebas_motos_v2 div.bloque_relacionados .bannergrande > div:hover .tooltip:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-top-color: #88b7d5;
  border-width: 4px;
  margin-left: -4px;
}

.cuatro-relacionados.pruebas_motos.pruebas_motos_v2 div.bloque_relacionados .bannergrande > div:nth-child(1) .tooltip:after{

  border-top-color: #00529b;
}
.cuatro-relacionados.pruebas_motos.pruebas_motos_v2 div.bloque_relacionados .bannergrande > div:nth-child(2) .tooltip:after{

  border-top-color: #d38c1b;
}
.cuatro-relacionados.pruebas_motos.pruebas_motos_v2 div.bloque_relacionados .bannergrande > div:nth-child(3) .tooltip:after{
  border-top-color: #d41217;
}

.fotos-categoria1 .fotoampliada .bannergrande > div:nth-child(1) .tooltip:after{
  border-bottom-color: #00529b;
}
.fotos-categoria1 .fotoampliada .bannergrande > div:nth-child(2) .tooltip:after{
  border-bottom-color: #d38c1b;
}
.fotos-categoria1 .fotoampliada .bannergrande > div:nth-child(3) .tooltip:after{
  border-bottom-color: #d41217;
}

.fotos-categoria1 .fotoampliada .verprecio{
  top: 64px;
  left: 20px;
  right: 20px;
}

.video-wrapper-v2.fotogrande{
  width: 100%;
  background-color: #383838;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px;
}

.cuatro-relacionados.pruebas_motos.pruebas_motos_v2{
  overflow: visible;
}

.cuatro-relacionados.pruebas_motos.pruebas_motos_v2 div.bloque_relacionados{
  height: auto;
  max-height: initial;
  width: auto;
  padding: 0;
  min-height: initial;
  max-width: initial;
  display: inline-block;
  box-sizing: border-box;
  padding: 5px;
  position: relative;
  border-bottom: 6px solid white;

  width: 24%;

  background: white;

/*  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;*/

  border: 1px solid white;
  border-right: 1px dotted #333;
  border-bottom: 6px solid white;

}

.cuatro-relacionados.pruebas_motos.pruebas_motos_v2 div.bloque_relacionados a img{
  max-width: 100%;
}
.cuatro-relacionados.pruebas_motos.pruebas_motos_v2 div.bloque_relacionados:hover{
  border: 1px solid #d41217 !important;
  border-bottom: 6px solid #d41217 !important;
}
.cuatro-relacionados.pruebas_motos.pruebas_motos_v2 div.bloque_relacionados:hover:before{
  position: absolute;
  top: -3px;
  content: " ";
  left: 8px;
  right: 8px;
  background-color: white;
  height: 3px;
}

.cuatro-relacionados.pruebas_motos.pruebas_motos_v2 div.bloque_relacionados .bannergrande{
  /*position: absolute;*/
  /*left: calc(50% - 80px);*/
  /*top: 100%;*/
  background-color: white;
  padding: 5px 10px;
  z-index: 10000000;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;

  flex-wrap: wrap;

  text-align: center;
  position: relative;
}

.cuatro-relacionados.pruebas_motos div.bloque_relacionados .bannergrande:before{
  position: absolute;
  top: -4px;
  left: 20px;
  right: 20px;
  content: " ";
  height: 1px;
  border-bottom: 1px dotted #9b9b9b;
}

.cuatro-relacionados.pruebas_motos.pruebas_motos_v2 div.bloque_relacionados .bannergrande .tooltip{
  position: absolute;
  bottom: 120%;
  width: 100px;
  left: -30px;
  padding: 2px 5px;
  display: none;
  color: white;
}

.cuatro-relacionados.pruebas_motos.pruebas_motos_v2 div.bloque_relacionados .bannergrande > div:nth-child(3)  .tooltip,
.cuatro-relacionados.pruebas_motos.pruebas_motos_v2 div.bloque_relacionados .bannergrande > div:nth-child(4)  .tooltip
{
  top: 110%;
  bottom: initial;
}

.fotos-categoria1 .fotoampliada .bannergrande > div:nth-child(4) .tooltip:after{

  border-bottom-color: #dcdb22;
}


.cuatro-relacionados.pruebas_motos.pruebas_motos_v2 div.bloque_relacionados .bannergrande > div:nth-child(4)  .tooltip:after
{
  border-bottom-color: #dcdb22;
  border-top-color: transparent;
  top: -20%;
}

.cuatro-relacionados.pruebas_motos.pruebas_motos_v2 div.bloque_relacionados .bannergrande > div:nth-child(3)  .tooltip:after{
  top: -37%;
  border-bottom-color: #d41217;
  border-top-color: transparent;
}

.cuatro-relacionados.pruebas_motos.pruebas_motos_v2 div.bloque_relacionados .bannergrande .tooltip a{
  color: white;
  font-size: 12px;
}

.cuatro-relacionados.pruebas_motos.pruebas_motos_v2 .contenedor_relacionados{
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;

  padding: 10px;
  box-sizing: border-box;

  background: white;
  border: none;
  /*display: table;*/
  margin-bottom: 1em;
}

.cuatro-relacionados.pruebas_motos.pruebas_motos_v2 div.bloque_relacionados .bannergrande > div:hover .tooltip {
    display: block;
    border-radius: 3px;
}

.equipamiento-item .tooltip2,
.cuatro-relacionados.pruebas_motos.pruebas_motos_v2 div.bloque_relacionados .bannergrande > div .tooltip2 {
  position: absolute;
  top: 160%;
  display: none;
  left: -105px;
  width: 250px;
  height: 195px;
  background-color: white;
  border: 7px solid #f0f0f0;
  border-radius: 20px;
  padding: 10px;

  -webkit-box-shadow: 0px 0px 34px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 34px 0px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 34px 0px rgba(0,0,0,0.75);

  padding-top: 25px;
}
.equipamiento-item .tooltip2{
  z-index: 100;
  top: 194%;
  left: -129px;
}
.equipamiento-item .tooltip2 *,
.cuatro-relacionados.pruebas_motos.pruebas_motos_v2 div.bloque_relacionados .bannergrande > div .tooltip2 *{
  margin-bottom: 5px;
  border: none;
}
.equipamiento-item .tooltip2 .price,
.cuatro-relacionados.pruebas_motos.pruebas_motos_v2 div.bloque_relacionados .bannergrande > div .tooltip2 .price{
  font-size: 34px;
  line-height: 34px;
  height: 1em;
}
.equipamiento-item .tooltip2:after,
.cuatro-relacionados.pruebas_motos.pruebas_motos_v2 div.bloque_relacionados .bannergrande > div .tooltip2:after {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #ffffff;
  border-width: 30px;
  margin-left: -30px;
}

.cuatro-relacionados.pruebas_motos.pruebas_motos_v2 div.bloque_relacionados .bannergrande > div:hover .tooltip2 {
  /*display: block;*/
}

.cuatro-relacionados.pruebas_motos.pruebas_motos_v2 div.bloque_relacionados .bannergrande > div {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin-bottom: 5px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}

.cuatro-relacionados.pruebas_motos.pruebas_motos_v2 div.bloque_relacionados:last-child{
  border-color: white;
}
.cuatro-relacionados.pruebas_motos.pruebas_motos_v2 div.bloque_relacionados .bannergrande > div > a{
  padding-left: 0;
}
.cuatro-relacionados.pruebas_motos div.bloque_relacionados a span.title {
    min-height: 8em;
}

.motos .comentario{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  margin-bottom: 0;
}
.motos .opiniones-box{
  overflow: hidden;
}
.motos .opiniones-box .comentario:first-child{
  border-top: none;
}

.motos .comentario > .opinion-img{
  float: left;
  padding: 10px;
  padding-top: 0;
  border-right: 1px dotted black;
}
.motos .comentario > .opinion{
  display: inline-block;
  padding: 10px;

}
.motos .comentario > .opinion .firma,
.motos .comentario > .opinion .texto,
.motos .comentario > .opinion .texto p{
  float: none;
  width: 100%;
  padding: 0;
}
.motos .comentario > .opinion .texto{
  margin-top: 10px;
}

.galeria.videos li a,
.galeria.fotos li a{
  position: relative;
}
.poster{
  cursor: pointer;
}
.poster img{
  margin-bottom: 0;
}

.galeria.videos li a:before{
  content: "\f04b";
  position: absolute;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  font-size: 50px;
  color: red;
  border: 10px solid rgba(255, 255, 255, .6);
  background-color: rgba(255, 255, 255, .6);
  padding: 15px 30px;
  border-radius: 15px;

    border-width: 5px;
  border-radius: 5px;
  font-size: 9px;
  padding: 4.5px 8px;
  top: calc(50% - 10px);
  left: calc(50% - 16px);
}
.poster:before{
  content: "\f04b";
  position: absolute;
  top: calc(50% - 60px);
  left: calc(50% - 60px);
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  font-size: 50px;
  color: red;
  border: 10px solid rgba(255, 255, 255, .6);
  background-color: rgba(255, 255, 255, .6);
  padding: 15px 30px;
  border-radius: 15px;
}
.videos-de-motos .relacionado .minivideoIco{
  float: left;
}
.minivideoIco{
  position: relative;
}
.minivideoIco:after{
  content: "\f04b";
  position: absolute;
  top: calc(50% - 60px);
  left: calc(50% - 60px);
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  color: red;
  border: 10px solid rgba(255, 255, 255, .6);
  background-color: rgba(255, 255, 255, .6);
  font-size: 10px;
  padding: 5px 10px;
  border-radius: 7px;
  top: calc(50% - 20px);
  left: calc(50% - 40px);
}
.videos-de-motos .relacionado .minivideoIco{
  float: left;
}
.videos-de-motos .relacionado .minivideoIco:after{
  font-size: 10px;
  padding: 5px 10px;
  border-radius: 7px;
  top: calc(50% - 15px);
  left: calc(50% - 30px);
  border: 5px solid rgba(255, 255, 255, .6);
}

.mas.vertodassup, .mas.vertodassupboton{
  float: right;
  margin-top: -55px;
  z-index: 1000;
  color: white;
  font-size: 12px;
  margin-right: 10px;
}
.mas.vertodassup:before, .mas.vertodassup:after,
.mas.vertodassupboton:before, .mas.vertodassupboton:after{
  content: "";
}
.mas.vertodassupboton{
  margin-top: 0;
  background-color: #d41217;
  padding: 3px 6px;

}
.mas.vertodassup:after,
.mas.vertodassupboton:after{
  margin-left: 5px;
  color: white;
  content: "\f101";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fichas-listado-v2 .img .carnet, .foto400 .carnet{
  position: relative;
  width: 44px;
  height: 51px;
  background: transparent url(//src.soymotero.net/img/carnetsPequeno.png) top left no-repeat;
  position: absolute;
  z-index: 3;
  right: 10px;
  top: 10px;
}
.fichas-listado-v2 .img .carnet.a1-b, .foto400 .carnet.a1-b{
  background-position-x: 0px;
}
.fichas-listado-v2 .img .carnet.am, .foto400 .carnet.am{
  background-position-x: -230px;
}
.fichas-listado-v2 .img .carnet.a2, .foto400 .carnet.a2{
  background-position-x: -76px;
}
.fichas-listado-v2 .img .carnet.a, .foto400 .carnet.a{
  background-position-x: -153px;
}

.fichas-listado-v2 .img .descatalogado,
.motos .col1portadaV2 .texto #foto .foto400 .descatalogado,
.equipamiento .col1portadaV2 .texto #foto .foto400 .descatalogado{
  position: absolute;
  color: white;
  text-align: center;
  padding: 5px 0;
  text-indent: 64px;
  font-size: 12px;
  background: #d41217;
  top: 60px;
  left: -180px;
  right: 0;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.motos .col1portadaV2 .texto #foto .foto400 .descatalogado,
.equipamiento .col1portadaV2 .texto #foto .foto400 .descatalogado{
  top: 40px;
  left: -290px;
  text-indent: 0;
}


.fichas-listado-v2 .img .descatalogado:before,
.motos .col1portadaV2 .texto #foto .foto400 .descatalogado:before,
.equipamiento .col1portadaV2 .texto #foto .foto400 .descatalogado:before{
  width: 0;
  height: 0;
  border-top: 0px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid #1e2e2e;
  position: absolute;
  left: 152px;
  content: " ";
  bottom: -8px;
}
.motos .col1portadaV2 .texto #foto .foto400 .descatalogado:before,
.equipamiento .col1portadaV2 .texto #foto .foto400 .descatalogado:before{
  left: 252px;
}
.fichas-listado-v2 .img .descatalogado:after,
.motos .col1portadaV2 .texto #foto .foto400 .descatalogado:after,
.equipamiento .col1portadaV2 .texto #foto .foto400 .descatalogado:after{
  width: 0;
  height: 0;
  border-right: 0px solid transparent;
  border-left: 8px solid transparent;
  border-top: 8px solid #1e2e2e;
  position: absolute;
  right: 91px;
  content: " ";
  bottom: -8px;
}
.motos .col1portadaV2 .texto #foto .foto400 .descatalogado:after,
.equipamiento .col1portadaV2 .texto #foto .foto400 .descatalogado:after{
  right: 258px;
}

div.membretev3{
  background-color: #d41217;
  color: white;
  height: 28px;
  padding: 0 10px;
  font-size: 16px;
  margin: 0;
  line-height: 28px;
  display: inline-block;
  position: relative;
  border-top-left-radius: 5px;
}
div.membretev3 i{
  margin-right: 10px;
}


div.membretev3:before{
  width: 0;
  height: 0;
  border-top: 0px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 5px solid #c91216;
  position: absolute;
  left: 0;
  content: " ";
  bottom: -5px;
}

div.membretev3:after{
  width: 0;
  height: 0;
  border-top: 28px solid transparent;
  border-bottom: 0px solid transparent;
  border-left: 28px solid #d41217;
  position: absolute;
  left: 100%;
  content: " ";
  bottom: 0px;
}

.valoracion_final{
  margin: 20px 0;
}

.valoracion_final_body{
  margin-left: 5px;
  margin-top: -1px;
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #cfcece;
}
.valoracion_final_body .valoracion_content{
  display: inline-block;
  width: 62%;
  font-size: 14px;
  vertical-align: top;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.valoracion_final_body .valoracion_content > p{
  font-size: 14px;
}
.valoracion_final_body .valoracion_mejor{
  display: inline-block;
  vertical-align: top;
  width: 38%;
  padding-left: 20px;
  border-left: 1px dotted #cfcece;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.valoracion_final_body .valoracion_mejor .mejor:first-child{
  margin-bottom: 20px;
}

.valoracion_final_body .valoracion_mejor .mejor div,
.valoracion_final_body .valoracion_mejor .peor div{
  margin-bottom: 5px
}
.valoracion_final_body .valoracion_mejor .mejor div:last-child,
.valoracion_final_body .valoracion_mejor .peor div:last-child{
  margin-bottom: 0;
}
.valoracion_final_body .valoracion_mejor .mejor div span,
.valoracion_final_body .valoracion_mejor .peor div span{
  color: black;
}

.valoracion_final_body .valoracion_mejor .mejor div i,
.valoracion_final_body .valoracion_mejor .peor div i{
  margin-right: 10px;
}
.valoracion_final_body .valoracion_mejor .mejor div i,
.valoracion_final_body .valoracion_mejor .mejor > div:first-child,
.valoracion_final_body .valoracion_mejor .peor div i,
.valoracion_final_body .valoracion_mejor .peor > div:first-child{
  color: #3ac120;
}
.valoracion_final_body .valoracion_mejor .mejor > div:first-child,
.valoracion_final_body .valoracion_mejor .peor > div:first-child{
  font-weight: bold;
}

.valoracion_final_body .valoracion_mejor .mejor > div:first-child i,
.valoracion_final_body .valoracion_mejor .peor > div:first-child i{
  font-size: 20px;
}

.valoracion_final_body .valoracion_mejor .peor div i,
.valoracion_final_body .valoracion_mejor .peor > div:first-child{
  color: #d41217;
}

.valoracion_final_body.has_user h2{
  margin: 0;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  font: normal 16px 'Open Sans',Verdana,sans-serif;
}
.valoracion_final_body.has_user p{
  font-size: 14px;
}
.valoracion_final_body.has_user{
  padding-left: 90px;

  -webkit-box-shadow: 0px 1px 0px 0px #e10a0f;
  -moz-box-shadow: 0px 1px 0px 0px #e10a0f;
  box-shadow: 0px 1px 0px 0px #e10a0f;

background-position:13px 29px;
}

body.custom-cafe{
  background-attachment: fixed;
}

.voto .voto-estrellas{
  display: inline-block;
  unicode-bidi: bidi-override;
  direction: rtl;
}


.voto .voto-estrellas i{
  color: #d41217;
  font-size: 13px;
  padding-right: 3px;
}

.voto .voto-estrellas i:hover,
.voto .voto-estrellas i.active{
  cursor: pointer;
  color: #d41217;
}
.voto .voto-estrellas i.fa-star,
.voto .voto-estrellas:hover i,
.voto .voto-estrellas.active i{
  color: #c0c0c0;
}
.voto .voto-estrellas:hover i:before,
.voto .voto-estrellas.active i:before{
  content: "\f005";
}
.voto .voto-estrellas i.fa-star-o:hover:before,
.voto .voto-estrellas i:hover ~ i:before,
.voto .voto-estrellas i.fa-star-o.active:before,
.voto .voto-estrellas i.active ~ i:before{
  content: "\f005";
  color: #d41217;
}
.voto .voto-estrellas i.fa-star-o:hover:before,
.voto .voto-estrellas i:hover ~ i:before{
  content: "\f005" !important;
  color: #d41217 !important;
}
.voto .voto-estrellas:hover i{
  color: #c0c0c0 !important;
}
.voto .voto-estrellas:hover i:before{
  content: "\f005" !important;
  color: #c0c0c0 !important;
}
.voto .voto-estrellas i:hover{
  color: #c0c0c0 !important;
}

.voto .voto-estrellas i.fa-star-o.active.fa-star-half-o:before{
  content: "\f123";
}
.legend_icon {
    background: #bbb;
    border-radius: 10px;
    color: white;
    line-height: 14px;
    width: 14px;
    display: inline-block;
    font-size: 75%;
    text-align: center;
}