@charset "utf-8";
/* CSS Document */
head
{
	padding:0px;
	margin:0px;
}

body
{
	background-image:url(../imagenes/fondo.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	background-color:#BEA116;
	background-attachment:fixed;
	padding:0px;
	margin:0px;
	font-family:"Trebuchet MS";
	font-size:11px;
	color:#808080;

}
.tabla_grande{
	border-left:3px solid #000000; 
	border-right:3px solid #000000; 
	border-bottom:15px solid #000000;
	background-color:#FFFFFF;
}
a{
	text-decoration:none;
	color:#999999;
}
a:hover{
	color:#000;
}
.menu{
	float:none;
}
.menu a {
  display:block;
  border:none;
  background-position:top;
  background-repeat:no-repeat;
  overflow:hidden;
  float:left;
  height:80px;
  width:128px;
  margin-right:4px;
}
.menu a:hover { background-position: 0 -80px; text-decoration: none; margin-right:4px; }
.menu .alt { display:none; }
.menu a.s { background-position:0 -80px; text-decoration:none; }
.menu a#productos { background-image: url(../imagenes/productos.gif); height:80px; }
.menu a#empresa { background-image: url(../imagenes/empresa.gif); height:80px;}
.menu a#tarrinas { background-image: url(../imagenes/tarrinas.gif); height:80px;}
.menu a#salud { background-image: url(../imagenes/salud.gif); height:80px;}
.menu a#tienda { background-image: url(../imagenes/tienda.gif); height:80px;}
.menu a#contacto { background-image: url(../imagenes/contacto.gif); height:80px;}
.titular{
	font-size:14px;
	color:#BEA116;
}
.enlace_mail{
	font-size:10px;
	font-weight:bold;
	color:#808080;
}
.enlace_mail:hover{
	font-weight:bold;
	color:#000000;
}
.enlace_colme{
	font-size:9px;
	color:#FFFFFF;
}
.enlace_colme:hover{
	color:#000000;
}
.enlace_paginador{
	font-size:11px;
	color:#000000;
	text-decoration:none;
}
.enlace_paginador:hover{
	background-color:#000000;
	color:#FFFFFF;
}
.enlace_entrada{
	font-size:10px;
	color:#000000;
	text-decoration:none;
}
.enlace_entrada:hover{
	font-weight:bold;
}
.cuadro{
	border:none;
	font:"Trebuchet MS";
	width:370px;
}
.boton{
	border:none;
	color:#000000;
	background-color:#BEA116;
}
.boton:hover{
	cursor:pointer;
	color:#FFFFFF;
	background-color:#000000;
}
.boton_anadir{
	border:1px dotted #808080;
	color:#808080;
	background-color:#FFFFFF;
	background-image:url(../imagenes/basket_put.gif);
	background-position:right;
	background-repeat:no-repeat;
}
.boton_anadir:hover{
	cursor:pointer;
	color:#000000;
}
.boton_actualizar{
	border:none;
	color:#000;
	font-family:"Trebuchet MS";
	background-color:#FFFFFF;
	background-image:url(../imagenes/actualizar.gif);
	background-position:left;
	background-repeat:no-repeat;
	padding:2px;
}
.boton_actualizar:hover{
	cursor:pointer;
	font-weight:bold;
}
.boton_pedir{
	border:none;
	color:#000;
	font-family:"Trebuchet MS";
	background-color:#FFFFFF;
	background-image:url(../imagenes/comprar.gif);
	background-position:right;
	background-repeat:no-repeat;
	padding:2px;
}
.boton_pedir:hover{
	cursor:pointer;
	font-weight:bold;
}
.menu_intranet{
	list-style:none;
	padding:0;
	margin:0;
}
.menu_intranet li{
	border-bottom:1px solid #000;
	margin:10px;
}
.titular{
	font-family:inherit;
	font-size:18px;
	font-weight:bold;
}
.enlace_volver{
	text-decoration:none;
	color:#000000;
}
.enlace_volver:hover{
	font-weight:bold;
}
.cuadro_form{
	border:1px dotted #808080;
	font-size:10px;
	width:610px;
	margin-bottom:10px;
	padding-left:5px;
}
.cuadro_registro{
	border:1px solid #BEA116;
	font-size:10px;
	width:610px;
	margin-bottom:10px;
	padding-left:5px;
}
