BODY {
	margin: 0px;
	background-image: url(img/css_bg_sitio.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	font: 8pt Tahoma, Verdana, Arial, sans-serif;
	color: #F2F2F2;
}
.bg_cuerpo {
	background-image: url(img/css_bg_tira_marron.jpg);
	background-repeat: repeat-y;
	background-position: 40px 0px;
}
.bg_foto {
	background-repeat: no-repeat;
	background-position: center center;
}
.marco_marron {
	border: 2px solid #665632;
	background-color: #7E6D41;
}
.texto_negro {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
/*
.link_botonera {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FAE3AE;
	text-decoration: none;
	letter-spacing: 1px;
}
.link_botonera:hover {
	color: #C3B084;
}
*/

.link_botonera {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FAE3AE;
	text-decoration: none;
	letter-spacing: 0.5px;
	font-weight: bold;
}
.link_botonera:hover {
	color: #C3B084;
}

.texto_amarillo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FAE3AE;
	text-decoration: none;
}
.link_amarillo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FAE3AE;
	text-decoration: none;
	font-weight: bold;
}
.link_amarillo:hover {
	color: #FFFFFF;
}
.ico_carrito {
	padding-right:5px;
}
.titulos {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #FFFFFF;
	text-decoration: none;
}
.titulos_link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #F2F2F2;
	text-decoration: none;
}
.titulos_link:hover {
	color: #CCCCCC;
}
.categoria {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FAE3AE;
	text-decoration: none;
	text-transform: uppercase;
}
.categoria:hover {
	font-weight: bold;
}
.texto {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FAE3AE;
	text-decoration: none;
	line-height: 17px;
}
.precio {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}



