@charset "utf-8";
/* CSS Document */

body{margin:0; text-align:center; font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#333; background:white url(imagenes/fondo.jpg) top center no-repeat;}
	a{color:#333; text-decoration:none;}
	a:focus{outline:none}
	
#wrap{margin:auto; text-align:left; width:852px; position:relative;}

#header{height:250px; position:relative;}
	.logo{position:absolute; top:10px; left:10px;}
	.menu{padding:0; margin:0; position:absolute; bottom: 20px; right:20px;}
	.menu li{display:inline; list-style:none; margin:0; padding:0;}
	.menu li a{float:left; padding:3px 10px; display:block; color:#CCC; border-left:1px solid #FFF;}
	.menu li a:HOVER{color:#999; border-left-color:#999;}
	.menu li a.active{color:#900; border-left-color:#900;}
	
#page{height:356px; padding:3px; display:block; background:white url(imagenes/caja-web.jpg) top left no-repeat;}

#idiomas{position:absolute; top:10px; right:10px; overflow:visible; z-index:10;}
	#idiomas a{filter:alpha(opacity=30); -moz-opacity:0.3; -khtml-opacity: 0.3;	opacity: 0.3;}
	#idiomas a:HOVER{filter:alpha(opacity=100); -moz-opacity:1; -khtml-opacity: 1;	opacity: 1;}
	
#banner{display:block; height:356px; width:390px; float:left;}
	.banner-productos{background:transparent url(imagenes/productos.gif) top left no-repeat;}
	.banner-empresa{background:transparent url(imagenes/empresa2.gif) top left no-repeat;}
	.banner-contacto{background:transparent url(imagenes/contacto.gif) top left no-repeat;}
	.banner-contacto-en{background:transparent url(imagenes/contacto-en.gif) top left no-repeat;}
	.banner-situacion{background:transparent url(imagenes/situacion2.gif) top left no-repeat;}
	.banner-calidad{background:transparent url(imagenes/sellos-calidad.gif) top center no-repeat;}

#contenido{display:block; height:356px; width:455px; float:right;}
	.ibericos{
	text-align: justify;
}
	.ibericos .titulos h1{font-size:34px; line-height:36px; color:#999; margin:0; padding:0; font-weight:normal;}
	.ibericos .titulos h2{font-size:18px; line-height:20px; color:#999; margin:0; padding:0; font-weight:normal;}
	.ibericos .titulos h2 span{font-size:14px; line-height:16px;}

#productos{display:block; overflow:hidden; width:100%; height:400px; position:relative;}
	.barra{position:absolute; top:0; left:0; width:1440px;}
	.productos, 
	.cocinados, 
	.precocinados{float:left; display:block; width:460px; text-align:left;}
	.rojo{color:#900;}
	
	.imgborde{padding:3px; border:1px solid #CCC;}

#popupimg{  
display:none;  
position:fixed;  
_position:absolute; /* hack for internet explorer 6*/   
width:954px;  
height:834px; 
background:#FFFFFF;  
border:2px solid #cecece;  
z-index:2;  
padding:12px;  
font-size:13px;  
}  
#popupbgr{  
display:none;  
position:fixed;  
_position:absolute; /* hack for internet explorer 6*/  
height:100%;  
width:100%;  
top:0;  
left:0;  
background:#000000;  
border:1px solid #cecece;  
z-index:1;  
}  
	
.telf{border-left:1px solid #CCC; border-right:1px solid #CCC;}
