body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #AACDD5;
}.fondoPagina {
	background-image: url(img/fondo.jpg);
	background-repeat: repeat-y;
}
.fondoHeader {
	background-image: url(img/fondo-header.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
.txtGris {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}
.txtVioleta {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #28164D;
}

.linkVioleta:link { font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 10px; font-weight: bold; color: #28164D; text-decoration: none}
.linkVioleta:visited { font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 10px; font-weight: bold; color: #28164D; text-decoration: none}
.linkVioleta:hover { font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 10px; font-weight: bold; color: #28164D; text-decoration: none}

.linkGris:link { font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 10px; font-weight: normal; color: #333333; text-decoration: none}
.linkGris:visited { font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 10px; font-weight: normal; color: #333333; text-decoration: none}
.linkGris:hover { font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 10px; font-weight: normal; color: #333333; text-decoration: none}

.linkBlanco:link { font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 10px; font-weight: normal; color: #FFFFFF; text-decoration: none}
.linkBlanco:visited { font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 10px; font-weight: normal; color: #FFFFFF; text-decoration: none}
.linkBlanco:hover { font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 10px; font-weight: normal; color: #FFFFFF; text-decoration: none}

.linkVioleta2:link { font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 13px; font-weight: bold; color: #28164D; text-decoration: none}
.linkVioleta2:visited { font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 13px; font-weight: bold; color: #28164D; text-decoration: none}
.linkVioleta2:hover { font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 13px; font-weight: bold; color: #28164D; text-decoration: none}

.textarea {
	font-family: Verdana;
	font-size: 10px;
	color: #000000;
	background-image: url(img/fondo-input.jpg);	
	border: #333333;
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;	
	background-repeat:repeat-x;
	background-color: #FFFFFF;

}

.textarea1 {
	font-family: Verdana;
	font-size: 10px;
	color: #000000;	
	border: #333333;
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;	
	background-color: #FFFFFF;

}

.fondoTitCategoria {
	background-image: url(img/header-categorias.jpg);
	background-repeat: no-repeat;
}
.titNaranja {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFC000;
}
.fondoBoton {
	background-image: url(img/fondo-btn-cat.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
.txtRojo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FF0000;
}.cajaProducto {
	background-image: url(img/fondo-caja-prod.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	border: #666666;
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}
.fondoBtnCarrito {
	background-image: url(img/fondo-boton.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
.titBlanco {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
}

.fondoBoton {
	background-image: url(img/fondo-btn-cat.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}

.texto{ 
 font-family:Tahoma;
 color:#666666; 
 font-size:11px;
}
