/* ---------- Paginas Generales ---------- */
body {
background-color: #000000;
font-family: tahoma;
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
}


/* ---------- Estilos menu atico ---------- */

div.menu_atico {
color:#666666;
font-size:14px;
}

/* ---------- Estilos menu principal ---------- */

ul {
list-style:none;
margin-left: 0px;
padding:0;
}
ul li {
padding:0;
float:left;
}
ul li a {
display:block;
height:38px;
text-decoration:none;
}
ul li a:hover {
background-position:bottom;
}
ul li a span {
display:none;
}

#inicio {
background-image:url(menu/inicio.jpg);
width:80px;}

#local {
background-image:url(menu/local.jpg);
width:70px;}

#estatal {
background-image:url(menu/estatal.jpg);
width:90px;}

#nacional {
background-image:url(menu/nacional.jpg);
width:100px;}

#mundo {
background-image:url(menu/mundo.jpg);
width:110px;}

#espectaculos {
background-image:url(menu/espectaculos.jpg);
width:140px;}

#politica {
background-image:url(menu/politica.jpg);
width:90px;}

#sociales{
background-image:url(menu/sociales.jpg);
width:90px;}

#deportes {
background-image:url(menu/deportes.jpg);
width:100px;}

#columnistas {
background-image:url(menu/columnistas.jpg);
width:130px;}


/* ---------- Contadores ---------- */

div.contadores {
color: #666666;
font-size: 16px;
font-weight: bolder;
}

/* ---------- Pie de Pagina ---------- */

div.pie_pagina {
color: #ffffff;
font-size: 13px;
font-weight: bolder;
margin-left: 10px;
margin-right: 10px;
}