/*
Hoja de Estilo Roleage
Programación: Sergio Noriega
Febrero 2007
*/

img {
border: none;
}
body {
margin: 0;
text-align: center;
font: 0.8em Verdana, Arial, Helvetica, sans-serif;
line-height: 1.6em;
color: #eee;
/*background: #433 url(../img/bg.jpg) no-repeat;*/
}
a {
text-decoration: none;
color: #b00;
}
a:hover {
color: #f60;
}


/*Contenidos
------------------------------------------------------*/
#caja {
width: 962px;
margin: 0 auto;
}
#sitio {
width: 960px;
}
#footer {
width: 100%;
padding: 10px 0 15px 0;
text-align: center;
font-size: 0.85em;
color: #aaa;
}


