/* CSS Document */

body {
	background:#FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}


body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}
a:link {color: #990000; font-weight: bold; text-decoration: none;}
a:visited {text-decoration: none; font-weight: bold;}
a:hover {text-decoration: underline; color: #FF0000; font-weight: bold;}
a:active {text-decoration: none; font-weight: bold;}

h1{
font-size: 18px;
color:#663300;
}

#superior{
background: url(fondo_superior.gif) repeat-x;
width:100%;
height:140px;
}

#marco{width:960px; overflow:auto; height:auto; margin-left:16px; margin-top:20px;}

#menu{background: url(fondomenu.gif) repeat-y; width:160px; float:left;}

#menu a{
background: url(icono2.gif) no-repeat center left; 
display:block; 
padding-left:28px;
padding-top:6px; 
height:28px; 
vertical-align:middle;
margin-left:10px;
}
#menu a:hover{
background: url(icono1.gif) no-repeat center left;
display:block;
padding-left:28px;
padding-top:6px; 
height:28px;
vertical-align:middle;
margin-left:10px;
}

#central{
float:left;
width:550px;
height:auto;
padding-left:45px;
padding-right:45px;
padding-bottom:32px;
}


#menu-titulo{background: url(titulomenu.gif) no-repeat; height:42px;}
#comentarios-titulo{background: url(titulocomentarios.gif) no-repeat; height:42px;}
#finmenu{background-image:url(finmenu.gif); width:160px; height:45px;}
