/*/////////WIDGETS/////*/
/*---------------WIDGET LISTADO ---------------------*/
.wdListadoGeneral {
	max-width:970px;
	padding:0 7px
}
.wdListadoGeneral ul{
	background:#FFFFFF none repeat ;
	clear:left;
	color:#000;
	margin:0 0 15px 0;
	padding:0;
	list-style:none;
	cursor:pointer;
}
.wdListadoGeneral li{
	vertical-align:top;
}
.wdListadoGeneral li a{
	display:block;
	padding:7px;
	border-bottom:1px solid #DFDFDF;
	color:#000;
	font-size:12px;
	cursor:pointer;
	background:#fff;
}
.wdListadoGeneral li a:hover{
	text-decoration:none!important;
	border-bottom:1px solid #D2D2D2;
	color:#000;
	background-image:url(../img/alpha/alpha80.png);
}
.wdListadoGeneral .on a{
	border-bottom:1px solid #D2D2D2;
	background-image:url(../img/alpha/alpha80.png);	
	color:#000;
}
.wdListadoGeneral .on ul a{
	border-bottom:1px solid #D2D2D2;
	color:#000;
	background:#FFF !important
}
.wdListadoGeneral a:hover {
	text-decoration:none!important;
}
.wdListadoGeneral .on a span, .wdListadoGeneral a:hover span{
	background:#ccc;
}

.wdCategoriasAcordeon { 
    margin:10px 0
}
.solCont .wdCategoriasAcordeon { 
    margin:0
}
.wdCategoriasAcordeon .acordeonTit a{ 
    background: url(../img/bgAcordeonTit.png) top no-repeat #78daf9;
	font-size:12px;
	color:#000;
	display:block;
	padding:9px 6px;
	cursor:pointer
}
.wdCategoriasAcordeon ul{ 
    height:0;
	overflow:hidden
}
.wdCategoriasAcordeon li{ 
	list-style:none;	
}

.wdCategoriasAcordeon li a{ 
	display:block;
	border:#b7e8f7 solid 1px;
	margin:0 1px 1px;
	color:#000;
	background-color:#eefbff;
	padding:4px;
	cursor:pointer;
	font-size:11px
}
.wdCategoriasAcordeon li a:hover, .wdCategoriasAcordeon li .on{ 
	background-color:#9fe9ff
}
.wdCategoriasAcordeon li ul a{ 
	padding-left:20px;
	background-color:#fff
}
.wdCategoriasAcordeon li ul a:hover, .wdCategoriasAcordeon li ul .on{ 
	padding-left:20px;
	background-color:#c4f1ff
}
.acordeonTit em{ 
    font-size:12px;
	font-weight:bold;
	font-style:normal;
	float:left;
	padding:2px 4px;
	text-align:center;
	width:10px;
	background-color:#FFF;
	margin-right:6px
}
.acordeonTit em:hover{ 
	background-color:#39C;
	color:#fff
}
.wdCategoriasAcordeon li em{ 
    font-size:11px;
	font-weight:bold;
	font-style:normal;
	float:left;
	padding:1px 3px;
	text-align:center;
	width:10px;
	background-color:#FFF;
	margin-right:4px
}
.wdCategoriasAcordeon li em:hover{ 
	background-color:#39C;
	color:#fff
}
.wdCategoriasAcordeon li em.sinCat{ 
	background:none !important;
}

/*//////////////////////////////////////////PRODUCTOS*/
/*---------------WIDGET GENERAL---------------*/
.wdProductosGeneral {
	max-width:960px;
}
.wdProductosGeneral .descrip{
	width:auto !important;
}
.catalogoProdItem {
	margin:0 8px 8px 8px;
	padding:8px;
	border:#ececec solid 1px;
	-webkit-border-radius: 4px;  
	-moz-border-radius: 4px; 
	-ms-border-radius: 4px;  	
	background:url(../img/productos/bgCatalogoProdItem.gif) repeat-x #fff;
}
.g630 .catalogoProdItem, .g570 .catalogoProdItem, .g310 .catalogoProdItem, .g280 .catalogoProdItem, .g180 .catalogoProdItem {
	margin:0 0 8px 0;
}
.prodNew {
	background:url(../img/productos/bgCatalogoProdItemNew.gif) repeat-x #f3fcff;
	border:#bbe0f7 solid 1px;
}
.prodDest {
	background:url(../img/productos/bgCatalogoProdItemSpecial.gif) repeat-x #fbf3f3;
	border:#f5a6a6 solid 1px;
}
.prodSpecial {
	background:url(../img/productos/bgCatalogoProdItemDest.gif) repeat-x #fefaf1;
	border:#f0d4a4 solid 1px;
}
.prodFam {
	background:url(../img/productos/bgCatalogoProdItemFam.gif) repeat-x #fbf7fc;
	border:#e8bbf7 solid 1px;
}
.catalogoProdItem em {
	position:absolute;
	display:block;
	margin:-17px 0 0 -17px;
	width:47px;
	height:47px;
	text-indent:-5000px;
}
.prodNew em{
	background:url(../img/icon/iconProdNew.png);
}
.prodSpecial em{
	background:url(../img/icon/iconProdSpecial.png);
}
.prodDest em{
	background:url(../img/icon/iconProdDest.png);
}
.prodFam em{
	background:url(../img/icon/iconProdFam.png);
}
.g180 .catalogoProdItem em {
	width:32px;
	height:32px;
}
.g180 .prodNew em{
	background:url(../img/icon/iconProdNewCh.png);
}
.g180 .prodSpecial em{
	background:url(../img/icon/iconProdSpecialCh.png);
}
.g180 .prodDest em{
	background:url(../img/icon/iconProdDestCh.png);
}
.g180 .prodFam em{
	background:url(../img/icon/iconProdFamCh.png);
}
.catalogoProdItem .foto{
	margin:0 8px 0 0;
	float:left;
	border:#CCC solid 1px;
	width:195px;
}
.g180 .catalogoProdItem .foto{
	width:160px;
	float:none
}
.g180 .mainBox .catalogoProdItem .foto{
	width:140px;
}
.c280 .catalogoProdItem .foto, .c280m .catalogoProdItem .foto{
	float:none
}
.productoFicha .btnProdGr, .catalogoProdItem .btnProdGr, .familiaFicha .btnProdGr{
	background:url(../img/productos/bgBtnGr2.png) no-repeat right;
	height:20px;
	font-size:11px;
}
.productoFicha .btnProdGr2 {
	margin:-35px 115px 0 0;
}
.prodNew .foto{
	border:#59b2da solid 1px
}
.prodDest .foto{
	border:#e97c7c solid 1px 
}
.prodSpecial .foto{
	border:#e9c47c solid 1px
}
.fotoSpecial {
	width:340px;
	height:220px;
	background-position:center;
	float:left;
	border:#e9c47c solid 1px
}
.catalogoProdItemDatos {
	margin-top:6px;
}
.g180 .catalogoProdItem .catalogoProdItemDatos{
	height:auto;
}
.catalogoProdItem h6{
	font-size:12px;
	word-wrap: break-word;
}
.catalogoProdItem h5{
	font-size:17px;
	word-wrap: break-word;
}
.catalogoProdItem h5 a{
	color:#0f4f90;
}
.catalogoProdItem .descrip {
	font-size:11px;
	padding:5px 3px;
	height:23px;
	overflow:hidden;
	word-wrap: break-word;
	margin:5px;
}
.g180 .catalogoProdItem .descrip {
	height:auto;
	
}
.catalogoProdItem .btnsCh {
	float:left;
	margin-left:10px;
}
.catalogoProdItem .btnsChSpecial {
	float:left;
	margin-left:7px;
	width:85px;
}
.catalogoProdItem .precio{
	padding:4px 7px;
	font-weight:bold;
	font-size:16px;
	-webkit-border-radius: 2px;  
	-moz-border-radius: 2px; 
	-ms-border-radius: 2px;
	float:right;
	background-color:#FFF;
	margin:5px
}
.catalogoProdItem .precio span{
	font-size:12px
}
.catalogoProdItem .btns{
	float:right;
	margin-top:5px;
}
.g180 .catalogoProdItem .btns{
	margin-top:2px;
}

.catalogoProdItem .precio span{
	font-size:11px
}
.btnProdBuy {
	background:url(../img/productos/bgBtnOrder.png) no-repeat right;
	height:20px;
	padding:3px 8px 0 0;
	color:#060;
	font-size:11px;
	font-weight:bold;
	margin-left:14px;
}
.btnProdBuy:hover {
	color:#090
}
.btnProdBuy img{
	margin:-8px 4px 0 -10px;
}
.btnProdBuy span{
	margin-top:2px;
	float:right
}
.btnProdIco {
	margin-left:4px;
}
.btnProdOrder {
	background:url(../img/productos/bgBtnOrder.png) no-repeat right;
	height:23px;
	padding:0 8px 0 0;
	color:#060;
	font-size:11px;
	font-weight:bold;
	margin-left:23px;
}
.btnProdOrder:hover {
	color:#000
}
.btnProdOrder img{
	margin:-7px 4px 0 -18px;
}
.btnProdRemOrder {
	background:url(../img/productos/bgBtnRemOrder.png) no-repeat right;
	height:23px;
	padding:0 8px 0 0;
	color:#ad4141;
	font-size:11px;
	font-weight:bold;
	margin-left:20px;
}
.btnProdRemOrder:hover {
	color:#C30
}
.btnProdRemOrder img{
	margin:-7px 4px 0 -18px;
}
/*---------------OPCIONES--------------*/
.sinFondo .catalogoProdItem{
	background:#fff !important
}
.fondoAzul .catalogoProdItem{
	background:#c6d8ee !important;
	border-color:#9db9dc
}
.fondoAzul .precio{
	background:#c6d8ee !important;
}
.fondoCyan .catalogoProdItem{
	background:#d5eaff !important;
	border-color:#a6d3ff
}
.fondoNaranja .catalogoProdItem{
	background:#fff6d3 !important;
	border-color:#fbe89e
}
.fondoRojo .catalogoProdItem{
	background:#ffdbdb !important;
	border-color:#ffb5b5
}
.bordes .catalogoProdItem{
	border:#000 solid 1px !important
}
.nombreRojo .catalogoProdItem h5 a{
	color:red !important
}
.nombreChico .catalogoProdItem h5 a{
	font-size:13px
}
.center .catalogoProdItem {
	text-align:center
}
.g230 .imgChica .catalogoProdItem .foto  {
	width:100px !important
}
.g180 .imgChica .catalogoProdItem .foto  {
	width:80px !important
}
.g150 .imgChica .catalogoProdItem .foto  {
	width:70px !important
}

/*---------------WIDGET NAVEGADOR---------------*/
.wdProductosNav {
	padding:4px 10px 0 17px; 
	margin:0 auto;
	font-weight:normal;
	font-size:11px;
	min-height:25px;
	color:#fff !important;

}
.g630 .wdProductosNav {
	width:603px;
	background-image:url(../img/widgets/bgNav.gif);
	background-color:#FFF;
	background-repeat:no-repeat;
	height:auto;
	font-size:12px;
	font-weight:bold;
	margin-bottom:5px;
	padding-top:10px;

}
.wdProductosFichaBasica .wdProductosNav {
	width:603px;
	padding:0px 0 0 10px;
	background:none;
	min-height:inherit
}
.wdProductosNav a{
	color:#F3F3F3;
	
}
.wdProductosNav .lastChild{
	color:#FFF;
	font-weight:bold;
	font-size:15px;
}
.g630 .wdProductosNav .lastChild{

}
.wdProductosNavSubMenu {
	display:none;
	background-color:#FFFFFF;
	border:#CCCCCC 1px solid;
	border-right-width:2px;
	margin:20px 0px 0px 0px;
	position:absolute;
	z-index:101;
}
.wdProductosNavSubMenu li{
	list-style:none
}
.wdProductosNavSubMenu a{
	display:none;
	font-weight:normal !important;
	border-bottom:#CCCCCC 1px solid;
	font-size:13px !important;
	padding:5px 22px 5px 10px !important; display:block;
	color:#523F38 !important;
}
.wdProductosNavSubMenu a:hover{
	background-color:#523F38 ;
	color:#fff !important;
	text-decoration:none
}
/*---------------WIDGET LISTADOS---------------*/
.wdProductosListadoTools {
	margin:4px 0 5px 0;
	height:22px;
	padding:4px;
	text-align:right;
	border-bottom:#4c4c4c solid 2px;
}
.wdProductosListadoTools a{
	float:left;
	outline:none;
	padding:6px 10px;
	margin-right:3px;
	display:inline;	
	color:#000;
	font-weight:bold;
	width:auto;
	height:14px;
	text-align:left;
	text-transform:uppercase;
	background-color:#ccc;

}
.wdProductosListadoTools .on, .wdProductosListadoTools a:hover{
	text-decoration:none !important; color:#fff;
	background-color:#666;
	z-index:100;
	position:relative;
}
.wdProductosListadoTools a img{ margin-right:10px;
}
.productosOrderInput{
	cursor:pointer; 
	padding-right:10px;

	border:1px solid #CCCCCC;
	height:16px !important
}
.productosOrder{
	position:absolute;
	padding:5px;
	border:1px solid #CCCCCC;
	background-color:#fff;
	text-align:left;
	margin-top:2px;
	display:none;
	margin-left:418px;
	width:230px
}
.productosOrder a{
	width:90px;
	border:#999999 solid 1px;
	margin-bottom:2px;
	margin-right:2px;
	background-image:none;
}
.productosOrder a:hover{
	color:#fff;
	background-image:none;
	background-color:#666;
}
.contOrdenTit {
	background-color:#E9E9E9;
	margin-left:10px;
	margin-bottom:3px;
	height:27px;
}
.wdProductosListadoGaleria .productosContTit {
	display:none;
}
.wdProductosListadoGaleria .productosItem {
	float:left;
	width:180px;	
	background-color:#fff;
	border:#CCCCCC solid 1px;
	margin:0 5px 10px 0;
	display:inline;
	cursor:pointer;
	padding:10px;
	height:auto;
	border-top:2px #ccc solid;
}
.wdProductosListadoGaleria .productosItem:hover {
	background:#f5f5f5;
	border:1px solid #C0C0C0;
	border-bottom:2px #666 solid;
}
.wdProductosListadoGaleria .productosItem:hover img{
	border:1px solid #E9E6C9 ;
}
.wdProductosListadoGaleria .foto img{
	border:1px solid #FFF;
	width:180px;
	margin-bottom:5px;
}
.wdProductosListadoGaleria .categ{	
	font-size:12px;
	color:#0d5f8e;
	text-transform:uppercase;
}
.wdProductosListadoGaleria .nombre{
	font-size:15px;
	font-weight:bold;
	color:#f18322;
	overflow:hidden;
	height:37px
}
.wdProductosListadoGaleria .descrip{	
	text-align:left;
	height:45px;
	clear:left;
	overflow:hidden;
	width:100%;
}
.wdProductosListadoGaleria .datos{	
	margin:2px;
	font-weight:bold;
	padding-left:5px
}
.wdProductosListadoGaleria .datos img{	
	float:right;
	margin:-90px 0 0 0;
	position:relative;
	height:30px;
	max-width:75px;
	border:#999999 solid 1px;
}
.wdProductosListadoGaleria .precio{	
	font-size:12px;
	text-align:right;
	font-weight:bold;
	float:right;
	padding:3px 5px; background:#CCC; 
	margin:5px 0
}
.wdProductosListadoGaleria .btns{	
	padding:3px 10px 0 10px;
	height:17px;
	margin:2px 0 0 14px;
	display:inline-block;
	background:url(../img/productos/bgBotones.gif);
}
.wdProductosListadoGaleria .btns a{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:900;
	color:#333;
	text-transform:uppercase;
}
.wdProductosListadoGrilla {
	background-color:#FFFFFF;
	padding:4px 0
}
.wdProductosListadoGrilla .productosContTit {
	background-color:#E9E9E9;
	margin-bottom:3px;
	height:26px;
	overflow:auto;
}
.wdProductosListadoGrilla .productosContTit p, .wdProductosListadoGrilla .contOrdenTit p{
	float:left;
	border-left:#fff 1px solid;
	height:18px;
	font-weight:bold;
	padding:5px 0 3px 5px;
	display:inline;
}
.wdProductosListadoGrilla .productosItem {
    background-color:#fff;
	border:#CCCCCC solid 1px;
	border-top:2px #ccc solid;
	padding:6px;
	clear:left;
	border-bottom:#CCCCCC solid 1px;
	cursor:pointer;
	height:90px
}
.wdProductosListadoGrilla .productosItem:hover {
	background:#f5f5f5;
	border:1px solid #C0C0C0;
	border-bottom:2px #666 solid;
}
.wdProductosListadoGrilla .productosItem:hover img{border:#999 solid 1px}
.wdProductosListadoGrilla .dest {
	background-color:#eee ;
}
.wdProductosListadoGrilla .foto img{
	margin-right:10px;
	border:#CCCCCC solid 1px;
	float:left;
	display:inline;	
	width:110px;
}
.wdProductosListadoGrilla .categ{	
	font-size:12px;
	font-weight:bold;
	color:#0d5f8e;
	text-transform:uppercase;
}
.wdProductosListadoGrilla .nombre {
	font-size:16px;
	font-weight:bold;
	width:400px !important;
	text-align:left;
}
.wdProductosListadoGrilla .descrip{	
	text-align:left;
	float:left;
	width:275px;
	text-align:justify;
}
.wdProductosListadoGrilla .datos img{	
	width:75px;
}
.wdProductosListadoGrilla .precio{	
	margin-left:10px;
	font-size:15px;
	display:inline;
	font-weight:bold
}
.wdProductosListadoGrilla .stock{	
	margin-left:10px;
	display:inline;
}
.wdProductosListadoGrilla .btns{	
	float:left;
	background: url(../img/productos/bgBotones.gif);
	padding:3px 10px 0 10px;
	height:17px;
	margin:10px;
	background:url(../img/productos/bgBotones.gif);
}
.wdProductosListadoGrilla .btns a{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:900;
	color:#333;
	text-transform:uppercase;
}
/*---------------WIDGET FICHA BASICA---------------*/
.productoFotos {
	float:left;
	display:inline;
	margin:5px 5px 5px 15px;
	width:300px;
	text-align:center
}
.productoFotos img{
	cursor:pointer;
}
.productoFotoPr {
		display:inline-block;
	border:solid 1px #e5e5e5;
	padding:5px;
	margin-bottom:5px;
}
.productoFotosSec a{
	display:inline-block;
	border:solid 1px #e5e5e5;
	margin:0 1px 1px 0
}
.productoTit {
	font-size:27px;
	float:left;
	width:530px;
	padding:3px 10px;
}
.productoInfo {
	float:left;
	width:640px;
	margin-bottom:10px;
	font-size:12px
}
.productoMarca {
	float:right;
	margin:5px;
	width:80px;
	display:inline;	
}
.productoMarca img{
	width:80px;
}
.productoInfo .cod{
	padding:10px 0 0 10px;
	font-weight:bold
}
.productoInfo .stock {
	padding:10px 0 0 10px;
	font-weight:bold;
	color:#EE7F01;
}
.productoInfo p{
	padding:6px 35px 0 10px;
}
.productoInfo .precio{
	padding:5px 10px !important;
	margin:10px 0 2px 0 !important;
	width:auto !important;
	font:bold 19px Arial, Helvetica, sans-serif !important
}
.productoTools {
	width:630px;
	float:right;
	text-align:right;
	padding-top:8px;
	margin:0 9px 6px 0
}
.productoTools a {
	float:right;
	margin-right:5px
}
.productoTools span{
	float:right;
	margin:5px 5px 0 0;
	font-size:11px
}
.twittButton {
	margin:5px 8px 0 !important
}
.productoGal {
	margin-top:10px;
	clear:both;
	background:#e9e6c9;
}
.productoGal img{
	border:#CCCCCC solid 1px;
	cursor:pointer;
	width:110px;
}
.productoGal a{
	margin:0 3px 7px 4px !important;
	float:left;
}

/*//////////////////////////////////////////MEDIA*/
/*---------------WIDGET MEDIA LISTA---------------*/
.wdMediaLista {
	max-width:960px;
	margin-left:10px
}

.wdMediaLista h4 {
	margin-bottom:10px;
}

.mediaItem {
	width:166px;
	height:186px;
	border:1px solid #ccc;
	float:left;
	display:inline;
	margin:0 10px 10px 0;
	padding:7px;
	cursor:pointer
}
.mediaItem img{
	width:166px;
}
.mediaItem h6{
	font-size:14px;
	color:#666;
	text-align:center;
	margin-top:6px;
	height:38px;
	overflow:hidden;
}
.mediaItem span{
	font-size:10px;
	color:#d62133;
	float:left
}
.mediaItem .autor{
	float:right;
	font-size:10px;
	color:#666666;
}
.mediaItem .fecha{
	float:right;
	clear:right;
	font-size:10px;
	color:#666666;
}
.mediaItem:hover {
	border:1px solid #CC0000;
}
.mediaItem:hover h6{
	color:#000
}
.videos{
	
}
.videos .mediaItem{
	height:164px !important;
}
.mediaItemVideoIcon {
	position:relative;
	margin-top:-124px;
	width:166px;
	height:124px;
	background:url(../img/media/iconVideoLista.png) no-repeat  center
}
.g630 .wdMediaLista {
	margin:0
}
.g630 .mediaItem {
	width:180px;
	padding:9px;
}
.g630 .mediaItem img{
	width:180px;
}
.g630 .videos .mediaItem{
	height:154px !important;
}
.g630 .mediaItemVideoIcon {
	margin-top:-135px;
	width:180px;
	height:135px;

}
.g470 .wdMediaLista {
	margin:0
}
.g470 .mediaItem {
	width:205px;
	padding:9px;
	height:205px
}
.g470 .mediaItem img{
	width:205px
}
.g470 .videos .mediaItem{
	height:205px !important;
}
.g470 .mediaItemVideoIcon {
	margin-top:-154px;
	width:205px;
	height:154px;

}
.g310 .wdMediaLista {
	margin:0
}
.g310 .mediaItem {
	width:auto;
	float:none;
	height:auto;
	display:block;
	padding:10px;
	text-align:center;
	margin:0 0 10px
}
.g310 .mediaItem img{
	width:290px
}
.g310 .mediaItem h6{
	height:auto
}
.g310 .mediaItem span{
	display:none;
}
.g310 .videos .mediaItem{
	height:auto !important;
}
.g310 .mediaItemVideoIcon {
	margin-top:-210px;
	width:290px;
	height:210px;

}
.g230 .wdMediaLista {
	margin:0
}
.g230 .mediaItem {
	width:auto;
	float:none;
	height:auto;
	display:block;
	padding:10px;
	text-align:center;
	margin:0 0 10px
}
.g230 .mediaItem img{
	width:210px
}
.g230 .mediaItem h6{
	height:auto
}
.g230 .mediaItem span{
	display:none;
}
.g230 .videos .mediaItem{
	height:auto !important;
}
.g230 .mediaItemVideoIcon {
	margin-top:-158px;
	width:210px;
	height:158px;

}
/*//////////////////////////////////////////SECCIONES*/
/*---------------WIDGET SUB MENU ----------------------*/
.wdSubMenuSeccion { width:950px; margin:0 auto 10px}
.seccionSubMenuRoot {
	padding:3px 10px 2px;
	margin:0 15px;
	font-size:12px;
	background:url(../img/bgSeccionSubMenuRoot.gif) no-repeat
}
.seccionSubMenuSib {
	height:37px;
	list-style:none;
	background:url(../img/bgSeccionSubMenuSib.gif) no-repeat
}
.seccionSubMenuSib li{
	float:left;
}
.seccionSubMenuSib a {
	display:inline-block;
	font-size:14px;
	font-weight:bold;
	padding:13px 15px 0 20px;
	height:24px;
	color:#036;
	text-decoration:none;
	text-transform:uppercase;
	text-align:center;
	background:url(../img/bgSeccionSubMenuSibOff.gif) top right no-repeat;
}
.seccionSubMenuSib a:hover {
	color:#FFF;
}
.seccionSubMenuSib .on{

}
.seccionSubMenuSib .on a{
	color:#FFF !important;
	padding:7px 22px 0 16px;
	height:30px;
	font:normal 20px "Trebuchet MS", Arial, Helvetica, sans-serif;
	background:url(../img/bgSeccionSubMenuSibOn.gif) left no-repeat;
}
.seccionSubMenuChild {
	list-style:none;
	background:url(../img/bgSeccionSubMenuChild.gif) no-repeat bottom;
	clear:left;
	height:26px;
	margin:0 15px;
	text-align:center
}
.seccionSubMenuChild li{
	float:left
}
.seccionSubMenuChild li a{
	display:inline-block;
	color:#036;
	font-size:12px;
	font-weight:bold;
	background:url(../img/btnSeccionSubMenuChildOn.gif) no-repeat top left;
	text-decoration:none;
	text-align:center;
	margin-left:5px;

}
.seccionSubMenuChild li a span { 
	display:inline-block; 
	margin-left:4px; 
	padding:6px 10px 0 3px;
	height:20px;
	background:url(../img/btnSeccionSubMenuChildOn.gif) no-repeat top right;
}

.seccionSubMenuChild li a:hover{
	color:#000;
	background:url(../img/btnSeccionSubMenuChildO.gif) bottom left;}

.seccionSubMenuChild li a:hover span{
	background:url(../img/btnSeccionSubMenuChildO.gif) bottom right;}

.seccionArbol , .seccionArbol ul{
	list-style:none;
	position:absolute;
	background-color:#FFFFFF;
	border:#CCCCCC solid 1px;
	border-bottom:none;
	width:180px;
	display:inline;
	margin:-4px 0 0 10px
}
.seccionArbol li{
	list-style:none;
}
.seccionArbol .des{
	background-image:url(../img/bgSeccionArbolDes.gif);
	background-repeat:no-repeat;
	background-position:right center
}
.seccionArbol a{
	display:block;
	font-size:12px;
	font-weight:bold;
	padding:5px 10px;
	border-bottom:#CCCCCC solid 1px;
	text-decoration:none;
}
.seccionArbol li:hover {
	color:#FFFFFF !important;
	background-color:#c8c8c8  !important;
}
/*---------------WIDGET LISTADO ---------------------*/
.wdSeccionesGeneral {
	max-width:970px;
	margin-left:10px;
}
.wdSeccionesGeneral ul{
	list-style:none;
}
.wdSeccionesGeneral li{
	margin-bottom:2px;
	display:inline-block;
	vertical-align:top;
	width:31%;
	margin-right:10px;
}
.wdSeccionesGeneral li a{
	display:block;
	padding:7px;
	border-bottom:1px solid #ccc;
	font-weight:bold;
	text-transform:uppercase;
	font-size:14px;
	color:#666;
}
.wdSeccionesGeneral li a span{margin-right:10px; width:15px; height:15px; float:left; background:url(../img/widgets/bgLi.gif) no-repeat;}

.wdSeccionesGeneral a:hover{
	color:#000;
	background:#f0f0f0;
}
.wdSeccionesGeneral .on{
	color:#000;
}
.wdSeccionesGeneral li ul{
	overflow:hidden
}
.wdSeccionesGeneral li ul li {
	margin-right:0;
	float:none;
	width:99%
}
.wdSeccionesGeneral li ul li a{
	color:#444;
	padding-left:5px;
	font-size:10px;
}
.wdSeccionesGeneral li ul li a:hover{
	color:#000;
}
.wdSeccionesGeneral li ul ul li{
	width:auto;
	float:none
}
.wdSeccionesGeneral li ul .on {
	padding-left:0;
}
.wdSeccionesGeneralBot {
	clear:both;
	height:12px;
	overflow:hidden;
}
.g630 .wdSeccionesGeneral {
	margin:0;
}
.g470 .wdSeccionesGeneral {
	margin:0;
}
.g470 .wdSeccionesGeneral li{
	width:47.3%;
	margin-right:10px;
}
.g470 .wdSeccionesGeneral li ul li {
	margin-right:0;
	display:block;
	width:99%
}
.g470 .wdSeccionesGeneral {
	margin:0;
}
.g470 .wdSeccionesGeneral li{
	width:47.3%;
	margin-right:10px;
}
.g470 .wdSeccionesGeneral li ul li {
	margin-right:0;
	display:block;
	width:99%
}
.g310 .wdSeccionesGeneral, .g230 .wdSeccionesGeneral  {
	margin:0
}
.g310 .wdSeccionesGeneral li, .g230 .wdSeccionesGeneral li{
	display:block;
	width:auto;
	margin:0
}
.g310 .wdSeccionesGeneral li a, .g230 .wdSeccionesGeneral li a{
	display:block;
	padding:7px 0 7px 10px;
	border-bottom:1px solid #ccc;
	font-weight:bold;
	font-size:14px;
	color:#666;
}
.g310 .wdSeccionesGeneral li ul, .g230 .wdSeccionesGeneral li ul{
	margin:0 0 0 15px;
	overflow:hidden
}
.g310 .wdSeccionesGeneral li ul li a, .g230 .wdSeccionesGeneral li ul li a{
	color:#444;
	padding-left:10px;
	font-size:10px;
}
.g310 .wdSeccionesGeneral li ul li a:hover, .g230 .wdSeccionesGeneral li ul li a:hover{
	color:#000;
}
.g310 .wdSeccionesGeneral li ul .on, .g230 .wdSeccionesGeneral li ul .on {
	padding-left:0;
}

/*------FORMATO RESUMEN -------*/
.wdSeccionesGeneralResumen li {
	width:308px;
	margin-right:10px;
	float:left;
	height:auto;
}
.wdSeccionesGeneralResumen li a{
	height:222px;
	background:#F7F7F7;
	font-size:11px !important;
	font-weight:normal;
	border:none;
	margin-bottom:10px;
	text-transform:none;
	height:auto;
}
.wdSeccionesGeneralResumen li a:hover{
	text-decoration:none;
	background-color:#ccc;
	color:#000
}
.wdSeccionesGeneralResumen a img{
	width:294px;
	margin-bottom:4px;
}
.wdSeccionesGeneralResumen li h5{
	font-size:25px;	
}
.wdSeccionesGeneralResumen li p{
	padding:3px;
	font-weight:normal
}
.g630 .wdSeccionesGeneralResumen li {
	width:303px;
}
.g630 .wdSeccionesGeneralResumen a img{
	width:289px;
}
.g470 .wdSeccionesGeneralResumen li{
	width:223px;
}
.g470 .wdSeccionesGeneralResumen a img{
	width:209px;
}
.g310 .wdSeccionesGeneralResumen a{
	border:none !important;
	height:auto
}
.g310 .wdSeccionesGeneralResumen a img{
	width:290px;
}
.g230 .wdSeccionesGeneralResumen a{
	border:none !important;
	height:auto;
	width:auto
}
.g230 .wdSeccionesGeneralResumen a img{
	width:210px;
}

/*//////////////////////////////////////////NOTICIAS*/
/*---------------WIDGET LISTADO---------------*/
.wdNoticiasLista {
	padding:5px 0;
	margin:0 auto;
}
.noticiasLista {
	padding:30px 10px 10px 10px;
	width:250px;
	margin:20px;
	float:left;
	margin-bottom:5px;
	border-bottom:#CCC solid 1px
}
.noticiasLista .volanta{
	padding:2px 5px;
	color:#666;
	font-size:10px;
}
.noticiasLista .volanta strong{
	color:#666;
}
.noticiasLista .foto{
	display:inline;
	border:#FFFFFF 2px  solid;
	margin:10px;
	border:3px solid;
	border-color:#CCC;
}
.noticiasLista h3{
	padding:2px 5px;
	font-size:20px;
}
.noticiasLista h4 a{
	color:#314087;
}
.noticiasLista .bajada{
	color:#666;
	text-align:justify;
	padding-left:6px
}
.noticiasListaComent {
	float:right;
	clear:right;
	background:url(../img/noticias/coment.png) no-repeat center left;
	padding:0 0 0 15px !important;
}
.noticiasListaComent a{
	color:#006699; text-decoration:none;
	font-size:11px
}
.noticiasListaComent a:hover{
	color:#000
}
.noticiasListaComent span{
	font-weight:bold;
	font-size:13px
}
.g710 .noticiasLista {
	padding:10px 10px 10px 0;
	margin:0px;
	float:none;
	width:auto;
	margin-bottom:5px;
}

.g710 .noticiasLista .foto{
	float:left;
	display:inline;
	border:#FFFFFF 2px  solid;
	margin:0 20px 6px 6px;
}
.g630 .noticiasLista {
	padding:30px 0px 10px 0px;
	margin:0px;
	float:none;
	width:auto;
	margin-bottom:5px;
}

.g630 .noticiasLista .foto{
	float:left;
	display:inline;
	border:#FFFFFF 2px  solid;
	margin:0 20px 6px 6px;
}
.g570 .noticiasLista {
	padding:30px 0px 10px 0px;
	margin:0px;
	float:none;
	width:auto;
	margin-bottom:5px;
}

.g570 .noticiasLista .foto{
	float:left;
	display:inline;
	border:#FFFFFF 2px  solid;
	margin:10px;
}
.g470 .noticiasLista {
	padding:10px 6px;
}
.g310 .noticiasLista {
	padding:10px 6px;
}
.g310 .noticiasLista h4 {
	font-size:15px
}
.c280 .noticiasLista, .c280m .noticiasLista {
	width:auto;
	float:none;
	margin:0;
	padding:10px;
}
.c280 .noticiasLista h4, .c280m .noticiasLista h4 {
	font-size:15px
}

.g230 .noticiasLista {
	width:auto;
	float:none;
	margin:0 -10px 0 0px;
	padding:10px 10px 10px 10px;
}
.g230 .noticiasLista img {
	width:80px;
	float:right;
	margin:0 0 0 8px
}
.g230 .noticiasLista h4 {
	font-size:15px
}
.g180 .noticiasLista {
	width:auto;
	float:none;
	margin:0;
	padding:10px 10px 10px 10px;
}
.g180 .noticiasLista h3 {
	font-size:15px
}

/*---------------WIDGET FICHA---------------*/
.noticiasCompleta {
	padding:8px 0
}
.noticiasCompleta .tools {
	float:right;
	border:#EEEEEE solid 1px;
	padding:4px;
	margin-top:-5px;
}
.noticiasCompleta .tools  span{
	display:none
}
.noticiasCompleta .tools  a:hover{
	background-position:bottom
}
.toolAchica { background:url(../img/noticias/a-.gif) top no-repeat; width:20px; height:20px; float:left; margin-right:8px }
.toolAgranda { background:url(../img/noticias/a+.gif) top no-repeat; width:20px; height:20px; float:left; margin-right:8px }
.toolRec { background:url(../img/noticias/mail.gif) top no-repeat; width:20px; height:20px; float:left; margin-right:8px  }
.toolPrint { background:url(../img/noticias/print.gif) top no-repeat; width:20px; height:20px; float:left; margin-right:8px  }
.toolAnt { background:url(../img/noticias/izq.gif) top no-repeat; width:20px; height:20px; float:left; margin-right:8px  }
.toolSig { background:url(../img/noticias/der.gif) top no-repeat; width:20px; height:20px; float:left;  }
.toolAntOff { background:url(../img/noticias/izqOff.gif) top no-repeat; width:20px; height:20px; float:left; margin-right:8px; cursor:default }
.toolSigOff { background:url(../img/noticias/derOff.gif) top no-repeat; width:20px; height:20px; float:left; cursor:default  }
.cuadAnt, .cuadSig{
	position:absolute; 
	background-color:#FFFFFF; 
	padding:5px; 
	border:1px solid #CCCCCC; width:208px;
	display:none;
}
.cuadAnt{
	margin:30px 0 0 -55px;
}
.cuadSig{
	margin:30px 0 0 -55px;
}
.cuadAnt img, .cuadSig img{
	float:left;
	margin-right:5px;
}
.cuadAnt label, .cuadSig label{
	font-weight:bold;
	vertical-align:middle;
}
.noticiasCompleta .volanta {
	font-size:13px;
	color:#666;
	font-weight:800;
	font-size:12px;
	padding-left:8px;
	margin-bottom:20px;
}
.noticiasCompleta .volanta strong {
	font-size:13px;
	color:#314087;
}
.noticiasCompleta h4 {
	font-size:24px;
	padding:8px 0;
	padding-left:8px
}
.noticiasCompleta .foto{
	float:left;
	display:inline;
	margin:4px 3px;
	cursor:pointer !important;
}
.noticiaFotos {
	float:left;
	display:inline;
	text-align:center
}
.noticiaFotos img{
	cursor:pointer;
}
.noticiaFotoPr {
	display:inline-block;
	border:solid 2px #e5e5e5;
	margin:20px;
	border-bottom:solid 6px #e5e5e5;
}
.noticiaFotosSec a{
	display:inline-block;
	border:solid 1px #e5e5e5;
	border-bottom:solid 6px #e5e5e5;
	margin:0 1px 1px 0;
}
.noticiasCompleta .bajada{
	padding:12px 12px 6px 12px;
	font-weight:bold;
	font-size:15px;
}
.noticiasCompleta .cuerpo{
	padding:0 12px 15px 12px;
}
.noticiasCompleta .cuerpo p{
	margin-top:15px;
}
.noticiasCompleta .fuente{
	margin-bottom:5px;
	font-weight:800;
	color:#314087;
}
.noticiasCompleta .galeria{
	padding:8px;
	clear:left
}
.noticiasGaleria a {
	float:left;
	margin:2px
}
/*---------------WIDGET COMENTARIOS---------------*/
.noticiasComentBox {
	padding-bottom:20px;
}
.noticiasComent {
	margin:0 3px 10px 3px;

}
.noticiasComentAutor {
	padding:15px;
	color:#999999;

	background:url(../img/icon/cometarioAutor.gif) left no-repeat;
}
.noticiasComentAutor strong{
	color:#000000; font-size:13px;
}
.noticiasComentTxt {
	padding:10px 25px 5px 25px;
}
.noticiasComentForm {
	padding:0 14px;
}
.noticiasComentForm p{
	padding:10px;
}
.noticiasComentForm label{
	display:block;
	font-weight:bold;
	padding:3px 8px
}
.noticiasComentForm input{
	width:250px
}
.noticiasComentForm textarea{
	width:580px; height:70px
}
.blockerComentario{
	position:absolute;
	background-color:#FFFFFF;
	width:678px;
	height:362px;
	display:none;
}
.enviandoComentario{
	font-size:16px;
	font-weight:bold;
	margin:150px 0 0 300px;
	position:absolute;
	text-align:center;
	display:none;
}
.shareThis {
	margin:2px 0 3px 12px;
	float:left;
	width:200px
}
/*REVIEWS/*/
.reviewsCont {
	
}
.reviewsCont h3{
	padding:10px;
	border-bottom:#46899e solid 4px;
	font-size:20px;
	height:38px;
}
.reviewsCont h3 p{
	font-size:12px;
	float:right;
	width:300px;
	margin-right:20px
}
.reviewsCont h3 span{
	width:150px;
	position:absolute;
	background:url(../img/icon/starBigOff.gif);
	height:30px;
	margin:-5px 0 0 15px
}
.reviewsCont h3 em{
	float:left;
	background:url(../img/icon/starBigOn.gif);
	height:30px;
}
.reviewsCont .btnProdGr img {
	margin:-9px 4px 0 -6px;
}
.reviewsOrder {
	text-align:right;
	padding:8px;
	background-color:#e8e8e8;
	height:15px;
}
.reviewsNone h2 {
	padding:15px 0;
	text-align:center;
	color:#46899e;
	font-size:21px
}
.reviewsItem {
	border-bottom:#CCC solid 1px;
	padding-bottom:5px
}
.reviewsItem h2 {
	padding:5px 15px;
	color:#46899e;
	font-size:21px
}
.reviewsItem h2 span{
	float:right;
	width:125px;
	background:url(../img/icon/starOff.gif);
	height:25px;
}
.reviewsItem h2 em{
	float:left;
	background:url(../img/icon/starOn.gif);
	height:25px;
}
.reviewsItem h5 {
	padding:2px 15px;
	color:#666;
	font-weight:normal;
	font-size:12px
}
.reviewsItem p {
	padding:10px 15px;
}
.reviewsItem .good {
	padding:10px 10px;
	background-color:#c2e5bb;
	border:#145808 solid 1px;
	margin:10px 15px;
	font-size:12px;
	font-weight:normal
}
.reviewsItem .bad {
	padding:10px 10px;
	background-color:#eacdcd;
	border:#970505 solid 1px;
	margin:10px 15px;
	font-size:12px;
	font-weight:normal
}
.reviewsItem h4 span{
	font-size:15px;
	font-weight:bold
}
.reviewsNo {
	font-size:13px;
	padding:4px;
	margin:0 15px;
	color:#C00
}
.reviewsYes {
	font-size:13px;
	padding:4px;
	margin:0 15px;
	color:#060
}
.reviewsNo img{
	margin-right:10px
}
.reviewsYes img{
	margin-right:10px
}
/* LOGIN */

.wdLoginBox {
	border:#f7e082 solid 1px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	padding-bottom:5px;
	margin-bottom:10px
}
.wdLoginBox h3{
	margin-bottom:10px
}
.wdLoginBox label{
	padding:5px
}
.loginInput{
	margin:2px 5px;
}
.g180 .loginInput{
	width:135px;
}
.wdLoginBox p{
	padding:5px 10px
}
.wdLoginBox a{
	margin-left:10px
}
.loginLink {
	display:block;
	margin:2px 6px;
	clear:both
}
.wdLoginBox .btnProdGr{
	margin:10px 10px 4px;
	font-size: 10px
}
.wdLoginBox .btnProdGr img{
	float: left;
	margin: -6px 4px 0 -12px
}
.wdLoginBox .btnProdGr span{
	float: left;
	width: 104px;
	margin-top: -3px
}
.wdLoginBox .btnProdGr em{
	font-size: 14px;
	font-style: normal;
}
.wdLoginBoxBot {
	clear:both;
	height:1px;
	overflow:hidden;
}
/*/GRUP-N/*/

.grupnItem {
	float: left;
	border: solid 1px #8ab3df;
	width: 460px;
	padding: 5px;
	margin: 0 5px 10px 5px
}
.grupnItemFoto{
	float: left;
	width: 200px;
}
.grupnItem .expires{
	color: #347f96;
}
.grupnItem .expires span{
	display: block;
	font-size: 12px;
	padding: 3px;
	font-weight: bold;
}
.grupnItem .expires em{
	float: left;
	color: #fff;
	margin: 1px;
	background: url(../img/productos/bgExpiresEm.gif);
	padding: 10px 0;
	font-style:normal;
	text-align:center;
	height:13px;
	width: 47px;
	font-weight: bold;
}
.grupnItem .expires small{
	float: left;
	margin: 1px;
	padding: 4px 0;
	font-style:normal;
	text-align:center;
	font-size:11px;
	width: 47px;
}
.grupnItemData{
	float: left;
	width: 260px;
}
.grupnItem h2{
	color: #347f96;
	font-size: 22px;
	height: 27px;
	overflow: hidden;
}
.grupnItem h4{
	background-color: #defcdd;
	color: #11650d;
	font-size: 20px;
	padding: 5px;
	text-align: center;
	text-transform: uppercase;
}
.grupnItem p{
	font-size: 11px;
	padding: 3px;
	max-height: 38px;
	overflow: hidden;
	margin-bottom: 4px
}
.grupnItem h5{
	font-size: 16px;
	padding: 5px;
	text-align: center;
	text-transform: uppercase;
	margin-top: 1px
}
.grupnItem .active{
	background:url(../img/productos/grupnActive.png) no-repeat 8px center #defcdd;
	color: #11650d;
	padding-left: 15px
}
.grupnItem .inactive{
	background-color: #fce8e8;
	color: #dd2121;
}
.grupnItem h3{
	background: url(../img/productos/bgGrupnPrice.gif) repeat-x #a36327;
	text-align: right;
	color: #fff;
	font-size: 10px;
	font-weight:normal;
	padding: 5px 15px 5px;
	margin-top: 1px
}
.grupnItem h3 strong{
	font-size: 19px;
	font-weight: bold
}
.grupnItem h6{
	background-color: #c7e6ef;
	text-align: right;
	font-size: 10px;
	font-weight:normal;
	padding: 4px 15px 4px;
	margin-top: 1px
}
.grupnItem h6 strong{
	font-size: 13px;
	font-weight: bold
}
.grupnItem .btnProdOrder{
	font-size: 17px;
	height: 30px;
	margin: -8px 0 0 35px
}
.g230 .grupnItem {
	width: auto;
}
.g230 .grupnItemFoto{
	margin-left: 6px;
}
.g230 .grupnItemData{
	width: auto;
}
.g310 .grupnItem {
	width: auto;
}
.g310 .grupnItem h2{
	height: auto;
}
.g310 .grupnItemFoto {
	margin-left: 45px
}
.g310 .grupnItemData {
	width: auto;
}
.g470 .grupnItem {
	width: 450px;
}
.g470 .grupnItem h2{
	height: auto;
}
.g470 .grupnItemData {
	width: 250px;
}
.g570 .grupnItem {
	width: 550px;
}
.g570 .grupnItem h2{
	height: auto;
}
.g570 .grupnItemData {
	width: 350px;
}
.g630 .grupnItem {
	width: auto;
}
.g630 .grupnItem h2{
	height: auto;
}
.g630 .grupnItemData {
	width: 408px;
}
.g710 .grupnItem {
	width: auto;
}
.g710 .grupnItem h2{
	height: auto;
}
.g710 .grupnItemData {
	width: 488px;
}
.g760 .grupnItem {
	width: auto;
}
.g760 .grupnItem h2{
	height: auto;
}
.g760 .grupnItemData {
	width: 538px;
}
.grupnFicha .foto{
	float: left;
	margin: 0 10px 0 20px;
}
.grupnFichaData{
	float: right;
	width: 310px;
    margin:0 23px 15px 0;
}
.grupnFicha .expires{
	color: #347f96;
	float: right;
	width: 240px;
	margin-left: 10px
}
.grupnFicha .expires span{
	display: block;
	font-size: 12px;
	padding: 3px;
	font-weight: bold;
}
.grupnFicha .expires em{
	float: left;
	color: #fff;
	margin: 1px;
	background: url(../img/productos/bgExpiresEm.gif);
	padding: 10px 0;
	font-style:normal;
	text-align:center;
	font-weight: bold;
	height:13px;
	width: 47px;
}
.grupnFicha .expires small{
	float: left;
	margin: 1px;
	padding: 4px 0;
	font-style:normal;
	text-align:center;
	font-size:11px;
	width: 47px;
}
.grupnFicha h2{
	color: #347f96;
	font-size: 34px;
}
.grupnFicha h4{
	background-color: #defcdd;
	color: #11650d;
	font-size: 20px;
	padding: 5px;
	text-align: center;
	text-transform: uppercase;
}
.grupnFicha p{
	font-size: 12px;
	padding: 10px
}
.grupnFicha h5{
	font-size: 16px;
	padding: 5px;
	text-align: center;
	text-transform: uppercase;
	margin-top: 1px
}
.grupnFicha .active{
	background:url(../img/productos/grupnActive.png) no-repeat 8px center #defcdd;
	color: #11650d;
	padding-left: 15px
}
.grupnFicha .inactive{
	background-color: #fce8e8;
	color: #dd2121;
}
.grupnFicha h3{
	background: url(../img/productos/bgGrupnPrice.gif) repeat-x #a36327;
	text-align: right;
	color: #fff;
	font-size: 13px;
	font-weight:normal;
	padding: 5px 15px 5px;
	margin-top: 1px
}
.grupnFicha h3 strong{
	font-size: 24px;
	font-weight: bold
}
.grupnFicha h6{
	background-color: #c7e6ef;
	text-align: right;
	font-size: 10px;
	font-weight:normal;
	padding: 4px 15px 4px;
	margin-top: 1px
}
.grupnFicha h6 strong{
	font-size: 13px;
	font-weight: bold
}
.grupnFicha .btnProdOrder{
	font-size: 17px;
	height: 30px;
	margin:15px 25px 0 0
}
.grupnBuy {
	border-collapse: collapse;
	margin:10px 0 0 25px;
	width: 920px
}
.grupnBuy th{
	background-color:#347f96;
	border: #347f96 1px solid;
	color: #fff;
	padding: 6px
}
.grupnBuy td{
	border: #347f96 1px solid;
	padding: 6px
}
.grupnBuy .total td{
	background-color: #c2ebfe
}
.grupnTerms {
	padding: 15px 20px;
}
.grupnTerms p{
	padding: 5px 10px;
}
.grupnTerms ol{
	padding: 5px 10px;
	list-style: inside decimal;
}
.colorHow {
	color: #bd1e1e !important
}
#cont .colorHow:hover {
	color: #f50000 !important
}
