/*     Botones de servicios */

.menuserviciositem
{
	width:250px;
	height:28px;
	display:block;
	text-indent:-1500px; 
	overflow:hidden;
}

#btn_circuitos a
{
	background:url(../imagenes/lnk_circuitos.png) 0 0 no-repeat;
}

#btn_tratamientos a
{
	background:url(../imagenes/lnk_tratamientos.png) 0 0 no-repeat;
}

#btn_masajes a
{
	background:url(../imagenes/lnk_masajes.png) 0 0 no-repeat;
}

#btn_estetica a
{
	background:url(../imagenes/lnk_estetica.png) 0 0 no-repeat;
}

#btn_peluqueria a
{
	background:url(../imagenes/lnk_peluqueria.png) 0 0 no-repeat;
}

#btn_circuitos a:hover,
#btn_tratamientos a:hover,
#btn_masajes a:hover,
#btn_estetica a:hover,
#btn_peluqueria a:hover
{
	background-position:0 -28px;
}


#menu_servicios
{
	clear:left;
	margin:30px 0px 0px 40px;
}

#menu_servicios ul
{
	list-style:none;
}

#menu_servicios ul li
{
	margin-top:10px;
}


.imagen_thm
{
	float: left;
	margin:0px 10px 10px 0px;
}

#lista_servicios
{
	width:400px;
	margin-top:20px;
	clear:both;
}

#lista_servicios h3
{
	font-size:0.8em;
	font-weight:normal;
	margin:6px 0 5px 0;
	width:300px;
}

#lista_servicios ul
{
	list-style: none;
	font-weight:bold;
}

#lista_servicios ul li
{
	padding:2px 0 2px 0;
	margin-bottom:8px;	
}

#lista_servicios ul li ul 
{
	margin-left:30px;
	margin-top:2px;
	font-weight:normal;	
}

.thm_relativo_izda /* Esta clase no se usa por ahora, pero no la borres. Bueno, o si. No se. El tiempo lo dirá. */
{
	width:159px;
	position:absolute;
	left:0px;
}



