/* CSS Document */

/*Estilos generales*/
body {background: #000000; margin:0;}
body,td,th {font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #666666;}

a:link {color: #0099FF;}
a:visited {color: #660066;}
a:hover {color: #CC0000;}

h2{font-size:18px; color:#0099CC; margin:0;}

/*Layout*/

#contenedor{
width:900px;
height:590px;
overflow:hidden;
margin:auto;
margin-bottom:32px;
}

#maintext{
width:540px;
height:345px;
overflow:auto;
}

.subtext{
margin-top:16px;
color:#ffffff;
background:#000000;
border:#CCCCCC 2px solid;
font-size:16px;
font-weight:bold;
}


#copyright{color:#999999; font-size: 14px; }
#copyright a{color: #FFFFFF; text-decoration:none; font-weight:bold;}
#copyright a:hover{color:#9999FF;}

#menu a{
background: url(imagenes/bg_botones.gif) no-repeat;
width:180px;
height:25px;
padding-top:10px;
display:block;
text-align:center;
color:#333333;
font-weight:bold;
font-family:Georgia, "Times New Roman", Times, serif;
margin-top:4px;
margin-bottom:4px;
text-decoration:none;
}

#menu a:hover{color:#CC0000; text-decoration:underline;}