* {
	padding:0;
	margin:0;
}
body {
	background:#f0f0f0 url(../img/bgMain.gif) repeat-x top;
	font:normal 12px Arial, Helvetica, sans-serif;
}
a {
	text-decoration:none;
	outline:none;
	color:#333;
}
a span {
	cursor:pointer;
}
img {
	border:none;
	vertical-align:middle;
}
a:hover {
	text-decoration:underline;
}
.on a {
	text-decoration:none;
	cursor:default
}
a:focus{ outline:none;}
ol, ul {
	list-style-position:inside;
}
.floatFix { 
	clear:both;
    height:0;
    font-size: 0px;
    line-height: 0px;
	overflow:hidden
}
.fltL {
	float:left;
	display:inline
}
.fltR {
	float:right;
	display:inline	
}
.fltC {
	display:inline-block	
}
fieldset {
	padding:5px 7px;
	border:#fff solid 1px;
	text-transform:uppercase;
}
input, textarea {
	padding:5px 8px;
	font-weight:bold;
	border:#ccc solid 1px;
	background:url(../img/bgInput.gif) bottom repeat-x;
}
textarea {
	min-height:138px;
}
legend {
	padding:2px 5px;
	font-weight:bold;
	font-size:10px;
	color:#523f38;
}
.formError {
	color: #FF0000; font-weight:bold; display:none;
}
.fieldsetError{
	background:#FFFFCC;
	border-color:#990000 !important;
	color:#990000;
}
.fieldsetError legend{
	color:#990000 !important;
}
.fieldsetError input, .fieldsetError select{
	background:url(../img/bgInputError.gif) repeat-x #fff;
	border-color:#CC0000;
	color:#990000;
}

.btnComun { background:url(../img/bgBtnComun.png) no-repeat top left; text-decoration:none; color:#333333; text-transform:uppercase; font:bold 11px Arial, Helvetica, sans-serif;  }
.btnComun span { display:inline-block; margin-left:2px; height:22px; padding:8px 8px 0 6px; background:url(../img/bgBtnComun.png) no-repeat top right;}
.btnComun span img{ margin:-3px 5px 0 0; }
.btnComun:hover { background-position:bottom left; color:#000000; text-decoration:none !important }
.btnComun:hover span { background-position:bottom right; }
/*/////////ESTRUCTURA///////*/
#main{ margin-top:-400px;}
/*TOP*/
#bgTop{ 
	height:400px;
	background:url(../img/bgMain.png) repeat-x;
}
#top {
	height:186px;
	width:980px;
	margin:0 auto;
	background:url(../img/bgTop.png) bottom no-repeat;
}
#top h1{
	float:left;
	width:350px;
	height:95px;
	margin-left:15px;
	margin-bottom:8px;
	display:block;
}
#top h1 span{
	display:none
}
.topLinks{ height:38px; padding-top:5px; margin:0 auto;}
.topLinks a{ color:#333; background:url(../img/btnTopLinks.png); width:92px; height:16px; padding-top:4px; font-weight:900; font-size:10px; display:block; float:right; text-align:center; text-transform:uppercase; text-decoration:none; margin-left:8px;}
.topLinks a:hover{ color:#FFF;}
.topUsuario strong {
	padding:2px 10px
}
.menuLang {
	width:100px;
	float:right; margin-top:11px;
}
.menuLang a{
	float:left; margin-left:7px
}
.menuLang span{
	display:none
}
.btnEs { width:21px; height:16px; background:url(../img/btnEs.gif) }
.btnPt { width:21px; height:16px; background:url(../img/btnPt.gif) }
.btnEn { width:21px; height:16px; background:url(../img/btnEn.gif) }
.btnEs:hover { background:url(../img/btnEs.gif) bottom !important }
.btnPt:hover { background:url(../img/btnPt.gif) bottom !important }
.btnEn:hover { background:url(../img/btnEn.gif) bottom !important }
.topBuscar  {
	float:right;
	display:inline;
	width:288px;
	height:28px;
	margin-right:15px;
}
.topBuscar input {
	width:225px; height:16px; padding:7px 14px; border:0; float:left;
	background:url(../img/bgInputBuscar.gif); color:#333;
}
.btnBuscar{
	float:left;
	width:35px; height:30px; background:url(../img/btnBuscar.png);
}
.btnBuscar span{
	display:none
}
/*MENU*/
#menu {
	width:980px;
	height:37px;
	overflow:hidden;
	float:left;
	border-bottom:1px solid #CCC;
	background:url(../img/bgMenu.gif) repeat-x;
}
#menu ul{
	list-style:none;
	padding:0 15px
}
#menu li{
	float:left
}
#menu ul a{
	display:inline-block;
	padding:10px 12px 10px 12px;
	border-right:#eaeaea solid 2px;
	color:#939393;
	font:bold 16px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	outline:none;
	background:url(../img/bgMenuOn.png) repeat-x;
}
#menu a:hover, #menu .on a, #menu .on{
	color:#FFFFFF !important;
	cursor:pointer !important;
	text-decoration:none;
}
#menu li:last-child a{
	border-right:none;
}
/*SUBMENU*/
.subMenuW {
	position:absolute;
	width:308px;
	margin-left:-95px;
	z-index:30;
	background:url(../img/alpha80.png);
	padding:0 !important;
}
.subMenuW ul{
	position:absolute;
	width:308px;
	z-index:31;
	padding:0 !important;
	margin:0 0 0 300px;
}
.subMenuW li{
	float:none !important; 
}
.subMenuW .btnCerrarS{
	position:absolute; 
	margin:-7px 0 0 300px; z-index:5; 
}
.subMenuW .icon{
	position:absolute; margin:7px 0 0 -7px; z-index:5
}
#menu .subMenuW a{
	display:block;
	float:none;
	margin:0 !important;
	border-right:#000000 solid 2px !important;
	border-left:#000000 solid 2px !important;  
	border-top:#000000 solid 1px; 
	border-bottom:#000000 solid 1px; 
	width:300px;
	padding:0px !important;
	background-image:url(../img/alpha80.png) !important;
	background-repeat:repeat !important;
	color:#000000 !important;
	font-size:14px
}
.subMenuW a span{
	display:block;
	padding:4px 10px !important;
}
#menu .subMenuW a:hover, #menu .subMenuW .on {
	background-image:url(../img/bgMenuOn.png) !important;
	color:#fff !important;
}
.off { opacity:.4 }
.subMenuImg {
	opacity:.7 }
.subMenuImg:hover, #menu .subMenuW .on .subMenuImg {
	opacity:1  }
.subMenuPadre a{
	font-size:20px !important;
}
/*/////////PRINCIPAL///////*/
#principal {
	margin:0 auto;
	width:970px;
	background:#fff;
	padding:10px 5px;
}
#cont {
	margin:0 auto;
}
/*/////////NAVEGADOR///////*/
.nav {
	clear:left;
	margin:5px 3px 0px 3px;
	text-align:center;
	padding:4px;
	height:18px;
} 
.nav a, .nav strong, .nav span {
	font-size: 11px;
	text-decoration:none;
	color:#bfbfbf;
	border: #bfbfbf solid 1px;
	padding: 2px 5px;
	margin-right: 1px;
	font-weight:bold;
}
.nav a:hover {
	color: #fff !important;
	background-color:#bfbfbf;
}
.nav strong {
	color: #fff;
	background-color:#bfbfbf;
}
.nav span {
	color:#999999  !important;
	border:solid 1px #999999  !important;
}
/*/////////CONTACTO///////*/
.contactoForm {
	float:right;
	width:600px;
	border-left:#fff solid 1px;
	margin:15px 0;
	padding:5px 0 5px 17px
}
.contactoFormDer {
	float:left;
	width:270px;
	margin-left:10px;
	display:inline;	
}
.contactoFormIzq {
	float:left;
	width:270px;
}
.contactoDatos {
	float:left;
	width:250px;
	color:#000;
	padding:15px 25px 15px 25px;
	text-align:left;
}
.contactoForm input{
	width:220px	
}
.contactoForm select{
	text-transform:none;
	width:240px;
	margin-bottom:4px
}

/*/////////REGISTRO///////*/
.registroForm {
	float:right;
	width:600px;
	border-left:#fff solid 1px;
	margin:15px 0;
	padding:5px 0 5px 17px
}
.registroFormDer {
	float:left;
	width:270px;
	margin-left:10px;
	display:inline;	
}
.registroFormIzq {
	float:left;
	width:270px;
}
.registroDatos {
	float:left;
	width:250px;
	color:#000;
	padding:15px 25px 15px 25px;
	text-align:left;
}
.registroForm input{
	width:220px	
}
.registroForm select{
	text-transform:none;
	width:240px;
	margin-bottom:4px
}
.registroForm .checkForm input{
	width:auto	
}
/*/////////LOGIN///////*/
.loginForm {
	width:300px;
	border:#CCC solid 1px;
	margin:15px auto;
	padding-bottom:8px;
	text-align:center
}
.loginForm h4{
	background-color:#CCC;
	font-size:15px;
	margin-bottom:10px;
	padding:10px
}
.loginFormCont a{
	margin-left:3px;
	font-size:11px;
	color:#F00
}
.loginFormCont .btnComun{
	color:#090
}
/*/////////TOOLTIP///////*/
.ToolTipMsg{
	font:normal 10px Arial, Helvetica, sans-serif;
	border:1px solid #cccca2;
	color:#000000;
	background-color:#feffd2;
	padding:2px;
}
.ToolTipMsgNormal{
	font:normal 11px Arial, Helvetica, sans-serif;
	border:1px solid #cccca2;
	color:#000000;
	background-color:#feffd2;
	padding:2px 3px;
	text-align:left;
}
/*///////////PIE///////*/
#pie {
	height:140px;
	width:980px;
	margin:10px auto 0;
	border-top:#CCC solid 1px;
	background:#d9d9d9 url(../img/bgFoot.gif) repeat-x;
}
#pieCont {
	color:#666666;
	width:960px;
	margin:0 auto;
}
.pieMenu {
	float:right;
	padding-top:16px;
	display:inline;
	width:700px;
	text-align:right
}
#pieCont a{
	color:#666666;
	font-size:12px;
	font-weight:bold;
	padding:2px 6px;
}
#pieCont a:hover{
	color:#666;
	color:#FFF;
	text-decoration:none !important;
}
.logoPie{
	width:250px;
	height:65px; 
	float:left;
	display:inline;
	margin-top:15px;
}
.pieDatos{
	float:left;
	display:inline;
	width:800px;
	color:#523f38;
}
.pieDatos strong{
	font-size:16px; padding-top:12px;
}
.pieDatos a:hover{
	color:#333 !important;
	text-decoration:underline;
	background:none !important;
}
.loginLogo {
	width:60px;
	height:20px;
	float:right;
	display:inline;
	margin-top:26px;
	background:url(../img/logoLogin.gif) no-repeat;
}
.loginLogo:hover{
	background:url(../img/logoLoginOn.gif) no-repeat !important;
}
.loginLogo span{ display:none; }
/*/////////POPUPS///////*/
.loaderGeneral{
	position:absolute;
	text-align:center;
	font-weight:bold;
	visbility:hidden;
	font-size:16px;
	top:-5000px;
	left:0px;
	z-index:1001;
	color:#FFFFFF;
}
.loaderCuadroProductoConsulta{
	display:none;
}
.popBg {
	background-color:#000;
	position:absolute;
	z-index:10;
	top:0px;
	left:0px;
	width:100%;
	display:none;
}
.popLayA {
	position:absolute;
	top:-1000px;
	left:0;
	z-index:100;
}
.popBg430 {
	padding:14px 5px;
	width:430px;
	background-color:#FFF
}
.popBg520 {
	padding:14px 5px;
	width:520px;
	background-color:#FFF
}
.popBg700 {
	padding:14px 5px;
	width:700px;
	background-color:#FFF
}
.popTit {
	color:#333333;
	font-size:18px;
	font-weight:bold;
	margin:0 14px 8px 14px;
	padding:4px 0 10px 0;
}
.popCont {
	clear:both;
	margin:5px 15px 15px 15px;
}
.popCol {
	float:left;
	width:240px
}
.popCont fieldset{
	border:#EEEEEE solid 1px;
	padding:3px 0 5px 0;
	margin:0 3px 3px 0;
	text-align:center;
	overflow:hidden;
	width:230px;
	float:left;
	display:inline;
}
.popCont legend{
	font-weight:bold
}

.popCont input{
	width:200px;
}
.popCont select{
	width:200px;
	margin-bottom:4px;
}
.textarea{
	padding:5px 8px !important;
}
.textarea textarea{
	width:432px !important;
}
.btnCerrar {
	width:26px; height:26px;
	padding:0;
	margin:-12px -12px 0 0;
	background:url(../img/btnCerrarPop.png) top;
}
.btnCerrar span{
	display:none
}
.btnCerrar:hover {
	background-position:bottom
}
/*/////////WIDGETS/////*/
/*---------------WIDGET SUB MENU SECCION---------------*/
.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 15px;
	height:24px;
	color:#999999;
	text-decoration:none;
	text-transform:uppercase;
	text-align:center;
	background:url(../img/bgSeccionSubMenuSibOff.gif) top right no-repeat;
}
.seccionSubMenuSib a:hover {
	
}
.seccionSubMenuSib .on{
	margin-left:4px
}
.seccionSubMenuSib .on a{
	margin:0;
	color:#FFF;
	padding:7px 22px 0 16px;
	height:30px;
	font:normal 20px "Trebuchet MS", Arial, Helvetica, sans-serif;
	background:url(../img/bgSeccionSubMenuSibOn.gif) right 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:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	background:url(../img/btnSeccionSubMenuChild.gif) bottom left;
	text-decoration:none;
	text-align:center
}
.seccionSubMenuChild li a span { 
	display:inline-block; 
	margin-left:4px; 
	padding:6px 10px 0 6px;
	height:20px;
	background:url(../img/btnSeccionSubMenuChild.gif) bottom right;}

.seccionSubMenuChild li a:hover{
	color:#000;
	background:url(../img/btnSeccionSubMenuChildOn.gif) bottom left;}

.seccionSubMenuChild li a:hover span{
	background:url(../img/btnSeccionSubMenuChildOn.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 CATEGORIAS---------------*/
.wdCategoriasLat {
	background-color:#fff;
	margin-bottom:25px;
}
.wdCategoriasLat ul{
	list-style:none;
	margin:0 8px;
}
.wdCategoriasLat li{
	margin-bottom:2px;
	display:inline;
}
.wdCategoriasLat li a{
	display:block;
	padding:7px 0 7px 10px;
	border-bottom:1px solid #ccc;
	text-transform:uppercase;
	font-weight:bold;
	font-size:14px;
	color:#666;
}
.wdCategoriasLat li a span{ width:15px; height:15px; float:left; background: url(../img/widgets/bgLi.gif);}
.wdCategoriasLat .on a, .wdCategoriasLat a:hover{
	text-decoration:none!important;
	color:#000;
}
.wdCategoriasLat .on{
	color:#000;
}
.wdCategoriasLat li ul{
	margin:0 0 0 18px;
	overflow:hidden
}
.wdCategoriasLat li ul li a{
	color:#444;
	padding-left:15px;
	font-size:10px;
}
.wdCategoriasLat li ul li a:hover{
	color:#000;
}
.wdCategoriasLat li ul .on {
	padding-left:0;
}
.wdCategoriasLatBot {
	clear:both;
	height:12px;
	overflow:hidden;
}
.g230 .wdCategoriasLatBot { background-image:url(../img/widgets/wdCategoriasLatBot230.gif) } 
.g310 .wdCategoriasLatBot { background-image:url(../img/widgets/wdCategoriasLatBot310.gif) } 


/*---------------WIDGET PRODUCTOS GENERAL---------------*/

.wdProductosGeneral .productosItem {
	float:left;
	width:212px;	
	background-color:#fff;
	border:#CCCCCC solid 1px;
	margin:0 4px 9px 4px;
	display:inline;
	cursor:pointer;
	padding:10px;
	height:305px;
}
.g630 .wdProductosGeneral .productosItem {
	width:180px;
	height:285px;
}
.wdProductosGeneral .productosItem:hover {
	background:#f7f6ec;
	border:1px solid #999;
}
.wdProductosGeneral .productosItem:hover img{
	border:1px solid #E9E6C9 ;
}
.wdProductosGeneral .foto img{
	border:1px solid #FFF;
	width:210px;
	margin-bottom:5px;
}
.g630 .wdProductosGeneral .foto img{
	width:180px;
}
.wdProductosGeneral .categ{	
	font-size:12px;
	color:#0d5f8e;
	text-transform:uppercase;
}
.wdProductosGeneral .nombre{
	font-size:15px;
	font-weight:bold;
	color:#f18322;
	overflow:hidden;
	height:37px
}
.wdProductosGeneral .descrip{	
	text-align:left;
	height:45px;
	clear:left;
	margin-bottom:3px;
	overflow:hidden;
	width:100%;
}
.wdProductosGeneral .datos{	
	margin:2px;
	font-weight:bold;
	padding-left:5px
}
.wdProductosGeneral .datos img{	
	float:right;
	margin:-90px 0 0 0;
	position:relative;
	height:30px;
	max-width:75px;
	border:#999999 solid 1px;
}
.wdProductosGeneral .precio{	
	font-size:12px;
	text-align:right;
	font-weight:bold;
	float:right;
	padding:3px 5px; background:#CCC; 
	margin:5px 0
}
.wdProductosGeneral .btns{	
	display:inline-block;
	background: url(../img/productos/bgBotones.gif);
	padding:3px 10px 0 10px;
	height:17px;
	margin-left:27px;
	background:url(../img/productos/bgBotones.gif);
}
.g630 .wdProductosGeneral .btns{	
	margin-left:14px;
}
.wdProductosGeneral .btns a{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:900;
	color:#333;
	text-transform:uppercase;
}
/*BUSQUEDA*/
.solapasComun {
	padding:4px 14px;
}
.solapasComunCont{
	border-top:#ccc solid 1px;
	margin:0 14px;
	clear:left
}
.solapasComun li{
	float:left;
	margin-left:8px;
	list-style:none
}
.solapasComun a {
	display:block;
	position:relative;
	text-decoration:none;	
	color:#999999;	
	border:#ccc solid 1px;
	background-color:#F9F9F9;
	border-bottom:none;
	padding:6px 14px;
	text-align:center;
	font-size:14px;
}
.solapasComun a:hover{
	background-color:#FFFFFF;
	color:#333333
}
.solapasComun .on a {
	margin-bottom:-1px;
	padding-bottom:7px;
	color:#333333;
	background-color:#FFFFFF;
}
.busquedaItem {
	margin:5px 10px;
	padding:5px;
	border-bottom:#F4F4F4 solid 1px
}
.busquedaItem img{
	float:left; margin:5px 10px
}
.busquedaItem h5{
	font-size:12px;
	padding-top:5px
}
.busquedaItem h4{
	font-size:21px;
}
.busquedaItem a{
	text-decoration:none
}
.busquedaItem .descripcion {
	padding:3px
}
.busquedaItem .datos {
	padding:3px
}
.busquedaLink {
	font-size:12px
}
.busquedaItem {
	margin:5px 10px;
	padding:5px;
	border-bottom:#F4F4F4 solid 1px
}
.busquedaItem img{
	float:left; margin:5px 10px
}
.busquedaItem h5{
	font-size:12px;
	padding-top:5px
}
.busquedaItem h4{
	font-size:21px;
}
.busquedaItem a{
	text-decoration:none
}
.busquedaItem .descripcion {
	padding:3px
}
.busquedaItem .datos {
	padding:3px;
	float:right;
	color:#999999;
	font-weight:bold
}
.busquedaItem .datos img{
	float:none; margin:0
}
.busquedaLink {
	font-size:12px;
	color:#069
}
.busquedaItemDes {
	margin:5px 10px;
	padding:5px;
	border:#FFFF99 solid 1px;
	background-color:#FEFFF0
}
.busquedaItemDes img{
	float:left; margin:5px 10px
}
.busquedaItemDes h5{
	font-size:14px;
	padding-top:5px
}
.busquedaItemDes h4{
	font-size:22px;
}
.busquedaItemDes a{
	text-decoration:none
}
.busquedaItemDes .descripcion {
	padding:3px
}
.busquedaItemDes .datos {
	padding:3px
}
.busquedaResumen h6{
	font-size:15px;
	border-bottom:#CCCCCC solid 1px;
	margin:10px 16px 6px 16px;
}
.busquedaResumen p{
	font-size:13px;
	padding:3px 20px;
	margin-bottom:6px
}
.busquedaResumen p a{
	font-size:10px;
}
.busquedaMensaje {
	font-size:14px;
	text-align:center;
	padding:25px
}
.busquedaLogo {
	width:50px;
	float:left;
	
}

.busquedaInfo p{
	float:left;
	margin-left:10px
	
}
.blockerListaProducto{
	position:absolute;
	display:none;
	background-color:#FFFFFF;
}
.loaderListaProducto{
	position:absolute;
	display:none;
	text-align:center;
}

.wdProductosListaTabla {
	clear:both;
	padding:10px;	
}
.wdProductosListaTabla table{
	border-collapse:collapse;
	width:100%;
	border:#CCC solid 1px;
}
.wdProductosListaTabla th{
	background-color:#999;
	border-right:#fff solid 1px;
	color:#FFF;
	font-size:13px;
	padding:5px;
	text-align:center
}
.wdProductosListaTabla td{
	font-size:11px;
	padding:4px;
	vertical-align:middle;
	border-bottom:#CCC solid 1px;
	border-right:#CCC solid 1px
}
.wdProductosListaTablatdOn td{
	background-color: #FFFFCC !important;
}
.wdProductosListaTablatdSobreOn{
	background-color: #FFFFCC !important;
}