td img {
/* Another Mozilla/Netscape bug with making sure our images display correctly */
	display: block;
}



#ContenedorMenu {
/* This ID is related to the master menu div for menu ContenedorMenu and contains the important positioning information for the menu as a whole */
	position:absolute;
	left:396px;
	top:152px;
	visibility:hidden;
	z-index:300;
}
#ContenedorMenu a{
	outline:none;
}

#Submenu {
/* This class defines things about menu Submenu's div. */
	position:absolute;
	left:0px;
	top:0px;
	visibility:hidden;
	background-color:#cccccc;
	/*
	border:1px solid #cccccc;
	*/
	width:115px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	/*
	height:93px;
	*/
}

.EstiloSubmenu01 {
/* This class determines the general characteristics of the menu items in menu Submenu */
	/*
	border-top:1px solid #ffffff;
	border-left:1px solid #ffffff;
	border-bottom:1px solid #cccccc;
	border-right:1px solid #cccccc;
	*/
	width:114px;
	height:24px;
	display:block;
	/*
	height:28px;
	*/
	voice-family: "\"}\"";
	voice-family:inherit;
	
	width:106px;
	height:16px;
*/
}

.EstiloSubmenu02 {
/* This class determines the general characteristics of the menu items in menu Submenu */

	/*
	border-top:0px;
	border-left:1px solid #ffffff;
	border-bottom:1px solid #cccccc;
	border-right:1px solid #cccccc;
	*/
	display:block;
	height:24px;
	width:114px;
	/*
	height:28px;
	*/
	voice-family: "\"}\"";
	voice-family:inherit;
	/*
	width:106px;
	height:16px;
*/
}

#SubmenuItem00 {
/* Unique ID for item 0 of menu Submenu so we can set its position */
	/*
	left:0px;
	top:0px;*/
}

#SubmenuItem01 {
/* Unique ID for item 1 of menu Submenu so we can set its position */
	/*left:0px;
	top:24px;*/
}

#SubmenuItem02 {
/* Unique ID for item 2 of menu Submenu so we can set its position */
	/*left:0px;
	top:47px;*/
}

#SubmenuItem03 {
/* Unique ID for item 3 of menu Submenu so we can set its position */
	/*left:0px;
	top:70px;*/
}

#ContenedorMenu img {
/* needed for Mozilla/Camino/Netscape */
	border:0px;
}

#ContenedorMenu a {
/* Controls the general apperance for menu ContenedorMenu's items, including color and font */
	text-decoration:none;
	/*font-family:Verdana, Arial, Helvetica, sans-serif;*/
	font-size:12px;
	/*color:#000000;*/
	text-align:left;
	vertical-align:middle;
	/*background-color:#ffffff;*/
	font-weight:normal;
	font-style:normal;
	display:block;
	/*position:absolute;*/
	position:relative;
	width:114px;
	padding: 3px 0 0 0;
	text-indent: 18px;
	
	height:24px;
	
	border-top: 0;
	border-left: 1px solid #ccc;
	border-bottom: 0;
	border-right: 1px solid #ccc;
	background-image: url(i/botones/fondo-submenu.gif);
	background-repeat: no-repeat;
}

#ContenedorMenu a:link, #ContenedorMenu a:visited {
/* Controls the mouse over effects for menu ContenedorMenu */
	color:#000000;
	background-color:#fff;
	background-position: 0 0;
}
#ContenedorMenu a:hover, #ContenedorMenu a:active {
/* Controls the mouse over effects for menu ContenedorMenu */
	color:#cc0000;
	background-color:#fff;
	background-position: -114px 0;
}
