.pequeNAC {
    width: 80px;
}


.linea {
    border-bottom: 1px solid #ececec;
    margin-top: 10px;
    margin-bottom: 5px;
}

.navCover {
    background: url('/images/full_image_1.jpg') top center;
    background-size: cover;
    border-bottom: 1px solid rgba(51, 51, 51, 0.7);
}

.required {
    color: red;
    font-weight: bold;
}

.notice {
    padding:15px;
    border: 1px solid #e3e3e3;
    margin: 10px;
}

.notice.grave {
    border-color: red;
    color: red;
}

/* Adios al copyright! */
a[href="https://froala.com/wysiwyg-editor"], a[href="https://www.froala.com/wysiwyg-editor?k=u"] {
  display: none !important;
  position: absolute;
  top: -99999999px;
}

/* Navegacion de noticias */

.news_menu {
    border: 1px solid #ececec;
    padding:10px;
    font-size: 0.9em;
    margin-bottom: 10px;
}

.category_block {
    border: 1px solid #ececec;
    padding:10px;
    margin-bottom: 10px;
    transition: 0.5s;
    text-align: center;
    font-weight: 600;
    min-width: 100% !important;
}

.category_block:hover {
    border-color: #40afe3;
    transition: 0.5s;
}

.news_menu.administration {
    border-color: #40afe3;
}

.news_menu .menu_title {
    width: 100%;
    font-weight: 600;
    border-bottom: 1px solid #ececec;
    margin-bottom: 5px;
}

.news_menu .menu_title.administration {
    border-color: #40afe3;
}


.menu_content ul {
    list-style-type: none;
    color: #40afe3;
}

.menu_content {
    line-height: 14px;
    margin-top: 10px;
}


.menu_content i{
    font-size: 0.8em;
    opacity: 0.7;
    color: #333333;
}

.la_navegasion {
    /*position: fixed;*/
    width: 100%;
}


/* NOTICIAS EN SI */ 

    .titulo {
        font-size: 2em;
        font-weight: 500;
        margin-top: 10px;
        margin-bottom: 5px;
    }
    
    .escrito_por {
        font-size: 0.7em;
        margin-left: 20px;
    }
    
    .imagen_destacada img {
        max-width: 100%;
        opacity: 0.7;
        border: 1px solid #FFFFFF;
        width: 100%;
    }
    
    .imagen_destacada {
        border: 1px solid #333333;
        margin-bottom: 15px;
    }
    
    .correcto {
        border: 1px solid green;
    }
    
    .fallido {
        border:1px solid red;
    }
    
    /* NOTICIAS EN Vista de categoria */
    
    .bloque_categorias {
        border: 1px solid #ececec;
        padding: 15px;
        min-height: 165px;
        transition: 0.5s;
        position: relative;
    }
    
    .bloque_categorias:hover {
        border-color: #40afe3;
        transition: 0.5s;
    }
    
    .bloque_categorias .titulo {
        font-size: 2em;
        font-weight: 500;
        margin-top: 10px;
        margin-bottom: 5px;
    }
    
    .bloque_categorias .escrito_por {
        font-size: 0.8em;
        margin-left: 50px;
        color: #333333 !important;
    }
    
    .bloque_categorias .imagen_destacada img {
        max-width: 100%;
        opacity: 0.7;
        border: 1px solid #FFFFFF;
        width: 100%;
        max-height: 128px;
    }
    
    .bloque_categorias .imagen_destacada {
        border: 1px solid #333333;
        margin-bottom: 15px;
        width: 40%;
        max-height: 130px;
        float: left;
        margin-right: 20px;
    }
    
    .bloque_categorias .leeMas {
        position: absolute;
        bottom: 10px;
        right: 10px;
        color: #333333;
        transition: 0.5s;
    }
    
    .bloque_categorias:hover .leeMas {
        position: absolute;
        bottom: 10px;
        right: 10px;
        color: #40afe3;
        transition: 0.5s;
    }
    
    
    /* TECHTIMONIALSH */
    
    .redondeadita {
        width: 50px;
        height: 50px;
        border-radius: 50%;
    }