/* 
	PROPIETARIO:			IBIDEM NETWORK
	PROGRAMADOR:			ANTONIO GARCIA PRATS
	WEB:					www.ibidem-network.es
*/

div#contenedor-menu-servicios,
.opciones-menu-servicio {	
	width: 180px;
}

div#contenedor-menu-servicios {
	height: 150px;
	background-color: #FFF;
}

.opciones-menu-servicio,
.opciones-menu-servicio a,
.opciones-menu-servicio a:hover {
	width: 180px;
	height: 20px;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	padding-left: 5px;
}

.opciones-menu-servicio,
.opciones-menu-servicio a {
	color: #000000;
}

.opciones-menu-servicio a:hover {
	color: #FF6600;
}