/**
 * Main CSS Stylesheet
 *
 * @package templateSystem
 * @copyright Copyright 2003-2007 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 5952 2007-03-03 06:18:46Z drbyte $
 * Antonio Calderon Jeronimo
 * Hugo Enrique Flores
 * Hector
 */

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

a img {border: none; }

a:link, #navEZPagesTOC ul li a {
	color: #3300FF;
	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: #0000FF;
	}

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;
	}

.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 {
	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;
	color: black;
	}

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

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

.centerBoxContents, .specialsListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
	float: left;
	}

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;
	}



/*wrappers - page or section containers*/
#mainWrapper {
	background:#ffffff url(../images/fondo_part1.jpg) repeat-y left top;
	text-align: left;
	width: 767px;
	overflow:hidden;
	vertical-align: top;
	}

#contentMainWrapper, #logoWrapper, #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #mainWrapper, #popupAdditionalImage, #popupImage {
	margin: 0em;
	padding: 0em;
	}
	
#headerWrapper{
  width:765px;
	height:206px;
	float:left;
	clear:both;
	margin: 0px;
	padding: 0px;
	background:url(../images/fondo_part0.jpg) no-repeat left top;
}

#logoWrapper{
  width:195px;
	height:90px;
	padding:15px 20px 0px 0px;
	float:right;	
}
#logo{
  width:195px;
	height:90px;
	float:left;
	overflow:hidden;
}
#contenedor_empresa{
  width:480px;
	height:65px;
	font:normal 8pt arial;
	overflow:hidden;
	float:left;
	padding:5px 0px 0px 275px;
	bottom:70px;
	position:relative;
}

/* GENERAL MENU */

#general_menu{
  width:740px;
	height:30px;
	float:left;
	overflow:hidden;
	position:relative;
	z-indez:10;
	padding:0px 0px 0px 10px;
	margin:0px 0px 0px 0px;
	bottom:70px;
}
#general_menu ul {
	margin:0px;
	padding:0px;
	list-style:none;
	width: 740px;
	height:30px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	float:left;
}				
#general_menu ul li#li_principal {
	float:left;
	margin: 0px 0px 0px 0px;
	padding:7px 0px 0px 0px;
	list-style-type: none;
	width:93px;
	height:23px;
	text-align:center;
}
#general_menu ul li#li_principal a, 
#general_menu ul li#li_principal a:link, 
#general_menu ul li#li_principal a:visited {
  text-decoration: none;
	width:96px;
	height:23px;
	padding:7px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	color:#FFF;
	font:bold 10pt arial;	
}
#general_menu ul#listado li#li_principal a:hover{
	color:#6CD9FF;
}

#general_menu ul li#li_productos {
	float:left;
	margin: 0px 0px 0px 0px;
	padding:7px 0px 0px 0px;
	list-style-type: none;
	width:110px;
	height:23px;
	text-align:center;
}
#general_menu ul li#li_productos a, 
#general_menu ul li#li_productos a:link, 
#general_menu ul li#li_productos a:visited {
  text-decoration: none;
	width:108px;
	height:23px;
	display:block;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	color:#FFF;
	font:bold 10pt arial;
}
#general_menu ul#listado li#li_productos a:hover{
  color:#6CD9FF;
}

#general_menu ul li#li_soporte {
	float:left;
	margin: 0px 0px 0px 0px;
	padding:7px 0px 0px 0px;
	list-style-type: none;
	width:95px;
	height:23px;
	text-align:center;
}
#general_menu ul li#li_soporte a, 
#general_menu ul li#li_soporte a:link, 
#general_menu ul li#li_soporte a:visited {
  text-decoration: none;
	width:95px;
	height:23px;
	display:block;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	color:#FFF;
	font:bold 10pt arial;
}
#general_menu ul#listado li#li_soporte a:hover{
  color:#6CD9FF;
}

#general_menu ul li#li_acercade {
	float:left;
	margin: 0px 0px 0px 0px;
	padding:7px 0px 0px 0px;
	list-style-type: none;
	width:111px;
	height:23px;
	text-align:center;
}
#general_menu ul li#li_acercade a, 
#general_menu ul li#li_acercade a:link, 
#general_menu ul li#li_acercade a:visited {
  text-decoration: none;
	width:111px;
	height:23px;
	display:block;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	color:#FFF;
	font:bold 10pt arial;
}
#general_menu ul#listado li#li_acercade a:hover{
  color:#6CD9FF;
}

#general_menu ul li#li_marcas {
	float:left;
	margin: 0px 0px 0px 0px;
	padding:7px 0px 0px 0px;
	list-style-type: none;
	width:202px;
	height:23px;
	text-align:center;
}
#general_menu ul li#li_marcas a, 
#general_menu ul li#li_marcas a:link, 
#general_menu ul li#li_marcas a:visited {
  text-decoration: none;
	width:202px;
	height:23px;
	display:block;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	color:#FFF;
	font:bold 10pt arial;
}
#general_menu ul#listado li#li_marcas a:hover{
  color:#6CD9FF;
}

#general_menu ul li#li_contactanos {
	float:left;
	margin: 0px 0px 0px 0px;
	padding:7px 0px 0px 0px;
	list-style-type: none;
	width:126px;
	height:23px;
	text-align:center;
}
#general_menu ul li#li_contactanos a, 
#general_menu ul li#li_contactanos a:link, 
#general_menu ul li#li_contactanos a:visited {
  text-decoration: none;
	width:126px;
	height:23px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	color:#FFF;
	font:bold 10pt arial;
}
#general_menu ul#listado li#li_contactanos a:hover{
  color:#6CD9FF;
}


/* ESTILOS DEL HOME */
.column_izq_home{
  width:161px;
	height:auto;
	float:left;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	overflow:hidden;
}
.buscar{
  width:146px;
	height:60px;
	float:left;
	overflow:hidden;
	color:#707070;
	font:normal 7pt arial;
	padding:5px 0px 0px 15px;
	margin:0px 0px 0px 0px;
	background:url(../images/home_cajabuscar.jpg) no-repeat 8px top;
}
#input_search{
  width:30px;
	height:16px;
	float:left;
	overflow:hidden;
	color:#000;
	font:normal 8pt arial;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	border:1px solid #ccc;
	background:transparent;
}
#div_contactanos{
  width:146px;
	height:120px;
	float:left;
	overflow:hidden;
	color:#545454;
	font:10pt arial;
	padding:5px 0px 0px 15px;
	margin:0px 0px 0px 0px;
	background:url(../images/home_cajacontactanos.jpg) no-repeat 8px top;
}
.titulo_contactanos{
  width:145px;
	height:20px;
	float:left;
	clear:both;
	overflow:hidden;
	color:#545454;
	font:bold 10pt arial;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
.titulo_contactanos a, 
.titulo_contactanos a:link, 
.titulo_contactanos a:visited, 
.titulo_contactanos a:hover{
  color:#545454;
	font:bold 10pt arial;
	text-decoration:none;
}

#div_boletin{
  width:146px;
	height:auto;
	float:left;
	overflow:hidden;
	color:#545454;
	font:10pt arial;
	padding:5px 0px 0px 15px;
	margin:0px 0px 0px 0px;
	background:url(../images/home_cajaboletin.jpg) no-repeat 8px top;
}
.titulo_boletin{
  width:145px;
	height:40px;
	float:left;
	clear:both;
	overflow:hidden;
	color:#545454;
	font:bold 10pt arial;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	text-align: center;
}
.titulo_boletin a, 
.titulo_boletin a:link, 
.titulo_boletin a:visited, 
.titulo_boletin a:hover{
  color:#545454;
	font:bold 10pt arial;
	text-decoration:none;
}



#div_nombre_home{
  width:146px;
	height:90px;
	float:left;
	overflow:hidden;
	color:#545454;
	font:9pt arial;
	padding:5px 0px 0px 15px;
	margin:0px 0px 0px 0px;
}

#indexDefault{
  width:440px;
	height:auto;
	float:left;
	padding:0px 0px 10px 0px;
	margin:0px 0px 0px 0px;
	overflow:hidden;
}
.bloque_categoria{
  width:438px;
	height:auto;
	float:left;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	overflow:hidden;
	background:url(../images/home_lineaseparacion.jpg) repeat-x left bottom;
}
.div_foto_home{
  width:150px;
	height:105px;
	float:left;
	padding:10px 0px 0px 10px;
	margin:0px 0px 0px 0px;
	overflow:hidden;
	background:url(../images/home_fondofoto.jpg) no-repeat left top;
}
.div_descripcion{
  width:265px;
	height:130px;
	float:left;
	padding:0px 0px 0px 5px;
	margin:0px 0px 0px 0px;
	overflow:hidden;
}
.titulo_desc{
  width:200px;
	height:auto;
	float:left;
	font:bold 10pt arial;
	padding:0px 0px 5px 0px;
	margin:0px 0px 0px 0px;
	overflow:hidden;
}
.desc_home{
  width:260px;
	height:75px;
	float:left;
	font:normal 9pt arial;
	text-align:justify;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	overflow:hidden;
}
.ver_prod_home{
  width:265px;
	height:22px;
	float:left;
	text-align:right;
	padding:9px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	overflow:hidden;
}

.column_der_home{
  width:160px;
	height:auto;
	float:left;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px -1px;
	position:relative;
	overflow:hidden;
  background:url(../images/titulo_fondo_col_der21.jpg) no-repeat 5px top;
	
}
.titulo_noticias{
  width:155px;
	height:21px;
	float:left;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	overflow:hidden;
}
.cont_noticia{
  width:155px;
	height:290px;
	float:left;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	/*overflow:hidden;*/
	z-index:10000;
	position:relative;
}
.noticia{
  width:139px;
  height:265px;
	float:left;
	color:#939393;
	font:normal 8pt arial;
	padding:8px 0px 5px 16px;
	margin:0px 0px 5px 0px;
	/*overflow:hidden;*/
	background:url(../images/fondo_col_der21_v2.jpg) no-repeat 5px top;
}
.noticia .imgnoticia{
  width:135px;
	height:70px;
  margin-bottom:0px;
	position:relative;
	z-index:10;
	/*background:url(../images/bg_img.jpg) no-repeat left top;*/
	background-color:white;
	padding:0px 0px 0px 0px;
}

body#indexHomeBody .noticia .imgnoticia img{
	height:70px;
}

.textonoticia{
  width:135px;
	height:auto;/*225px*/
	float:left;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	overflow:hidden;
	z-index:10000;
	position:relative;	
}

.ver_completa{
  width:150px;
	height:20px;
	float:left;
	text-align:right;
	padding:0px 0px 0px 0px;
	margin:0px 0px px 0px;
	overflow:hidden;
}
.ver_completa a, .ver_completa a:link, .ver_completa a:visited, .ver_completa a:hover{
  color:#777777;
	font:italic 8pt arial;
	text-decoration:none;
}
#seweb{
  width:150px;
	height:30px;
	float:left;
	font:italic 7.5pt arial;
	color:#5B5B5B;
	text-align:right;
	padding:323px 10px 0px 0px;
	margin:0px 0px 0px 0px;
	overflow:hidden;
	background:url(../images/home_cajadesarrolladoporsw.jpg) no-repeat 13px bottom;
}
#seweb a, #seweb a:link,#seweb a:visited,#seweb a:hover{
  text-decoration:none;
	color:#5B5B5B;
}


/* ESTILOS ACERCA DE */
#contenedor_acercade{
  width:740px;
	height:auto;
	float:left;
	padding:0px 0px 0px 17px;
	margin:0px 0px 0px 0px;
	overflow:hidden;
	background:url(../images/acercade.jpg) no-repeat 12px 35px;
}
.titulo_acercade{
  width:750px;
	height:30px;
	float:left;
	clear:both;
	color:#53B4E7;
	font:bold 13pt verdana;
	padding:10px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	overflow:hidden;
}
.col_izq_acercade{
  width:395px;
	height:400px;
	float:left;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	overflow:hidden;
}
.col_der_acercade{
  width:320px;
	height:auto;
	float:left;
	color:#3D3D3D;
	text-align:justify;
	font:normal 9pt arial;
	padding:5px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	overflow:hidden;
}


/* ESTILOS SOPORTE */

#contenedor_soporte{
  width:740px;
	height:auto;
	float:left;
	padding:0px 0px 0px 17px;
	margin:0px 0px 0px 0px;
	overflow:hidden;
	background:url(../images/soporte.jpg) no-repeat 15px 40px;
}
.col_izq_soporte{
  width:270px;
	height:115px;
	float:left;
	padding:185px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	overflow:hidden;
}
.col_der_soporte{
  width:450px;
	height:390px;
	float:left;
	color:#3D3D3D;
	font:normal 9pt arial;
	text-align:justify;
	padding:10px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	overflow:hidden;
}


/* ESTILOS MARCAS */

#cont_marcas{
  width:737px;
	height:500px;
	float:left;
	padding:0px 0px 0px 20px;
	margin:0px 0px 0px 0px;
	overflow:hidden;
}
.contenedor_marca{
  width:182px;
	height:110px;
	float:left;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	overflow:hidden;
}


/* ESTILOS PRODUCTOS */

#main_cont_productos{
  width:737px;
	height:auto;
	float:left;
	padding:0px 0px 0px 20px;
	margin:0px 0px 0px 0px;
	overflow:hidden;
}
.block_cat{
  width:735px;
	height:133px;
	float:left;
	padding:0px 0px 0px 0px;
	margin:0px 0px 15px 0px;
	overflow:hidden;
	background:url(../images/home_lineaseparacion.jpg) repeat-x left bottom;
}
.foto_cat{
  width:157px;
	height:116px;
	float:left;
	padding:9px 0px 0px 11px;
	margin:0px 0px 0px 0px;
	overflow:hidden;
	background:url(../images/home_fondofoto.jpg) no-repeat left top;
}
.foto_cat img{
  width:142px;
}
.info_cat{
  width:565px;
	height:130px;
	float:left;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	overflow:hidden;
}
.titulo_cat{
  width:565px;
	height:22px;
	float:left;
	font:bold 10pt arial;
	clear:both;
	padding:2px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	overflow:hidden;
}
.desc_cat{
  width:555px;
	height:85px;
	float:left;
	font:normal 9pt arial;
	text-align:justify;
	clear:both;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	overflow:hidden;
}
.pie_cat{
  width:555px;
	height:23px;
	float:left;
	text-align:right;
	clear:both;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	overflow:hidden;
}
.tabs_products{
  width:730px;
	height:auto;
	float:left;
	clear:both;
	padding:20px 0px 0px 20px;
	margin:0px 0px 0px 0px;
	overflow:hidden;
}
.btn_tab{
  width:110px;
	height:120px;
	float:left;
	padding:0px 0px 0px 0px;
	margin:0px 44px 0px 0px;
	overflow:hidden;
}
#ribbons_tab{
  margin:0px 0px 0px 1px;
}
.titulo_categoria_tab{
  width:104px;
	height:30px;
	float:left;
	color:#5B5B5B;
	font:normal 8pt arial;
	padding:0px 0px 0px 6px;
	margin:0px 30px 0px 0px;
	overflow:hidden;
}
.titulo_categoria_tab a, 
.titulo_categoria_tab a:link, 
.titulo_categoria_tab a:visited, 
.titulo_categoria_tab a:hover{
  color:#5B5B5B;
	text-decoration:none;
}
.btn_categoria{
  width:102px;
	height:82px;
	float:left;
	padding:7px 0px 0px 6px;
	margin:0px 0px 0px 0px;
	overflow:hidden;
	position:relative;
	z-index:10;
}
#contenedor_gris{
  width:725px;
	height:auto;
	float:left;
	margin:-1px 0px 10px 20px;
	padding:0px 0px 0px 0px;
	overflow:hidden;
	position:relative;
	z-index:1;
	background:#F8F8F8;
	border:1px solid #DBDBDB;
}
#productListing{
  width:730px;
	height:auto;
	float:left;
	clear:both;
	padding:0px 0px 30px 0px;
	position:relative;
	margin:-50px 0px 0px 0px;
	overflow:hidden;
}
.titulo_categoria_interno{
  width:710px;
	height:auto;
	float:left;
	text-align:right;
	clear:both;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	overflow:hidden;
}
#contenedor_productos{
  width:720px;
	height:auto;
	float:left;
	overflow:hidden;
	position:relative;
	padding:0px 0px 0px 0px;
	margin:-10px 0px 0px 0px;
	z-indez:10000;
}
#contenedor_productos #product_0{
  display:none;
}
.product{
  width:715px;
	height:auto;/*152px*/
	padding:0px 0px 0px 0px;
	margin:0px 0px 10px 0px;
	float:left;
}
#contenedor_productos .product .div_0{
  width:205px;
	height:133px;
	float:left;
	padding:19px 0px 0px 15px;
	overflow:hidden;
	background:url(../images/productos_fondoproducto_ch.jpg) no-repeat left top;
}
#contenedor_productos .product .div_0 img{
  width:182px;
	height:auto;
}
#contenedor_productos .product .div_1{
  width:490px;
	height:auto;
	float:left;
	overflow:hidden;
}
#contenedor_productos .product .div_3{
  width:280px;
	height:auto;
	float:left;
	overflow:hidden;
	position:relative;
	padding:1px 0px 0px 220px;
	margin:-146px 0px 0px 0px;
}
#contenedor_productos .product .div_3 a, 
#contenedor_productos .product .div_3 a:link, 
#contenedor_productos .product .div_3 a:visited, 
#contenedor_productos .product .div_3 a:hover{
  color:#3F3F3F;
	font:bold 10pt arial;
	text-decoration:none;
}
.itemTitle{
  width:480px;
	height:30px;
	float:left;
	font:bold 10pt arial;
	padding:40px 0px 0px 0px;
	overflow:hidden;
}
.itemTitle a, .itemTitle a:link, .itemTitle a:visited, .itemTitle a:hover{
  text-decoration:none;
	color:#3F3F3F;
	font:bold 11pt verdana;
}
.listingDescription{
  width:480px;
	height:70px;
	float:left;
	color:#3D3D3D;
	text-align:justify;
	font:normal 9pt arial;
	overflow:hidden;
}
.ver_detalle_prod{
  width:480px;
	height:20px;
	float:left;
	padding:5px 0px 2px 0px;
	text-align:right;
	overflow:hidden;
	background:url(../images/productos_lineaverdetalle.jpg) repeat-x left bottom;
}
#contenedor_productos .product .div_2{
  display:none;
}
#productGeneral{
  width:730px;
	height:auto;
	float:left;
	padding:0px 0px 0px 0px;
	margin:0px 0px 10px 0px;
	position:relative;
	overflow:hidden;
}
.detalle_izq{
  width:187px;
	height:auto;
	float:left;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	overflow:hidden;
	position:relative;
	z-index:2;
}
.detalle_imagen_prod{
  width:330px;
	height:220px;
	float:left;
	padding:15px 0px 0px 18px;
	position:relative;
	margin:0px 0px 0px -17px;
	overflow:hidden;
	z-index:1;
	background:url(../images/productos_fondoproducto_gr.jpg) no-repeat left top;
}
.detalle_imagen_prod_img{
  width:301px;
	height:193px;
	float:left;
	padding:8px 0px 0px 10px;
	overflow:hidden;
}
.detalle_imagen_prod img{
  width:292px;
	height:auto;
}
.detalle_name{
  width:195px;
	height:162px;
	float:left;
	padding:43px 0px 0px 25px;
	position:relative;
	z-index:3;
	margin:0px 0px 0px -17px;
	overflow:hidden;
}
.detalle_name h1{
  color:#FFF;
	width:170px;
	font:bold 9pt verdana;
}
#productDescription{
  width:520px;
	height:auto;
	float:left;
	padding:0px 0px 0px 20px;
	margin:0px 0px 0px 20px;
	overflow:hidden;
}
#productDescription span{
  color:#AFAFAF;
	font:bold 12pt arial;
}
.cont_caracteristicas{
	 width:150px;
	 height:auto;
	 float:left;
	 padding:0px 0px 0px 10px;
	 overflow:hidden;
}
.cont_atributos{
  display:none;
  width:140px;
	height:auto;
	float:left;
	padding:10px 0px 0px 5px;
	overflow:hidden;
	border:1px solid #E5E5E5;
}
.descargar{
  width:145px;
	height:65px;
	float:left;
	padding:0px 0px 0px 0px;
	overflow:hidden;
}
.caracteristica{
  width:145px;
	height:35px;
	float:left;
	padding:0px 0px 0px 0px;
	overflow:hidden;
}


/* ESTILOS CONTACTO */
.titulo_contactanos_azul{
  width:750px;
	height:35px;
	float:left;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	background:url(../images/titulo_contactanos.jpg) no-repeat 15px 10px;
}
#contactUsDefault{
  width:756px;
	height:auto;
	float:left;
	color:#5B5B5B;
	padding:0px 0px 0px 10px;
	margin:0px 0px 0px 0px;
	position:relative;
	z-index:1;
	overflow:hidden;
	background:url(../images/contacto.jpg) no-repeat 17px top;
}
.contact_izq{
  width:445px;
	height:auto;
	float:left;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	position:relative;
	z-index:1;
	overflow:hidden;
}
.direccion_contacto{
  width:205px;
	height:170px;
	float:left;
	color:#3A3A3A;
	text-align:left;
	font:normal 8pt verdana;
	padding:20px 0px 0px 230px;
	margin:0px 0px 0px 0px;
	overflow:hidden;
}
.cont_formulario{
  width:370px;
	height:auto;
	float:left;
	padding:0px 0px 0px 10px;
	margin:-30px 0px 0px 0px;
	overflow:hidden;
	position:relative;
	z-index:2;
}
.titulo_formulario{
  width:330px;
	height:40px;
	float:left;
	color:#000;
	font:bold 10pt arial;
	text-align:left;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	overflow:hidden;
}
.linea_contacto{
  width:350px;
	height:30px;
	float:left;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 30px;
	overflow:hidden;
}
.linea_contacto2{
  width:350px;
	height:90px;
	float:left;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 30px;
	overflow:hidden;
}
.div_textarea{
  width:220px;
	height:80px;
	float:left;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
.div_textarea TEXTAREA{
  width:240px;
	height:76px;
	color:#000;
	font:normal 10pt arial;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	border:1px solid #CCC;
}
.buttonRow{
  width:364px;
	height:76px;
	float:left;
	text-align:right;
	padding:5px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
.inputLabel{
  width:90px;
	height:25px;
	float:left;
	color:#000;
	font:normal 10pt arial;
	text-align:left;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	overflow:hidden;
}
.linea_contacto input{
  width:240px;
	height:17px;
	float:left;
	color:#000;
	font:normal 10pt arial;
	text-align:left;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	border:1px solid #CCC;
}
.contacto_der{
  width:285px;
	height:auto;
	float:left;
	padding:22px 0px 0px 8px;
	margin:0px 0px 0px 0px;
}
#Google_Maps{
  width:276px;
	height:381px;
	float:left;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	overflow:hidden;	
}

/*warnings, errors, messages*/

.contenedor_errores{
  width:195px;
	height:300px;
	float:left;
	padding:35px 0px 0px 0px;
	margin:170px 0px 0px 375px;
	overflow-y:auto;
	position:absolute;
	z-index:1000;
}
.messageStackWarning, .messageStackSuccess, .messageStackCaution {
	line-height: 1.8em;
	padding: 0.2em;
	border: 1px solid #9a9a9a;
}
.messageStackError{
  width:180px;
	height:20px;
	float:left;
	color:red;
	padding-bottom:10px;
	border:none;
}
.messageStackError img{
  display:none;
	width:0px;
}
.messageStackWarning {
	background-color: #ff0000;
	color: #ffffff;
}
.messageStackSuccess {
	background-color: #99FF99;
	color: #000000;
}
.messageStackCaution {
	background-color: #FFFF66;
	color: #000000;
}
/*
.success{
  width:165px;
	height:60px;
	float:left;
	line-height:15px;
	padding:10px 0px 0px 15px;
	color:#FFF;
	background:#53B4E7;
	position:absolute;
	z-index:1000;
	margin:200px 0px 0px 200px;
}
*/
#text_enviado{
  width:165px;
	height:100px;
	float:left;
	line-height:15px;
	padding:10px 0px 0px 15px;
	color:#FFF;
	background:#53B4E7;
	position:absolute;
	z-index:1000;
	margin:260px 0px 0px 260px;
}
/**/
#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: 0.9em;
	}
.navNextPrevList {
	width:190px;
	height:24px;
	float:left;
	text-align:right;
	display: block;
	margin: 0;
	list-style-type: none;
}
#regresar_cat{
  padding:40px 0px 100px 0px;
}

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

#navCatTabsWrapper {
	background-color: #ffffff;
	color: #9a9a9a;
	background-image:none;
}

#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: #ffffff;
	white-space: nowrap;
	}

#navCatTabs ul li a {
	color: #9a9a9a;
	}

#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, #indexProductListCatDescription {
	margin: 0.5em;
	}

#navMainSearch {
	float: right;
	}

#navBreadCrumb {
	padding: 0.5em 0.5em;
	background-color: #ffffff;
	font-size: 0.95em;
	font-weight: bold;
	margin: 0em;
	}

#navEZPagesTop {
	background-color: #abbbd3;
	background-image: url(../images/tile_back.gif);
	font-size: 0.95em;
	font-weight: bold;
	margin: 0em;
	padding: 0.5em;
	}

#navColumnOne, #navColumnTwo {
	background-color: transparent;
	}

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

/*.content,*/ #productDescription, .shippingEstimatorWrapper {
	/*font-size: 1.2em;*/
	padding: 0.5em;
	}

.alert {
	color: #FF0000;
	margin-left: 0.5em;
	}
.advisory {}
.important {
	font-weight: bold;
	}
.notice {}
.rating{}
.gvBal {
	float: right;
	}
.centerColumn, #bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix {
	padding: 0.8em;
	}

.smallText, #siteinfoCredits, #siteinfoStatus, #siteinfoIP {
	font-size: 0.9em;
	}

/*Shopping Cart Display*/
#cartAdd {
  display:none;
  width:165px;
	height:70px;
	float: left;
	overflow:hidden;
	text-align: left;
	padding: 80px 0px 0px 5px;
	position:relative;
	margin:0px 0px 0px -22px;
}
#cartAdd #cart_quantity{
  width:15px;
}
#cesta{
  width:160px;
	height:20px;
	float: left;
	overflow:hidden;
	text-align: left;
	padding: 0px 0px 0px 0px;
	position:relative;
	margin:-70px 0px 0px 0px;
}
#btn_submit{
  float:right;
	position:relative;
	margin:-8px 0px 0px 0px;
}

.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: #33CC33;
	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;
	}
.mediaTitle {
	float: left;
	}
.mediaTypeLink {
	float: right;
	}

.normalprice, .productSpecialPriceSale {
	text-decoration: line-through;
	}

.productSpecialPrice, .productSalePrice, .productSpecialPriceSale, .productPriceDiscount {
	color: #ff0000;
	}

.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 ;
	}

.categoryIcon {}

#cartImage {
	margin: 0.5em 1em;
	}

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

.attributesComments {}

/*list box contents*/
.centerBoxContents, .specialsListBoxContents,  .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew {
	margin: 1em 0em;
	}

.centerBoxWrapper {
	border: 1px solid #9a9a9a;
	height: 1%;
	margin: 1.1em 0;
	}

h2.centerBoxHeading {
	font-size: 1.3em;
	color: #ffffff;
	}

/*sideboxes*/
.columnLeft {}

h3.leftBoxHeading, h3.leftBoxHeading a,
h3.rightBoxHeading, h3.rightBoxHeading a {
	font-size: 1em;
	color: #ffffff;
	}
#manufacturersHeading, #currenciesHeading, #musicgenresHeading, #recordcompaniesHeading, #searchHeading, #search-headerHeading {
	font-size: 0.9em;
	color: #ffffff;
}

.leftBoxHeading, .centerBoxHeading, .rightBoxHeading {
	margin: 0em;
	background-color: #abbbd3;
	background-image: url(../images/tile_back.gif);
	padding: 0.5em 0.2em;
	}

.leftBoxContainer, .rightBoxContainer {
	margin: 0em;
	border: 1px solid #9a9a9a;
	border-bottom: 5px solid #336633;
	margin-top: 1.5em;
	}

.sideBoxContent {
	background-color: #ffffff;
	padding: 0.4em;
	}

h3.leftBoxHeading a:hover, h3.rightBoxHeading a:hover {
	color: #FFFF33;
	text-decoration: none;
	} 

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

.centeredContent, TH, #cartEmptyText, #cartBoxGVButton, #cartBoxEmpty, #cartBoxVoucherBalance, #navCatTabsWrapper, #navEZPageNextPrev, #bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix, #siteinfoCredits, #siteinfoStatus, #siteinfoIP, .center, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, .cartTotalsDisplay, #cartBoxGVBalance, .leftBoxHeading, .centerBoxHeading,.rightBoxHeading, .productListing-data, .accountQuantityDisplay, .ratingRow, LABEL#textAreaReviews, #productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage, .centerBoxContents, .specialsListBoxContents,  .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .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: #0000CC;
}

#upProductsHeading {
	text-align: left;
	}

#upDateHeading {
	text-align: right;
	}

/* categories box parent and child categories */
A.category-top, A.category-top:visited {
	color: #008000;
	text-decoration: none;
	}
A.category-links, A.category-links:visited {
	color: #004080;
	text-decoration: none;
	}
A.category-subs, A.category-products, A.category-subs:visited, A.category-products:visited {
	color: #FF0000;
	text-decoration: none;
	}
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: 2em;
	}

.productListing-rowheading {
	background-color: #abbbd3;
	background-image: url(../images/tile_back.gif);
	height: 2em;
	color: #FFFFFF;
	}

#siteMapList {
	width: 90%;
	float: right;
	}

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

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

#popupShippingEstimator, #popupSearchHelp, #popupAdditionalImage, #popupImage, #popupCVVHelp, #popupCouponHelp, #popupAtrribsQuantityPricesHelp, #infoShoppingCart {
	background-color: #ffffff;
	}
.information {padding: 10px 3px; line-height: 150%;}

#shoppingcartBody #shippingEstimatorContent {
	clear: both;
	}

.seDisplayedAddressLabel {
	background-color:#85C285;
	text-align: center;
	}
.seDisplayedAddressInfo {
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	}
#seShipTo {
	padding: 0.2em;
	}

/* Siteinfo */
#siteinfoLegal{
  width:767px;
	height:10px;
	float:left;
	padding:0px 0px 0px 0px;
	background:url(../images/fondo_part2.jpg) no-repeat left bottom;
}
	
	
/* CATEGORIAS */
/*
.categoryListBoxContents{
  width:600px;
	height:100px;
	float:left;
	padding:0px 0px 0px 0px;
	border:1px solid purple;
}
.blok_categoria{
  width:600px;
	height:100px;
	float:left;
	padding:0px 0px 0px 0px;
}
*/
.subcat_name{
  width:185px;
	height:50px;
	float:left;
	clear:both;
	color:#FFF;
	padding:25px 0px 0px 525px;
	position:relative;
	z-index:0;
	overflow:hidden;
}
.subcat_name h1{
  color:#FFF;
}
#div_subcat_0{
  position:relative;
	margin:-30px 0px 0px 0px;
}
.imagen_subcat{
  width:205px;
	height:133px;
	float:left;
	padding:19px 0px 35px 15px;
	overflow:hidden;
	background:url(../images/productos_fondoproducto_ch.jpg) no-repeat left top;
}
.imagen_subcat img{
  width:182px;
	height:auto;
}
.name_subcat{
  width:405px;
	height:30px;
	float:left;
	padding:10px 0px 0px 0px;
	overflow:hidden;
}
.name_subcat a, .name_subcat a:link, .name_subcat a:visited, .name_subcat a:hover{
  color:#3F3F3F;
	text-decoration:none;
	font:bold 11pt verdana;
}
.description_subcat{
  width:490px;
	height:auto;
	float:left;
	color:#3D3D3D;
	text-align:justify;
	font:normal 8pt verdana;
	padding:0px 0px 0px 0px;
	margin:0px 0px 10px 0px;
	overflow:hidden;
}
#div_subcat_2 .ver_subcat{
  margin-bottom:25px;
}
.ver_subcat{
  width:490px;
	height:25px;
	float:left;
	text-align:right;
	padding:0px 0px 0px 0px;
	overflow:hidden;
	background:url(../images/productos_lineaverdetalle.jpg) repeat-x left bottom;
}
	
	
/* Desaparecer banner inferior */
#bannerSix{
  display:none;
}

#productsListingListingBottomLinks{
  width:705px;
	height:10px;
	float:left;
	text-align:right;
	font:normal 9pt verdana;
	padding:10px 0px 0px 0px;
	color:#3D3D3D;
}
#productsListingListingBottomLinks a, 
#productsListingListingBottomLinks a:link, 
#productsListingListingBottomLinks a:visited, 
#productsListingListingBottomLinks a:hover{
  color:#000;
	text-decoration:none;
	font:normal 9pt verdana;
}


