@import url("estructura.base.css");
@import url("formato.base.css");

body     {background:#000 url(/imgs/fondos/general2.gif);background-repeat:repeat-x;font:normal 10px arial;color:#333}

a                   {color:#606;}

#menu               {background:#ccc}
#menu li            {border-right:1px solid #000}
#menu ul li:hover   {background:#666;}
#menu ul li.on      {background:#000}
#menu ul li a       {color:#000}
#menu ul li a:hover {color:#fff}
#menu ul li.on a    {color:#fff}

#submenu              {background:#666}
#submenu ul li:hover  {background:#333}
#submenu ul li.on     {background:#000}
#submenu ul li a      {color:#fff}
#submenu ul li.on a   {color:#fff}

#bloque h2          {background:#B789B2}
#bloque h3          {color:#666}
#bloque h5 strong   {color:#000}
#bloque h3:hover    {color:#000}

#contenido_interior h1  {background:#B789B2;color:#000}

#patrocinios h2      {background:#B789B2}

#footer ul      {background:#666;}


