﻿/*
Theme Name: ICmedianet
Theme URI: http://snglr.es
Description: Tema para wordpress - ICmedianet
Author: Jorge Santoveña
Author URI: http://snglr.es
Version: 1.0
*/
@import url('css/bootstrap.css'); 

/****************************************************/
body {
	font-family: 'Open Sans', sans-serif; 
	color:#666666; 
	font-size: 16px;
	line-height:1.47em;
}
.mt-0 {margin-top:0px!important;}
.mt-5 {margin-top:5px!important;}
.mt-10 {margin-top:10px!important;}
.mt-15 {margin-top:15px!important;}
.mt-20 {margin-top:20px!important;}
.mt-25 {margin-top:25px!important;}
.mt-30 {margin-top:30px!important;}
.mt-35 {margin-top:35px!important;}
.mt-40 {margin-top:40px!important;}
.mt-45 {margin-top:45px!important;}
.mt-50 {margin-top:50px!important;}
.mb-0 {margin-bottom:0px!important;}
.mb-5 {margin-bottom:5px!important;}
.mb-10 {margin-bottom:10px!important;}
.mb-15 {margin-bottom:15px!important;}
.mb-20 {margin-bottom:20px!important;}
.mb-25 {margin-bottom:25px!important;}
.mb-30 {margin-bottom:30px!important;}
.mb-35 {margin-bottom:35px!important;}
.mb-40 {margin-bottom:40px!important;}
.mb-45 {margin-bottom:45px!important;}
.mb-50 {margin-bottom:50px!important;}

h2, h3, h4 { font-weight:bold;}

.fa-15x {
    font-size: 1.5em;
}

.fa-6x {
    font-size: 6em!important;
}

img.center { display:table; margin:auto;}

.content {
    padding: 0 0 50px;
}

.home .content {
    padding: 20px 0 0;
}

.breadcrumb {
    background: transparent;
    border-bottom: 1px solid #cbcbcb;
    font-size: 13px;
	margin-bottom: 30px;
}

img { max-width:100%; height:auto;}

.breadcrumb a { color:#666;}

section { 
	position:relative;
	width:100%;
	float:left;
}

.home hr {
    margin-top: 30px;
    margin-bottom: 30px;
    border: 0;
    border-top: 3px solid #49b144;
}

h1, h2, h3 {
	color:#49b144;
}

h2.title-section {
    margin: 0 0 25px;
	font-size: 24px;
}

a {color:#49b144;}
a:hover, a:focus {
    text-decoration: none;
    color: #999;
}

img.alignleft {
    float: left;
    margin: 0 20px 10px 0;
}
img.alignright {
    float: right;
    margin: 0 0 10px 20px;
}

/***************************/
/* Header / Menu Principal */
/***************************/

.header-wrapper {
	background:#fff;
	max-height: 500px;
    height: auto;
    -webkit-transition: max-height 500ms ease-out;
    -moz-transition: max-height 500ms ease-out;
    -o-transition: max-height 500ms ease-out;
    transition: max-height 500ms ease-out;
	overflow: hidden;
}

.navbar-default {
    border: 0;
    border-radius: 0;
    margin: 0;
    width: 100%;
    z-index: 10;
    background: transparent;
	z-index:103;
	top: 0;
}
.home .navbar-default {
	margin:0;
}

.logos-header div {
    padding: 0;
    display: table;
    height: 90px;
}

.logos-header div a {
    display: table-cell;
    vertical-align: middle;
    padding: 0 5px;
}

.menu-bar {
    background: #49b144;
    color: #fff;
	-webkit-transition: background 500ms ease-out;
    -moz-transition: background 500ms ease-out;
    -o-transition: background 500ms ease-out;
    transition: background 500ms ease-out;
	width: 100%;
}

.menu-bar.affix {
	top:0;
}

a.brand {
    display: block;
    width: auto;
    float: left;
    margin-right: 25px;
}


.navbar form#searchform {
    width: auto;
    float: right;
    margin: 30px 0 10px 15px;
	position: relative;
    -webkit-transition: margin 500ms ease-out;
    -moz-transition: margin 500ms ease-out;
    -o-transition: margin 500ms ease-out;
    transition: margin 500ms ease-out;
}

.navbar form#searchform label {
    display: none;
}

.navbar form#searchform input#s {
    border: 1px solid #49b144;
    color: #666;
    padding: 3px 30px 3px 5px;
    float: right;
    margin-bottom: 0;
    font-size: 13px;
}

.navbar input#searchsubmit {
    font-size: 0px;
    border: 0;
    position: absolute;
    top: 5px;
    background: transparent url(img/search.png) no-repeat center center;
    width: 20px;
    right: 6px;
    float: right;
    padding: 0;
    height: 20px;
}

.navbar-default.affix form#searchform {
	margin: 15px 0 0 15px;
    -webkit-transition: margin 500ms ease-out;
    -moz-transition: margin 500ms ease-out;
    -o-transition: margin 500ms ease-out;
    transition: margin 500ms ease-out;
}

ul.social-links {
    padding: 0;
    list-style: none;
    float: right;
    margin: 32px 0 0 7px;
}

ul.social-links li {
    float: left;
    font-size: 20px;
    margin-left: 4px;
}

ul.social-links li a {
    border-radius: 50%;
    border: 2px solid;
    padding: 0;
    width: 28px;
    text-align: center;
    line-height: 24px;
    display: block;
}

ul.social-links li a:hover { color:#999;}

.navbar-default.affix  ul.social-links { 
	margin: 15px 0 0 15px;
    -webkit-transition: margin 500ms ease-out;
    -moz-transition: margin 500ms ease-out;
    -o-transition: margin 500ms ease-out;
    transition: margin 500ms ease-out;
}

/* Menu Principal */

.menu-bar #menu .menu {
    padding: 0;
    list-style: none;
	margin:0;
}

.menu-bar #menu .menu li {
    width: auto;
    float: left;
	font-size: 15px;
    padding: 10px;
}


.menu-bar #menu .menu li a {
    color: #fff;
}


.menu-bar #menu .menu li a:hover,
.menu-bar #menu .menu li.current-menu-item a {
    color: #5d5d5d;
	text-decoration:none;
}

.menu-bar #menu .menu ul.sub-menu {
    height: 0;
    opacity: 0;
    position: absolute;
    max-height: 0;
	overflow:hidden;
    -webkit-transition: all 500ms ease-out;
    -moz-transition: all 500ms ease-out;
    -o-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
}

.menu-bar #menu .menu li:hover ul.sub-menu  {
    height: auto;
    opacity: 1;
    position: absolute;
    max-height: 500px;
	overflow:visible;
    -webkit-transition: all 500ms ease-out;
    -moz-transition: all 500ms ease-out;
    -o-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
}

.menu-bar #menu .menu ul.sub-menu {
	list-style:none;
	padding:10px 15px;
	background:#eee;
	top:43px;
	max-width:230px;
	
}

.menu-bar #menu .menu ul.sub-menu li {
    width: 100%;
    float: left;
	margin-bottom:5px;
	padding: 0;
	padding-bottom:5px;
	border-bottom:1px solid #ddd;
}
.menu-bar #menu .menu ul.sub-menu li:last-child {
	border:0; 
	margin-bottom:0;
	padding-bottom:0;
}
.menu-bar #menu .menu ul.sub-menu li a { color:#49b144;	padding-bottom:5px;}
.menu-bar #menu .menu ul.sub-menu li a:hover { color:#333;}

.menu-bar #menu .menu ul.sub-menu:before {
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #eee;
    margin-top: -20px;
    position: absolute;
}

.menu-bar #menu .menu li ul.sub-menu ul.sub-menu {
    position: relative;
    color: #49b144;
    list-style: square;
    padding-left: 25px;
    top: auto;
}

.menu-bar #menu .menu li ul.sub-menu ul.sub-menu li {
    font-size: 14px;
}

.menu-bar #menu .menu li ul.sub-menu ul.sub-menu:before { display:none;}


ul#menu-idiomas {
    width: auto;
    list-style: none;
    margin: 0;
    float: right;
    margin-top: 10px;
}

ul#menu-idiomas li {
    width: auto;
    float: left;
}

ul#menu-idiomas li img {
    height: 16px;
    margin-right: 10px;
}

ul#menu-idiomas li a {
    color: #fff;
}

ul#menu-idiomas li:last-child {
    border-left: 1px solid #fff;
    padding-left: 10px;
}

img.logos-header {
    float: right;
    margin-top: 25px;
	height:auto;
    -webkit-transition: height 500ms ease-out;
    -moz-transition: height 500ms ease-out;
    -o-transition: height 500ms ease-out;
    transition: height 500ms ease-out;
}

.affix.menu-bar {
	-webkit-transition: background 500ms ease-out;
    -moz-transition: background 500ms ease-out;
    -o-transition: background 500ms ease-out;
    transition: background 500ms ease-out;
	background: rgba(73,177,68,0.8);
}

.navbar-default.affix .header-wrapper {
    height: 0px;
    -webkit-transition: max-height 500ms ease-out;
    -moz-transition: max-height 500ms ease-out;
    -o-transition: max-height 500ms ease-out;
    transition: max-height 500ms ease-out;
	max-height: 0;
}


/* Content */


.header-page {
    border-bottom: 13px solid #dfe5e3;
    padding-bottom: 25px;
    margin-bottom: 25px;
	padding-top: 25px;
}


/* CAROUSEL */

.carousel {
  overflow: hidden;
  width: 100%;
  padding-top:0;
}
.carousel .item {
    height: 410px;
	background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.carousel .item,.carousel .item.active{  margin-bottom:0;}
.carousel-control { top:50%; z-index: 10;}
.carousel-control span { position:absolute; top:50%; margin-top: -40px;}
.carousel-indicators { bottom:5%; position:absolute; top:inherit; right:inherit; text-align:center; float:none;}
.carousel-indicators li {
    width: 20px;
    height: 20px;
    border-radius: 10px;
    cursor: pointer;
    margin: 0 3px;
    background: #fff;
	border:0;
}

.carousel-indicators .active {
    width: 20px;
    height: 20px;
    margin: 0 3px;
    background-color: #97aaa6;
}
.carousel-control.left,
.carousel-control.right { background:none;}


.carousel.fade {
	opacity: 1;
}

.carousel.fade .item {
	-moz-transition: opacity ease-in-out .7s;
	-o-transition: opacity ease-in-out .7s;
	-webkit-transition: opacity ease-in-out .7s;
	transition: opacity ease-in-out .7s;
	right: 0 !important;
	opacity: 0;
	top:0;
	position:absolute;
	width: 100%;
	display:block !important;
	z-index:1;
	background-position: left;
}
.carousel.fade .item:first-child {
	top:auto;
	position:relative;
}
.carousel.fade .item.active {
	opacity: 1;
	-moz-transition: opacity ease-in-out .7s;
	-o-transition: opacity ease-in-out .7s;
	-webkit-transition: opacity ease-in-out .7s;
	transition: opacity ease-in-out .7s;
	z-index:2;
}

.carousel.fade  .item .container {
	background-position:left center;
	height:100%;
	background-repeat:no-repeat;
	background-size:auto 100%;
	position: relative;
}

.carousel-caption {
    right: 0;
    left: auto;
    top: 22%;
    width: 100%;
}

.carousel-caption h1,
.carousel-caption h2 {
    text-align: left;
    font-size: 46px;
    font-weight: 100;
    text-shadow: none;
    margin: 0;
}
.carousel-caption h2 {
    font-size: 28px;
}

.carousel-caption .btn-slider {
    background: #ff6634;
    border-radius: 0;
    color: #fff;
    font-weight: bold;
    padding: 10px;
    font-size: 18px;
    width: 260px;
    margin: 30px auto;
	border:1px solid #ff6634;
}

.carousel-caption .btn-slider:hover {
    color: #ff6634;
    background: #fff;
}



/* Home */

.bloque-noticia.principal-home {
    height: 431px;
    width: 50%;
	float: left;
}

.bloque-noticia.principal-home .contenido-noticia,
.otras-nocias-home .contenido-noticia {
    background: linear-gradient(to bottom, transparent 50%, rgba(0,0,0,0.5) 80%);
    height: 100%;
	padding: 25px;
}
.otras-nocias-home .contenido-noticia {
    background: linear-gradient(to bottom, transparent 0%, rgba(0,0,0,0.5) 80%);
}


.bloque-noticia.principal-home .contenido-noticia h2.titulo-noticia  {
    bottom: 0;
    position: absolute;
    width: 100%;
    font-size: 25px;
    padding: 15px 25px 25px 0;
    margin-bottom: 0;
}

.otras-nocias-home .contenido-noticia h4.titulo-noticia {
    bottom: 0;
    position: absolute;
    width: 100%;
    padding: 15px 45px 25px 0;
    margin-bottom: 0;
    font-size: 16px;
}


.bloque-noticia {
    height: 330px;
    display: block;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.contenido-noticia {
    background: rgba(73,177,68,0.9);
    color: #fff;
    padding:15px;
    bottom: 0;
    position: absolute;
	width: 100%;
}

.bloque-noticia.tendencias .contenido-noticia {
    width: 40%;
    height: 100%;
    right: 0;
}

.contenido-noticia p {
    font-size: 14px;
    margin-bottom: 0;
}

.contenido-noticia h4.titulo-noticia {
    margin: 0 0 8px;
}

.contenido-noticia h4.titulo-noticia a,
.bloque-noticia.principal-home .contenido-noticia h2.titulo-noticia a { color:#fff;}


.otras-nocias-home {
    width: 50%;
    float: left;
}

.row.wrapper-noticias {
    margin-left: 0;
    margin-right: 0;
	padding-left:3px;
}

.inner-noticia {
    padding: 0 3px 3px 0;
}

.otras-nocias-home .bloque-noticia {
    height: 214px;
}

nav.unslider-nav {
    display: none;
}

.unslider-arrow {
    display: block;
    width: 48px;
    height: 48px;
    top: 50%;
    right: 35px!important;
    left: auto;
    margin-top: -16px;
    overflow: hidden;
    background: rgba(0,0,0,.6) no-repeat 60% 50%;
    background-image: url(img/next.png);
    background-size: 32px 32px;
    border-radius: 32px;
    text-indent: -999em;
    opacity: .6;
    transition: opacity .2s;
    margin-top: 32px;
}
.unslider-arrow:hover {
	opacity: 1;
}
.unslider-arrow.prev {
	left: 35px!important;
	right: auto;
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
}



/* newsletter */

.newsletter {
    background: #49b144;
    color: #fff;
    padding: 40px 0;
    margin: 0px;
}

.newsletter h2 {
    color: #fff;
    margin: 0;
}

.newsletter h2:after {content:  "";display: block;width: 150px;height: 2px;background: #fff;margin: 25px 0;}

.newsletter p {
    font-size: 14px;
    margin: 0;
}

.newsletter a.btn {
    border: 1px solid #fff;
    border-radius: 0;
    padding: 5px 30px;
    text-transform: uppercase;
    color: #fff;
	display:table;
	margin:35px auto;
}

.newsletter a.btn:hover {
	background:#fff;
	color:#49b144;
}

/* asociaciones */

.asociaciones {
    background: #fff;
    color: #444;
    padding: 40px 0;
    margin: 45px 0px;
}

.asociaciones h2 {
    color: #444;
    margin: 0;
}

.asociaciones h2:after {content:  "";display: block;width: 150px;height: 2px;background: #49b144;margin: 25px 0;}


li.asociacion:nth-child(odd) {
    clear: left;
}

li.asociacion {
    color: #49b144;
    font-size: 14px;
    padding-left: 0;
    margin-bottom: 15px;
    font-weight: 600;
}

ul.asociaciones-list {
    padding: 0;
    margin-top: 65px;
}

li.asociacion a {
    color: #444;
}


/* quejas */

.quejas {
    background: #e1e1e1;
    color: #444444;
    padding: 40px 0;
    margin: 0px;
}

.quejas h2 {
    color: #444444;
    margin: 0;
}

.quejas h2:after {content:  "";display: block;width: 150px;height: 2px;background: #444444;margin: 25px 0;}

.quejas p {
    font-size: 14px;
    margin: 0;
}

.quejas a.btn {
    border: 1px solid #fff;
    border-radius: 0;
    padding: 5px 30px;
    text-transform: uppercase;
    color: #fff;
	background:#49b144;
	display:table;
	margin:15px auto;
}

.quejas a.btn:hover {
	background:#fff;
	color:#49b144;
}

.quejas  p.texto-boton {
    font-weight: bold;
    text-align: center;
	margin-top:35px;
}

.home .quejas,
.home .newsletter,
.home .colaboradores,
.home .asociaciones {
    margin: 45px 0px;
}




/* colaboradores */

.colaboradores {
    background: #fff;
    color: #444;
    padding: 40px 0;
    margin: 45px 0px;
}

.colaboradores h2 {
    color: #444;
    margin: 0;
}

.colaboradores h2:after {content:  "";display: block;width: 150px;height: 2px;background: #49b144; margin: 25px 0;}

/* post */

h1.title-post { color: #373737;}
h1.title-post:after {content:  "";display: block;width: 150px;height: 2px;background: #49b144; margin: 25px 0;}
p.categoria a { color: #b9b9b9; font-size:18px;}

.related-posts h2 {
    color:  #373737;
    margin-bottom: 35px;
}

.related-posts h2:before {
    content: "";
    display: block;
    background: #49b144;
    width: 50%;
    height: 2px;
    margin-bottom: 30px;
}

.related-posts .bloque-noticia {
    height: 200px;
}

/* paginas categoria */

.imagen-post {
    height: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.imagen-post a {
    display: block;
    width: 100%;
    height: auto;
    padding-bottom: 56.25%;
}

/* internacional */

.eventos-home {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    display: none;
    float: left;
    overflow: hidden;
}

.menu-internal {
    border-bottom: 1px solid #212c2f;
    margin-bottom: 50px;
    width: 100%;
    float: left;
    margin-top: 75px;
}

ul#filters {
    padding: 0;
    list-style: none;
    display: table;
    margin: 35px auto;
}

ul#filters li {
    width: auto;
    float: left;
    text-transform: uppercase;
    margin: 0 10px;
}

ul#filters li span {
    color: #49b144;
    border: 1px solid #fff;
    padding: 3px 7px;
    border-radius: 4px;
    cursor: pointer;
}

ul#filters li span.filter:hover, 
ul#filters li span.filter.active {
    border: 1px solid #49b144;
    color: #49b144;
}


.post-home {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
    margin-bottom: 25px;
    background-position: center;
    background-size: cover;
}

.eventos-home .title-post {
    background: rgba(73,177,68,0.8);
    position: absolute;
    width: 100%;
    bottom: 0;
    padding: 15px;
    min-height: 75px;
}
.post-home > a {
	display:block;
	width:100%;
	height:100%;
}

.title-post a {color:#fff; font-size:14px;}
.title-post a:hover { text-decoration:none; color:#ccc;}


/* Paginador */

.paginador {
    display: table;
    margin: 45px auto 0;
}

.paginador a {
    background: #bbb;
    color: #fff;
    padding: 3px 10px;
    margin: 0 3px;
}

.paginador span.current {
    color: #fff;
    padding: 3px 10px;
    margin: 0 3px;
    background: #49b144;
}

.paginador a:hover,
.paginador a:focus {
    background: #49b144;
	text-decoration:none;
}

.media_embed {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
	margin-bottom: 25px;
}
.media_embed iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/* contacto */

div#map1 {
    height: 400px;
}

#wt_contact_form input, #wt_contact_form textarea {
    width: 100%;
    border: 1px solid #ccc;
    padding: 5px 10px;
    font-size: 14px;
    max-width: 100%;
}

#wt_contact_form input.button {
    background: #49b144;
    color: #fff;
    border: 1px solid #49b144;
    width: auto;
    display: table;
    margin: 25px auto 0;
    text-transform: uppercase;
    padding: 10px 35px;
}

#wt_contact_form input.button:hover {
    background: transparent;
    color: #49b144;
	
}

/* footer */

footer {
    padding: 25px 0;
    background: #e1e1e1;
}

footer h2.widget-title {
    margin-top: 0;
    text-transform: uppercase;
    color: #666468;
    font-size: 18px;
}

footer p {
	font-size:14px;
	color:#373737;
}
footer ul.menu { 
	padding:0;
	list-style:none;
	float:right;
	margin:0;
	border-left:1px solid #373737;
}

footer ul.menu li {
	font-size:14px;
	color:#373737;
	width:auto;
	float:left;
	border-right:1px solid #373737;
}

footer ul.menu li a {
    color: #373737;
    padding: 0 10px;
}


.newsletter-btn {cursor: pointer;}
.desplegable-content {display: none;}
.desplegable-content.default {display: block;}


.modal-dialog { color:#444;}
.modal-dialog h5#newsletter-popup {
    font-weight: bold;
    font-size: 24px;
	color:#49b144;
}

.modal-dialog button.close {
    position: absolute;
    right: 20px;
    top: 12px;
    z-index: 15;
    font-size: 48px;
}

.modal-dialog .widget-title { display:none;}

.media_embed {
    position: relative;
    height: 0;
    padding-bottom: 56.2%;
    margin-bottom: 20px;
    width: 100%;
    float: left;
}

.media_embed iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.zilla-alert {
    width: 100%;
    float: left;
}

.page-id-18457 .content .col-sm-6 img,
.page-id-18835 .content .miembros img {
    border-radius: 50%;
    filter: gray;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    margin: auto;
    display: table;
    margin-top: 25px;
}

.page-id-18835 .content .miembros img:hover,
.page-id-18457 .content .col-sm-6 img:hover {
    filter: none;
    -webkit-filter: none;
    filter: none;
}

.page-id-18457 .content .col-sm-6 img { margin-right:20px; margin-top:0;}

.page-id-18835 .content .miembros p {
    text-align: center;
}

/* menu movil*/

.menu-toggle-wrapper .toggleslide {
    position: relative;
    float: right;
    color: #fff;
	z-index:15;
}

.slideContent {
    display: none;
	padding: 25px;
    position: relative;
}

.slideContent .menu {
    padding: 0;
    list-style: none;
}

.slideContent .menu li {
    text-align: center;
    width: 100%;
    padding: 0;
    margin-bottom: 10px;
}

.slideContent .menu li a {
    color: #fff;
}

.slideContent .menu li .sub-menu {
    list-style: none;
    padding: 0;
    background: #5fb65b;
    padding: 10px 0;
    margin: 0 0 15px;
}

.slideContent .menu li .sub-menu .sub-menu {
    background: #69c965;
    margin-top: 0;
}

/* comentarios */

.single .content { padding: 30px 0 0; }
.comments-wrapper {
	margin-top:50px;
    background: #f6f6f6;
    padding: 50px 0;
}
.comments-wrapper label {
    font-size: 14px;
    color: #3b4954;
    font-weight: 700;
    margin: 0;
}

.comments-wrapper input,
.comments-wrapper textarea {
    background: #fff;
    border: 0;
    border-top: 1px solid #9eb9c9;
    width: 100%;
    float: left;
    margin: 0 0 15px;
    padding: 7px;
    font-size: 14px;
	color:#666;
}
.comments-wrapper textarea { height:150px;}

.comments-wrapper input#submit {
    width: auto;
    float: right;
    padding: 7px 35px;
    border: 0;
    background: #49b144;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
}
.comments-wrapper input#submit:hover,
.comments-wrapper input#submit:focus { background:#999; cursor:pointer;}

p.texto-respuesta {
    margin-bottom: 0;
}
p.texto-respuesta a,
a#cancel-comment-reply-link,
#commentform a {color:#49b144}
p.texto-respuesta a:hover,
a#cancel-comment-reply-link:hover,
#commentform a:hover { color:#999; text-decoration:none; cursor:pointer;}

a#cancel-comment-reply-link {
    background: url(img/cancelar.png) top left no-repeat;
    padding-left: 18px;
    line-height: 16px;
    display: block;
    margin: 5px 0 10px;
}
a#cancel-comment-reply-link:hover { 
	background:url(img/cancelar.png) bottom left no-repeat;
}
p.pendiente {
    width: 100%;
    float: left;
    padding: 0 15px;
    font-size: 13px;
    color: #999;
}

div#respond {
    width: 100%;
    float: left;
    margin-top: 50px;
}

h3#comments,
#respond h3 {
    font-size: 20px;
    font-weight: 400;
    color: #3b4954;
    margin-bottom: 25px;
}
.comentario-wrapper {
    background: #fff;
    border: 5px solid #dee7ed;
    padding: 15px;
}
span.autor-comentario {
    color: #cc632b;
    font-weight: bold;
}
a.comment-reply-link {
    float: right;
    color: #ccc;
    font-weight: bold;
}
a.comment-reply-link:hover {
	text-decoration:none;
    color: #cc632b;
}
.wrapper-date span.fecha {
    border-bottom: 1px solid #eaebec;
    width: 100%;
    float: left;
    padding-bottom: 5px;
    margin-bottom: 5px;
    font-size: 14px;
    color: #85939f;
    font-weight: 400;
}

.comentario-wrapper .comentario {
    color: #3b4954;
    font-size: 15px;
}
ol.commentlist, ol.commentlist ul {
    list-style: none;
	padding: 0;
}
ol.commentlist li, ol.commentlist ul li {
    margin-bottom:15px;
}
ol.commentlist ul.children {
    margin-right: -35px;
	padding-left: 35px;
}

input#subscribe_comments, input#subscribe_blog {
    top: 5px;
    position: relative;
    margin-right: 5px;
}


.logo-reclama {
    width: 100%;
    height: 80px;
    display: table;
}

.logo-reclama img {
    display: table-cell;
    margin: auto;
    text-align: center;
    vertical-align: middle;
}


@media (min-width: 1200px){
	.container {
		width: 1240px;
	}
}


/* bootstrap 5 cols */


.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
  min-height: 1px; 
  position: relative;
  padding-left:15px;
  padding-right:15px;
}

.col-xs-15 {
  float: left;
  width: 20%;
}

@media (min-width: 768px) {
  .col-sm-15 {
    float: left;
    width: 20%;
  }
}

@media (min-width: 992px) {
  .col-md-15 {
    float: left;
    width: 20%;
  }
}

@media (min-width: 1200px) {
  .col-lg-15 {
    float: left;
    width: 20%;
  }
}


/* media queries */

@media (min-width: 768px) {
	.container {
		width: 100%;
	}
}

@media (min-width: 1200px) {
	.container {
		width: 1170px;
	}
}
@media (min-width: 1025px) {
	.menu-toggle-wrapper { display:none;}
}
@media (max-width: 1024px) {
	.menu-bar {
		height: 32px;
	}
	.menu-toggle-wrapper .toggleslide {
		position: absolute;
		right: 10px;
		color: #fff;
		z-index: 15;
		font-size: 12px;
		top: 3px;
	}
	.menu-wrapper {
		background: #49b144;
	}
}


@media (max-width: 992px) {
	.wrapper-publicaciones .imagen-publicacion {
		background: #f0f0ee;
		padding: 0 30px;
		height: 305px;
		display: table;
		width: 100%;
	}
	.wrapper-publicaciones .publicacion {width: 50%; min-height: 500px;}
	.wrapper-publicaciones .publicacion.publicacion-4 { clear:none;}
	.wrapper-publicaciones .publicacion.publicacion-3,
	.wrapper-publicaciones .publicacion.publicacion-5 { clear:left;}
	a.btn.btn-informe { padding: 10px 45px; }
	.single-informes .ranking h4 { font-size: 16px; }
	.single-informes .ranking h4:before {
		content: "";
		display: block;
		width: 16px;
		height: 16px;
		float: left;
		background: #ccc;
		top: 0px;
		position: relative;
		border-radius: 25px;
		margin-right: 5px;
	}
	.wrapper-publicaciones { padding: 20px!important;}
}

@media (max-width: 768px) {
}

@media (max-width: 767px) {
	.navbar-default .navbar-toggle {
		margin-top: 0;
	}
	img.logos-header {
		height: auto;
	}
	.bloque-noticia.principal-home { width:100%;}
	.otras-nocias-home { width: 100%;}
	ul.row.asociaciones-list { padding: 0 45px;}
	.eventos-home {
		width: 100%;
	}
	.logos-header div {
		height: 40px;
	}

	.logos-header {
		max-width: 75%;
		margin: auto;
	}
}

@media (max-width: 480px) {
	.inner-noticia { width:100%; padding: 5px 0 0 0;}
}








