/* 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;}

h1{ font-size:24px; color:#0066FF; text-indent:-5000px;}

h2{font-size:18px; color:#0099CC; margin:0; margin-bottom:6px;}

/*Layout*/

#contenedor{
width:900px;
height:590px;
overflow:hidden;
margin:auto;
margin-bottom:32px;
}

#maintext{
width:540px;
height:345px;
overflow:auto;
overflow-x:hidden;
}

.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{ list-style:none; margin:0; padding:0;}

#menu li{
background: url(imagenes/bg_botones.gif) no-repeat;
width:180px;
height:35px;
margin:4px 0px;
float:left;
text-align:center;
font-family:Georgia, "Times New Roman", Times, serif;
font-weight:bold;
line-height:35px;
}

#menu a{color:#333333; text-decoration:none; width:180px; height:35px; display:block; outline:0;}

#menu a:hover{color:#CC0000; text-decoration:underline;}

#gallery{width:95%; margin:auto; padding:0; list-style:none;}
#gallery li{padding:0px; margin:0px 5px; display:inline;}
#gallery a img{border:1px #0099FF solid; padding:5px; background:#FFFFFF;}
#gallery a:hover img{border:1px #999999 solid;}

.txt-bld{ font-weight:bold; color:#624071;}
