/* Hoja de Estilos - Menú horizontal - bottom --- 04-14-2009 */

body {
padding:5px;
height:100%;
background-color:black;
color:#000000;  
font-family:sans-serif,Verdana, Arial, Helvetica;
font-size:12px;
}

h1 {
color:red;
}

#header {
padding:20px;
margin:10px;
background-color:white;
}

right#header a {
font-size:14px;
font-weight:bold;
padding-right:30px;
padding-top:10px;
background:transparent url(../img/download.png) no-repeat top right;
}

#left {
width:700px;
margin:0px;
height:300px;
border-bottom:5px dashed black;
float:left;
}

#right {
width:240px;
margin:0 0 50px 850px;
height:300px;
text-align:justify;
}

#menu {
background-color:black;
text-align:center;
padding-bottom:25px;
position:top;
}

#footer {
padding:10px;
margin:10px;
background-color:white;
text-align:center;
position:bottom;
}
