/* CSS Tipos */
#tituloTipos{
	background-image: url(../img/fondos/fondo_titulo_tipos.png);
	background-repeat: repeat-x;
	width: 240px;
	max-width: 240px;
	height: 21px;
	max-height: 21px;
	border-bottom: 3px solid #f3f3f3;
	text-align: center;
	margin-top: -20px;
	border-top: 1px solid #969696;
}

#botonOcultar{
	float: right;
	margin-top: 2px;
	display: none;
}

#contenedorBuscarTodos{
	width: 240px;
}

#buscarTodos{
   margin: 0;
   padding: 0;
   list-style: none;
   display: block;
   height: 17px;
   margin-left: 40px;
   margin-top: 10px;
}
#buscarTodos>LI{
	float: left;
	margin: 0;
    padding: 0;
	height: 17px;
}
#contenedorTiposBuscando{
	margin-top: 10px;
	margin-left: 20px;
	text-align: left;
}

#contenedorPersianasTipos{
	margin-top: 22px;
}
.persianaTipos{
	width: 240px;
	border-right: 1px solid #969696;
	overflow: hidden;
	text-align: left;
}
.persiana{
	width: 241px;
	height: 38px;
	background-image: url(../img/fondos/fondo_presiana_tipo.png);
	background-position: bottom;
	background-repeat: no-repeat;
}
.persianaTitulo{
	position: relative;
	top: 14px;
	height: 0px;
	width: 241px;
	text-align: center;
}
.persianaFin{
	width: 241px;
	min-height: 38px;
	background-image: url(../img/fondos/fondo_presiana_tipo_fin.png);
	background-position: bottom;
	background-repeat: no-repeat;
}
/* FORMULARIOS */

#tiposBuscando{
	border: 1px solid #969696;
	width: 200px;
	min-height: 16px;
	overflow: visible;
}


/* TEXTOS Categorias */
.txt_Hosteleria{ font-size: 10px; font-weight: bold ; color: #bf0000;}
.txt_Tiendas{ font-size: 10px; font-weight: bold ; color: #2DA1D7; }
.txt_Cultura{ font-size: 10px; font-weight: bold ; color: #ECBA17; }
.txt_Ninos{ font-size: 10px; font-weight: bold ; color: #DD6C35; }
.txt_CuerpoMente{ font-size: 10px; font-weight: bold ; color: #2D9443; }
.txt_Eventos{ font-size: 10px; font-weight: bold ; color: #000DC2; }
.txt_Alojamiento{ font-size: 10px; font-weight: bold ; color: #A4670C; }

.color_Hosteleria{ color: #bf0000; }
.color_Tiendas{ color: #2DA1D7; }
.color_Cultura{ color: #ECBA17; }
.color_Ninos{ color: #DD6C35; }
.color_CuerpoMente{ color: #2D9443; }
.color_Eventos{ color: #000DC2; }
.color_Alojamiento{ color: #A4670C; }

.fondo_Hosteleria{
	background-image: url(../img/fondos/fondo_titulo_Hosteleria.png);
	background-repeat: no-repeat;
	width:241px;
	height:31px;
	margin-top: 8px;
}
.fondo_Tiendas{
	background-image: url(../img/fondos/fondo_titulo_Tiendas.png);
	background-repeat: no-repeat;
	width:241px;
	height:31px;
	margin-top: 8px;
}
.fondo_Cultura{
	background-image: url(../img/fondos/fondo_titulo_Cultura.png);
	background-repeat: no-repeat;
	width:241px;
	height:31px;
	margin-top: 8px;	
}
.fondo_Ninos{
	background-image: url(../img/fondos/fondo_titulo_Ninos.png);
	background-repeat: no-repeat;
	width:241px;
	height:31px;
	margin-top: 8px;	
}
.fondo_CuerpoMente{
	background-image: url(../img/fondos/fondo_titulo_CuerpoMente.png);
	background-repeat: no-repeat;
	width:241px;
	height:31px;
	margin-top: 8px;	
}
.fondo_Eventos{
	background-image: url(../img/fondos/fondo_titulo_Eventos.png);
	background-repeat: no-repeat;
	width:241px;
	height:31px;
	margin-top: 8px;	
}
.fondo_Alojamiento{
	background-image: url(../img/fondos/fondo_titulo_Alojamiento.png);
	background-repeat: no-repeat;
	width:240px;
	height:31px;
	margin-top: 8px;
}
