.boxText {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #CC00FF; /* lila */
}
.errorBox { font-family : Verdana, Arial, sans-serif; font-size : 10px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #70d250; text-decoration: underline; }


div#container {
	width: 100%;
}
div#main_center {
display: block;
position: absolute;
right: 175px;
left: 175px;
height:2000px;
}

div#main_center_noticias {
display: block;
position: absolute;
right: 175px;
left: 175px;
}

div#main_left {
float: left;
width: 150px;
}
div#main_right {
width: 150px;
float: right;
}
hr {
  clear: both;
}






BODY {
	background: #ffffff;
	color: #000000;
	margin: 0px;
	font-size: 10px;
	font-family: 'Verdana, Arial, sans-serif';

}
p {


}
.footer {
	width: 75%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1100px;
	clear: both;
}
/* Titulos */
h1 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #9900FF; /* lila, son los titulines */
	text-align: left;

}

h2 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #9900FF; /* lila, son los titulines */
	text-align: left;
}
h3 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #9900FF; /* lila, son los titulines */
	text-align: left;

}

h4 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #9900FF; /* lila, son los titulines */
	margin: 0px;
	padding: 0px;

}

A {
	color: #6A00B0;            /* parametros para los Links */
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: normal;
	font-weight: 400;

}

A:hover {
	/*color: #ffffff;
	text-decoration: none;
	background-color: #9900FF;*/
}

FORM {
	display: inline;
}

TR.header {
	background: #ffffff;
	background-color: #ffffff;
}

TR.headerNavigation {
  background: #F2BDED;
}

TD.headerNavigation {
	font-family: Verdana, Arial, sans-serif;
	font-size: 9px;
	background: #F2BDED;
	color: #FFFFFF;
	font-weight : bold;
	background-color: #BF4DCC;
	/*filter:progid:DXImageTransform.Microsoft.gradient(enabled ='true',startColorstr=yellow,endColorstr=#ffffffff,gradientType=2);*/
}

A.headerNavigation {
  color: #FFFFFF;
}

A.headerNavigation:hover {
  color: #ffffff;
}

TR.headerError {
  background: #ff0000;
}

TD.headerError, SPAN.headerError {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;

}

TR.footer {
  background: #F2BDED;
}

TD.footer {
  font-family: Verdana, Arial, sans-serif;
  font-size: 8px;
  background: #ffffff; /* color del fondo del pie de pagina */
  color: #CC00FF; /* color del texto de pie de pagina */
  font-weight: bold;
}

.infoBoxTotal {
	background: #FFED00;
	text-align: right;
	font-weight: 600;
	background-color: #FFF24F;
}

/*********************************** HOME *************************************************/
.home_right {
	border: 1px double #9900FF;
	background: #FBF3FC;
}
.home_info {
	border: 1px double #9900FF;
	background: #FBEAFF;
	font: 10px Arial, Helvetica, sans-serif;
	text-align: justify;
}
.tienda {
	font: 10px Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.home_title_right {
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #9900FF; /* lila, son los titulines */
	text-align: center;
	border: 1px double #9900FF;
	background: #F4DAFB;
}
.smallTextBold {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #000066;
  font-weight: bold;
}
/********************************** INFOBOX ***********************************************/
.infoBox {
	background: #fff356; /* color del marco de las boxes */
	background-color: #fff356;
}
.infoBoxBuscar {
	background: #FFFFFF; /* color del marco de las boxes */
	background-color: #FFFFFF;
	border: 1px solid #FFED00;
}

.infoBoxCategorias {
	background: #E30484;
}

.infoBoxOfertas {
	background: #DA5AAC;
}

.infoBoxInformacion {
	background: #fff;
	border: 1px solid RED;
}

.infoBoxVendidos {
	background: #9EC100;
}

.infoBoxCesta {
	background: #FFED00;
}

/**********************************  INFOBOX CONTENTS *************************************/
.infoBoxContents {
	background: #FFF573; /* cOLOR INTERNO DE LAS BOXES GENERALES */
	font-family: Verdana, Arial, sans-serif;
	font-size: 8px;
	background-color: #FFF573;
}

.infoBoxContentsCategorias {
	background: #E30484;
	font-family: Verdana, Arial, sans-serif;
	font-size: 8px;
}


.infoBoxContentsOfertas {
	background: #DA5AAC;
	font-family: Verdana, Arial, sans-serif;
	font-size: 8px;
}

.infoBoxContentsInformacion {
	background: #FFF;
	font-family: Verdana, Arial, sans-serif;
	font-size: 8px;
	color: #9900FF;
}

.infoBoxContentsVendidos {
	background: #9EC100;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #9900FF;
}

.infoBoxContentsCesta {
	background: #FFED00;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #FB0000; /* #FB0000 */
}

.infoBoxContentsLogin {
	background: #FFED00;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #FB0000; /* #FB0000 */
}

/**************************************************************************************************/

.infoBoxNotice {
	background: #FFf356;
}

.infoBoxNoticeContents {
	background: #FFf356;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
}

/************************************************ INFOBOX HEADING *****************************/
.infoBoxHeadingBuscar {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FB0000;

}
TD.infoBoxHeading {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	background: #FFF573;
	color: #FB0000;
}

TD.infoBoxHeadingCategorias {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	background: #E30484;
	color: #FFFFFF;

}

TD.infoBoxHeadingOfertas {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	background: #DA5AAC;
	color: #FFFFFF;

}

TD.infoBoxHeadingInformacion {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	background: RED;
	color: #FFF;

}

TD.infoBoxHeadingVendidos {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	background: #9EC100;
	color: #FFFFFF;

}

TD.infoBoxHeadingCesta {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	background: #FFED00;
	color: #FB0000;

}
.infoBoxHeadingLogin {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	/* background: #FFED00; */
	color: #FB0000;
}

TD.infoBoxHeadingLogin {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	/* background: #FFED00; */
	color: #FB0000;
}
/**********************************************************************************/

TD.infoBox, SPAN.infoBox {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;

}

TR.accountHistory-odd, TR.addressBook-odd, TR.alsoPurchased-odd, TR.payment-odd, TR.productListing-odd, TR.productReviews-odd, TR.upcomingProducts-odd, TR.shippingOptions-odd {
  background: #f8f8f9;
}

TR.accountHistory-even, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-even, TR.productListing-even, TR.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even {
  background: #f8f8f9;
}

TABLE.productListing {
	border: 1px;
	border-style: solid;
	border-color: #fFF356;
	border-spacing: 1px;


}

.productListing-heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  background: #FFF356;   /* cabecera de la informacion del producto */
  color: #9900FF;
  font-weight: bold;
}

.productListing-heading-remove {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  background: red;   /* cabecera de la informacion del producto */
  color: #fff;
  font-weight: bold;
}

TD.productListing-data {
	font-family: Verdana, Arial, sans-serif;   /* contenido de las cajas de listado de producto */
	font-size: 10px;
	background-color: #FEFEEB;

}
/*Rayco aunmentar el tamaño de la letra de las cajas de listado 3-3-2010*/
.productListing-data A{
	font-size: 14px;
}

TD.productListing-data-delete {
	font-family: Verdana, Arial, sans-serif;   /* contenido de las cajas de listado de producto */
	font-size: 10px;
	background-color: #eee8aa;

}

A.pageResults {
  color: #0000FF;

}

A.pageResults:hover {
  color: #0000FF;
  background: #FFFF33;

}

TD.pageHeading, DIV.pageHeading, SPAN.pageHeading {
	font-family: Verdana, Arial, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #9900FF; /* lila, son los titulines */
}
TD.pageHeadingMio {
    font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #9900FF; /* lila, son los titulines */
}

TD.pageHeading2 {
    font-family: Verdana, Arial, sans-serif;
	font-size: 4mm;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #000000;
}

TD.main, P.main {
	/* letra de la descripci�n de los productos */
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 1.5;
	text-align: justify;

}

TD.smallText, SPAN.smallText, P.smallText {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #e30484;  /* color de la letra del piede pagina*/
}

TD.accountCategory {
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
  color: #aabbdd;
}

TD.fieldKey {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

TD.fieldValue {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
}

TD.tableHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.newItemInCart {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #ff0000;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

TEXTAREA {
  width: 100%;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

SPAN.greetUser {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  color: #9966FF;
  font-weight: bold;
}

TABLE.formArea {
  background: #f1f9fe;
  border-color: #F2BDED;
  border-style: solid;
  border-width: 1px;
}

TD.formAreaTitle {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.markProductOutOfStock {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #c76170;
  font-weight: bold;
}

SPAN.productSpecialPrice {
	font-family: Verdana, Arial, sans-serif;
	color: #FFA500;
	font-weight: bold;
	font-size: 12px;
}

SPAN.productSpecialPriceBox {
  font-family: Verdana, Arial, sans-serif;
  color: #FFFFFF;  /* color del precio actual de la oferta en la Box de ofertas */
}

SPAN.errorText {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}

.moduleRow { }
.moduleRowOver { background-color: #D7E9F7; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #E9F4FC; }

.checkoutBarFrom, .checkoutBarTo { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #8c8c8c; }
.checkoutBarCurrent { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #000000; }

/* message box */

.messageBox { font-family: Verdana, Arial, sans-serif; font-size: 10px; }
.messageStackError, .messageStackWarning { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #ffb3b5; }
.messageStackSuccess { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #99ff00; }

/* input requirement */

.inputRequirement { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #ff0000; }

/* VJ Links Manager v1.00 begin */
TABLE.linkListing {
  border: 1px;
  border-style: solid;
  border-color: #b6b7cb;
  border-spacing: 1px;
}

.linkListing-heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background: #b6b7cb;
  color: #FFFFFF;
  text-align: center;
}

TD.linkListing-data {
  border-right: 1px solid #b6b7cb;
  border-bottom: 1px solid #b6b7cb;
  padding: 4px;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TR.linkListing-odd {
  background: #f8f8f9;
}

TR.linkListing-even {
  background: #F5F5F5;
}

.index {
	color: #666666;
	font-size: 11px;

}
.nodisplay {
	font-size: 6px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	display: none;
}
.catName {
	font: bold 10px Arial, Helvetica, sans-serif;
	color: #FFA500;
}
/* VJ Links Manager v1.00 end */
/* Dynamic Category Menu */


.suckerdiv ul{
margin: 0;
padding: 0;
list-style-type: none;
width: 125px; /* Width of Menu Items */
font-family: arial;
font-size: 11px;
font-weight: bold;
}
	
.suckerdiv ul li{
position: relative;
background-color: #E30484;
font-weight: bold;
}
	
/*1st level sub menu style */
.suckerdiv ul li ul{
left: 100%; /* Parent menu width - 1*/
position: absolute;
width: 100%; /*sub menu width*/
top: 0;
display: none;
font-weight: bold;
}

/*All subsequent sub menu levels offset */
.suckerdiv ul li ul li ul{ 
left: 100%; /* Parent menu width - 1*/
font-weight: bold;
}

/*All subsequent sub menu levels offset */
.suckerdiv ul li ul li a{ 
left: 100%; /* Parent menu width - 1*/
background-color: #E30484;
font-weight: bold;
}

/*All subsequent sub menu levels offset */
.suckerdiv ul li ul li ul li a{ 
background-color: #E30484;
font-weight: bold;
}

/*All subsequent sub menu levels offset */
.suckerdiv ul li ul li ul li ul li a{ 
background-color: #E30484;
font-weight: bold;
}

/* menu links style */
.suckerdiv ul li a{
display: block;
color: #500384;
text-decoration: none;
background-color: #E30484;
padding: 1px 2px;
border-bottom: 0;
line-height: 2em;
font-weight: bold;
}

.suckerdiv ul li a:visited{
color: #500384;
font-weight: bold;
}

.suckerdiv ul li a:hover{
background-color: #E77DBA;
color: white;
text-decoration: none;
font-weight: bold;
}

.suckerdiv ul li ul li a:hover{
background-color: #E77DBA;
color: white;
text-decoration: none;
font-weight: bold;
}

.suckerdiv ul li ul li ul li a:hover{
background-color: #E77DBA;
color: black;
text-decoration: none;
font-weight: bold;
}

/* The main categories with sub-categories */
.suckerdiv .subfolderstyle{
background: url(images/arrow-list.gif) no-repeat center right;
font-weight: bold;
}

/* This one colors the sub-folder with other sub-folders */
.suckerdiv ul li ul .subfolderstyle {
background-color: #E30484;
font-weight: bold;
}

/* This one colors the sub-folder with other sub-folders */
.suckerdiv ul li ul li ul .subfolderstyle {
background-color: #E30484;
font-weight: bold;
}

/* This one colors the sub-folder with other sub-folders */
.suckerdiv ul li ul li ul li ul .subfolderstyle {
background-color: #E30484;
font-weight: bold;
}
	
/* Holly Hack for IE \*/
* html .suckerdiv ul li { float: left; height: 1%; }
* html .suckerdiv ul li a { height: 1%; }
/* End */

/* menu Solid - Show Sub-categories  Star */
a.menucateg:link, a.menucateg:visited, a.menucateg:active {
display: block;
vertical-align: middle;
font-size: 10px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
text-align: left;
/*height: 12px;*/
text-decoration: none;
border: solid 1px #FBF3FC;
background-color: #E30484;
color: #FBF3FC;
}

a.menucateg:hover {
/*border: solid 1px #6633CC;*/
background-color: #E30484;
text-decoration: none;
font-weight: bold;
color: #000;
}

a.menusubcateg:link, a.menusubcateg:visited, a.menusubcateg:active {
display: block;
vertical-align: middle;
font-size: 9px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
text-align: left;
height: 12px;
text-decoration: none;
background-color:#FBF3FC;
color: #E30484;
/*border: solid 1px #E30484;*/
}

a.menusubcategofer:link,a.menusubcategofer:active,a.menusubcategofer:visited {
display: block;
vertical-align: middle;
font-size: 9px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
text-align: left;
height: 12px;
text-decoration: none;
background-color:#BF4DCC;
color:#FFFFFF;
/*border: solid 1px #E30484;*/
}

a.menusubcategofer:hover {
/*border: solid 1px #E30484;*/
text-decoration: none;
background-color: #FBF3FC;
color: #BF4DCC;
}

a.menusubcateg:hover {
/*border: solid 1px #E30484;*/
text-decoration: none;
background-color: #E30484;
color: #FBF3FC;
}
/* menu Solid - Show Sub-categories  End */
.footer_link {display:none;}



/*WEBS AMIGAS*/
.lista .l1 a{
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #6A00B0;         
	/*text-decoration: none;*/

}
.lista .l1{
	padding-top: 12px;
	background-color:rgb(100%, 96.1%, 45.1%);
	margin-left:-30px;
	padding-left:15px;
	
}
.lista .l2{
	font-size: 12px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color:rgb(100%, 96.1%, 45.1%);
	margin-left:-30px;
	padding-left:15px;
}
.lista .l3{
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color:rgb(100%, 96.1%, 45.1%);
	margin-left:-30px;
	padding-left:15px;
}
.lista ul li{
	display:block;
	text-decoration: none;
	background-color:rgb(100%, 96.1%, 45.1%);
	color: #6A00B0; 
	margin:0 auto;

}
#pags{
	margin:0 auto;
	/*width:270px;*/
	width:100%;
}
#pags a{
	text-decoration: none;
	color:#6A0FFF;
	font-size:14px;
	margin:0 auto;
}
#anadir{
	margin:0 auto;
	/*width:240px;*/
	width:100%;
	margin-top:10px;
}
#anadir img{
	border:20px;
}
#anadir a{
	text-decoration: none;
	font-size:14px;
	margin:0 auto;
}
