/*--------------------------------------------------------------------------
 Clic 2006
----------------------------------------------------------------------------
 File: generales.css
 Sitio: www.queremosfiesta.com
 	    Gerardo Gonzalez Flores
 		--> gerardo AT clic DOT com DOT mx <--
---------------------------------------------------------------------------		
 Estilos generales para titulos.
--------------------------------------------------------------------------*/
/* Titulos de menus */
#titMenuSecciones span{
	display:none;
}

/* Reemplazo de span por imagen de fondo*/
#titMenuSecciones{
	background: url(../img/titulosCss/tit_menu_secciones.jpg) no-repeat  left;
	background-attachment: scroll;
	width:145px;
	height:38px;
}

#titBuscar span, #titEstand span, #titGaleria span,
#titServicios span, #titPreguntas span, #titContacto span,
#titAyuda span, #titAnunciate span, #titAnuncios span, 
#titIngresoUsuarios span, #titSeccionUsuarios span,
#titContactarAnunciante span, #titRegistroUsuarios span, #titResBusqueda span,
#titMiLista span, #titPrincipal span, #titLibro span, #titListadoEntradas span{
	display:none;
}

#titBuscar , #titEstand , #titGaleria ,
#titServicios , #titPreguntas , #titContacto ,
#titAyuda , #titAnunciate , #titAnuncios , 
#titIngresoUsuarios , #titSeccionUsuarios ,
#titContactarAnunciante, #titRegistroUsuarios, #titResBusqueda, #titMiLista, #titLibro, #titListadoEntradas{
	height:36px;
	width:210px;
	background-attachment: scroll;
}

#titPrincipal{
	height:5px;
}

#titBuscar{
	background: url(../img/titulosCss/tit_buscar.jpg) no-repeat;
}

#titEstand{
	background: url(../img/titulosCss/tit_estand.jpg) no-repeat;
}
#titGaleria{
	background: url(../img/titulosCss/tit_galeria.jpg)no-repeat;
}

#titPreguntas{
	background: url(../img/titulosCss/tit_preguntas.jpg)no-repeat;
}

#titServicios{
	background: url(../img/titulosCss/tit_servicios.jpg) no-repeat;
}

#titAyuda{
	background: url(../img/titulosCss/tit_ayuda.jpg) no-repeat;
}

#titContacto{
	background: url(../img/titulosCss/tit_contacto.jpg) no-repeat;
}

#titAnunciate{
	background: url(../img/titulosCss/tit_anunciate.jpg) no-repeat;
}

#titAnuncios{
	background: url(../img/titulosCss/tit_anuncios.jpg) no-repeat;
}

#titIngresoUsuarios{
	background: url(../img/titulosCss/tit_ingreso_usuarios.jpg) no-repeat;
}

#titSeccionUsuarios{
	background: url(../img/titulosCss/tit_seccion_usuarios.jpg) no-repeat;
}

#titContactarAnunciante{
	background: url(../img/titulosCss/tit_contactar_anunciante.jpg) no-repeat;
}
#titRegistroUsuarios{
	background: url(../img/titulosCss/tit_registro_usuarios.jpg) no-repeat;
}
#titResBusqueda{
	background: url(../img/titulosCss/tit_resultado_busqueda.jpg) no-repeat;
}
#titMiLista{
	background: url(../img/titulosCss/tit_mi_lista.jpg) no-repeat;
}
#titLibro{
	background: url(../img/titulosCss/tit_libro_visitas.jpg) no-repeat;
}
#titListadoEntradas{
	background: url(../img/titulosCss/tit_listado_entradas.jpg) no-repeat;
}

