﻿@charset "utf-8";


/* Enlaces de interés */

#enlaces-interes { margin:0 auto; padding:25px; }
#titulo-enlaces { color:#556f8e; font-size:1.5em; border-bottom: dotted 1px #556f8e; }


/* Lista de enlaces */

#lista-enlaces { float:left; width:400px; margin-top:20px; margin-right:20px; overflow:hidden; }
* html #lista-enlaces { overflow:inherit; }
#lista-enlaces .titulo { color:#eda803; font-weight:bold; }
#lista-enlaces .enlace { margin-top:35px; font-size:0.8em; text-align:justify; }
#lista-enlaces .enlace p { width:400px; table-layout:auto; }
#lista-enlaces .enlace .nombre-enlace { margin-bottom:8px; }


/* Lista de categorías */

#lista-categorias { float:right; width:300px; margin-top:20px; background-color:#fdea9f; }
#lista-categorias .cabecera { width:300px; height:12px; background:url(../img/categorias-tabla-1.gif) no-repeat; }
#lista-categorias .pie { width:300px; height:12px; background:url(../img/categorias-tabla-2.gif) no-repeat; }
#lista-categorias .titulo { margin:20px; font-size:1em; font-weight:bold; }
#lista-categorias .titulo img { vertical-align:middle; }

#lista-categorias .categorias ul { margin:0 20px 20px 40px; list-style-image:url(../img/ico-categoria.gif); font-size:0.8em; }
#lista-categorias .categorias li { margin-bottom:10px; }
#lista-categorias .categorias li { color:black; line-height:1.3em; }
#lista-categorias .categorias a { color:blue; }