@charset "utf-8";
/*	----------------------------------------------------------------------------
	Estilos parte pública de la web turistica de Cunit
	
	version:	1.1
	autor:		Jorge Canteli
	email:		jorcanvi@q-interactiva.com
	web:		http://www.q-interactiva.com
	----------------------------------------------------------------------------*/
/*	----------------------------------------------------------------------------
	Importacion de css comunes para todas las secciones
	----------------------------------------------------------------------------*/		
	@import url(reset.css);	
	@import url(iconos.css);			
	@import url(footer.css);	
	/* Importacion del css para el menu*/
	@import url(superfish.css);
/*	----------------------------------------------------------------------------*/

/*	----------------------------------------------------------------------------
	clases globales, tipografias y reseteo inicial
	----------------------------------------------------------------------------*/
	*
	{
		margin:0;
		padding:0;
		border:0;
	}
	.clear
	{
		clear:both;
	}
	.negrita
	{
		font-weight:bold;
	}
	.cursiva
	{
		font-style:italic;
	}
	.hidden
	{
		display:none;
	}	
/*	----------------------------------------------------------------------------
	Estructura web
	----------------------------------------------------------------------------*/
	body
	{
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size:12px;
		color:#6A6345;
		
		background-color:#3F97D6;
	}
	
	#container
	{
		position:relative;
		margin:0 auto;
		/*padding:0 0 180px 0;*/
		padding:36px 0 180px 0;		
		width:960px;
		
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	}
	#layer_menu
	{
		position:absolute;
		top:0;
		left:0;
		z-index:200;		
		margin:0 0;
		padding:0;
		min-height:36px;
		*height:36px;
		
		width:960px;
	}
	
	#layer_contenido
	{
		position:relative;
		margin:30px 0 0 0;
		padding:0;
		
		width:960px;
	}
	#layer_footer
	{
		position:absolute;
		bottom:0;		
		padding:40px 0 0 0;
		
		width:960px;
		height:100px;
		
		background:url(../img/footer_fnd.jpg) center 0 no-repeat;
	}

/*	----------------------------------------------------------------------------
	Estilos para layer_menu
	----------------------------------------------------------------------------*/
	#ul_language
	{
		float:right;
		width:93px;
	}
	#ul_language li
	{
		float:left;
		margin:0 3px 0 0;
		width:20px;
	}
		#ul_language li a
		{
			display:block;
			width:20px;
			height:28px;
			
			text-decoration:none;
			
			background-position:0 bottom;
			background-repeat:no-repeat;
		}
		#ul_language #language_active a,#ul_language li a:hover
		{
			background-position:0 0;
		}
		#ul_language li a span
		{
			visibility:hidden;
			font-size:8px;
		}
