html  { 
	height: 100%;
    width: 100%;
    padding: 0px;
    margin: 0px;
}

body  {
	/* azul cielo #c5d8ec; */ 
	background: url("../img/activo/1px_lateral.png") repeat-x 0px 0px rgb(197,216,236);
	margin: 0 auto;
	height: 100%;
    width: 100%;
    padding: 0px;
    margin: 0px;

}

#container {
/*
	position: relative;
	margin: 0 auto;
	width: 1047px;
	overflow:hidden;
	background: url("../img/activo/fondo1.jpg") no-repeat 5px 0px #fff;
	min-height: 1000px;
	height: auto !important;
	height:1000px;
*/
	overflow:hidden;
	position: relative;
	background: url("../img/activo/fondo1.jpg") no-repeat -15px 0px #fff;
	width: 1057px;
	margin: 0 auto;
	height: 100%;
    height: auto !important;
    min-height: 100%;
	margin-bottom: 0px;

}

/* LINKS */
a, a:active, a:visited {
	color: #000;
}

/* CABECERA */
#header { display: block; }
#header h1 { 
	width: 346px;
	height: 59px; 
	margin-left: 40px;
	margin-top: 10px;
	background: transparent url("../img/activo/logo1.gif") no-repeat top left;
}
#header h1 span { display: none; }

#header h2 { 
	width: 399px;
	height: 43px; 
	float: right;
	margin-right: 38px;
	background: transparent url("../img/activo/logo2.gif") no-repeat top left;
	clear: both;
}
#header h2 span { display: none; }
.ie6 #header h2 { margin-right: 20px; }

#login {
	position: absolute;
	width: 512px;
	height: 27px;
	
	top: 0px;
	right: 38px;
	margin-top: 10px;
	background: url("../img/activo/27px_horizontal.png") no-repeat 0 0 #fff;
}

#header span {
	position: absolute;
	right: 0px;
	top: 40px;
	margin-right: 38px;
}

#login ul { 
	list-style: none;
	padding: 0;
	margin: 0; 
	margin-left: 60px;
}

.ie6 #login ul { margin-left: 67px; } 
.ie7 #login ul { margin-left: 70px; } 

#login ul li { 
	font-family: Helvetica, serif;
	font-size: 12px;
	float: left;
	padding-right: 0px;
	padding-left: 25px;
}

#login ul li.last { padding-left: 10px; }
.ie6 #login ul li.last {  padding-left: 0px; margin-left:-30px;}
.ie7 #login ul li.last {  padding-left: 0px; margin-left:-30px;}

#login form label {
	float: left;
	padding-right: 10px;
	padding-top: 5px;
	font-weight: bold;
}

#login form input.t1 {
	width: 90px;
	height: 15px;
	font-size: 12px;
	border: 1px solid rgb(152,160,171);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-top: 3px;
	padding: 2px;
}
.ie6 #login form input { margin-top: 2px; }
.ie7 #login form input { margin-top: 2px; }

.no-borderradius #login form input.t1 { 
	border: 0; 
	background: url("../img/activo/input1.gif") no-repeat scroll 0 0 transparent;
}

#login form input.t2 { 
	margin-top: 4px;
	border: 0px;
	width: 54px;
	height: 18px;
	background: url("../img/activo/entrar.gif") no-repeat 0px 0px;
	font-family: Arial;
	font-size: 11px;
	cursor: pointer;
}
.ie6 #login form input.t2 ,
.ie7 #login form input.t2 { margin-top: 3px; }

#login form input.t2:hover 		{ background: url("../img/activo/entrar.gif") no-repeat 0px -18px; color: #fff;}
.ie6 #login form input.t2:hover 	{ background: url("../img/activo/entrar.gif") no-repeat 0px -18px; color: #fff;}
.ie7 #login form input.t2:hover 	{ background: url("../img/activo/entrar.gif") no-repeat 0px -18px; color: #fff;}

#quien {
	margin-top: 40px;
	margin-left: 40px;
}

/* MENU principal */
#nav {
	width: 480px;
	height: 36px;
	margin-left: 40px;
	margin-top: 10px;
	border-bottom: 4px solid rgb(77,96,116);
	/*
	-moz-border-radius: 15px 15px 0px 0px;
	-webkit-border-radius: 15px 15px 0px 0px;
	border-radius: 15px 15px 0px 0px;
	background-image: -moz-linear-gradient(
		top,
		#ebf4ff,
		#99acc0
	);
	background-image: -webkit-gradient(
		linear,
		left top, left bottom,
		from(#ebf4ff),
		to(#99acc0)
	);
	*/
	height: 33px;
	background: url("../img/activo/nav1.gif") no-repeat 0 0 transparent;
	overflow: hidden;
}
/*
.no-borderradius #nav {
	height: 33px;
	background: url("../img/activo/nav1.gif") no-repeat 0 0 transparent;
}
*/

#nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 525px;
	height: 36px;
	overflow: hidden;
}

#nav ul li {
	float: left;
}

#nav ul li a {
	display: block;
	width: 120px;
	font-size: 14px;
	font-family: Swatchit, Helvetica, serif;
    line-height: 36px;  
    text-align: center;  
    text-decoration: none;  
    color: #000; 
}
.ie6 #nav ul li a, 
.ie7 #nav ul li a { font-weight: bold; }

#nav ul li a.on { 
	background: url("../img/activo/nav1on.gif") no-repeat 0 0 transparent; 
	color: #fff;
	font-size: 18px;
}

#nav ul li a:hover {  
	color: #fff;
	background: url("../img/activo/nav1on.gif") no-repeat 0 0 transparent; 
}

.ie6 #nav ul li.selected a, 
.ie7 #nav ul li.selected a { font-weight: normal; }

/*otros botones */
#botones {
	float: right;
	margin-right: 0px;
	margin-top: -40px;
	width: 260px;
}

#botones ul { list-style: none; margin: 0; padding: 0 }
#botones ul li { 
	float: left;
	width: 109px;
	height: 29px;
	line-height: 29px;
	text-align: center;
	opacity: 1;
}

#botones ul li.b1 { background: url("../img/activo/boton1.gif") no-repeat 0px 0px; padding-left: 5px; }
#botones ul li.b2 { background: url("../img/activo/boton2.gif") no-repeat 0px 0px; padding-left: 15px; }
#botones ul li.b1:hover { background: url("../img/activo/boton1.gif") no-repeat 0px -29px; padding-left: 5px; color: #fff;}
#botones ul li.b2:hover { background: url("../img/activo/boton2.gif") no-repeat 0px -29px; padding-left: 15px; color: #fff;}

#botones ul li a, 
#botones ul li a:link { 
	font-family: Arial; 
	font-size: 12px; 
	text-decoration: none;
	display: block;
	cursor: pointer; 
}
#botones ul li a:hover { color: #fff; }

#donde {
	margin-left: 40px;
	margin-top: 10px;
	padding-bottom: 4px;
	border-bottom: 1px solid rgb(164,183,203);
	width: 978px;
	font-size: 16px;
	font-family: Arial, serif;
}


/*Contenido */
#main {
	width: 695px;
	margin-left: 40px;
	margin-bottom: 40px;
}


/* categorias productos ************/
#main2sup {
	width: 980px;
	height: 20px;
	margin-left: 40px;
	margin-top: 10px;
	overflow:hidden;
	background: url("../img/activo/main2sup.gif") no-repeat top left #fff;
}
#main2bottom {
	width: 980px;
	height: 20px;
	margin-left: 40px;
	overflow:hidden;
	background: url("../img/activo/main2bottom.gif") no-repeat top left #fff;
	margin-bottom: 40px;
}

#main2 {
	width: 980px;
	margin-top: -8px;
	margin-left: 40px;
	overflow:hidden;
	background: url("../img/activo/main2bg.gif") repeat-y top left #fff;
	min-height: 600px;
	padding: 15px 16px;
	font-family: arial,verdana,sans-serif;
    font-size: 69%;
    line-height: 1.1;
	
}

#main2 a {
    outline: 0 none;
    text-decoration: none;
}

#main2 a:hover { text-decoration: underline; }

#main2 .submenu  {
	background-image: none;
    padding: 2px 8px;
}
.submenu {
    /*background: url("../img/bg_submenu.png") no-repeat scroll 0 0 transparent;*/
    float: left;
    height: 396px;
    padding: 11px 15px;
    width: 228px;
}
.submenu h2 {
    margin: 0 0 15px;
}
.submenu ul {
    margin: 0 0 20px 35px;
	list-style: none outside none;
	padding: 0;
}
.submenu li {
    background: url("../img/activo/list.gif") no-repeat scroll 0 3px transparent;
    font-size: 1.6em;
    padding: 0 0 6px 16px;
}
.submenu li.on a {
    font-weight: bold;
}

.info {
    float: right;
	margin-right: 40px;
    position: relative;
    width: 671px;
}

.info ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}

.products li {
    background: url("../img/activo/bg_product.gif") no-repeat scroll 0 0 transparent;
    float: left;
    height: 430px;
    position: relative;
    width: 328px;
}
.products li h3 {
    font-size: 1.5em;
    left: 13px;
    position: absolute;
    top: 11px;
}
.products li h3 a {
	color: #000;
}
.products li .stock {
    color: #00A654;
    font-size: 1.4em;
    left: 13px;
    position: absolute;
    top: 30px;
}
.products li .price {
    color: #EB1331;
    font-size: 2.6em;
    font-weight: bold;
    position: absolute;
    right: 10px;
    top: 5px;
}
.products li .old-price {
    background: url("../img/activo/bg_old_price.gif") no-repeat scroll center center transparent;
    font-size: 1.5em;
    font-weight: bold;
    padding: 0 4px;
    position: absolute;
    right: 9px;
    top: 33px;
}
.products li .image {
    height: 320px !important;
    left: 10px;
    overflow: hidden;
    position: absolute;
    top: 60px;
    width: 310px !important;
}
.products li .image img {
    margin: 0 auto;
}
.products li li.comprar {
    bottom: 23px;
    position: absolute;
    right: 19px;
}
.products li li {
    background: url("../img/activo/ico_link.gif") no-repeat scroll 0 0 transparent;
    color: #FFFFFF;
    float: none;
    height: auto;
    padding: 0 0 0 15px;
    width: auto;
}

.products li li a, .products a{
    color: #FFFFFF;
    font-size: 1.2em;
    font-weight: bold;
}

.products li li.mas-info {
    bottom: 23px;
    left: 16px;
    position: absolute;
}

.products li.right {
    float: right;
}

/* detalle producto ************/

.detall {
    background: url("../img/activo/bg_detall.gif") no-repeat scroll 0 0 #F1F1F2;
}

.detall_footer {
	height: 15px;
	width: 672px;
	background: url("../img/activo/bg_detall2.gif") no-repeat scroll 0 0 #fff;
	margin-top: -15px;
}

.detall .ahorro {
    color: #EB1331;
    font-size: 2.2em;
    font-weight: normal;
    padding: 16px 0 18px;
    text-align: center;
    text-transform: uppercase;
}

.detall ul.thumbnails {
    left: 15px;
    position: absolute;
    top: 58px;
}

.detall ul.thumbnails li {
    background: url("../img/activo/bg_thumbnails.gif") no-repeat scroll 0 0 transparent;
    height: 88px;
    margin: 0 0 11px;
    padding-top: 5px;
    width: 88px;
}

.detall ul.thumbnails li img {
    margin: 3px auto;
	display: block;
}

.detall .fitxa {
    padding: 0 43px 0 117px;
}

.detall .fitxa form {
    float: right;
    padding: 5px 0 0;
    width: 105px;
}

.detall .fitxa h3 {
    font-size: 1.6em;
    margin: 0 0 18px;
}

.detall .fitxa .stock {
    color: #00A654;
    font-size: 1.4em;
    margin: 0 0 46px;
}

.detall .fitxa .price {
    color: #EB1331;
    font-size: 2.6em;
    font-weight: bold;
    text-align: right;
}

.detall .fitxa .old-price {
    background: url("../img/activo/bg_old_price.gif") no-repeat scroll right center transparent;
    font-size: 1.9em;
    font-weight: bold;
    padding: 0;
    text-align: right;
}

.detall .fitxa .quantitat {
    font-size: 1.4em;
    margin: 37px 0 100px;
}

.detall .fitxa .submit input {
    background: url("../img/activo/bg_boto_submit.gif") no-repeat scroll 0 0 transparent;
    border: medium none;
    font-size: 1.4em;
    height: 29px;
    text-transform: uppercase;
    width: 109px;
}

.detall .fitxa .image {
    background: url("../img/activo/bg_imatge_detall.gif") no-repeat scroll 0 0 transparent;
    height: 385px;
    margin: 0 0 20px;
    position: relative;
    width: 388px;
}

.detall .fitxa .image div.inner1 {
    display: table;
    height: 385px;
    overflow: hidden;
    width: 388px;
}

.detall .fitxa .image div.inner2 {
    display: table-cell;
    padding: 3px;
    vertical-align: middle;
}

.detall .fitxa .image img {
    margin: 0 auto;
}

.detall .fitxa .image .lupa {
    background: url("../img/activo/ico_lupa.gif") no-repeat scroll 0 0 transparent;
    bottom: 10px;
    height: 22px;
    overflow: hidden;
    position: absolute;
    right: 10px;
    text-indent: -9999px;
    width: 22px;
}

.detall .fitxa .text {
    font-family: arial,verdana,sans-serif;
    font-size: 14px;
    line-height: 1.2;
    padding: 0 0 10px 10px;
    text-align: justify;
}

.detall .fitxa h4 {
    margin: 0;
	padding: 0;
	margin: 0 0 3px;
	display: block;
    font-size: 1em;
    font-weight: bold;
	position: inherit;
}

.detall .fitxa .text p {
    margin: 0 0 10px;
}


/**************/

#duracion {
	position: relative;
	top:10px;
	width: 100%;
	text-align: center;
	font-size: 16px;
	color: rgb(115,152,191);
}

/*
div's para tipos de pagina 
cuadro0 y cuadro0b => para tipo mensajes/ayuda
cuadro1 => home1
cuadro2a y cuadro2b => home2
cuadro3a, cuadro3b, cuadro3c => home3
*/
#cuadro0 {
	font-size: 14px;
	margin-top:10px;
	width: 686px;
	padding: 30px;
	padding-left: 50px;
	overflow:hidden;
	text-align: left;
	padding-bottom: 0px;
	line-height: 1.5;
	background: url("../img/activo/cuadro0bg.gif") repeat-y top left;
}
#cuadro0 strong { }
#cuadro0b {
	margin-top:10px;
	width: 950px;
	color: #666666;
	padding: 10px;
	overflow:hidden;
	text-align: left;
}

#cuadro0 p, #cuadro0b p { margin-bottom: 20px; }

#cuadro0sup {
	display:block;
	margin-left:-50px;
	margin-top:-30px;
	width: 766px;
	height: 20px;
	overflow:hidden;
	background: url("../img/activo/cuadro0sup.gif") no-repeat top left #fff;
}

#cuadro0bottom {
	display:block;
	margin-left:-50px;
	
	width: 766px;
	height: 20px;
	overflow:hidden;
	background: url("../img/activo/cuadro0bottom.gif") no-repeat top left #fff;
	
}

#cuadro1 {
	margin-top:20px;
	width: 693px;
	height: 595px;
	color: #666666;	
	background: url("../img/activo/cuadro1bg.gif") no-repeat;
	overflow:hidden;
	text-align: right;
	position: relative;
}

#cuadro1foto1 {
	position: absolute;
	left: 8px;
	top: 10px;
	width: 186px;
	height: 109px;
	overflow: hidden;
}

#cuadro1foto2 {
	position: absolute;
	left: 8px;
	top: 128px;
	width: 676px;
	height: 458px;
	overflow: hidden;
}

#cuadro2a, #cuadro2b {
	margin-top:20px;
	width: 693px;
	height: 293px;
	background: url("../img/activo/cuadro2bg.gif") no-repeat;
	overflow:hidden;
	position: relative;
}
#cuadro2b {margin-top:8px; }

.cuadro2foto1 {
	position: absolute;
	left: 100px;
	top: 100px;
	width: 186px;
	height: 109px;
	overflow: hidden;
}

.cuadro2titulo {
	position: absolute;
	left: 10px;
	top: 196px;
	width: 380px;
	font-size: 15px;
	color: #000;
	text-align: center;
}

.cuadro2link {
	position: absolute;
	left: 10px;
	top: 261px;
	width: 380px;
	color: #586470;
	text-align: center;
}
.cuadro2link a, .cuadro2link a:link, .cuadro2link a:visited {color: #586470; text-decoration: none; font-size: 13px;}
.cuadro2link a:hover { text-decoration: underline;}

.cuadro2foto2 {
	position: absolute;
	right: 0px;
	top: 94px;
	width: 220px;
	height: 240px;
	overflow: hidden;
}

#cuadro3a, #cuadro3b, #cuadro3c {
	margin-top:20px;
	width: 693px;
	height: 191px;
	background: url("../img/activo/cuadro3bg.gif") no-repeat;

	position: relative;
}
#cuadro3b, #cuadro3c {margin-top:8px; }

.cuadro3foto1 {
	position: absolute;
	left: 100px;
	top: 20px;
	width: 186px;
	height: 109px;
	overflow: hidden;
}

.cuadro3titulo {
	position: absolute;
	left: 10px;
	top: 110px;
	width: 380px;
	font-size: 14px;
	color: #000;
	text-align: center;
}

.cuadro3link {
	position: absolute;
	left: 10px;
	top: 160px;
	width: 380px;
	color: #586470;
	text-align: center;
}
.cuadro3link a, .cuadro3link a:link, .cuadro3link a:visited {color: #586470; text-decoration: none; font-size: 13px;}
.cuadro3link a:hover { text-decoration: underline;}

.cuadro3foto2 {
	position: absolute;
	right: -10px;
	top: -5px;
	width: 220px;
	height: 240px;
	overflow: hidden;
}

#cuadro1 h4 {
	position: relative;
	top: 45px;
	width: 100%;
	text-align: center;
	font-size: 18px;
	color: #000;
	margin-left: 25px;
	font-weight: normal;
}
#acceso { margin-top: 75px; margin-right: 40px; }
#acceso a {
	font-size: 12px;
	color: rgb(0,51,204);
	text-decoration: none;
}

#acceso a:hover { text-decoration: underline; }

#promo {
	position: absolute;
	right: 38px;
	top: 224px;
	width: 217px;
	height: 196px;
	overflow: hidden;
	background: url("../img/activo/cuadro1promo.jpg") no-repeat;
}

#promo2 {
	position: absolute;
	left: 80px;
	top: 870px;
	width: 217px;
	height: 196px;
	overflow: hidden;
	background: url("../img/activo/cuadro2promo.jpg") no-repeat;
}

/* pie de pagina */
#footer-push {
    height: 0px;
}

#footer {
/*	display: block;
	border-top: 1px solid #000;
	overflow: hidden;
	text-align: center;
	font-size: 14px;
	color: #000;
	line-height: 38px;  
	background-color: #fff;
	height: 38px;*/
	
	display: block;
	border-top: 1px solid #000;
	overflow: hidden;
	text-align: center;
	font-size: 14px;
	color: #000;
	line-height: 38px;  
	background-color: #fff;
	height: 38px;
	position: fixed;
	bottom: 0px;
	left:0px;
	width:100%;
}


#footer a { text-decoration: none; }
#footer a:hover { text-decoration: underline; }

/*rounded corners */
.cornerBox {
	position: relative;
	background-color: #eee;
	width: 100%;
	margin-top:10px;
}
.cornerBox2 {
	position: relative;
	background-color: #eee;
	width: 970px;
	margin-top:10px;
}
.corner {
	position: absolute;
	width: 10px;
	height: 10px;
	background: url('../img/activo/corners.gif') no-repeat;
	font-size: 0%;
}
.cornerBoxInner {
	padding: 10px;
}
.TL {
	top: 0;
	left: 0;
	background-position: 0 0;
}
.TR {
	top: 0;
	right: 0;
	background-position: -10px 0;
}
.BL {
	bottom: 0;
	left: 0;
	background-position: 0 -10px;
}
.BR {
	bottom: 0;
	right: 0;
	background-position: -10px -10px;
}
/*
* html div#main {
    overflow: visible;
}
*/

