body { -webkit-font-smoothing: antialiased; }


/* TIPOGRAFIAS */


@font-face {
    font-family: 'DIN Alternate Medium';
    src: url('fonts/dinalternatemedium-webfont.eot');
    src: url('fonts/dinalternatemedium-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/dinalternatemedium-webfont.svg') format('svg'),
         url('fonts/dinalternatemedium-webfont.woff') format('woff'),
         url('fonts/dinalternatemedium-webfont.ttf') format('truetype');  
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'DIN Alternate Regular';
    src: url('fonts/dinalternateregular-webfont.eot');
    src: url('fonts/dinalternateregular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/dinalternateregular-webfont.svg') format('svg'),
         url('fonts/dinalternateregular-webfont.woff') format('woff'),
         url('fonts/dinalternateregular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'DIN Alternate Bold';
    src: url('fonts/dinalternatebold-webfont.eot');
    src: url('fonts/dinalternatebold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/dinalternatebold-webfont.svg') format('svg'),
         url('fonts/dinalternatebold-webfont.woff') format('woff'),
         url('fonts/dinalternatebold-webfont.ttf') format('truetype');
    font-weight: bold;
    font-style: bold;

}

/*

@font-face {
    font-family: 'Roboto';
    src: url('roboto-bold-webfont.eot');
    src: url('roboto-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('roboto-bold-webfont.svg') format('svg'),
         url('roboto-bold-webfont.woff') format('woff'),
         url('roboto-bold-webfont.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;

}




@font-face {
    font-family: 'Roboto';
    src: url('roboto-bolditalic-webfont.eot');
    src: url('roboto-bolditalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('roboto-bolditalic-webfont.svg') format('svg'),
         url('roboto-bolditalic-webfont.woff') format('woff'),
         url('roboto-bolditalic-webfont.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;

}




@font-face {
    font-family: 'Roboto';
    src: url('roboto-italic-webfont.eot');
    src: url('roboto-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('roboto-italic-webfont.svg') format('svg'),
         url('roboto-italic-webfont.woff') format('woff'),
         url('roboto-italic-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;

}




@font-face {
    font-family: 'Roboto';
    src: url('roboto-regular-webfont.eot');
    src: url('roboto-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('roboto-regular-webfont.svg') format('svg'),
         url('roboto-regular-webfont.woff') format('woff'),
         url('roboto-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

*/


html {
    -webkit-font-smoothing: antialiased !important;
    text-rendering: optimizeLegibility !important;
    font-family: 'Roboto', sans-serif;
}


/***********************/
/*                     */
/*      GENERALES      */
/*                     */
/***********************/


.post-navigation {display: none;}

.page-header h1.page-title {
    display: inline-block;
    font-size: 15px;
    text-transform: uppercase;
    color: white;
    background: #e44039;
    padding: 3px 7px;
    font-family: 'DIN Alternate Bold';
    margin-bottom: 25px;
}

.widget {margin: 0 0; }

h2 { 
    color: #e44039;
    font-family: 'DIN Alternate Bold';
    font-size: 21px;
}


/***********************/
/*                     */
/*       HEADER        */
/*                     */
/***********************/

#masthead {background-color: #43B6E5; margin-bottom: 65px; }

#masthead .site-branding{float:left;min-height: 120px;padding-top: 28px;}

#masthead .site-title{width: 177px;float: left;display: block;}
#masthead .site-title a { text-indent: -9999px; display: block; background: url('img/logo.svg') no-repeat; width: 171px; height: 63px; }
#masthead .site-description {
    width: 180px;
    display: inline-block;
    margin-left: 11px;
    color: white;
    margin-top: 21px;
    font-size: 11px;
    font-weight: bold;
    font-family: 'DIN Alternate Bold',sans-serif;
    text-transform: uppercase;
}

input.search-submit {border-radius: 0px; margin-left: 5px !important; }
#masthead .searchbox { text-align: right; margin-top: 45px;}
input.search-field {
    border-radius: 0px;
    border: none;
    padding: 5px;
    padding-top: 4px;
    width: 87%;
    -webkit-appearance: none;
}


#masthead .searchbox, #secondary { width: 33.1%; float: right;}
/*

#masthead .site-description { width: 175px; margin-left: 14px; margin-top: 45px; display:block;}
*/
.main-navigation ul { padding-top: 3px; }

#site-navigation, .footermenu {
	background-color: #024689;
	line-height: 30px;
	color: white;
	font-size: 15px;
	height: 36px;
}


#site-navigation a, .footermenu a,
.main-navigation ul > li {
    color: white;
    font-family: 'DIN Alternate Bold', sans-serif;
    text-transform: uppercase;
    transition: color 0.2s;
}

#site-navigation a:hover, .footermenu a:hover, .main-navigation ul > li:hover {
    color: rgb(213, 213, 213);
}

.main-navigation .nav-menu > li > ul > li { 
    background: #024689;
    padding-left: 16px;
    padding-bottom: 1px;
    margin-top: 4px;
    /* border-top: 1px solid rgb(255, 255, 255); */
    box-shadow: none;
    display: block;
}

.main-navigation ul li > ul { margin-left: -16px;background-color: #024689;margin-top: 9px;padding-bottom: 10px;}

.main-navigation ul li > ul > li {margin-left: 40px !important;}

/*.main-navigation ul li > ul > li:before {
    content:' ';
    border-top: 1px solid white;
    display:block;
}*/

.footer1 a {color:white;font-weight:bold;}
.footer1 a:hover{color:white;text-decoration:underline;}

/* ICONOS SOCIALES */

.ssba, .ssba a {text-align: center;}
.ssba > div {text-align: center!important;}
.ssba_sharecount {margin-right: 15px;margin-left: 2px;}

.ssba_sharecount:before {
border-color: rgba(63, 179, 102, 0);
border-right-color: #43b6e5;
border-width: 6px;
top: 50%;
margin-top: -6px;
}

.ssba_sharecount {
    padding: 5px 11px !important;
    padding-bottom: 4px !important;
    -webkit-border-radius: 0px !important;
    border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    -o-border-radius: 0px !important;
    vertical-align: super!important;
}

.social-header-wrap { float:right; }
.social-header-wrap > div { display:inline-block;margin-left:22px;margin-bottom: 0px; }

.social-header-wrap > div:first-child { margin-left:0px;}




/***********************/
/*                     */
/*      PORTADA        */
/*                     */
/***********************/


/* 404 */

.error404 .img-404 {
    width: 670px;
    height: 232px;
    display: block;
    background: url('img/metro404.png');
    margin: 0 auto;
    background-position: center -53px;
}
.error404 #primary {width:100%;}

.error404 .page-header{text-align: center;}
.error404 .page-title{font-size: 27px!important;background:none!important;color:#e44039!important;text-align: center;border-bottom: 2px solid #e44039;padding-bottom:10px!important;display:block!important;text-transform:initial!important;margin-bottom: 30px!important;}
.error404 .page-content{text-align:center;font-size:14px;}

/* SLIDER */

.royalSlider { width: 100%; height: 350px; margin-bottom: 45px; }

.royalSlider .rsGCaption { 
    width: 70%; 
    background: none !important;
    bottom: 69px;
    left: 37px;
    padding: 0 0;
}

.royalSlider .rsBullets {
    background: none !important; 
    line-height: 1;
    bottom: 22px;
}

.rsDefault .rsBullet.rsNavSelected span { background-color: #e44039; }
.rsDefault .rsBullet span { width: 13px; height: 13px; background: rgba(255,255,255,0.81); }
.rsDefault .rsBullet {width: 15px; height: 14px; }
.rsDefault .rsBullet span { transition: background-color 0.3s; }


.royalSlider .citylist { padding: 0px 0px; background: none;}

.royalSlider .citylist a { 
color: #024689;
font-size: 23px;
background: rgb(255, 255, 255);
background: rgba(255, 255, 255, 0.81);
margin-right: 10px;
padding-top: 4px;
padding-bottom: 4px;
padding-left: 10px;
padding-right: 10px;
display: inline-block;
}


.royalSlider .rsGCaptioninner h2 {
  display: inline-block;
  line-height: 1.4; 
  padding: 2px 0; 
  width: 400px;
  max-width:100%;
  margin: 20px auto;
}

.royalSlider .rsGCaptioninner h2 a{ 
  background: rgb(255, 255, 255);
  font-size: 1.2em;
  font-family: 'DIN Alternate Bold';
  color: #E44039; 
  display: inline;
  padding: 0.45rem 0.90rem;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  -ms-box-decoration-break: clone;
  -ms-box-decoration-break: clone;
  -moz-background-inline-policy: each-box;
}
/*
.royalSlider .rsGCaptioninner h2 a { 
     background: rgb(255, 255, 255);
     background: rgba(255, 255, 255, 0.81);
     padding: 2px 9px;
     color: #e44039;
     line-height: 31px;
     -webkit-box-decoration-break: clone;
     box-decoration-break: clone;
     -ms-box-decoration-break: clone;
     -ms-box-decoration-break: clone;
     -moz-background-inline-policy: each-box;
}
*/
.royalSlider .antetitulo .specialterm a{
    color:#43B6E5;
    background: rgb(255, 255, 255);
    background: rgba(255, 255, 255, 0.81);
    font-family: 'DIN Alternate Bold', sans-serif;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 7px;
    padding-bottom: 4px;
    -webkit-box-decoration-break: clone;  
}



/* SUMMARY (ARCHIVE) */

.summary .thumbnail {background: #f6f6f6;}

/*#primary .summary .thumbnail {min-height: 231px; margin-right: 18px; width: auto !important;}*/

.blockloop .nothumbnail .entry-summary {width: 95%;}

.blockloop .hentry { margin: 0 0 40px; }

.citylist { 
    display: inline-block;
    margin-bottom: 7px;
   
}
.citylist a { 
    font-family: 'DIN Alternate Bold';
    text-decoration: none;
    color: white;
    font-size: 11px;
    padding: 4px 5px;
    padding-top: 5px;
    margin-right: 6px;
    text-transform: uppercase;
    background-color: #024689;
}
    

.summary .entry-title a,
.summary h2.entry-title{ 
    font-family: 'DIN Alternate Bold';
    text-decoration: none;
    color: #e44039;
    font-size: 21px;
    line-height: 1.3;
    display: block;
}

.summary .thumbnail { min-height: 231px; }
.summary .thumbnail-placeholder { background: url('img/placeholderimg.png'); width: 100%; height: 100%; }
.summary .entry-footer {display:none;}
.summary h1.entry-title { width:93%; }

.summary .thumbnail a img { display:block; }
block.summary .thumbnail { width: auto; }

.entry-meta {
    font-size: 12px;
    font-family: 'DIN Alternate Medium';
    margin-top: 7px;
}

.summary .entry-meta {
    font-size: 12px;
}

.entry-meta .cal-icon { 
    background: url('img/sprite.png') -53px -8px;
    width: 14px; height: 14px;
    display: inline-block;
    vertical-align: top;
    margin-right: 4px;
}

.entry-summary {margin: 10px 0 0; }
.entry-summary .end-excerpt { color: #898989; }


/* PAGINADOR */


.pagination {margin-top: 10px; margin-bottom: 10px;}

.page-numbers { 
    display:inline-block;
    text-align: center;
    vertical-align: middle;
    padding: 0 0;
    border: 1px solid #43b6e5; 
    margin-right: 8px;
    min-width: 33px; 
    height: 33px; 
    color: #43b6e5 !important; 
    text-decoration: none; 
    font-size: 17px;
    font-family: 'DIN Alternate Bold'; 
    padding-top: 5px;
    transition: border, color 0.2s;
    margin-bottom: 10px;
}

.page-numbers:hover {border: 1px solid #3B8BAD;color: #43b6e5 !important;}

.page-numbers.current { background: #43b6e5; color: white !important; }
.page-numbers.current:hover { border: 1px solid #43b6e5; background: #43b6e5; color: white !important; }

.page-numbers.next,
.page-numbers.prev { font-size: 13px; width: auto; padding-left: 8px; padding-right: 8px; padding-top: 7px; }


/***********************/
/*                     */
/*      SIDEBAR        */
/*                     */
/***********************/


.widget-title,
.authorbox .titleac,
.yarpp-related .titleac { 
    display: inline-block;
    font-size: 15px;
    text-transform: uppercase;
    color: white;
    background: #e44039;
    padding: 3px 7px;
    /*padding-bottom: 0px;*/
    font-family: 'DIN Alternate Bold';
    margin-bottom: 25px;
}

.widget { margin-bottom: 30px; }

/* WIDGET CIUDADES */

.ciudades-widget ul { list-style: none; width: 100%; margin: 0 0; background: #f6f6f6; margin-bottom: 15px; padding-top: 14px; padding-bottom: 14px;}
.ciudades-widget ul:last-child { margin-bottom: 0px; }
.ciudades-widget .thumbnail { min-height: 0; }
.ciudades-widget article { margin: 0 0; margin-left: 13px; }

.ciudades-widget a.citycat { 
    display: inline-block;
    background: #024689; 
    padding: 3px 5px;
    padding-top: 3px !important;
    padding-bottom: 3px !important;
    margin-left: 13px;
    margin-bottom: 9px;
   /* padding-bottom: 0px !important;*/
}

/*.ciudades-widget .summary .nothumbnail {float: left; width: 59.5%; }*/
.ciudades-widget .summary .thumbnail { margin-right: 0px; }

.ciudades-widget .nothumbnail { padding-right: 13px; }
.ciudades-widget .nothumbnail .entry-title a { font-size: 14px; padding: 0 0; text-transform: initial; background: none !important; }
.ciudades-widget .nothumbnail .posted-on { font-size: 11px; font-family: 'DIN Alternate Medium'; margin: 2px 0; }
.ciudades-widget .nothumbnail .citylist {background: none; margin: 0 0; padding: 0 0; }
.ciudades-widget a.citycatmore { margin-left: 0px; margin-bottom: 1px; font-size: 10px ; padding: 1px 4px; padding-top: 2px; background: #9B9B9B; transition: background 0.2s}
.ciudades-widget a.citycatmore:hover {background: #e44039;}

/* WIDGET SUSCRÍBETE */

.suscribete-widget { background: #f6f6f6;padding-top: 14px; padding-bottom: 14px;}

.suscribete-widget .global-subscribe, .city-subscribe { margin-left: 13px; }

.suscribete-widget .global-subscribe .twitter,
.suscribete-widget .global-subscribe .rss,
.suscribete-widget .global-subscribe .mail,
.suscribete-widget .subscribecity .twitter { display: inline-block; vertical-align: top; color: #333; margin-right: 25px; transition: color 0.1s; }

.suscribete-widget .global-subscribe .twitter:hover,
.suscribete-widget .global-subscribe .rss:hover,
.suscribete-widget .global-subscribe .mail:hover,
.suscribete-widget .subscribecity .twitter:hover {color:#43B6E5;}

.suscribete-widget .subscribecity .cityname { float:left; margin-left: 1px; }
.suscribete-widget .subscribecity .twitter { float:right; width: 57%; text-align: left;}

.suscribete-widget .global-subscribe .twitter:before,
.suscribete-widget .global-subscribe .rss:before,
.suscribete-widget .global-subscribe .mail:before,
.suscribete-widget .subscribecity .twitter:before { 
    display: inline-block;
    display: inline-block;
    content: ' ';
    background: url('img/sprite.png');
    width: 25px;
    height: 20px;
    margin-right: 6px;
}

.suscribete-widget .global-subscribe .twitter:before, .suscribete-widget .subscribecity .twitter:before { background-position: -8px -99px; }
.suscribete-widget .global-subscribe .rss:before { background-position: -61px -99px; }
.suscribete-widget .global-subscribe .mail:before { background-position: -118px -99px; }

.suscribete-widget .global-subscribe .title,
.suscribete-widget .global-subscribe { margin-bottom: 15px; }
.suscribete-widget .subscribecity { margin-top: 12px; }

/* WIDGET LO MÁS LEÍDO */

.widget_top-posts .widgets-list-layout { display: block; background: #f6f6f6;padding-top: 14px; padding-bottom: 14px;}
.widget_top-posts .widgets-list-layout > li { margin-left: 13px; padding-right: 13px; margin-bottom: 11px; }

.widget_top-posts .widgets-list-layout .bump-view { font-family: 'DIN Alternate Bold'; font-size: 13px; color: #e44039; }

.yarpp-related .posted-on {
    font-size: 11px;
    font-family: 'DIN Alternate Medium';
    margin-top: 4px;
}

.widgets-list-layout .widgets-list-layout-blavatar {
	width: 70px !important;
    max-width: 70px !important;
}

.widget_top-posts .widgets-list-layout .posted-on { font-size: 11px; font-family: 'DIN Alternate Medium'; }

.widget_top-posts .widgets-list-layout > li:after { 
    display:block; 
    content: ' '; 
    border-bottom: 1px solid #cdcdcd; 
    height: 11px; 
}

.widget_top-posts .widgets-list-layout > li:last-child:after { 
     border-bottom: 0px; 
     height: 0px;
}

.widget_top-posts .widgets-list-layout > li:last-child { margin-bottom: 0px; }

.widget_top-posts .widgets-list-layout-links {line-height: 16px;}

/* WIDGET HEMEROTECA */

.widget_archive select,
.widget_ecomovilidad-archivociudades select { 
    display: block; 
    border-radius: 0px;
    border-radius: 0px;
    background: #f6f6f6;
    border: 0px;
    width: 100%;
    height: 28px;
    padding-left: 13px;
    background-image: url('img/arrowdown.png');
    background-repeat: no-repeat;
    background-position: 96%;
    -webkit-appearance: none;
}

.widget_ecomovilidad-archivociudades {margin-top: -10px;}

/* WIDGET ESPECIALES */

.specials-widget .specialitem {display: block; margin-bottom: 15px;}
.specials-widget .specialitem img {border: 1px solid #c6c6c6; display:block;}


/* WIDGET TEXTO */ 

#secondary .textwidget {
    background: #f6f6f6;
    margin-bottom: 15px;
    padding-top: 14px;
    padding-bottom: 14px;
    padding-left: 13px;
    padding-right: 13px;
}

/***********************/
/*                     */
/*      SINGLE         */
/*                     */
/***********************/


/* ANTETITULOS */

.single .antetitulo { text-align: center;}

.single .entry-header .specialterm a {color: white;}
.single .entry-header .specialterm {
    display: inline-block;
    background-color: #43B6E5;
    font-family: 'DIN Alternate Bold';
    font-size: 23px;
    text-align: center;
    letter-spacing: -0.35px;
    padding: 2px 25px;
    padding-top: 2px;
    margin-top: 14px;
    margin-bottom: -8px;
}


article .nothumbnail .specialterm a {color: white;}
article .nothumbnail .specialterm {
    display: inline-block;
    background-color: #43B6E5;
    font-family: 'DIN Alternate Bold'; 
    font-size: 14px;
    text-align: left;
    padding: 2px 8px;
    padding-top: 2px;
    margin-bottom: 7px;
    
}

.single .gallery {
    background-color: #f6f6f6 !important;
    margin-bottom: 2.5em !important;
    margin-top: 2.5em !important;
    padding-top: 1em !important;
    padding-bottom: 1em !important;
    text-align: center;
}

.single .gallery-item .wp-caption-text {
    margin: 3px 0;
    padding-right: 5px;
    text-align: center;
    font-size: 12px;
    color: #626262;
    width: 67%;
    display: inline-block;
    line-height: 16px;
}

/* ARTICULO */

.post-navigation { display: none; }

.single .entry-content a { color: #43b6e5; font-weight: bold; }

.single .entry-content a:hover{text-decoration: underline;}

.single main article .entry-title { 
    font-size: 30px; 
    color: #e44039; 
    text-align: center; 
    font-family: 'DIN Alternate Bold'; 
    margin-top: 18px;
    line-height: 1.3;
}

.single .entry-content { 
    margin-top: 14px; 
    font-size: 14px;
    font-variant: normal;
    font-weight: normal;
    line-height: 22.5px;
    letter-spacing: 0.18px;
    color: #464646;
}

.single .entry-header .thumbnail {text-align: center;}

.single .entry-header .thumbnail img {width:100%;}

.single .entry-content h1,
.single .entry-content h2,
.single .entry-content h3,
.single .entry-content h4,
.single .entry-content h5,
.single .entry-content h6 { margin-bottom: 10px; }

.single .entry-footer:before {
    display:block;
    content: ' ';
    border-top: 1px solid #c7c7c7;
    margin-bottom: 30px;
    margin-top: 30px;
}

.single .entry-content p {
}

/*.single .entry-content .aligncenter {margin-bottom: 2.5em;margin-top: 2.5em;}*/

/* IMAGENES Y GALERÍAS */

.wp-caption {
    border: 0px;
    margin-bottom: 2.0em;
    max-width: 100%;
    text-align: right;
    margin-top: 2.0em;
}

.wp-caption .wp-caption-text {
    margin: 5px 0;
    padding-right: 5px;
    text-align: right;
    font-size: 12px;
    color: #626262;
    width: 67%;
    display: inline-block;
    line-height: 16px;
}


/* ICONOS SOCIALES */

.single .entry-meta { text-align: center; width: 80%;margin: 0 auto;margin-top: 12px;}
.single .socialc { text-align: center; margin-top: 20px; }

.single .socialc .facebook,
.single .socialc .twitter,
.single .socialc .plusone { margin: 0px 12px; }

.single .socialc .twitter > iframe {vertical-align: text-bottom !important; }

.single .socialc .plusone > div { vertical-align: text-bottom !important; }

.single .socialcb {margin-top:0px;}

.single .socialct {display:none}

/* RELACIONADOS */

.yarpp-related-none { display: none; }

.yarpp-related:after {
    display:block;
    content: ' ';
    border-top: 1px solid #c7c7c7;
    margin-bottom: 30px;
}

.yarpp-related ol > li h3 {
    font-family: 'DIN Alternate Bold' !important;
    color: #e44039 !important;
    font-size: 13px !important;
    line-height: 15px !important;
    margin-top: 10px !important;
}

.yarpp-related h3 a { color: #e44039; }

.yarpp-related ol {
    list-style: none;
    text-align: center;
    margin: 0 auto;
    width: 88%;
    margin-bottom: 32px;
    display: table;
    text-align: center;
}

.yarpp-related ol > li { 
    list-style: none;
    text-align: center;
    display: inline-block;
    width: 29%;
    border-left: 1px solid #c7c7c7;
    padding-right: 20px;
    padding-left: 20px;
    vertical-align: top;
    display: table-cell;
    padding-top: 12px;
    padding-bottom: 12px;
}
.yarpp-related ol > li:first-child{border-left: 0px;}

/*.yarpp-related ol > li:first-child{margin-left:0px;border-left: 0px;padding-left: 0px;}
.yarpp-related ol > li:last-child{padding-right: 0px;}*/

/* AUTHORBOX */

.authorbox .title a { 
    font-family: 'DIN Alternate Bold'; 
    font-family: 'DIN Alternate Bold'; 
    color: #e44039;
    font-size: 20px;
}

.authorbox .thumbnail { width: 20%; }
.authorbox .thumbnail > img { float:left;margin-bottom: 30px; }

.authorbox .nothumbnail {
    float: left;
    width: 78%;
    margin-left: 19px;
    margin-top: -4px;
}

.authorbox .twitter { font-size: 14px; color: #43b6e5; margin-left: 15px;}
.authorbox .twitter a { color: #43b6e5; }

.authorbox .description {
    font-size: 14px;
    font-variant: normal;
    font-weight: normal;
    line-height: 21.5px;
    letter-spacing: 0.15px;
    color: #464646;
    margin-bottom: 30px;
}

.authorbox:after {
    display:block;
    content: ' ';
    border-top: 1px solid #c7c7c7;
    /*margin-top: 30px;*/
}


/* COMENTARIOS */

.comments-area .comment-reply-title {
    font-family: 'DIN Alternate Bold';
    font-size: 21px;
    color: #e44039;
}

.comments-area .comments-title {display:none;}
.comments-area .comment-list {list-style: none;margin:0 0;}

.comments-area .comment-list li.comment { 
    clear: both;
    display: block;
    float: left;
    margin-bottom: 25px;
}

.comments-area .comment-list .comment-author .fn { 
    vertical-align: top;
    font-family: 'Din Alternate Bold', sans-serif;
    font-size: 14px;
}

.comments-area .comment-list .comment-author .fn > a { 
    vertical-align: top;
    font-family: 'Din Alternate Bold', sans-serif;
    font-size: 14px;
    color: #43b6e5;
}


.comment-form-comment textarea#comment {max-width: 100%; font-family: 'Roboto' sans-serif;color:#353333;}

.comments-area .comment-list .comment-author{display: inline-block;}
.comments-area .comment-list .comment-author .says {display:none;}
.comments-area .comment-list .comment-author > img { width: 45px; height: 45px; margin-right: 15px;}

.comments-area .comment-list .comment-author{display: inline-block;}
.comments-area .comment-list .comment-metadata{
    display: inline-block;
    vertical-align: top; 
    color: #727272;
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
}
.comments-area .comment-list .comment-author a:hover,
.comments-area .comment-list .comment-metadata a:hover {text-decoration: underline;}


.comments-area .comment-list .comment-meta {height: 24px;}

.comments-area .comment-list .comment-meta,
.comments-area .comment-list .comment-content {
    display: block;
    clear: both;
    float:left;
}

.comments-area .comment-list .comment-content {
    margin-left: 63px;
    /*margin-top: -24px;*/
    font-size: 13.4px;
    font-variant: normal;
    font-weight: normal;
    line-height: 19.5px;
    letter-spacing: 0.15px;
    color: #353333;
    float:left;
    vertical-align: top;
}

.comments-area .comment-list .comment-metadata:before,
.comments-area .comment-list .edit-link:before {
    display: inline;
    vertical-align: top;
    content: '·';
    color: #727272;
    font-size: 12px;
    padding: 0 3px;
}
.comments-area .comment-list .comment-metadata a {color: #727272;}

.comments-area .comment-list .reply {
    float: left;
    margin-left: 62px;
    margin-top: -9px;
    vertical-align: top;
    clear:both;
}
.comments-area .comment-list .reply a {color: #727272;font-size: 12px;}
.comments-area .comment-list .reply a:hover {text-decoration: underline;}

.comments-area .comment-list .children .comment {margin-bottom:0px;}

.comments-area .comment-list .children .comment-body {margin-bottom: 20px;clear:both;display: table;}
.comments-area .comment-list .children .comment-body:first-child {margin-top: 20px; margin-bottom: 0px;}

.comments-area #respond .comment-form-comment > label {display:none}
.comments-area #respond .form-allowed-tags,
.comments-area #respond .form-allowed-tags code { font-size: 10px; color: #727272;margin-top: -10px;}

input#submit,
input[type="submit"] {
    background: #9B9B9B;
    border: 0px;
    border-radius: 0px;
    box-shadow: none;
    -webkit-appearance: none;
    text-shadow: none;
    color: white;
    text-transform: uppercase;
    font-family: 'DIN Alternate Bold', sans-serif;
    font-size: 14px;
    padding-top: 7px;
    transition: background 0.3s;
    -webkit-font-smoothing: antialiased;
}

input#submit:hover,
input[type="submit"]:hover{background:#e44039;box-shadow:none;}

.comments-area .comment-subscription-form{display:none;}


.comments-area form#commentform:after {
    content:' ';
    display:block;
    border-top: 1px solid #c7c7c7;
    margin-top: 25px;
    margin-bottom: 25px;
}

.comment-form {
    margin-top: 25px;
    margin-bottom: 25px;
}

.comment-form #comment-form-comment {
    -webkit-box-shadow:none !important;
    box-shadow:none !important;
}

/* GALERÍAS */

figure.gallery-item {
    margin: 1em 1em;
    display: inline-block;
}

.gallery-icon { display: inline-block; }

/***********************/
/*                     */
/*      PÁGINAS        */
/*                     */
/***********************/

body.page #primary {width: 100%;}
body.page #secondary {display: none;}

body.page h1.entry-title {
    font-family: 'DIN Alternate Bold', sans-serif;
    font-size: 33px;
    letter-spacing: -0.8px;
    color: #43B6E5;
    padding-bottom: 1px;
    border-bottom: 2px solid #43B6E5;
}
body.page .entry-content {
    margin-top: 20px;
    font-size: 14px;
    font-variant: normal;
    font-weight: normal;
    line-height: 21.5px;
    letter-spacing: 0.18px;
    color: #464646;
    width:90%;
}

body.page .entry-content h2,
body.page .entry-content h3,
body.page .entry-content h4,
body.page .entry-content h5,
body.page .entry-content h6{margin-bottom: 10px;}

.no-comments {display:none;}
.pingback {display: none;}

body.page .entry-content a {color:#43B6E5;font-weight:bold;}
body.page .entry-content a:hover {text-decoration: underline;}



/* PAGINAS DE AUTOR */

.authorprofile .author-inner-box h1.title {
    display: inline-block;
    font-size: 27px;
    color: #e44039;
    font-family: 'DIN Alternate Bold';
    margin-bottom: 7px;
    letter-spacing: -0.3px;
}

.authorprofile .thumbnail {margin-right: 10px;}


.authorprofile .author-inner-box .nothumbnail {float: left;}

.authorprofile .author-inner-box .description {
    font-size: 14px;
    line-height: 21.5px;
    letter-spacing: 0.18px;
    color: #464646;
}

.authorprofile .tira-de-posts:before {
    display: block;
    content: ' ';
    border-bottom: 1px solid #c7c7c7;
    margin-bottom: 30px;
    margin-top: 30px;
}

.author-widgets {
    width: 100%;
    margin: 0 0;
    background: #f6f6f6;
    margin-bottom: 15px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 30px;
}

.author-widgets .im {padding-left:20px;padding-right:20px;margin-bottom: 10px;}

.author-widgets > div:last-child {margin-bottom: 0px;}

.author-widgets .im a {vertical-align: super;font-size: 14px;color:#404040;transition: 0.1s color;line-height: 21.5px;
letter-spacing: 0.18px;}

.author-widgets .im:hover a {color:#43B6E5;}

.author-widgets .im .icon {
    width:30px;
    height:30px;
    display:inline-block;
    margin-right: 17px;
    vertical-align: bottom;
}

.author-widgets .im.googleplus .icon {
   background-image: url('img/googleplusauthoricon.png');
}

.author-widgets .im.twitter .icon {
    background-image: url('img/twitterauthoricon.png');
}

.author-widgets .im.linkedin .icon {
    background-image: url('img/linkedinauthoricon.png');
}

.author-widgets .im.facebook .icon {
    background-image: url('img/facebookauthoricon.png');
}

.author-widgets .im.rss .icon {
    background-image: url('img/rssauthoricon.png');
}

.author-widgets.authorform form.contact-form {
    padding-left: 20px;
    padding-right: 20px;
}

.authorform form > div {margin-bottom: 10px;!important}

.author-widgets.authorform form.contact-form input,
.author-widgets.authorform form.contact-form textarea{width:100% !important; max-width:100%;border-radius:0px;margin-top: 2px;}

.author-widgets.authorform form.contact-form input[type="submit"]{width:inherit!important;}

/***********************/
/*                     */
/*      FOOTER         */
/*                     */
/***********************/

#colophon .footer2 {
    width: 100%;
    text-align: center;
}

#colophon { 
	background-image: url('img/ecomovilidad-skyline.png');
	background-position: bottom center;
	background-repeat: repeat-x;
}

#colophon .footer2 {min-width: 0px;}

/***********************/
/*                     */
/*  RESPONSIVE 690px   */
/*                     */
/***********************/

@media screen and (max-width: 1140px) {
    #masthead .searchbox{
        width: 36.1%;
    }
    #masthead input.search-field{width:68%;}
    
}
@media screen and (max-width: 690px) {
    
	/* GENERALES */
    
	#primary,
    #secondary {width: 96%; margin: 0 auto; float:none; }
    
    .royalSlider {margin-left: auto; margin-right: auto;}
    
    #secondary {margin-top: 30px; padding-top: 30px; border-top: 2px solid #cdcdcd; }
   
    
    /* HEADER */
    
    #masthead .searchbox {float: none; width: 100%; margin: 0 auto; min-height: 0px; margin-bottom: 20px;}
    #masthead .searchbox .widget { text-align: center; }
    input.search-field { width: 60%; }
    
    .site-description { display: none !important; }
    #masthead .site-branding { float: none; margin: 0 auto; text-align: center; margin: 0 auto;}
    #masthead .site-title{float:none;margin: 0 auto;}
    #masthead .searchbox .widget{margin-top: 10px;}
    .social-header-wrap {display: none;}
    .royalSlider .antetitulo {line-height: 27px;}
    
    /*.main-navigation ul {display: block !important;}*/
    
    /* SLIDER */
    
    .royalSlider {height: 290px;}
    .royalSlider .rsGCaption { 
    	width: 90%;
	left: 5%;
	bottom: 45px; 
	line-height: 32px;
    }
    
    .royalSlider .citylist a {font-size: 18px;}
    .royalSlider .antetitulo .specialterm a {font-size: 18px;}
    .royalSlider .rsGCaptioninner h2 a {font-size: 18px;padding: 7px 9px;}
    
    /* SUMMARY */
    
    #primary .summary .thumbnail { margin-right: 2px;}
    
    #primary .hentry { margin: 0 0 0px; margin-bottom: 40px;}
    #primary .summary h2.entry-title { font-size: 18px; }
    
    #primary .summary .thumbnail { width: 100%; background-color: #E6E6E6; /*min-height: 0px;*/} 
    #primary .summary .thumbnail a img { display: block; margin: 0 auto; }
    
    #primary .summary .nothumbnail { width: 86.5%; float: none; margin: 0 auto; text-align: center; }
    
    #primary .summary .nothumbnail .citylist {margin-top: 12px;margin-bottom: 0px;}
    #primary .summary .nothumbnail .specialterm {margin-top: 12px;margin-bottom: 0px;}
    #primary .summary .nothumbnail .entry-title {padding-top: 7px;}
    
    
    /* COMENTARIOS */
    
    .comments-area .comment-list .comment-metadata { display: block !important; } /*FIX FECHAS COMENTARIOS*/

    .comments-area .comment-list .comment-author {float: left;}

    
    /* PAGINADOR */
    
    .pagination { text-align: center; }
    
    
    
    
    /* WIDGETS */
    
    .widget_new-posts-cities {display: none}
    
    
    /* SINGLE */
    
    
    .yarpp-related {text-align:center;}
    .yarpp-related ol > li {
        width: 85%;
        border-left:0px;
        display:inline-block;
        border-top: 1px solid #c7c7c7;
    }
    .yarpp-related ol > li:first-child {border-top:0px;}
    
    body.page h1.entry-title {text-align:center;}
    
    
    .authorbox {text-align:center;}
    .authorbox .thumbnail {width: 25%; margin: 0 auto;}
    .authorbox .thumbnail > img {float:none;margin-bottom:5px;}
    .authorbox .nothumbnail {float:none;width: 78%;margin: 0px auto;}
    .authorbox .twitter {margin-left:0px;}
    .authorbox .twitter a {display: block;}
    
    
    /* MÁS LEÍDO */
    
    .widgets-list-layout .widgets-list-layout-blavatar {
        float: none !important;
        margin: 0 auto;
        display:block;
    }
    
    .widgets-list-layout-links {
        float: none !important;
        text-align: center;
        margin: 0 auto;
        margin-top: 10px;
    }
    
    
    /* AUTORES */
    .authorprofile .author-inner-box .thumbnail {
        float: none;
        margin: 0 auto;
    }
    
    .authorprofile .author-inner-box h1.title,
    .authorprofile .author-inner-box .nothumbnail{
        margin: 0 auto;
        float: none;
        width: 100%;
        text-align: center;
    }
    
    .authorprofile .author-inner-box .nothumbnail{width:80%}
    
    .tira-de-posts .page-header { text-align: center; }
    
    /* FOOTER */
    
    #colophon .footer2 .widget { display: block;}
    
    .menu-short-container{padding-top: 2px;}

    #colophon .footermenu ul {text-align: center; }
    #colophon .footermenu ul li { display: block; }
    .footermenu ul > li {margin-left: 0px !important;}
    
    .footermenu { height: auto !important;}
    
}

