body {
    background:#afafaf none repeat scroll 0;
    color:#000000;
    font-family:Arial,Helvetica,sans-serif;
    font-size:75%;
}

div#container {
    width:900px;
    margin:0 auto;
}

div#header {
    height:70px;
    width:100%;
    background:#3a350b url(images/trasluz-titulo.jpg) no-repeat scroll left center;
}

div#footer {
    height:30px;
    width:100%;
    background:#3a350b center;
    text-align:center;
    color:#FFF;
    padding-top:15px;
}

div#footer2 {
    height:30px;
    width:100%;
    text-align:center;
    padding-top:15px;
}

div#footer a {
    color:#FFAF24;
}

a {
    color:#015513;
    text-decoration:none;
}


