#listaServicios, #servicioChat {
	background-color: #DEE3E7;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0.5em;
	font-family: Arial, Helvetica, sans-serif;
	height: 207px;
}
	#listaServicios input, #listaServicios select, #servicioChat input {
		font-size: 10px;
	}
	#listaServicios label, #servicioChat label{
		display: block;
		margin-top: 1em;
		
		font-size: 10px;
		color: #7F8182;
	}
	
	#escojaServicio {
		font-weight:bold !important;
		color:#000000 !important;
		padding-bottom: 0.7em;
	}
	
#menuServicios {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 0;
	padding-left: 0;
	display: inline;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #DEE3E7;
} 

	#menuServicios img {
		margin-left: 0;
		margin-bottom: 0;
		list-style: none;
		display: inline;
		padding-top: 0px;
		padding-right: 0px;
		padding-bottom: 0px;
		padding-left: 0px;
		cursor:pointer;
	}
			
	#menuServicios img.aquiEstoy {
		list-style: none;
		display: inline;
		cursor:auto;
	}
	
.botonImagen {
	cursor:pointer;
}

/*#menu {
	width: 10em;
	z-index:1;
}

	#menu ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	
	#menu ul ul ul a {
		font: bold 11px/16px arial, helvetica, sans-serif;
		display: block;
		border-width: 1px;
		border-style: solid;
		border-color: #ccc #888 #555 #bbb;
		margin: 0;
		padding: 2px 3px;
	}
		#menu ul ul ul a:hover {
			
			font-family: Arial, Helvetica, sans-serif;
			font-size: 10px;
			color: #006699;
			text-decoration: none;
		}
		
	#menu li {
		position: relative;
	}
	
	#menu ul ul ul {
		position: absolute;
		top: -100px;
		left: 70%;
		width: 100%;
	}

div#menu ul ul ul, div#menu ul ul li:hover ul ul {
	display: none;
}

div#menu ul ul li:hover ul, div#menu ul ul ul li:hover ul {
	display: block;
}		*/

#menu {
	width: 135;
	/*background-color: #f3fbfe;*/
}

	#menu a {
		display: block;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 10px !important;
		color: #4E9700;
		padding-left: 18px;
		text-decoration: none;
		background-repeat: no-repeat;
		background-position: left top;
		font-weight:normal !important;
	}
	
		#menu a:hover {
			display: block;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 10px !important;
			color: #006699;
			padding-left: 18px;
			text-decoration: none;
			background-repeat: no-repeat;
			background-position: left top;
			font-weight:normal !important;
			height: 16px;
			/*font-family: Arial, Helvetica, sans-serif;
			font-size: 10px;
			color: #006699;
			padding-left: 16px;
			text-decoration: none;
			background-repeat: no-repeat;
			background-position: left top;*/
		}
	
	#menu li {
	position: relative;
	background-color: #f3fbfe;
	/*background-color: #def0f7;*/
	text-align: left;
	width: 135px;
	margin: 0;
	padding: 0;
	float: left;
	}
	
	#menu ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	
		#menu ul ul ul {
			position: absolute;
			top: 15px;
			left: 5%;
			width: 135px;
			background-color: #f3fbfe;
			/*background-color: #def0f7;*/
		}
			#menu ul ul ul a {
	font: bold 11px/16px arial, helvetica, sans-serif;
	display: block;
	border-width: 1px;
	border-style: solid;
	border-color: #a1daee #a1daee #a1daee #a1daee;
	margin: 0;
	/*padding: 1px 1px 1px 0px;*/
	padding-left: 18px;
	color: #000;
	background: /*#def0f7*/ #f3fbfe left;
	text-decoration: none;
	width: 135px;
			}
	
	div#menu ul ul ul, div#menu ul ul li:hover ul ul {
		display: none;
	}
	
	div#menu ul ul li:hover ul, div#menu ul ul ul li:hover ul {
		display: block;
	}
