body{
	background-color:#FFFFFF;
	margin-top:0px;
}

a{
	color:#FFFF00;
	text-decoration:none;
}

a:hover{	
	color:#FFFFFF;
}

td img{
	display: block;
}

#boton_inicio{
	position:absolute;
	top:1px;
	left:850px;
	border:none;
}

#boton_mail {
	position:absolute;
	top:3px;
	left:900px;
	border:none;
}

#menu{
	position:absolute;
	left:70px;
	top: 108px;
	color:#FFFFFF;
	height:auto;
	width: 870px;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
}

#menu #separador{
	margin-left:15px;
	margin-right:15px;
	font-weight:bold;
}

#menu a{
	color:#FFFFFF;
	text-decoration:none;
}

#menu a:hover{
	color:#FFFF00;
}

#menu .seleccionado{
	color:#FFFF00;
}

#cuerpo{
	background-image:url(img/fondo_centro.jpg);
	width:850px;	
}

#cuerpo #texto{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	margin:60px 50px 0px 50px;
}

#cuerpo #texto h1{
	width:300px;
	text-align:center;
	color:#FFFFFF;
}

#cuerpo #texto p{
	text-indent:10px;
}

/************************************** Contacto ******************************************/
.form_contacto label{
	display:block;
	font-style:italic;
}

.form_contacto legend{
	font-weight:bold;
}
/*************************************** Imagen de los menús **********************************/
#img_menu{
	position:absolute;
	top:150px;
	left:150px;
}
/********************************************** Noticias ************************************/
#noticia{
	text-align:left;
	width:870px;
}

#noticia #fecha{
	width:618px;
	height:94px;
}

#noticia #titulo{
	background-image:url(img/noticias/titulo_noticia.gif);
	background-repeat:no-repeat;
	width:870px;
	height:85px;
}

#noticia #titulo #texto_titulo{
	position: relative;
	top:8px;
	left:50px;
	width:600px;
	height:50px;
	font-weight:bold;
	font-size:14px;
	vertical-align:middle;
}

#noticia #cuerpo{
	background-image:url(img/noticias/cuerpo_noticia.gif);
	background-repeat:repeat-y;
	width:870px;
	min-height:150px;
	float:left;
}

#noticia #cuerpo img{
	margin:10px 30px 20px 30px;
	float:left;
	border-style:none;
}

#noticia #cuerpo #fecha{
}

#noticia #cuerpo hr{
	width:500px;
	height:1px;
}

#noticia #cuerpo #texto_cuerpo{
	/*width: 800px;*/
	margin:20px 40px 0px 40px;
	text-indent:15px;
}

#noticia #pie{
	background-image:url(img/noticias/pie_noticia.gif);
	background-repeat:no-repeat;
	width:870px;
	height:49px;
	clear:both;
}
/***********************************DONDE COMPRAR************************/
#cab1{
font-size:15px;
}

#lista_provincias{
	margin-left:30px;
}

#lista_provicias #provincia{
}



#listatiendas{
	position:absolute;
	left:560px;
	top: 240px;
	color:#ffffff;
	height:auto;
	width:auto;
	font-size:14px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	border:1px solid #008833;
	padding:5px;
	

}

#listatiendas #titulo{
	margin-bottom:20px;
	font-size:16px;
}

#listatiendas #tienda{
	
	width:350px;
	
}
#listatiendas #tienda #nom{
	font-weight:bold;
}
#listatiendas #tienda #tel{
	font-size:12px;
	width:300px;
	font-weight:bold;
}
#listatiendas #tienda #direccion{
	font-weight:lighter;
	font-style:italic;
	width:350px;
}

#listatiendas #tienda hr{
	height:1px;
}

/**************************************** Galería *************************************/
#galeria #categorias{
	/*position:absolute;
	top:210px;*/
	margin-top:-40px;
	margin-left:-10px;
	width:875px;
	font-size:10px;
}

#galeria #categorias #categoria{
}

#galeria #categorias #subcategorias{
	margin-bottom:10px;
}

#galeria #categorias #categoria .seleccionada{
	color:#FFFFFF;
}

#galeria #items{
	text-align:center;
	width:850px;
	margin-left:20px;
	margin-top:30px;
}

#galeria #items #resultado{
	margin-left:-30px;
	text-align:center;
	font-size:11px;
}

#galeria #items #item{
	width:95px;
	height:100px;
	display:block;
	float:left;
	margin:5px;
	padding:5px;
}

#galeria #items #item img{
	border-style:none;
	margin:auto;
}

#galeria #items #item #nombre{
	font-size:10px;
	width:95px;
	text-align:center;
	display:block;
}

#galeria #advertencia{
	position:relative;
	top:100px;
	width:850px;
	font-size:16px;
	font-weight:bold;
	text-align:center;
}