.errorBox { 
	background: #ffb3b5; font-weight: bold; }
.stockWarning { 
	color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { 
	color: #70d250; text-decoration: underline; }

TD.headerError {
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TD.headerInfo {
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}


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:#fff;
}

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: #f0f0f0;
}

A.pageResults {
  color: #0000FF;
}

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

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  color: #000000;
}

TD.main, P.main {
  line-height: 1.5;
}

TD.accountCategory {
  color: #aabbdd;
}

TD.fieldKey {
  font-weight: bold;
}

TD.fieldValue {
}

TD.tableHeading {
  font-weight: bold;
}

SPAN.newItemInCart {
  color: #ff0000;
}

SPAN.greetUser {
  color: #f0a480;
  font-weight: bold;
}

TD.formAreaTitle {
  font-weight: bold;
}

SPAN.markProductOutOfStock {
  color: #c76170;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  color: #ff0000;
}

SPAN.errorText {
  color: #ff0000;
}

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

.checkoutBarFrom, .checkoutBarTo { color: #8c8c8c; }
.checkoutBarCurrent { color: #000000; }

/* message box */

.messageBox { }
.messageStackError, .messageStackWarning { background-color: #ffb3b5; }
.messageStackSuccess { background-color: #99ff00; }

/* input requirement */

.inputRequirement { color: #ff0000; }

/* nuevos estilos */
* {
	margin:0px;
	padding:0px;
}

body {
	background:#FFCCFF url(images/img_69.gif);
	text-align:center;
	font:0.7em Verdana, Arial, sans-serif;
	padding:10px 0px;
}

#header {
	width:752px;
	margin:0px auto;
}

#contenedor {
	width:750px;
	margin:0px auto;
	padding:0px 0px 15px 0px;
	text-align:left;
	background-color:#fff;
	border:1px solid #600;
	border-top:none;
	border-bottom:none;
}

table {
	border-collapse:collapse;
	padding:0px;
}

td {
	vertical-align:top;
	font-size:0.7em;
}

a {
	color:#3300FF;
}

a:visited {
	color:#003399;
}

a:hover {
	text-decoration:none;
	color:#901;
}

h1, h2, h3, h4, h5, h6 {
	font:italic 185% Georgia, "Times New Roman", Times, serif;
	color:#901;
	margin:0px 0px 15px 0px;
}

h2, h3, h4, h5, h6 {
	margin:15px 0px;
	font:italic 150% Georgia, "Times New Roman", Times, serif;
}

.pageHeading {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
}

#pie {
	width:752px;
	margin:0px auto;
	background:url(images/footer.gif) bottom center no-repeat;
	color:#fff;
	font-size:0.9em;
	text-align:center;
	padding:15px 0px;
}

	#pie a {
		color:#fff;
		font-weight:bold;
	}
	
	#pie ul {
		margin:20px 0px 0px 0px;
	}
	
		#pie ul li {
			display:inline;
			margin:0px 20px;
		}

#migas {
	background:#fff;
	border-top:1px solid #ddd;
	padding:5px 0px 0px 5px;
}

#navegacion {
	text-align:right;
	background:#fff;
	padding:0px 0px 15px 0px;
}

	#navegacion img {
		vertical-align:middle;
	}
	
	#navegacion li {
		display:inline;
		padding:0px 5px 5px 5px;
	}
	
	#navegacion a, #migas a {
		color:#666;
		text-decoration:none;
	}
	
	#navegacion a:hover, #migas a:hover {
		color:#c00;
		text-decoration:underline;
	}	
	
.centro {
	width:470px;
}

.lateral {
	width:140px;
}

	.lateral #cleft {
		margin:0px 5px 0px 10px;
	}

	.lateral #cright {
		margin:0px 5px 0px 25px;
	}
	
	.lateral table {
		width:125px;
	}

	.boxText {
		padding:5px 5px 10px 5px;
	}
	
	.infoBox {
		width:100%;
		border-collapse:collapse;
		padding:0px;
	}
	
	.infoBoxContents {
	}
	
	.infoBoxNotice {
	  background: #FF8E90;
	}
	
	.infoBoxNoticeContents {
	  background: #FFE6E6;
	}
	
	.infoBoxHeading {
		font:bold 0.65em Verdana, Arial, Helvetica, sans-serif;
		color:#901;
	}
	
	.lateral .infoBoxHeading {
		border-top:1px solid #ddd;
		padding:3px 5px;
	}
	
	
	.infoBoxHeading a {
		color:#901;
		text-decoration:none;
	}
	
	.infoBoxHeading a:hover {
		text-decoration:underline;
	}
	
	.lateral ul {
		margin:0px 0px 0px 3px;
	}
	
	.lateral li {
		margin:3px 0px 3px 2px;
		color:#ccc;
		list-style-type:square;
	}
	
	.lateral li a {
		color:#666;
		text-decoration:none;
	}
	
	.lateral li a:hover {
		color:#000;
		text-decoration:underline;
	}
	
.smallText {
	font:0.65em Verdana, Arial, Helvetica, sans-serif;
}

form, .formArea {
	border:1px solid #ddd;
	background:#f9f9f9;
	margin:10px 0px;
	padding:5px 7px;
}

input, select, textarea {
	font:0.85em Verdana, Arial, Helvetica, sans-serif;
	margin:3px 0px;
}

textarea, select {
  width: 95%;
}

/* listado de productos */
.productListing {
  border: 1px solid #ddd;
  font:1.25em Verdana, Arial, Helvetica, sans-serif;
  width:99%;
  margin:10px 0px;
}

.productListing td {
	padding:5px;
	font-weight:bold;
}

.productListing-heading {
  background: #901;
  color: #fff;
  padding:3px 5px;
}

	.productListing-heading a:hover {
		color:#fff;
	}

/* mas cosas */
.precio {
	color:#CC0000;
	font:bold 1.6em Georgia, "Times New Roman", Times, serif;
}

.imagenproducto {
	padding:10px;
	text-align:center;
	margin:10px;
	background:#fff;
	border:1px solid #e3e3e3;
	width:99%;
}

	.imagenproducto td {
		padding:10px;
	}

.botones {
	text-align:center;
}

	.botones td {
		padding:10px;
	}
	
.navegacion td {
	padding:10px 0px;
	color:#999;
	text-align:center;
}
	
#contacto td {
	vertical-align:bottom;
}

#contacto textarea, #contacto input {
	width:390px;
	display:block;
}
/* VJ Links Manager v1.10 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;
}
/* VJ Links Manager v1.10 end */	
	