/* CSS de plantilla web */
#vertical_menu {
	padding: 0px 0px 0px 0px;
	font-size: 9px;
	border-right: 1px #668188 solid;
	border-left: 1px #668188 solid;
	background-color:#CCCCCC;
	width: 165px;
}

.menuleft {
	color: #999999;
	font-size: 9px;
	padding: 2px 5px 2px 5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	border-left: 3px solid #CCCCCC;   /* COLOR DEL BORDE DE CELDA PER A UN FUTUR*/
	border-right: 3px solid #CCCCCC;   /* COLOR DEL BORDE DE CELDA PER A UN FUTUR*/
	background-color:#F1F1F1;
	width: 165px;
}

.menuleft_h {
	color: #999999;
	font-size: 9px;
	border-left: 3px solid #CCCCCC;   /* COLOR DEL BORDE DE CELDA PER A UN FUTUR*/
	border-right: 3px solid #CCCCCC;   /* COLOR DEL BORDE DE CELDA PER A UN FUTUR*/
	padding: 2px 5px 2px 5px;	
	background-color: #B0B0B0;
}


a.enlaces:link {
	text-decoration:none;
}
a.enlaces:visited {
	text-decoration: none;
}
a.enlaces:hover {
	text-decoration: none;
}