#rss_contenedor_ppal{ margin: auto; width: 100%; text-align: left; background-color: #FFF; } #rss_panel_izq { float: left; width: 18%; height: 400px; background-color: #FFF; } #rss_panel_der { float: right; width: 80%; height: 400px; overflow: auto; background-color: #FFF; margin-left: 3px; margin-top: 25px; } #rss_panel_sup { width: 100%; height: 30px; } #rss_panel_inf { width: 100%; height: 400px; overflow: auto; cursor: pointer; font-family: Arial; font-size: 12px; color: blue; } #rss_fuente { position: absolute; left: 25%; font-family: Tahoma; font-size: 12px; } #rss_categ { position: absolute; left: 50%; font-family: Tahoma; font-size: 12px; } .texto_chico{ font-family: Arial; font-size: 10px; } .titulo_fuente{ font-family: Tahoma; font-size: 20px; color: #880000; text-decoration: underline; } .titulo_item{ font-family: Tahoma; font-size: 18px; color: blue; } .contenido_item{ font-family: Tahoma; font-size: 14px; color: black; } .link_nota{ font-family: Tahoma; font-size: 14px; color: blue; text-decoration: underline; } #cargar_ajax{ background-image:url("iconos/ajax-loader.gif"); background-repeat: no-repeat; background-position: 0 0; margin-left: 100px; margin-top: 50px; height: 40px; font-family: Tahoma; font-size: 20px; color: red; }