/* CSS Document */
body {
text-align:center;
background-color:#CCCCCC;
}
A {
text-decoration:none;
color:#333366;
}

li {
color:#33FF99;
}

#recuadro {
width:800px;
text-align:center;
font-family:Verdana, Arial, Helvetica, sans-serif;
background-color:#FFFFFF;

}

#banner {
width:798px;
height:75px;
border-color:#000000;
border-style:double;
border: 1px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
padding-top:25px;
}

.titulo {
color:#0033CC;
font-size:14px;
text-decoration:underline;
}
#izquierda  {
width: 368px;
height:523px;
background-color:#FFFFFF;
float:left;
border-color:#000000;
border-width:1px;
border-style:groove;
padding-top:25px;
}

#derecha  {
width: 413px;
height:523px;
background-color:#FFFFFF;
border-style:groove;
border-width:1px;
border-color:#000000;
float:right;
font-size:12px;
font-family:"Courier New", Courier, mono;
color:#333333;
text-align:justify;
padding-top:25px;
padding-left:15px;
line-height:30px;
text-decoration:none;

}

.codigo {
color:#006633;
text-decoration:underline}

#footer {
height:45px;
width:798px;
background-color:#FFFFFF;
border-color:#000000;
border-style:double;
border: 1px;
padding-top:10px;
color:#000066;
font-size:12px;
}