* { padding: 0; margin: 0; }


body{
color:white;
background-color:black;
font-family:verdana,arial,sans-serif;
font-size:12pt;
text-align:center;
font-weight:bold;
}

a{
text-decoration:none;
color:#999999;
font-weight:bold;
}
a:link{
text-decoration:none;
color:#999999;
}
a:hover,a:active{
color:#FFFFFF;
}

#Contenedor{
margin: 0 auto;
width: 1000px;
text-align:left;
}
#Cabecera{
color: #ffffff;
width: 1000px;
background: black;
padding-top:10px;
border-bottom:1px solid white;
height:1.5em;
font-size:20pt;
font-weight:bold;
text-align:center;
}
#Cabecera p{
line-height:1.5em;
}

dl{
padding-top:30px;
padding-bottom:30px;
}
dt{
padding-top:10px;
padding-bottom:10px;
}
dt a{
text-decoration:none;
color:#999999;
}
dt a.seleccionado{
color:#CCCCCC;
}
dt a:hover,a:active{
color:#FFFFFF;
}

#Menu-izquierdo{
float:left;
border-right:1px solid white;
width:120px;
height:500px;
text-align:center;
padding-top:10px;
}
#Menu-izquierdo2{
float:left;
width:120px;
height:500px;
text-align:center;
padding-top:10px;
}
#Cuerpo{
float:left;
width:758px;
height:500px;
background-color:black;
text-align:center;
}
#Cuerpo iframe{
width:758px;
height:510px;
overflow-x: hidden;
overflow-y: scroll; 
}
#texto{
float:left;
width:430px;
height:510px;
background-color:black;
text-align:left;
font-size:10pt;
padding:20px;
}
#foto{
float:left;
background-color:black;
text-align:center;
margin-top:20px;
border:2px solid white;
}
#menu-derecho{
float:right;
border-left:1px solid white;
width:120px;
height:500px;
text-align:center;
padding-top:10px;
}
#menu-derecho2{
float:right;
width:120px;
height:500px;
text-align:center;
padding-top:10px;
}
#Pie{
float:left;
padding:10px;
width:1000px;
font-size:8pt;
border-top:1px solid white;
text-align:center;
}
