@charset "utf-8";
/* CSS Document */
/* inicializar elementos */ 
:link,:visited { text-decoration:none }
ul,ol { list-style:none }
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input { margin:0; padding:0 }
a img,:link img,:visited img, li a, a { border:none; text-decoration:none; }
address { font-style:normal }
/*-----------------------*/
.clearfloat{
	clear:both;
}
body{
	background:url(comun/imagenes/fondo.jpg) repeat-x top left;
}
#cabecera, #sep-grande, #azul, #cuerpo, #pie, #gurenet{
	width:788px;
	margin:auto;
}
#cabecera{
	height:102px;
	background:url(comun/imagenes/fondo-cabecera.jpg) top left no-repeat;
}
#cabecera, #pie{
	position:relative;
}
#Facebook{ position:absolute; top:15px; right:90px; }
#azul{
	height:198px;
}
#sep-grande{
	height:31px;
	background:url(comun/imagenes/fondo-sep-grande.jpg) top left no-repeat;
}

#cuerpo{
	background:url(comun/imagenes/fondo-blanco.jpg) repeat;
}
#contenido{
	padding:30px;
	padding-top:0px;
	position:relative;
}
#contenido p{
	margin-bottom:10px;
}
#logo-e2000{
	position:absolute;
	top:65px;
	right:20px;

}
#logo-facebook{
	position:absolute;
	top:0px;
	right:20px;
}
#logo-ezkerraldenda{
	position:absolute;
	top:140px;
	right:20px;
}
#pie{
	height:54px;
	background:url(comun/imagenes/fondo-pie.jpg) top left no-repeat;
	position:relative;
}
.aviso-legal{
	position:absolute;
	width:100px;
	top:20px;
	right:20px;
	text-align:right;
}
#gurenet{
	padding-left:30px;
}
/* Maquetacion cabecera*/
#logo{
	position:absolute;
	top:10px;
	left:15px;
}
#contactar{
	position:absolute;
	top:20px;
	right:20px;
}
#menu{
	position:absolute;
	top:70px;
	left:170px;
}
.logo-fila{
	margin:auto;
	width:710px;
}
.logo-seguro{
	margin:5px;
	float:left;
	width:130px;
	display:table-cell;
}
/* Maquetacion de los especiales*/
#especiales{
	margin-left:46px;
	margin-right:46px;
	height:150px;

}
#especial-1, #especial-2, #especial-3, #especial-4, #especial-5, #especial-6 {
	width:219px;
	position:relative;
	height:149px;
}
#especial-2, #especial-3, #especial-4, #especial-5, #especial-6 {
	margin-left:19px;
}
#especial-1{
	background:url(comun/imagenes/fondo-especial-1.jpg) top left no-repeat;
	float:right;
}
#especial-2{
	background:url(comun/imagenes/fondo-especial-4.jpg) top left no-repeat;
	float:left;
}
#especial-3{
	background:url(comun/imagenes/fondo-especial-3.jpg) top left no-repeat;
	float:right;
}
#especial-4{
	background:url(comun/imagenes/fondo-especial-3.jpg) top left no-repeat;
	float:right;
}
#especial-5{
	background:url(comun/imagenes/fondo-especial-5.jpg) top left no-repeat;
	float:right;
}
#especial-6{
	background:url(comun/imagenes/fondo-especial-6.jpg) top left no-repeat;
	float:left;
}
.texto-negro-especial, .texto-naranja-especial, .ver-precio{
	position:absolute;
}
.texto-negro-especial{
	top:5px;
	left:5px;
	width:95%;
}
.texto-naranja-especial{
	top:60px;
	left:5px;
}
.ver-precio{
	right:10px;
	top:130px;
	text-align:right;
}
.subcategorias, .foto-subcategorias{
	float:left;
}
.subcategorias{
	width:60%;
}
.foto-subcategorias{
	width:40%;
}
/*Maquetacion pie*/
.pie-texto{
	position:absolute;
	top:5px;
	left:15px;
	font-size:10px;
}
/*formularios*/
#form-contactar fieldset{
	width:90%;
	margin:auto;
	border:1px solid #999;
	padding:5px 5px 5px 20px;
}
#form-contactar p{
	width:90%;
	clear:both;
	margin-top:10px;
}
#form-contactar label{
	float:left;
}
#form-contactar label{
	width:35%;
}
/**************************************MENSAJES DE ERROR***************************************/
.error1, .error1_1{
	width:375px;
	margin:auto;
	border:1px solid #000000;
	padding:5px;
}
.error1{
	background-color:#CC0000;
}
.error1_1{
	margin-bottom:10px;
}