/*
** noticias.css
**
*/

.lista_noticias {
}

div.noticia {
    padding-top: 0.2em;
    }

div.preview {
    margin: 2px;
    border: 1px dashed green;
}

div.noticia ul {
    margin-left: 32px;
    list-style-type: square;
    border: 0px solid red;
    }

div.noticia ul li {
    padding-top: 2px;
    padding-bottom: 2px;
}

div.noticia p.titular {
    font-size: 115%;
    margin-bottom: 0;
    font-family: helvetica, sans-serif;
    padding-bottom: 0;
    width: 75%;
    border-top: 1px dotted silver;
    }

div.noticia p {
    color: #333;
    border: 0px dotted silver;
    }


div.noticia_marco_foto {
    float: right;
    width: 240px;
    overflow: hidden;
    border: 1px solid white;
    }

div.noticia_marco_foto ul {
    list-style-type: none;
    margin: 0;
    padding:0;
    }

div.noticia_marco_controles {
    width: 240px;
    height: 22px;
    text-align: center;
    outline: 1px solid green;
    }

div.noticia .leer_mas {
    border-top: 0;
    margin-top: 0;
    padding-top: 0;
    padding-right: 12px;
    padding-bottom: 15px;
    text-align: right;
    background: transparent;
    color: #cc9d0e;
    font-size: 80%;
    border: 0px solid red;
    font-weight: bolder;
    clear: both;
    }

.leer_mas a {
    color: #cc9d0e;
}

.leer_mas a:hover {
    color: #AF820A;
    text-decoration: underline;
}

h2.entradilla, p.entradilla, div.entradilla, section.entradilla {
    color: #202040;
    font-size: 135%;
}
