
/* ESTRUCTURA DE LA PÁGINA */

body {
margin: 0;
padding: 0;
background-color: #000;
font: normal 11px "Lucida sans", "Lucida console", arial, verdana;
color: #fff;
}

#contenedor {
position: absolute;
margin-left: 30px;
width: 750px;
height: 540px;
background: url(img/bg.jpg) center no-repeat;
}

#cabecera {
position: relative;
margin: 100px 0 0 160px;
width: 255px;
height: 48px;
}

#menu {
position: absolute;
width: 200px;
height: 300px;
margin-left: 80px;
text-align: right;
border-right: 1px dashed #fff;
padding-right: 10px;
}

#contenido {
float: right;
width: 340px;
height: 295px;
margin-right: 50px;
padding: 0 10px;
overflow: auto;
text-align: justify;
}

.copy {
position: absolute;
width: 400px;
margin-top: 340px;
}

#letras {
padding-left: 10px;
}
/* ENLACES */

a:link, a:visited {
color: #fff;
text-decoration: none;
border-bottom: 1px dotted #fff;
}

a:hover, a:active {
color: #ccc;
border-bottom: 1px dotted #ccc;
}

#menu a, .prosa a, .links a { 
border-bottom: 0;
}

.prosa a:hover, .prosa a:active {
color: #ccc;
border-bottom: 0;
}

.prosa a:visited, .links a:visited {
border-bottom: 0;
}

/* LISTAS, H1... */

ul, dl, dd, dt {
list-style-type: none;
margin: 0;
padding: 0;
}

dt {
height: 20px;
margin-top: 10px;
}

#menu li {
height: 15px;
line-height: 15px;
}

h1, h2, {
margin: 0;
padding: 0;
}

h2 {
margin-bottom: 10px;
}

.prosa li {
height: 20px;
}