@charset "ISO-8859-1";

@import "_library/reset.css";
@import "_library/forms.css";


/** layout **/
html, body {
	background-color: #ffffff;
	color: #444444;
	font-family: Lucida Sans Unicode, Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 1.2em;
}
body {
	overflow: auto;
	text-align: center;
}
.page {
	margin: 0 auto;
	padding: 10px 10px 0 10px;
	text-align: left;
	width: 780px;
}
* html .page {
	width: 800px;
}
.b { font-weight: bold; }
.i { font-style: italic; }
.u { text-decoration: underline; }
.print-only { display: none; }

/** generic **/
a, a:visited {
	color: #444444;
	font-size: 8pt;
	text-decoration: none;
}
a:hover, a:active {
	color: #3f903d;
}
a.swap, a.swap:visited {
	color: #3f903d;
}
a.swap:hover, a.swap:active {
	color: #444444;
	text-decoration:none;
}

.c8-all {
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}
.c4-all {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

/** header **/
.header {
	height: 50px;
	margin: 0 0 10px 10px;
	padding-left: 170px;
	position: relative;
}
.header .a-home {
	background: transparent url(../images/logoforlady.png) no-repeat 0 center;
	display: inline-block;
	height: 50px;
	left: 0;
	position: absolute;
	width: 145px;
}
.header2 {
	width: auto;
	height: 50px;
	position: relative;
}
.menu-hdr {
	bottom: 0;
	position: absolute;
	right: 0;
	text-align: right;
	width: 100%;
}
.menu-hdr ul {
	border: none;
}
.menu-hdr li {
	border: none;
	border-left: solid 1px #3f903d;
	display: inline;
	padding: 2px;
	padding-left: 8px;
	text-align:center;
}
.menu-hdr li.sin-borde {
	border-left: none;
}
.menu-hdr li.imagen {
	border-left: none;
	padding-left: 16px;
	padding-right: 16px;
}
.menu-hdr li a {
	background: #ffffff;
	display: inline;
	font-size: 8pt;
}

/** footer **/
.footer {
	border-top: solid 1px #3f903d;
	clear: both;
	color: #3f903d;
	font-size: 8pt;
	margin-top: 4px;
	position: relative;
	text-align: center;
	width: 100%;
}
a.private, a.private:visited {
	color: #757575;
	font-size: 8pt;
	position: absolute;
	right: 0;
	text-decoration: none;
	top: 0;
}
a.private:hover, a.private:active {
	color: #444444;
	text-decoration:none;
}

/** top band **/
.banda {
	background: transparent no-repeat right top;
	border-bottom: solid 1px #444444;
	border-top: solid 1px #444444;
	height: 179px;
	margin-bottom: 10px;
}
* html .banda { height: 181px; }

.menu-banda { float: left; }
.menu-banda ul {
	padding-left: 1em;
	width: 160px;
}
.menu-banda li { padding: 9px 0; }
.menu-banda li a {
	display: block;
	font: 9pt Arial;
	width: 100%;
}
.menu-banda li a.s11 { font:9pt Arial; }
.menu-banda li.linkgaleria { padding: 0; text-align:left;}
.menu-banda li.linkgaleria a {
	background: #ffffff url(../images/bannerdisena7.gif) no-repeat 0 0;
	height: 70px;
}
.menu-banda li.linkgaleria2 {
	background: #ffffff url(../images/logocreatucocinaPROX.jpg) no-repeat center 0;
	height: 55px;
	padding: 0;
}
.cocinas .menu-banda #cocinaslink,
.infotec .menu-banda #infoteclink,
.garantia .menu-banda #garantialink { color: #3f903d; }

/** content area **/
.content {
	background: #ffffff no-repeat left top;
	font: 8pt Lucida Sans Unicode, Verdana, Tahoma;
	margin-bottom: 10px;
	text-align: justify;
	position: relative;	
}
.content { /* minheight hack */
	height: auto !important;
	height: 350px;
	min-height: 350px;
}
.content .c { text-align:center; }
.content .b { font-weight:bold; }
.content .f { color: #3f903d;  font-weight: bold; }
.content .f0 { color: #3f903d;  }
.content p { padding-bottom: 1em; }

/** inicio **/
.inicio .banda { background-image: url(../images/bandainicio.jpg); }
.inicio .content div { padding-bottom: 1em; }
.inicio .content h1 { display: inline; }
.inicio #fondos { height: 320px; }
.inicio #fondos img { height: 337; width: 773px; }
.inicio #calidad {
	border: none;
	position: absolute;
	top: 148px;
	right: 0;
	width: 100%;
	z-index: 100;
}
.inicio #link-calidad {
	background: #ffffff;
	cursor: pointer;
	height: 136px;
	position: absolute;
	right: 2px;
	top: 0px;
	width: 260px;
	z-index: 100;
}

/** noticias **/
.noticias .banda { background-image: url(../images/bandanoticias.jpg); }
.noticias .content { height: 350px; }
.noticias .noticia {
	height: 105px;
	position: absolute;
	text-align: justify;
	width: 310px;
}
.noticias .noticia-header { font-weight: bold;  height: 15px; }
.noticias .noticia-content { height: 70px; overflow: hidden; }
.noticias .noticia-texto { padding: 6px 3px; }
.noticias .noticia-imagen { float: right; margin-left: 10px; }
.noticias .noticia-imagen img { border:0; width: 180px; }
.noticias .noticia-footer {
	bottom: 0;
	color: #3f903d;
	height: 20px;
	position: absolute;
	text-align: right;
	width: 100%;
}
.noticias .noticia-footer .over { cursor: pointer; font-weight: bold; }
.noticias #n1.noticia { left: 55px; top: 50px; }
.noticias #n2.noticia { left: 425px; top: 50px; }
.noticias #n3.noticia { left: 55px; top: 200px; }
.noticias #n4.noticia { left: 425px; top: 200px; }

/** puntos-venta **/
.puntos-venta .banda { background-image: url(../images/bandapuntosdeventa.jpg); }
.puntos-venta .content { background: url(../images/fondopuntosdeventa.jpg); }
.puntos-venta .lista-vertical { position: absolute; }
.puntos-venta .lista-vertical ul { padding-left: 1em; width: 75px; }
.puntos-venta .lista-vertical li { padding: .2em 0 0 0; }
* html .puntos-venta .lista-vertical li { padding: 0; }
.puntos-venta .lista-vertical li a {
	display: inline-block;
	font: 10pt Arial, Lucida Sans Unicode, Verdana, Tahoma;
}
.puntos-venta .lista-vertical li a.active { color: #3f903d; }
.puntos-venta .lista-paises { left: 0; top: 60px; }
.puntos-venta .lista-provincias {
	height: 224px;
	left: 90px;
	overflow: hidden;
	top: 60px;
	width: 90px;
}
.puntos-venta .lista-provincias ul { float:right; position: relative; }
.puntos-venta .lista-provincias .slider {
	height: 200px;
	left: 2px;
	position: absolute;
	top: 10px;
	width: 1px;
}
* html .puntos-venta .lista-provincias .slider { left: 4px; }
.puntos-venta .lista-provincias .slider .ui-slider-handle { left: -2px; width: 3px; }
* html .puntos-venta .lista-provincias .slider .ui-slider-handle {
	cursor: pointer;
	left: -3px;
	width: 6px;
}
.puntos-venta .lista-distribuidores { float:right; width: 565px; }
.puntos-venta .lista-distribuidores .mensaje {
	padding: 80px 30px 30px 30px;
	text-align: center;
}
.puntos-venta .lista-distribuidores .mensaje .direccion {
	font-weight:normal;
	margin:auto;
	padding-left:150px;
	text-align:left;
}
.puntos-venta .delegacion { margin: 20px 0 20px 150px; }
.puntos-venta .distribuidores-header {
	font-weight: bold;
	padding: 20px 0;
	text-align: center;
}
.puntos-venta .distribuidor { margin-bottom: 10px; width: 250px; }
.puntos-venta .distr-l {
	clear: left;
	float: left;
	margin-left: 5px;
}
.puntos-venta .distr-r { float: right; margin-right: 5px; }
.puntos-venta .distribuidor a.link {
	background: transparent url(../images/iconoweb.png) no-repeat right center;
	padding-right: 35px;
}

/** estilos **/
.estilos .banda { background-image: url(../images/bandaestilos.jpg); }
.e-joven .banda { background-position: right -179px; }
.e-clasico .banda { background-position: right -358px; }
.e-comodo .banda { background-position: right -537px; }
.e-practico .banda { background-position: right -716px; }
.estilos .menu-estilos { padding-bottom: 10px; width: 100%; }
.estilos .menu-estilos ul { border: none; }
.estilos .menu-estilos li {
	display: inline-block;
	padding: 2px;
	text-align:center;
	width: 180px;
}
* html .estilos .menu-estilos li { display: inline; width: 184px; }
.estilos .menu-estilos li a { display: inline; font-size: 9pt; }
.estilos .menu-estilos li a.selected { color: #3f903d }
.estilos .mensaje-estilos {
	font-weight: bold;
	text-align: center;
	padding-top: 110px;
}
.estilos .content p { padding-bottom:6px; }
.estilos .franja-inferior {
	background: transparent url(../images/franjas.jpg) no-repeat 0 90px;
	bottom:0px;
	height: 90px;
	position: absolute;
	width: 100%;
}
.e-joven .franja-inferior { background-position: 0 0; }
.e-clasico .franja-inferior { background-position: 0 -90px; }
.e-comodo .franja-inferior { background-position: 0 -180px; }
.e-practico .franja-inferior { background-position: 0 -270px; }

/** mantenimiento **/
.mantenimiento .banda { background-image: url(../images/bandamantenimiento.jpg); }
.mantenimiento .content div { padding-bottom: 1em; }
.mantenimiento .content ul { list-style-type: circle; padding-left: 1.5em; }

/** descargas **/
.descargas .banda { background-image: url(../images/bandadescargas.jpg); }
.descargas .content { background-image: url(../images/fondodescargas.jpg); }
.descargas .lista {
	right: 100px;
	position: absolute;
	top: 20px;
}
.descargas .lista ul { padding-left: 1em; width: 250px; }
.descargas .lista li { padding: 1em 0; }
.descargas .lista li a {
	display: inline-block;
	font: 9pt Lucida Sans Unicode, Arial;
	width: 180px;
}

/** contacto **/
.contacto .banda { background-image: url(../images/bandacontacto.jpg); }
.catalogo .content { background: url(../images/fondocatalogo.jpg) no-repeat center center; }
.contacto form {
	height: 350px;
	margin: 0px;
}
.contacto #form-privacidad {
	cursor: default;
	font: 10pt Tahoma;
	text-align: justify;
}
.contacto .link-privacidad {
	color: #888888;
	cursor: pointer;
	font: 7pt Tahoma;
	padding-top: .5em;
	text-align: center;
}
.contacto .w01 { width: 148px; }
* html .contacto .w01 { width: 150px; }
.contacto .w02 { width: 218px; }
* html .contacto .w02 { width: 220px; }
.contacto .w03 { width: 446px; }
* html .contacto .w03 { width: 450px; }
.contacto .w04 { width: 68px; }
* html .contacto .w04 { width: 70px; }
.contacto .w05 { width: 298px; }
* html .contacto .w05 { width: 300px; }
.contacto .w06 { width: 446px; height: 110px; }
* html .contacto .w06 { width: 450px; height: 118px; }
.contacto #resultado-mail {
	font: bold 10pt Lucida Sans Unicode, Verdana, Tahoma, Arial;
	height: 150px;
	margin: 0px;
	padding: 100px;
	text-align: center;
}
* html .contacto #resultado-mail { height: 350px; }

/** cocinas **/
.cocinas .menu-cocinas {
	float: right;
	padding-top: 4px;
	width: 500px;
}
.cocinas .menu-cocinas li {
	display: inline;
	float: left;
	padding: 5px;
	text-align:left;
	width: 110px;
}
* html .cocinas .menu-cocinas li { width: 120px; }
.cocinas .menu-cocinas li span { display:none; }
.cocinas .menu-cocinas li a {
	background: transparent;
	display: inline;
	font-size: 10pt;
}
.cocinas .menu-cocinas li a.selected { color: #3f903d }
.cocinas .menu-cocinas li a span { display:none; }
.cocinas .menu-cocinas .col {
	margin-top: 16px;
	padding: 5px;
	width: 90px;
}
* html .cocinas .menu-cocinas .col { width: 100px; }
.cocinas .menu-cocinas .col td {
	border-left: solid 1px #444444;
	padding: 5px 0 5px 10px;
}
.cocinas .menu-cocinas .col tbody.noborder td { border:none;}
.cocinas .menu-cocinas .col td a {
	background: transparent;
	display: inline;
	font-size: 10pt;
}
.cocinas .controles {
	background: #333333;
	color: #ffffff;
	font: 10pt Tahoma;
	padding: 6px 0;
	position: absolute;
	width: 100%;
	z-index: 10;
}
.cocinas .controles div { display:inline; padding: 0 4px; }
.cocinas .controles div.invisible { display:none; }
.cocinas .controles .modelo {float: left; padding-right: 20px; }
.cocinas .controles .gola { position:absolute; right:225px; }
.cocinas .controles .links {float: right; }
.cocinas .pager a,
.cocinas .controles a.lnk {
	background: #333333;
	color: #ffffff;
	cursor: pointer;
	font: 10pt Tahoma;
	padding: 0 10px;
	text-decoration: none;
}
.cocinas .pager a.activeSlide,
.cocinas .controles a.activeLnk,
.cocinas .controles a.lnk:hover { color: #009933; }
.cocinas .ciclo { position: absolute; }
.cocinas .ciclo img {
	border: 0;
	height: 345px;
	width: 780px;
}
.cocinas .texto-descripcion {
	cursor: default;
	position: relative;
	text-align: left;
}
.cocinas .texto-descripcion .barra {
	border: solid 1px #ffffff;
	cursor: move;
	height: 10px;
	padding: 2px 4px;
	width: auto;
}
* html .cocinas .texto-descripcion .barra { height: 14px; }
.cocinas .texto-descripcion .close {
	cursor: pointer;
	float: right;
	font: bold 10pt Arial;
	line-height: .5;
}
.cocinas .texto-descripcion h1 {
	font-weight: bold;
	padding: 4px 4px;
	text-align: left;
}
.cocinas .texto-descripcion p {
	padding: 0 4px;
	text-align: justify;
}

/** infotec **/
.infotec .banda { background-image: url(../images/bandainfotec.jpg); }
.infotec .content { background-image: url(../images/fondoinfotec.jpg); }

.infotec .menu-infotec {
	float: right;
	padding-top: 10px;
	width: 460px;
}
.infotec .menu-infotec li {
	display: inline;
	float: left;
	padding: 4px;
	text-align:left;
	width: 220px;
}
* html .infotec .menu-infotec li { width: 200px; }
.infotec .menu-infotec li a {
	background: transparent;
	display: inline;
	font-size: 10pt;
}
.infotec .menu-infotec li a.selected { color: #3f903d }
.infotec .paneles {
	height: 365px;
	margin-top:10px;
	overflow:hidden;
	position: relative;
	width:100%;
}
* html .infotec .paneles { height: 375px; }
.infotec .paneles ul {
	background: transparent;
	height: 340px;
	position: relative;
	width: 12000px;
}
.infotec .paneles ul li { float: left; }
.infotec .panel {
	float: left;
	margin-top: 10px;
	width: 780px;
}
.infotec .panel img {
	border: solid 1px #444444;
	margin: 0 5px 10px 0;
	padding: 3px;
}

/** garantia **/
.garantia .banda { background-image: url(../images/bandagarantia.jpg); }
.garantia .content { background-image: url(../images/fondogarantia.jpg); }
.garantia .menu-garantia {
	float: right;
	padding-top: 50px;
	width: 480px;
}
.garantia .menu-garantia li {
	display: inline;
	float: left;
	padding: 5px;
	text-align:left;
	width: 200px;
}
* html .garantia .menu-garantia li { width: 210px; }
.garantia .menu-garantia li a {
	background: transparent;
	display: inline;
	font-size: 10pt;
}
.garantia .menu-garantia li a.selected { color: #3f903d }
.garantia .panel ul { list-style-type: circle; padding: 1.5em; padding-top: 0; }
.garantia .panel table { font-size: 8pt;}

/** promocion content-promo **/
.promocion .content-promo {
	background: transparent no-repeat left top;
	height: auto !important;
	height: 350px;
	min-height: 350px;
	position: relative;
}

/** promorenueva **/
.promorenueva .banda { background-image: url(../images/bandaestilos.jpg); }
.promorenueva .content-promo {background-image: url(../images/renuevatucocina/fondopromocion.jpg); }

/** renuevatucocina **/
.renuevatucocina .banda { background-image: url(../images/bandaestilos.jpg); }
.renuevatucocina .content-promo { background-image: url(../images/renuevatucocina/fondorenuevatucocina.jpg); }
.renuevatucocina .content-renueva {
	background: transparent;
	bottom: 15px;
	color: #757575;
	padding: 2px;
	position: absolute;
	right: 40px;
	text-align: center;
	width: 300px;
}
.renuevatucocina .link-renueva {
	border: solid 1px #3f903d;
	padding: 6px 12px;
	position: relative;
}
.renuevatucocina .link-renueva span {
	color: #3f903d;
	font: bold 14pt Verdana;
}
.renuevatucocina .link-condiciones { color: #acacac; }
.renuevatucocina .tarjeta {
	height: 160px;
	position: relative;
	width: 490px;
}
.renuevatucocina .tarjeta .foto {
	left: 0;
	position: absolute;
	top: 0;
}
.renuevatucocina .tarjeta .number {
	bottom: 10px;
	color: #3f903d;
	font: bold 16px Lucida Sans Unicode, Verdana;
	right: 50px;
	text-align: right;
	position: absolute;
}
.renuevatucocina #print {
	background: #ffffff;
	border: solid 2px #3f902d;
	color: #3f903d;
	cursor: pointer;
	font: bold 10pt Tahoma, Lucida Sans Unicode;
	position: absolute;
	right: 20px;
	top: 20px;
}
.renuevatucocina table.tiendas {
	background: transparent;
	width: 100%;
}
.renuevatucocina table.tiendas td {
	background: transparent;
	font: 9pt Lucida Sans Unicode, Georgia, Arial, Verdana;
	line-height: 1.2em;
	padding: 6px 3px;
	vertical-align: top;
}
.renuevatucocina table.tiendas .provincia {
	color: #3f903d;
	font: bold 10pt Tahoma, Georgia, Lucida Sans Unicode;
}
.renuevatucocina table.tiendas .tienda { font-weight: bold; }

/** nuestrastiendas **/
.nuestras-tiendas .banda { background-image: url(../images/bandapuntosdeventa.jpg); }
.nuestras-tiendas .content { background: url(../images/fondopuntosdeventa.jpg) no-repeat left top; height: auto !important; }
.nuestras-tiendas table.tiendas {
	background: transparent;
	width: 100%;
}
.nuestras-tiendas table.tiendas td {
	background: transparent;
	font: 9pt Lucida Sans Unicode, Georgia, Arial, Verdana;
	line-height: 1.2em;
	padding: 6px 3px;
	vertical-align: top;
}
.nuestras-tiendas table.tiendas .provincia {
	color: #3f903d;
	font: bold 10pt Tahoma, Georgia, Lucida Sans Unicode;
}
.nuestras-tiendas table.tiendas .tienda { font-weight: bold; }






