BODY  {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	background-image: url(img/css_bg_sitio.jpg);
	background-repeat:   repeat-y;
	background-position: center top;
}


/*textos*/
.texto_pie {
	font-family: Tahoma, sans-serif, Arial;
	font-size: 11px;
	color: #AAAAAA;
	text-decoration: none;
}
A.texto_pie:link {
	text-decoration: none;
}
A.texto_pie:hover {
	color: #addb3d;
	text-decoration: none;
}
.links_pie {
	font-family: Tahoma, sans-serif, Arial;
	font-size: 11px;
	color: #addb3d;
	text-decoration: none;
}
.titulos {
	font-family: "Trebuchet MS", Tahoma, sans-serif;
	font-size: 24px;
	color: #81807e;
	text-decoration: none;
}
.texto {
	font-family: "Trebuchet MS", Tahoma, sans-serif;
	font-size: 12px;
	color: #81807e;
	text-decoration: none;
	line-height: 25px;
}
A.texto:link {
	color: #663366;
	text-decoration: underline;
}
A.texto:hover {
	color: #996699;
	text-decoration: underline;
}
.texto_promo {
	font-family: "Trebuchet MS", Tahoma, sans-serif;
	font-size: 11px;
	color: #6B6A69;
	text-decoration: none;
	line-height: 15px;
}
.titulo_promo {
	font-family: "Trebuchet MS", Tahoma, sans-serif;
	font-size: 12px;
	color: #990000;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
}
.precio {
	font-family: "Trebuchet MS", Tahoma, sans-serif;
	font-size: 15px;
	color: #982c78;
	text-decoration: none;
	font-weight: bold;
}
.subtitulo_promo {
	font-family: "Trebuchet MS", Tahoma, sans-serif;
	font-size: 11px;
	color: #0099FF;
	text-decoration: none;
	font-weight: bold;
}
.subtitulos {
	font-family: "Trebuchet MS", Tahoma, sans-serif;
	font-size: 12px;
	color: #982c78;
	text-decoration: none;
	font-weight: normal;
}
.boton {
	font-family: "Trebuchet MS", Tahoma, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	
}
A.boton:link {
	text-decoration: none;

	
}
A.boton:hover {
	color: #000000;
	text-decoration: none;	
	
}

/*fondos*/

.bg_cuerpo {
	background-image: url(img/css_bg_cuerpo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.filete {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;	
}
.bg_boton {
	background-image: url(img/css_bg_bt.jpg);
	background-repeat:    repeat-x;
	background-position: center center;
	
}
.bg_bullet {
	background-image: url(img/css_bg_bullet.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 9px;
}
.bg_promo {
	background-image: url(img/css_bg_promo.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-left: 9px;
}






/*formulario*/

.campos {
	font-family: "Trebuchet MS", Tahoma, sans-serif;
	font-size: 12px;
	color: #81807e;
	text-decoration: none;
	width: 230px;
	height: 16px;
	border: 1px solid #b0b6b8;
}
.campo_cantidad {
	font-family: "Trebuchet MS", Tahoma, sans-serif;
	font-size: 12px;
	color: #81807e;
	text-decoration: none;
	width: 50px;
	height: 16px;
	border: 1px solid #b0b6b8;
}
.campo_lista {
	font-family: "Trebuchet MS", Tahoma, sans-serif;
	font-size: 12px;
	color: #81807e;
	text-decoration: none;
	border: 1px solid #b0b6b8;
	overflow: hidden;
}
.botones {
	font-family: "Trebuchet MS", Tahoma, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	background-image: url(img/css_bg_bt.jpg);
	background-repeat:    repeat-x;
	background-position: center center;
	text-transform: uppercase;
	border: 1px solid #b0b6b8;
}
