#logo
{
  background-color: transparent;
}

.cuadrosuperior{
    padding: 15px;
    font-size: 1.1em;
    color: #fff;
    text-align: center;
}

.cuadrosuperior a{
    color: #fff;
}

.cuadrosuperior a:hover, .cuadrosuperior a:visited{
    color: #fff;
}

.articlemain h3{
    text-transform: none!important;
}

.page-header h2{
    text-transform: none!important;
}
.cuadrointerior{
    background: #e80707;
    margin-bottom: 25px;
}
.cuadrointerior:hover{
    background: #999999;
}

.cuadrointerior a img{
    width: 90%;
    margin: auto;
    margin-top: 10px;
    position: relative;
    clear: both;
    display: block;
}

.cuadrointerior a h3{
    width: 100%;
    color: #fff;
    text-align: center;
    font-size: 1.3em;
}

img.pull-right{
    padding: 5px;
    background: #e80707;
    margin: 5px;
}

.sinpadding .modulecontent{
    padding: 0px;
}

.itemHeader h2.itemTitle, .com_content .item-page .page-header h2 a, .com_content .item-page .page-header h2, .com_k2 .itemListCategory h2 {
    font-size: 32px;
    line-height: 100%!important;
}

h5{
    color: #e80707;
}

h4{
    border-bottom: solid 1px #e80707;;
}

p {
    text-align: justify;
}

/* Categorías portada */


.cuadrosuperior {
    padding: 2px;
	position:relative;
}

.cuadrosuperior img {
    max-width: 100%;
}


.cuadrosuperior a {
	padding: 10px;
   position: absolute;
    bottom: 2px;
    left: 2px;
    right: 2px;
    background: #e80707;
    opacity: .8;
    color: #fff;
    font-size: 1.25em;
    text-align: center;
    transition: all .7s ease;
}

.cuadrosuperior:hover a{
      background: #e80707;
      color: #fff;
      text-decoration: none;
      top: 0px;
      vertical-align: middle;
      padding-top: 25%;
      font-size: 1.8em;
  }
 
 .modulecontent {
    padding: 0px;
        padding-top: 0px;
}

.anuncios{
    margin-top: 30px;
}

h4.anuncios{
    padding: 8px;
font-size: 1em;
text-align: center;
background-color: #00732c;
color: #fff;
}

h4.anuncios a{
    color: #fff;
    text-decoration: none;
}

h4.anuncios:hover{

background-color: #e80707;
}

/*Arreglos slider noticias grande. Revisar los media querys, solo funciona en tamaño lg*/

.splide__slide .headline .start {
    background-color: #e80707;
    z-index: 100;
    padding: 5px;
    color: white;
}

.splide__slide .headline {
    padding: 0 !important;
}

.splide__slide .text p {
    background-color: #e80707;
    z-index: 100;
    padding: 5px;
    color: white;
}

.splide__slide .text {
    padding: 0 !important;
}

/* deshabilita paginación slider*/
div.splide ul.splide__pagination {
    display: none;
}

.sprocket-strips-s-block {
    text-align: center;

}

.sprocket-strips-s-block .sprocket-strips-s-content a.readon {
    width: 100%;
    background-color: red;
    padding-top: 15px;
    padding-bottom: 15px;
    color: white;
}

.enlace-anuncio{
background-color: #f4f4f4; 
padding: 6px; 
margin: 6px;	
font-weight: bold;
border-left: 5px solid #e80707;	
}

.enlace-anuncio a:hover{
color: #e80707;	
}