.bodyclass {	font: normal 11px verdana;	margin-bottom:0px;	}a:link {	text-decoration:none;	color:#333333;}a:visited {	text-decoration:none;	color:#333333;}a:hover {	text-decoration:none;	color:#3366CC;}a:active {	text-decoration:none;	color:#333333;	}.titulos {font-size:14px; color:#FF6600; font-family:Arial, Helvetica, sans-serif;}.center_table	{background-image:url(images/bg_centro.gif);background-repeat:repeat-y;height:100%;}.td_small {background-image:url(images/td_small.gif);background-repeat:no-repeat;}.td_small_center {background-image:url(images/td_small_center.gif);background-repeat:repeat-y;}.td_small_bottom {background-image:url(images/td_small_bottom.gif);background-repeat:no-repeat;}.td_center_top {background-image:url(images/td_center_top.gif);background-repeat:no-repeat;}.td_center_middle {background-image:url(images/td_center_middle.gif);background-repeat:repeat-y;}.td_center_bottom {background-image:url(images/td_center_bottom.gif);background-repeat:no-repeat;}.just_td {color:#333333;font: normal 11px verdana;text-align:justify;}.just_td_sub {color:#333333;font: normal 11px verdana;text-align:justify;line-height:22px;}ul {	margin: 0;	padding: 0;	list-style: none;	width: 190px; /* Width of Menu Items */	border-bottom: 1px solid #ccc;	text-align:left;	}ul li {	position: relative;	}	li ul {	position: absolute;	left: 189px; /* Set 1px less than menu width */	top: 0;	display: none;	}/* Styles for Menu Items */ul li a {	display: block;	text-decoration: none;	color:#333333;	background: #fff; /* IE6 Bug */	background-image:url(images/bginput2.jpg);	padding: 5px;	border: 1px solid #ccc;	border-bottom: 0;	}	/* Fix IE. Hide from IE Mac \*/* html ul li { float: left; height: 1%; }* html ul li a { height: 1%; }/* End */ul li a:hover { color:#0066CC; background: #f9f9f9; } /* Hover Styles */		li ul li a { padding: 2px 5px; } /* Sub Menu Styles */		li:hover ul, li.over ul { display: block; } /* The magic */