@charset "UTF-8";
/* CSS Document */

body{
background:#333333;
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#FFFFFF;
}
#contenedor{
width:820px;
height:560px;
margin:0 auto;
background:#FFFFFF;
}
#espacio{
width:820px;
height:10px;
}
#encabezado{
width:800px;
height:71px;
margin-left:10px;
background:url(images/head.jpg);
}
#contenido{
width:754px;
height:373px;
background:url(images/plaza-bg.jpg);
padding:68px 0 0 46px;
margin-left:10px;
}
#central{
width:703px;
height:348px;
}
#titulo-lista{
width:683px;
height:36px;
padding:20px 0 0 20px;
}
#lista-izq{
width:350px;
height:276px;
font-size:11px;
float:left;
}
ul{
list-style:url(images/vineta.gif);
}
#lista-der{
width:350px;
height:276px;
font-size:11px;
float:left;
}
#pie{
width:790px;
height:20px;
background:url(images/footer.jpg);
margin-left:10px;
font-size:11px;
text-align:right;
padding:8px 10px 0 0;
}
a{
color:#FFFFFF;
text-decoration:none;
}
a:hover{
color:#0099FF;
}
