/* CSS Document */

p{
font-size:12pt;
font-family:times new roman;
font-weight:normal;
color:#666666;
}
h1{
font-size:14pt;
font-family:Times new roman(serif);
text-decoration:underline;
text-align:center;
color:#ff6600;
}

body{
background-color:#cccccc;
color:#666666;
scrollbar-face-color: #CCFFFF; 
scrollbar-shadow-color: #CCCCCC;
scrollbar-highlight-color: #CCCCCC; 
scrollbar-3dlight-color: #CCFFFF;
scrollbar-darkshadow-color: #505050; 
scrollbar-track-color: #cccccc;
scrollbar-arrow-color: #cccccc;
}
a:link{
font-weight=normal;
color:#ff6600;
text-decoration:none;
}
a:visited{
font-weight:normal;
color:#ff9900;
text-decoration:none;
}
a:active{
font-weight:normal;
color:#ff9900;
text-decoration:none;
}
table{
border=0;
width=75%;
align=center;
background-color:#ccffff;
cellpadding=0;
cellspacing=15;
}
.destacado{
font-weight:bold;
color:#ff6600;
}