/* Pagina PORTADAS PlanetaEscort [sgt] */

/* BLOQUE BUSCADOR ( filtros y acordeon ) */
#bloqueBuscador {
	border: 1px solid #282B2E;
	}
	
#bloqueBuscador input {
	background-color: #212121;
	border: 1px solid #d60ed3;
	color: #CCCCCC;
	width: auto;
	margin: 4px;
	height: 22px;
	margin-left: 0px;
	cursor: pointer;
	}

.btnFiltro {
	border: #282B2E solid 1px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
	text-align: left;
	float: left;
	white-space: nowrap;
	padding-left: 4px;
	margin: 0px 2px 2px 0px;
	cursor: pointer;
	}

.delBtnFiltro {
	display: inline;
	padding: 0px 4px;
	margin-left: 3px;
	border-left: 1px solid #282B2E;
	font-size: 9px;
	}

/* TABLA DE PORTADAS */
#tablaPortadas {
	margin-top: -7px;
	display: inline-table;
	}
#tablaPortadas td {
	width: 85px;
	text-align: center;
	vertical-align: top;
	margin: 0px;
	padding: 0px;
	}

/* NOTA DE DETALLE DE CONTACTO DE LA FICHA */
#notaContacto {
	position: absolute;
	display: none;
	top: 40px;
	left: 40px;
	background-color: #000000;
	padding: 8px 9px 6px;
	filter: alpha( opacity=85 );
	opacity: 0.85;
	border: 1px solid #282E2B;
	}
#notaContactoNombre {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #d60ed3;
	margin: -6px 0px 0px;
	}

#notaContactoServicios,
#notaContactoHorario,
#notaContactoValor,
#notaContactoContacto {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	}
	
