#div_articulos{
 margin-top       :     15px;
}

.art_cuadroLateral{
// margin-top       :     20px;
 margin-bottom    :     15px;
 padding-bottom   :      5px;
 border-color     :  #CCCCCC;
 border-radius    :      5px;
 border-style     :    solid;
 border-width     :      2px;
}

.art_titulo {
 background-color :  #CCCCCC;
 font-family      :  verdana;
 font-size        :     14px;
 font-weight      :     bold;
 color            :  #202020;
// border-radius    :      5px;
 padding-top      :      5px;
 padding-bottom   :      5px;
 padding-left     :      5px;
}

.art_cuadro {
 background-color :  #EEEEEE;
 border-radius    :      5px;
 margin-top       :      5px;
 margin-bottom    :      5px;
 padding-top      :      5px;
 padding-bottom   :      5px;
 clear            :     both;
}

.art_titular {
 font-family      :  verdana;
 font-size        :     16px;
 font-weight      :     bold;
 color            :  #202020;
 padding-left     :      5px;
}

.art_bajotitulo {
 font-family      :  verdana;
 font-size        :     10px;
 font-weight      :   normal;
 color            :  #404040;
 padding-bottom   :      5px;
}

.art_imagen {
 float            :     left;
// padding          :      5px;
 padding-left     :      5px;
 padding-right    :      5px;
 margin-bottom    :      5px;
}

.art_texto {
 font-family      :  verdana;
 font-size        :     11px;
 font-weight      :   normal;
 color            :  #000000;
}

.art_enlace {
 font-family      :  verdana;
 font-size        :     12px;
 font-weight      :   normal;
// clear            :     both;
 padding-left     :      5px;
}

A:link{
 text-decoration  :     none;
 color            :  #202020;
}
A:visited {
 text-decoration  :     none;
 color            :  #202020;
}
A:active {
 text-decoration  :     none;
 color            :  #202020;
}
A:hover {
 text-decoration  :     none;
 color            :  #CC2020;
}

.listadoApp{
vertical-align    :   middle;
font-family       :  verdana;
font-size         :     14px;
font-weight       :   normal;
}