@charset "utf-8";
/*
	Descripción: Estilos usados en el módulo de Salón Interactivo.
	Lenguaje: CSS2
	Fecha de creación: 5-07-2003
	Fecha de modificación: 29-11-2017
	Autor: Roberto Martínez Pérez
	Empresa: netcontac.com
*/

	ul#MEN-SALONES {
		position: absolute;
		top: 130px;
		left: 40px;
		text-indent: 0px;
		list-style: none;
	}
	ul#MEN-SALONES li {
		margin-bottom: 2em;
	}
	ul#MEN-SALONES a {
		font: bold 20pt Verdana, Geneva, Arial, Helvetica, sans-serif;
		text-decoration: none;
		text-transform: uppercase;
		letter-spacing: 0.1em;
		color: #0066CC;
	}
	ul#MEN-SALONES a.actual,
	ul#MEN-SALONES a:hover {
		color: #990000;
	}

	ul#MEN-SALON {
		position: absolute;
		top: 90px;
		left: 250px;
		list-style: none;
	}
	ul#MEN-SALON a {
		padding-top: 0.1em;
		font: 18pt Verdana, Geneva, Arial, Helvetica, sans-serif;
		text-decoration: none;
		text-transform: uppercase;
		color: #0066CC;
	}
	ul#MEN-SALON a.actual,
	ul#MEN-SALON a:hover {
		color: #990000;
	}
	ul#MEN-SALON a img{
		margin-right: 15px;
		vertical-align: -3px;
		background: #0066CC;
	}
	ul#MEN-SALON a.actual img,
	ul#MEN-SALON a:hover img{
		background: #990000;
	}

	img#SALON {
		float: right;
	}
	img#SALON+br {
		clear: both;
	}