table.paneles {
	background: #9999FF;
  	width: 95%;
}

table.paneles a,
table.paneles a:link,
table.paneles a:active,
table.paneles a:visited {
	font-weight: bold;
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 4px 8px;
	border-top: 1px solid white;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	border-left: 1px solid white;
	text-align: center;
	min-width: 75px;
        background-color: #C0C0C0;
        color: black;
	text-transform: uppercase;
	text-decoration: none;
}

table.paneles a:hover { 
    	background: gray; 
    	color: white;
    	text-decoration: none;
}

table.paneles a.panel_destacado {
     	background: #FFCC66;
     	color: black;
     	font-size: 10px; 
}

