/* Estilos de MENU lateral Interzone
© 2006 - interzone sac
informes@interzone.net
*/
#dMenu {
	font-family: tahoma, verdana;
	font-size: 11px;
	width: 188px;
	text-align: right;
}
/* imagenes del menu*/
#ImagenEmpresa {
	background-color: #6585A9;
	background-image: url(../images/img_menu/m_empresa.jpg);
	background-position: bottom;
	height: 108px;
	background-repeat: no-repeat;
	margin-bottom: 10px;
}
#ImagenRecursos {
	background-color: #C3AD89;
	background-image: url(../images/img_menu/m_recursos.jpg);
	background-position: bottom;
	height: 108px;
	background-repeat: no-repeat;
	margin-bottom: 10px;
}
#ImagenServicios {
	background-color: #C3AD89;
	background-image: url(../images/img_menu/m_servicios.jpg);
	background-position: bottom;
	height: 108px;
	background-repeat: no-repeat;
	margin-bottom: 10px;
}
#ImagenSoporte {
	background-color: #C3AD89;
	background-image: url(../images/img_menu/m_soporte.jpg);
	background-position: bottom;
	height: 108px;
	background-repeat: no-repeat;
	margin-bottom: 10px;
}
#ImagenProductos {
	background-color: #6585A9;
	background-image: url(../images/img_menu/m_productos.jpg);
	background-position: bottom;
	height: 80px;
	background-repeat: no-repeat;
	margin-bottom: 10px;
}
#ImagenClientes {
	background-color: #C3AD89;
	background-image: url(../images/img_menu/m_clientes.jpg);
	background-position: bottom;
	height: 108px;
	background-repeat: no-repeat;
	margin-bottom: 10px;
}
#ImagenContactos {
	background-color: #C3AD89;
	background-image: url(../images/img_menu/m_contacto.jpg);
	background-position: bottom;
	height: 108px;
	background-repeat: no-repeat;
	margin-bottom: 10px;
}
/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/
.buttonscontainer {
	width: 188px;
}

.buttons a {
	color: #000000;


background-color: ;
	padding-left: 3px;
	display: block;
	font: 11px Tahoma, sans-serif;
	text-decoration: none;
	text-align: right;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 5px;
}

.buttons a:hover {background-color: #EFEFEF;
color: #000000;
text-decoration: none;}

.linkClickeado{
	text-decoration: none;
	color: #000000;
	background-color: #E8D8BD;
	font-weight: bold;
}
a.subMenu , a.subMenu:active{
	text-decoration: none;
	color: #CC0000;
	padding-right: 12px;
}
a.subMenu:hover {
	text-decoration: underline;
	color: #003366;
	padding-right: 12px;
	background-color: #FFF9E1;
}
.textoContenido {
	padding-right: 15px;
}
