.linea {
    background-color:#E2BE46;
    padding:1px;
}
.news2{
    border-color:#E2BE46;
    border-style : dashed;
    border-width : 1px;
    padding:3px;

}
.borde_amarillo {
    background-color:#FBE78E;
    padding:5px;
}
.borde_blanco {
    background-color:#fff;
    padding:5px;
}
.pics {
    /* height:  232px;
     width:   232px;*/
    padding: 0;
    margin:  0;
    text-align:center;
}

.pics img {
    padding: 15px;
    border:  1px solid #ccc;
    background-color: #eee;
    /* width:  300px;
     height: 200px;*/
    top:  0;
    left: 0
}

ol,ul,dl {
    /*bringing lists on to the page with breathing room */
    margin-left:2em;
}
ol li {
    /*giving OL's LIs generated numbers*/
    list-style: decimal outside;
}
ul li {
    /*giving UL's LIs generated disc markers*/
    list-style: disc outside;
}
p,fieldset,table,pre {
    /*so things don't run into each other*/
    margin-bottom:1em;
}
