/* TABLA DE PORTADAS */
#tablaPortadas {
	display: inline-table;
	border-spacing:3px;
	border-collapse:separate;
	margin-top: -3px;
	margin-left: -3px;
	margin-right: -3px;
	}
#tablaPortadas td {
	
	width: 84px;
	text-align: center;
	vertical-align: top;
	margin: 0px;
	padding: 0px;
	}

/* NOTA DE DETALLE DE CONTACTO DE LA FICHA */
#notaContacto {
	border-radius: 5px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	z-index:999;
	display: none;
	position: absolute;
	padding: 3px 6px 6px 6px;
	background-color: #FFFFFF;
	border: 1px solid #000032;
	filter: alpha( opacity=85 );
	opacity: 0.85;
	}

#notaContacto p {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	color: #333;
	font-size: 11px;
	line-height: 1.4em;
}

#notaContacto #notaContactoNombre {
	color:#333;
	font-weight: bold;
	font-size: 14px;
	}

#notaContacto #notaContactoServicios {
	padding-left: 19px;
	background:transparent url(../img/servicios.png) no-repeat 0 1px scroll;
	}

#notaContacto #notaContactoHorario {
	padding-left: 19px;
	background:transparent url(../img/reloj.png) no-repeat 0 1px scroll;
	}

#notaContacto #notaContactoValor {
	padding-left: 19px;
	background:transparent url(../img/valor.png) no-repeat 0 1px scroll;
	}

#notaContacto #notaContactoContacto {
	padding-left: 19px;
	background:transparent url(../img/fono.png) no-repeat 0 1px scroll;
	}

#notaContacto #ttcorner {
	left:-9px;
	top:10px;
	position:absolute;
}
