body {
	margin:0px;
	background-image: url(images/bg_pattern.jpg);
	background-repeat: repeat;
	background-position: top;
}
.menu_png {
}
.menu_png:hover {

}
.boxes a{
	display:block;
	padding: 4px;
	border: 1px solid #CCCCCC;
}
.boxes a:hover{
	background:#663300;
	display:block;
	padding: 4px;
	border: 1px solid #CCCCCC;
}

a {
	color: #000000;
	text-decoration: underline;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
}
a:hover {
	color: #84561B;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
}
td {
	color: #000;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.titulos {
	color: #000000;
	font-family: Tahoma, Arial, Verdana;
	font-size: 20px;
}
.menu_textual {
	color: #FFFFFF;
	font-weight: bold;
}
.menu_textual a{
	color: #FFFFFF;
	font-weight: bolder;
	text-decoration: underline;
}
.menu_textual a:hover {
	color: #582000;
	text-decoration: none;
	font-weight: bold;
}
.texto_secundario {font:11px Tahoma, Arial, Verdana;color: #336600;}
.titulos_secundario {font:14px Tahoma, Arial, Verdana;color: #000000;}
.texto_small {font:9px Tahoma, Arial, Verdana;color: #000000;}
#bg_menu {
	position:absolute;
	left:0px;
	top:164px;
	width:100%;
	height:84px;
	z-index:100;
}
#tabla_menu{
	position:absolute;
	left:0px;
	top:164px;
	width:100%;
	height:84px;
	z-index:101;
}
#tabla_menu a{
	display: block;
}
#tabla_menu a:hover{
	display: block;
		border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
}
