BODY {
	background-image: url(img/css_bg_principal.gif);
	margin: 0px;
	background-posicion: center top;
	scrollbar-3dlight-color: #9C8A6B;
	scrollbar-arrow-color: #494031;
	scrollbar-base-color: #333333;
	scrollbar-track-color: #D2CABC;
	scrollbar-darkshadow-color: #D2CABC;
	scrollbar-face-color: #DDD7CC;
	scrollbar-highlight-color:#DDD7CC;
	scrollbar-shadow-color: #9C8A6B;
	background-attachment: fixed;
}
.texto {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	line-height: 16px;
}
.bg_botonera {
	background-image: url(img/css_bg_botonera.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.bg_index {
	background-image:  url(img/css_bg_index.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.borde_tabla {
	border: 1px solid #90B8A9;
}
.links {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
.links:hover {
	color: #0D6343;
}
.productos {
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
	color: #000000;
	text-decoration: none;
}
.productos:hover {
	color: #0D6444;
}
.bullet {
	background-image: url(img/css_bullet.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 20px;
}
.titulo {
	font-family: Verdana, Arial, sans-serif;
	font-size: 19px;
	color: #000000;
	text-decoration: none;
	text-transform: uppercase;
}
.subtitulo {
	font-family: Verdana, Arial, sans-serif;
	font-size: 15px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
.textoproducto {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}

/* javier */
.link_producto {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #202020;
}
.link_producto:hover {
	color: #9C9C9C;
}



