@charset "utf-8";
/* CSS Document */
/*	----------------------------------------------------------------------------
	Estilos de la web de Gaisven propios de la seccion empresa
	
	version:	1.1
	autor:		Jorge Canteli
	email:		jorcanvi@q-interactiva.com
	web:		http://www.q-interactiva.com
	----------------------------------------------------------------------------*/
	
	#layer_opciones_resaltadas
	{
		padding:35px 20px 35px 40px;
		width:900px;
		
		background:#fff url(../img/layer_resaltado_fnd.jpg) 0 bottom repeat-x;
		
	}
		#layer_opciones_resaltadas .layer_info
		{
			float:left;
			margin:0;			
			
			background-position:0 0;
			background-repeat:no-repeat;
		}
			#resaltado_productos
			{
				padding:0 33px 0 75px;
				width:192px;
				
				background-image:url(../img/empresa_resaltado_productos.jpg);
			}
			#resaltado_venta
			{
				padding:0 18px 0 75px;
				width:207px;
				
				background-image:url(../img/empresa_resaltado_venta.jpg);
			}
			#resaltado_tarifas
			{
				padding:0 18px 0 75px;
				width:207px;
				
				background-image:url(../img/empresa_resaltado_tarifas.jpg);
			}
		.layer_info h3
		{
			margin:10px 0 5px 0;
			padding:0;
			
			height:18px;
			
			background-position:0 0;
			background-repeat:no-repeat;
		}
			#resaltado_productos h3
			{
				width:192px;
				background-image:url(../img/resaltado_productos.jpg);
			}
			#resaltado_venta h3
			{
				width:207px;
				background-image:url(../img/resaltado_venta.jpg);
			}
			#resaltado_tarifas h3
			{
				width:207px;
				background-image:url(../img/resaltado_tarifas.jpg);
			}
			.layer_info h3 span
			{
				display:none;
			}
		.layer_info p
		{
			min-height:80px;
			
			font-size:13px;
			color:#999;
			line-height:17px;
		}
		.layer_info a
		{
			display:block;
			margin:5px 0 0 0;
			height:36px;
			
			text-decoration:none;
			
			background-position:0 0;
			background-repeat:no-repeat;
		}
		.layer_info a:hover
		{
			background-position:0 bottom;
		}
			#a_ver_catalogo
			{
				width:113px;
				background-image:url(../img/empresa_ver_catalogo.jpg);
			}
			#a_ver_puntos_venta
			{
				width:156px;
				background-image:url(../img/empresa_ver_puntos_venta.jpg);
			}
			#a_ver_tarifas
			{
				width:102px;
				background-image:url(../img/empresa_ver_tarifas.jpg);
			}
		.layer_info a span
		{
			visibility:hidden;
			
			font-size:8px;
		}
