/**
 * Main CSS Stylesheet
 *
 * @package templateSystem
 * @copyright Copyright 2003-2006 Zen Cart Development Team
 * @copyright Portions Copyright 2003 osCommerce
 * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
 * @version $Id: stylesheet.css 5349 2006-12-22 20:34:40Z birdbrain $
 */

body {
	margin: 0;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 62.5%;
	color: #000000;
	background-color: transparent;
	 
	 
	}

a img {border: none; }

IMG.middle { vertical-align: middle }

a:link, #navEZPagesTOC ul li a {
	color: blue;
	text-decoration: none;
	}
 
a:visited {
	color: #3300FF;
	text-decoration: none;
	}

a:hover, #navEZPagesTOC ul li a:hover, #navMain ul li a:hover, #navSupp ul li a:hover, #navCatTabs ul li a:hover {
	color: #FF0000;
	}

a:active {
	color: blue;
	}

h1 {
	font-size: 1.5em;
	color: #9a9a9a;
	}

h2 {
	font-size: 1.4em;
	}

h3 {
	font-size: 1.3em;
	}

h4, h5, h6, LABEL, h4.optionName, LEGEND, ADDRESS, .sideBoxContent, .larger{
	font-size: 1.1em;
	
}

	
.etiqueta {
	float: left;
	margin: 15px 0px 0px 0px;
}
.etiquetaTexto {
	float: left;
	height: 38px;
	padding-top: 10px;
}

.etiquetaImagenDer {
	background: url(../images/pestanaDcha.gif) no-repeat;
	height: 25px;
	width: 6px;
	float: left;
	margin-right: 2px;
	margin-top: 5px;
}
.etiquetaImagenIzq {
	background: url(../images/pestanaIzda.gif) no-repeat;
	height: 25px;
	float: left;
	margin-top: 5px;
	}

.etiquetaImagenDerSel {
	background: url(../images/pestanaDchaSel.gif) no-repeat;
	height: 25px;
	float: left;
	margin-right: 2px;
	margin-top: 5px;	
}
.etiquetaImagenIzqSel {
	background: url(../images/pestanaIzdaSel.gif) no-repeat;
	height: 25px;
	float: left;
	margin-top: 5px;
}
A.category-top, A.category-top:visited {
	text-decoration: none;
	color: #ffffff;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-image: url(../images/pestanaCentro.gif);
	font-size: 11px;
	font-weight: bold;	
	display: block;
	float: left;
	height: 25px;
	line-height: 25px;
	padding: 0px 5px 0px 5px;
	margin-top: 5px;
}
A.category-top-seleccionada {
	text-decoration: none;
	color: #ffffff;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-image: url(../images/pestanaCentroSel.gif);
	font-size: 11px;
	font-weight: bold;
	display: block;
	float: left;
	height: 25px;
	line-height: 25px;
	padding: 0px 5px 0px 5px;
	margin-top: 5px;
}
#barraSeparadora {
	background-image: url(../images/barraSeparadora.gif);
	background-repeat: repeat-x;
	height: 5px;
	margin-left: 5px;
	line-height: 5px;
	padding-top: 6px;
}

	

.biggerText {
	font-size: 1.2em;
	}

h1, h2, h3, h4, h5, h6 {
	margin: 0.3em 0;
	}

/*  Might uncomment either or both of these if having problems with IE peekaboo bug:
h1, h2, h3, h4, h5, h6, p {
	position: relative;
	}
*html .centerColumn {
	height: 1%;
	}
*/

CODE {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 1em;
	}

FORM, SELECT, INPUT {
	display: inline;
	font-size: 1em;
	margin: 0.1em;
	}

TEXTAREA {
	float: left;
	margin: auto;
	display: block;
	width: 95%;
	}

input:focus, select:focus, textarea:focus {
	background: #E4FEF5;
	}

FIELDSET {
	padding: 0.5em;
	margin: 0.5em 0em;
	border: 1px solid #cccccc;
	}

LEGEND {
	font-weight: bold;
	padding: 0.3em;
	}

LABEL, h4.optionName {
	line-height: 1.5em;
	padding: 0.2em;
	}

LABEL.checkboxLabel, LABEL.radioButtonLabel {
	margin: 0.5em 0.3em;
	}

#logo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .cent, .attribImg {
	float: left;
	}
#logoDcha {
	float: right;
}
LABEL.inputLabel {
	width: 9em;
	float: left;
	}

LABEL.inputLabelPayment {
	width: 14em;
	float: left;
	padding-left: 2.5em;
	}

LABEL.selectLabel, LABEL.switchedLabel, LABEL.uploadsLabel {
	width: 11em;
	float: left;
	}

#checkoutPayment LABEL.radioButtonLabel {
	font-weight: bold;
	}

P, ADDRESS {
	padding: 0.5em;
	}

ADDRESS {
	font-style: normal;
	}

.clearBoth {
	clear: both;
	}

HR {
	height: 1px;
	margin-top: 0.5em;
	border: none;
	border-bottom: 1px solid #9a9a9a;
	}

/*warnings, errors, messages*/
.messageStackWarning, .messageStackError, .messageStackSuccess, .messageStackCaution {
	line-height: 1.8em;
	padding: 0.2em;
	border: 1px solid #9a9a9a;
	}

.messageStackWarning, .messageStackError {
	background-color: #ff0000;
	color: #ffffff;
	}

.messageStackSuccess {
	background-color: #99FF99;
	color: #000000;
	}

.messageStackCaution {
	background-color: #FFFF66;
	color: #000000;
	}

/*wrappers - page or section containers*/
#mainWrapper {
	background-color: white;
	text-align: left;
	width: 100%;
	vertical-align: top;
	border: 1px solid #9a9a9a;
	}

#headerWrapper, #contentMainWrapper, #logoWrapper, #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #mainWrapper, #popupAdditionalImage, #popupImage {
	margin: 0em;
	padding: 0em;
	
	}

#logoWrapper{
	background-image: url(../images/header_bg.jpg);
	background-repeat: repeat-x;
	height:100px;
	
	}

#navColumnOneWrapper, #navColumnTwoWrapper, #mainWrapper {
	margin: auto;
	
	} 
#navColumnOneWrapper, #navColumnTwoWrapper {
	margin-left: 0.5em;
	margin-right: 0.5em;
	}
	
#tagline {
	color:#000000;
	font-size: 2em;
	text-align : center;
	vertical-align: middle;
	}

#sendSpendWrapper {
	border: 1px solid #cacaca;
	float: right;
	margin: 0em 0em 1em 1em;
	}

.floatingBox, #accountLinksWrapper, #sendSpendWrapper, #checkoutShipto, #checkoutBillto, #navEZPagesTOCWrapper {
	margin: 0;
	width: 47%;
	}

.wrapperAttribsOptions {
	margin: 0.3em 0em;
	}

/*navigation*/

.navSplitPagesResult {}
.navSplitPagesLinks {}

.navNextPrevCounter {
	margin: 0em;
	font-size: 1em;
	}
.navNextPrevList {
	display: inline;
	white-space: nowrap;
	margin: 0;
	padding: 0.5em 0em;
	list-style-type: none;
	}

#navMainWrapper, #navSuppWrapper {
	margin: 0em;
	background-color: #abbbd3;
	padding: 0.5em 0.2em;
	font-weight: bold;
	color: white;
	height: 0%;
	background: url(../images/logo.gif);
	background-image: url(../images/tile_back.gif);
	background-repeat: repeat;
}

#navMain ul, #navSupp ul, #navCatTabs ul {
	margin: 0;
	padding: 0.5em 0em;
	list-style-type: none;
	text-align: center;
	line-height: 1.5em;
	}

#navMain ul li, #navSupp ul li, #navCatTabs ul li {
	display: inline;
	}

#navMain ul li a, #navSupp ul li a, #navCatTabs ul li a {
	text-decoration: none;
	padding: 0em 0.5em;
	margin: 0;
	color: Yellow;
	white-space: nowrap;
	}

#navCatTabs ul li a {
	color: #474747;
	}

#navEZPagesTOCWrapper {
	font-weight: bold;
	float: right;
	height: 1%;
	border: 1px solid #9a9a9a;
	}

#navEZPagesTOC ul {
	margin: 0;
	padding: 0.5em 0em;
	list-style-type: none;
	line-height: 1.5em;
	}

#navEZPagesTOC ul li {
	white-space: nowrap;
	}

#navEZPagesTOC ul li a {
	padding: 0em 0.5em;
	margin: 0;
	}

#navCategoryIcon, .buttonRow, #indexProductListCatDescription {
	margin: 0.5em;
	
	}



#navBreadCrumb {
	padding: 0.2em 0.5em;
	background-color: #E3E3E3;
	font-size: 1.1em;
	font-weight: bold;
	
	margin: 0em;
	font-family: Arial;
	}

#navEZPagesTop {
	position: relative;
	top:66px;
	left:300px;
	width: 300px;
	font-size: 0.98em;
	font-weight: bold;
	color: #00008B;
	margin: 0em;
	padding: 0.5em;
	
	}
#navEZPagesTop a{
	color: #00008B;
	
	}
#navColumnOne, #navColumnTwo {
	background-color: transparent;
	}

/*The main content classes*/
#contentColumnMain, #navColumnOne, #navColumnTwo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .cent, .centerBoxContentsFeatured, .centerBoxContentsNew, .alert {
	vertical-align: top;
	}

/*.content,*/ #productDescription, .shippingEstimatorWrapper {
	/*font-size: 1.2em;*/
	padding: 0.5em;
	}
#productDescription .productGeneral biggerText {
	text-align: left;
}
.alert {
	color: #FF0000;
	margin-left: 0.5em;
	}
.advisory {}
.important {
	font-weight: bold;
	}
.notice {}
.rating{}
.gvBal {
	float: right;
	}
#bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix {
	padding: 0.8em;
	}
.centerColumn {
	padding: 0em 0.8em 0.8em 0.8em;
}
.smallText, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP {
	font-size: 0.9em;
	}

/*Shopping Cart Display*/
#cartAdd {
	float: right;
	text-align: center;
	margin: 1em;
	border: 0px solid #000000;
	padding: 1em;
	}
#cartAdd br{
	line-height:.5em;
}
.tableHeading TH {
	border-bottom: 1px solid #9a9a9a;
	}

.tableHeading, #cartSubTotal {
	background-color: #e9e9e9;
	 }

#cartSubTotal {
	border-top: 1px solid #cccccc;
	font-weight: bold;
	text-align: right;
	line-height: 2.2em;
	padding-right: 2.5em;
	}

.tableRow, .tableHeading, #cartSubTotal {
	height: 2.2em;
	}

.cartProductDisplay, .cartUnitDisplay, .cartTotalDisplay, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, #cartInstructionsDisplay, .cartTotalsDisplay {
	padding: 0.5em 0em;
	}

.cartUnitDisplay, .cartTotalDisplay {
	text-align: right;
	padding-right: 0.2em;
	}

#scUpdateQuantity {
	width: 2em;
	}

.cartQuantity {
	width: 4.7em;
	}

.cartNewItem {
	color: #EAEAEA;
	position: relative;  /*do not remove-fixes stupid IEbug*/
	}

.cartOldItem {
	color: #660099;
	position: relative;  /*do not remove-fixes stupid IEbug*/
	}

.cartBoxTotal {
	text-align: right;
	font-weight: bold;
	}

.cartRemoveItemDisplay {
	width: 3.5em;
	}

.cartAttribsList {
	margin-left: 1em;
	}

#mediaManager {
	width: 50%; 
	margin: 0.2em;
	padding: 0.5em;
	background-color: #E4FEf5;
	border: 1px solid #003D00;
	}

.productSpecialPriceSale {
	
	
	}
.normalprice {
	color: black;
	text-decoration: line-through;
	font-size: 12px;	
}
.productSalePrice, .productSpecialPriceSale {
	color: #ff0000;
	font-family: arial;
	font-size: 12px;
}
	
.productPriceDiscount {
	color: #2D62FF;
	font-family: Arial;
	font-size: 10px;
}
	
.orderHistList {
	margin: 1em;
	padding: 0.2em 0em;
	list-style-type: none;
	} 

#cartBoxListWrapper ul, #ezPageBoxList ul {
	list-style-type: none;
	}

#cartBoxListWrapper li, #ezPageBoxList li, .cartBoxTotal {
	margin: 0;
	padding: 0.2em 0em;
	} 

#cartBoxEmpty, #cartBoxVoucherBalance {
	font-weight: bold;
	}

.totalBox {
	width: 5.5em;
	text-align: right;
	padding: 0.2em;
	}

.lineTitle, .amount {
	text-align: right;
	padding: 0.2em;
	}

.amount {
	width: 5.5em;
	}

/*Image Display*/
#productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage {
	margin: 0em 1em 1em 0em ;
	background: transparent;
	}

.categoryIcon a {
	display: block;
	color: black;
	background: url(../images/tile_back_categorias.gif);
	height: 16px;
	margin-left: 6px;
}
#categoryIcon {
	color: #8A2BE2;
	
}

#cartImage {
	margin: 0.5em 1em;
	}

/*Attributes*/
.attribImg {
	width: 20%;
	margin: 0.3em 0em;
}

.attributesComments {}

/*list box contents*/
.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .cent, .centerBoxContentsFeatured, .centerBoxContentsNew {
	margin: 1em 0em;
	}
	
.centerBoxContents {
	
}
.bordeCuadroCentro {
	border-left: 1px solid #9a9a9a;
	border-right: 1px solid #9a9a9a;
	table-layout: fixed;

	}
.centerBoxWrapper {
	height: 1%;
	margin: 1.1em 0em 0em 0em;
	}
.centerBoxHeading {
	color: white;
}
h2.centerBoxHeading {
	font-size: 1.3em;
	color: white;
	height: 30px;
	padding-top: 5px;
	}

/*sideboxes*/
.columnLeft {}

h3.leftBoxHeading, h3.leftBoxHeading a,
h3.rightBoxHeading, h3.rightBoxHeading a {
	font-size: 12px; /*originalmente 1em;*/
	color: white;
	font-family: Verdana;
	}
#manufacturersHeading, #currenciesHeading, #musicgenresHeading, #recordcompaniesHeading, #searchHeading, #search-headerHeading {
	font-size: 11px; /*originalmente 0.9em;*/
	color: white;
	font-family: Verdana;
}

.leftBoxHeading, .rightBoxHeading {
	margin: 0em;
	background-color: transparent;
	background-image: url(../images/tile_back_redondo.gif);
	padding: 0.5em 0.2em;
	}
.centerBoxHeading {
	background-image: url(../images/tile_back_centro.gif);
}
.cabeceraCentro {
	width: 100%;
	margin: 0px;
	padding: 0px;
}

.cabeceraCentro h2{
	width: 100%;
	margin: 0px;
	padding: 0px;
}
.cabeceraCentroTD td {
	margin: 0em;
	padding: 0.5em;
}
.cabeceraCentroIzq, .cabeceraCentroDcha {
	float: left;border: 1px solid black;
}
.leftboxfooter, .rigthboxfooter {
/*background-image: url(../images/tile_back_redondo.gif);
height: 30px - Mari Paz*/
	margin: 0em;
}
.leftBoxContainer, .rightBoxContainer {
	margin: 0em;
	margin-bottom: 0.7em;
	
	}
h3.leftBoxHeading a:hover, h3.rightBoxHeading a:hover {
	color: Yellow;
	text-decoration: none;
	} 

.rightBoxHeading a:visited, .leftBoxHeading a:visited, .centerBoxHeading a:visited {
	color: #FFFFFF;
	}

.centeredContent, th, #cartEmptyText, #cartBoxGVButton, #cartBoxEmpty, #cartBoxVoucherBalance, #navEZPageNextPrev, #bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP, .center, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, .cartTotalsDisplay, #cartBoxGVBalance, .leftBoxHeading, .centerBoxHeading, .rightBoxHeading, .productListing-data, .accountQuantityDisplay, .ratingRow, label#textAreaReviews, #productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .cent, .centerBoxContentsFeatured, .centerBoxContentsNew, .gvBal, .attribImg {
	text-align: center;
	}

#bestsellers .wrapper {
	margin: 0em 0em 0em 1.5em;
	}

#bestsellers ol {
	padding: 0;
	margin-left: 1.1em;
	}

#bestsellers li {
	padding: 0;
	margin: 0.3em 0em 0.3em 0em;
	}

#bannerboxHeading {
	background-color: blue;
}

#upProductsHeading {
	text-align: left;
	}

#upDateHeading {
	text-align: right;
	}

/* categories box parent and child categories */

A.category-links, A.category-links:visited {
	color: #004080;
	text-decoration: none;
	display: block; 
	margin-bottom: 3px;
	margin-top: 3px;
	}
A.category-subs, A.category-products, A.category-subs:visited, A.category-products:visited {
	color: #8B0000;
	text-decoration: none;
	border: none;
	display: block;
	margin-top: 3px;
	margin-bottom: 3px;
	}
SPAN.category-subs-parent {
	font-weight: bold;
	
	}
SPAN.category-subs-selected {
	font-weight: bold;
	}
/* end categories box links */

/*misc*/
.back {
	float: left;
	}

.forward, #shoppingCartDefault #PPECbutton {
	float: right;
	}

.bold {
	font-weight: bold;
	}

.rowOdd {
	background-color: #E8E8E8;
	height: 1.5em;
	vertical-align: top;
	}

.rowEven {
	background-color: #F0F0F0;
	height: 1.5em;
	vertical-align: top;
	}

.hiddenField {
	display: none;
}
.visibleField {
	display: inline;
}

CAPTION {
	/*display: none;*/
	}

#myAccountGen li, #myAccountNotify li {
	margin: 0;
	} 

.accountTotalDisplay, .accountTaxDisplay {
	width: 20%;
	text-align: right;
	/*vertical-align: top*/
	}

.accountQuantityDisplay {
	width: 10%;
	vertical-align: top
	}

TR.tableHeading {
	background-color: #cacaca;
	height: 0em;
	}

.productListing-rowheading {
	background-color: #abbbd3;
	background-image: url(../images/tile_back.gif);
	height: 2em;
	color: #FFFFFF;
	}
.productListing-data {
   padding-bottom: 5px;
	padding-top: 5px;
	border-bottom-width: 1px;
	border-bottom: 1px solid #7C7C7C;
}
.productListing-heading a{
	color: #ffffff;
}
#siteMapList {
	width: 90%;
	float: right;
	}

.ratingRow {
	margin: 1em 0em 1.5em 0em;
	}

LABEL#textAreaReviews {
	font-weight: normal;
	margin: 1em 0em;
	}
	
#whatsnewContent {
background: transparent;
}

#specialsContent {
background: transparent;
}


#featuredContent {
background: transparent;
}

a.enlaceBusqueda {
text-decoration: underline;
color: white;
}
.busqueda {
	padding-left: 5px;
}
#popupShippingEstimator, #popupSearchHelp, #popupAdditionalImage, #popupImage, #popupCVVHelp, #popupCouponHelp, #popupAtrribsQuantityPricesHelp, #infoShoppingCart {
	background-color: #ffffff;
	}




#categoriesHeading {
	margin: 0em;
	background-color: transparent;
	background-image: url(../images/categorias.gif);
	padding: 0.5em 0.2em;
}

A.category-level1, a.category-level1:visited {
	color: black;
	display: block;
	background: #82a0ff;
	border-bottom: 1px solid #ffffff;
	padding-bottom: 3px;
	margin-left: 0px;
	}
	
.category-level2, .category-level2:visited {
	display: block;
	background: #9bb9ff;
	margin-left: 5px;
	border-bottom: 1px solid #ffffff;
	padding-bottom: 3px;
	font-family: verdana;
	}
A.category-level2, a.category-level2:visited { 
	color: black;
}
.category-level3, .category-level3:visited {
	display: block;
	border-bottom: 1px solid #ffffff;
	padding-bottom: 3px;
	margin-left: 10px;
	background: #b4d2ff;
}
a.category-level3, a.category-level3:visited {
	color: black;
	
}

.category-level4 {
	display: block;
	background: #d7e6ff;
	margin-left: 15px;
	border-bottom: 1px solid #ffffff;
	padding-bottom: 3px;
}
a.category-level4, a.category-level4:visited {
	color: black;
	font-family: Arial;
	font-size: 9px;
}
#categorias {
	border: 1px solid gray;
	border-bottom: 0px none;
}
.categoriasHeading {
	background-image: url(../images/tile_back_categorias.gif);
	color: #ffffff;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
}
.categoriasHeading a {
	color: #ffffff;
}
.categoriasHeading a:visited {
	color: white;
}
.titulo {
	height: 70px;
	overflow:hidden;
}
.titulo a, .titulo a:visited {
	color: #4D5863;
	border-bottom: 1px solid #D7D7D7;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
}

.titulo a:hover {	
	}

.etiquetaPrecio {
	font-weight: bold;
	font-family: Tahoma;
	font-size: 10px;
	color: black;
	font-weight: bold;
	vertical-align: bottom;
	bottom:0px;
	left:-35px;
	line-height:13px;
}

.precio	{
	font-size: 14px;
	font-family: Arial;
	color: #FF8E00;
	font-weight: bold;
	font-weight: bold;
}
.imagen {
	text-align:center;
	width: 115px;
	padding-right:5px;
	float: left;
  overflow:hidden;
	height:170px;	
  vertical-align:middle;	
}
.imagen img {
	vertical-align: middle
}
.imagen .separador {
	width: 1px;
	height:140px;
}
.imagemanufacturer{
	width: 100px;
	height: 30px;
	border: 0px;
	vertical-align: top;
}

.cuadroProducto {
	text-align:center;
	border: 0px solid #CDCDCD;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #006400;
	padding: 5px;
	height: 200px;

}
#categorias .cuadroProducto,#whatsNew  .cuadroProducto, #indexProductList .cuadroProducto{
	height: 25px;
	
}


#categorias .cuadroProducto a{
	color: #545454;
	font: 11px Tahoma;
}
 .separadorVertical{
	width: 1px;
	margin: 0px;
  padding: 0px;	
	background:  url(../images/punto.gif) repeat-y;
 }
 .separadorHorizontal {
	height: 1px;
	margin: 0px;
  padding: 0px;	
	background:  url(../images/punto.gif) repeat-x;	
 }

.descripcion {
	font-family: Arial;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #474747;
	padding-top:10px;
	padding-bottom:10px;
	height: 63px;
	overflow:hidden;	
}

.texto {
	text-align: left;
	height: 170px;
	overflow: hidden;
	
}

#submit2 {
	
}

#informationContent {
	background: url(../images/fondo_inf.jpg) no-repeat;
}
#ezpagesContent {
	display: block;
	color: #FF4500;
	background: transparent;
	line-height: 17px;
	background-color: transparent;
	background-image: url(../images/fondomundo.jpg);
	background-position: left;
}

.boxText {
	background-color: white;
	padding: 0.4em;
	border-left: 1px solid #b6b6b6;
	border-right: 1px solid #b6b6b6;
	border-bottom: 1px solid #ffffff;
	margin: 0px;
	color: #3D3D3D;
}
.clumnardisplay{
	width:0px;
	height:200px;
	border:0px;	
}
.botonerabox{
  top: 120px;
  text-align:center;
	clear:both;
}
.botonerabox a {
	clear:none;
	float: left;
	padding-left: 0px;
}
.botonerabox input{
	float: right;
	display: inline;	
}
.iva_msg {
	text-align:center;
	color: #000000;
	font-family: Arial;
	font-size: 8px;
	height: 12px;	
	padding:0px;
	margin:0px;
		line-height:10px;
}
.normalprice .iva_msg {
	display: none;
}

.oculto {
  display:none;
}
#loginbox .boxtext {
	line-height: 0px;
	color: #9400D3;
}
#loginbox .rightBoxContainer {
	line-height: 0px;
	color: aqua;
}

#ezPageDefault  {
	position: static;
	height: 100%;
	width: 100%;
	left: 100%;
	top: 100%;

}
#pageTwoHeading {
	border-top: 1px solid navy;
	border-bottom: 1px solid navy;
	color: navy;
	font-family: Tahoma;
	font-size: 15px;
	padding-bottom: 4px;
	padding-top: 4px;
	background: #FFFDB5;
}
#conditionsHeading {
	border-top: 1px solid navy;
	border-bottom: 1px solid navy;
	color: navy;
	font-family: Tahoma;
	font-size: 15px;
	padding-bottom: 4px;
	padding-top: 4px;
	background: #FFFDB5;
}
#privacyDefaultHeading {
	border-top: 1px solid navy;
	border-bottom: 1px solid navy;
	color: navy;
	font-family: Tahoma;
	font-size: 15px;
	padding-bottom: 4px;
	padding-top: 4px;
	background: #FFFDB5;
}
#pageThreeHeading {
	border-top: 1px solid navy;
	border-bottom: 1px solid navy;
	color: navy;
	font-family: Tahoma;
	font-size: 15px;
	padding-bottom: 4px;
	padding-top: 4px;
	background: #FFFDB5;
}
#pageFourHeading {
	border-top: 1px solid navy;
	border-bottom: 1px solid navy;
	color: navy;
	font-family: Tahoma;
	font-size: 15px;
	padding-bottom: 4px;
	padding-top: 4px;
	background: #FFFDB5;
}
#ezPagesHeading {
	border-top: 1px solid navy;
	border-bottom: 1px solid navy;
	color: navy;
	font-family: Tahoma;
	font-size: 15px;
	padding-bottom: 4px;
	padding-top: 4px;
	background: #FFFDB5;
	margin-right: 12px;
}
#shippingInfoHeading {
	border-top: 1px solid navy;
	border-bottom: 1px solid navy;
	color: navy;
	font-family: Tahoma;
	font-size: 15px;
	padding-bottom: 4px;
	padding-top: 4px;
	background: #FFFDB5;
	margin-right: 12px;
}
.newsInfo {
  text-align: left;
  font-style: normal;
  color: Fuchsia;
}

.newsContent {
font-size: 1.0em;
}

#newsArchivTitleHeading {
	text-align: left;
	}

#newsArchivDateHeading {
	text-align: right;
	}

.newsflash {
	
}

/*BOXES LATERALES*/
/*Estilo general*/
.sideBoxContent {
	background-color: white;
	padding: 0.4em;
	border-left: 1px solid #b6b6b6;
	border-right: 1px solid #b6b6b6;
	border-bottom: 1px solid #ffffff;
	margin: 0px;
	color: #3F3F3F;
	}
/*Estilo general de los enlaces*/
.sideBoxContent a{
 color: #000;
}
/*Estilo particulas para el box de información	*/
#ezpagesContent.sideBoxContent a {
  font-family: Verdana;
	display: block;
	color: Black;
	font-size: 11px;
	border-bottom: 1px solid #737373;
	padding-bottom: 3px;
	}
/*Para particularizar otro mira que id tienen
 y por #id_del_box por delante del 
.sideBoxContent a
*/
