/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 25-abr-2017, 12:04:24
    Author     : VictorHG
*/


a.noticia_categoria{
    display: inline-block;
    min-height: 24px;
    text-decoration: none;
    border: none;
    background: url(../images/category_24.png) 0 0 no-repeat;
    padding-left: 30px;
    color: #006868;
}

@media only screen and (max-resolution: 1dppx){
a.noticia_categoria{
    display: inline-block;
    min-height: 16px;
    text-decoration: none;
    border: none;
    background: url(../images/category_16.png) 0 0 no-repeat;
    padding-left: 20px;
    color: #006868;
}
}

img.noticia_imagen{
    max-width: 40%;
    cursor: pointer;
}

div.noticia_list_box{
    margin-top: 1.5em;
    padding: 1em;
    border: 1px solid #e9e9e9;
    background-color: #F6F6F6;
}

input.mn_noticia_boton{
    border-style:none;
    width:100%;
    margin-right:0.1em;    
}

input.mn_noticia_botonD{
    border-style:none;
    width:100%;
    margin-right:0.1em;
}

input.mn_noticia_boton:hover{
    background-color: lightblue;
    cursor: pointer;
}


div.noticia_comentario_box{
    margin-top: 1.5em;
    padding: 1em;
    border: 1px solid #e9e9e9;
    border-radius: 5px;
    background-color: #CBD7E9;
}

input.btnPublicarComentario{
    color: white;
    background-color: #38880A;
    border-radius: 20%;
    padding: 0.5em;
}

.btnDeletePersonalDoc{
    display: inline-block;
    width: 16px;
    height: 16px;
    text-decoration: none;
    border: none;
    background: url(../images/delete2.png) 0 0 no-repeat;
}

.btnDeletePersonalDoc:hover{
    display: inline-block;
    width: 16px;
    height: 16px;
    text-decoration: none;
    border: none;
    background: url(../images/delete.png) 0 0 no-repeat;
}

.list_categorias{
    clear: both;
    margin-top: 1em;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
    text-align: center;
    padding: 0px;
}

.listitem_categoria{
    float: left;
    /*border-radius: .8em;*/
    /*color: #7c7c7c;*/
    margin-right: .6em;
    /*background-color: #efefef;*/
    /*text-align: center;*/
    margin-bottom: .4em;
    list-style-type: none;
}

.listitem_categoria a{
    font-size: larger;
    text-decoration: none;
    background-color: #F6F6F6;
    border: none;
    border-radius: 1em;
    padding: 0.5em;
    color: #7c7c7c;
}

.listitem_categoria a.catego_sel{
    font-size: larger;
    text-decoration: none;
    background-color: #00B7EF;
    border: none;
    border-radius: 1em;
    padding: 0.5em;
    color: #fff;
}

.listitem_categoria a:hover{
    color: #fff;
    background-color: #00B7EF;
    
}