@charset "utf-8";
/* CSS Document */
/*	----------------------------------------------------------------------------
	Estilos de la web de Gaisven
	
	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(menu.css);
	@import url(footer.css);
/*	----------------------------------------------------------------------------*/

/*	----------------------------------------------------------------------------
	clases globales, tipografias y reseteo inicial
	----------------------------------------------------------------------------*/
	*
	{
		margin:0;
		padding:0;
		border:0;
	}
	.clear
	{
		clear:both;
	}
	.pOculto
	{
		display:none;
	}
	
	.hidden
	{
		display:none;
	}
	h1,h2,h3,h4,h5,h6
	{
		font-family:Arial, Helvetica, sans-serif;
	}	
	p
	{
		font-family:Arial, Helvetica, sans-serif;
		color:#666666;
		font-size:15px;
	}
	p span
	{
		color:#0092C3;
	}
	p a
	{
		color:#0092C3;
		text-decoration:none;
	}
	p a:hover
	{
		text-decoration:underline;
	}

/*	----------------------------------------------------------------------------*/

/*	----------------------------------------------------------------------------
	Estructura base de la web
	----------------------------------------------------------------------------*/
body
{
	background:#000911 url(../img/body_fnd.jpg) center 0 no-repeat;
}

#content
{
	margin:0 auto;
	width:960px;
	
	font-family:Arial, Helvetica, sans-serif;
}
	h1
	{
		margin:0 0 10px 0;
		width:960px;
	}
		h1 img
		{
			display:block;
			margin:0 auto;
		}
	#menu
	{
		width:960px;
	}
	#layer_galeria
	{
		overflow:auto;
		padding:1px 0 0 0;
		width:960px;
		height:400px;
		
		background:#EFF9FE url(../img/galeria_fnd.jpg) 0 0 no-repeat;		
	}
	#info
	{
		padding:35px 20px 35px 40px;
		width:900px;
		
		background-color:#fff;
		border-top:1px solid #e3e3e3;
	}
		#info p
		{
			margin:0 0 20px 0;
			
			line-height:20px;
		}
		#info h2
		{
			margin:0 0 20px 0;
			padding:0;
			width:900px;
			height:30px;
			
			font-size:12px;
			
			background-position:0 0;
			background-repeat:no-repeat;
		}
		#info h2 span
		{
			visibility:hidden;
		}
		#body_empresa #info h2
		{
			background-image:url(../img/h2_empresa.jpg);
		}
		#body_productos #info h2
		{
			background-image:url(../img/h2_productos.jpg);
		}
		#body_tarifas #info h2
		{
			background-image:url(../img/h2_tarifas.jpg);
		}
		#body_venta #info h2
		{
			background-image:url(../img/h2_venta.jpg);
		}
		#body_contacto #info h2
		{
			background-image:url(../img/h2_contacto.jpg);
		}
	#info_adicional
	{
		padding:10px 20px 10px 40px;
		width:900px;
		min-height:5px;
		background:url(../img/info_adicional_fnd.png) 0 bottom no-repeat;
	}
	#footer
	{
		margin:0;
		padding:15px 40px 15px 40px;
		width:880px;
		
	}
