/* ESTILOS GENERALES */

*{
	margin:0;
}

html, body{
	height:100%;
}

a:link, a:active, a:visited{
	text-decoration:none;
	color:#da3e03;
}

a:hover{
	color:#da3e03;
	text-decoration:underline;
}

fieldset{
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-ms-border-radius:4px;
}

legend{
	color:#da3e03;
}

input[type=text], input[type=password], input[type=url], input[type=email], input.text, textarea{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:3px !important;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-ms-border-radius:4px;
}

input[type=radio], input[type=checkbox]{
	cursor:pointer;
}

select{
	border-color:#bbb;
}

.separador{
	clear:both;
	height:4px;
}

.separador_grande{
	clear:both;
	height:10px;
}

.separa-contenido{
	height:1px;
	border-top:1px dashed #ddd;
	clear:both;
}

.fboton{
	padding:3px 8px;
	border:1px solid #666;
	background:#da3e03;
	color:#fff;
	cursor:pointer;
	text-align:center;
	margin:5px;
	font-weight:bold;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-ms-border-radius:4px;
}

.fboton:active{
	color:#fff;
	background:#aaa;
	border:1px solid #222;
}

#usuarios-ie{
	width:80%;
	margin:5px auto;
	font-size:14px;
	background-color:#fef5be;
	color:#545454;
	border:2px solid #fdd425;
	margin-top:-7px;
	padding:10px;
}

#usuarios-ie h2{
	font-size:18px;
}

.sboton{
	padding:0;
	cursor:pointer;
	margin:-5px 0 0;
	vertical-align:middle;
}

.masinfo{
	color:#da3e03 !important;
	font-size:12px;
	margin-left:15px;
	font-weight:bold;
}

.ferror{
	color:#ff0000 !important;
	font-weight:bold;
}

input.ferror, textarea.ferror{
	border:1px solid #ff0000 !important;
}

.centrado{
	text-align:center !important;
}

.derecha{
	text-align:right !important;
}

/* CONTENIDOS */

#contenedor{
	width:100%;
	min-height:100%;
	height:auto !important;
	height:100%;
	margin:0 auto -28px;
	float:none;
	background:#fff url('../img/fondo_contenedor.jpg') repeat left top;
}

#contenido{
	display:block;
	width:980px;
	margin:0 auto;
	float:none;
	background:#fff !important;
	padding-top:20px;
}

.push{
	height:28px;
	clear:both;
}

/* CABECERA */

#cabecera{
	width:100%;
	height:208px;
	margin:0 auto;
	/*background:transparent url('../img/fondo.jpg') top left repeat-x;*/
	background:transparent url('../img/fondo_contenedor.jpg') top left repeat-x;
}

#cabecera a{
	color:#222;
	text-decoration:none;
}

#cabecera a:hover{
	color:#222;
	text-decoration:underline;
}

#cabecera .banner{
	/*width:1137px;*/
	width:980px;
	height:213px;
	margin:auto;
	background:transparent url('../img/cabecera.jpg') center top no-repeat;
}

#cabecera .banner .logo{
	float:left;
	width:296px;
	height:128px;
	display:block;
	/*margin-left:118px;*/
	margin-left:36px;
	cursor:pointer;
}

#cabecera .banner .sesion{
	float:right;
	text-align:right;
	padding-top:15px;
	/*padding-right:100px;*/
	padding-right:22px;
	font-weight:bold;
}

#cabecera .banner .sesion a{
	margin:0 4px;
}

#cabecera .banner .sesion a:hover{
	color:#da3e03;
}

#cabecera .banner .ftext{
	width:150px;
}

#cabecera .banner .cesta{
	font-size:12px;
	margin-bottom:10px;
}

#cabecera .banner .cesta a{
	padding-left:20px;
	background:url('../img/cesta.png') left bottom no-repeat;
	height:16px;
	line-height:16px;
	letter-spacing:1px;
}

#cabecera .banner .idiomas{
	width:50%;
	padding-top:53px;
	/*padding-right:100px;*/
	padding-right:22px;
	float:right;
	text-align:right;
	font-weight:bold;
	letter-spacing:1px;
}

#cabecera .banner .spanish{
	padding-left:22px;
	background:#fff url('../img/es.png') 3px center no-repeat;
}

#cabecera .banner .english{
	padding-left:22px;
	background:#fff url('../img/gb.png') 3px center no-repeat;
}

#cabecera .banner .portugues{
	padding-left:22px;
	background:#fff url('../img/pt.png') 3px center no-repeat;
}

#cabecera .banner .francais{
	padding-left:22px;
	background:#fff url('../img/fr.png') 3px center no-repeat;
}

#cabecera .banner .menu{
	/*width:92%;*/
	width:99%;
	float:left;
	text-align:right;
	margin-top:3px;
	margin-left:3px;
	font-weight:bold;
	letter-spacing:1px;
	font-size:12px;
	height:30px;
	line-height:30px;
}

#cabecera .banner .login{
	font-size:12px;
	/*margin-left:100px;*/
	margin-left:21px;
	float:left;
}

#cabecera .banner .login a{
	margin:0 5px;
}

#cabecera .banner .menu a{
	margin:0 5px;
}

#cabecera .banner .menu a:hover{
	text-decoration:none;
	color:#da3e03;
}

/* PIE */

#pie{
	width:100%;
	height:28px;
	background:#febf70;
	float:left;
}

#pie .copyright{
	width:600px;
	margin:auto;
	padding-top:7px;
	text-align:center;
	font-size:12px;
	font-weight:bold;
	color:#222;
}

#pie a{
	color:#222;
	text-decoration:none;
	margin:0 10px;
}

#pie a:hover{
	color:#da3e03;
	text-decoration:none;
}

#pie .copyright .buzon{
	background:transparent url('../img/email.png') no-repeat left top;
	padding-left:20px;
}

/* ZONAS */

#zona-izq{
	width:285px;
	min-height:300px;
	float:left;
	display:block;
	margin-bottom:10px;
	text-align:justify;
}

#zona-dch{
	width:670px;
	min-height:300px;
	float:left;
	display:block;
	margin-left:10px;
	margin-bottom:10px;
}

#zona-dch .titulo-contenido{
	font-size:18px !important;
	color:#da3e03 !important;
	font-weight:bold;
	text-align:left;
	letter-spacing:1px;
	margin-bottom:3px;
}

/* BLOQUES */

.bloque{
	width:100%;
	float:left;
}

.bloque-izq{
	width:460px;
	float:left;
}

.bloque-dch{
	width:210px;
	float:right;
}

.bloque .titulo{
	font-size:18px !important;
	color:#da3e03 !important;
	font-weight:bold;
	text-align:left;
	letter-spacing:1px;
}

.bloque .texto{
	float:left;
	font-size:12px;
	text-align:justify;
}

.bloque .texto .imagen{
	width:210px;
	float:left;
	margin-right:5px;
	margin-bottom:5px;
}

/* CATEGORIAS */

.titulo-categorias{
	float:left;
	padding:0 0 5px 20px;
	font-size:20px;
	text-align:left;
	font-weight:normal;
}

.categorias{
	float:left;
	width:100%;
}

/* OFERTAS */

.ofertas{
	width:100%;
	float:left;
	margin-bottom:10px;
}

.ofertas .titulo-ofertas{
	float:left;
	font-size:22px;
	color:#da3e03;
	letter-spacing:1px;
	font-weight:bold;
	margin-bottom:5px;
}

.ofertas .listado-ofertas{
	width:150px;
	float:left;
	margin-right:15px;
}

.ofertas .listado-ofertas .imagen{
	width:150px;
	height:150px;
	float:left;
	margin-bottom:5px;
}

.ofertas .listado-ofertas .titulo{
	width:150px;
	font-size:12px;
	margin-bottom:3px;
	float:left;
	text-align:center;
	font-weight:bold;
}

.ofertas .listado-ofertas .precio{
	width:150px;
	color:#da3e03;
	font-size:14px;
	font-weight:bold;
	float:left;
	text-align:center;
}

.ofertas .listado-ofertas .precio-antes{
	width:150px;
	color:#222;
	font-size:12px;
	font-weight:bold;
	float:left;
	text-align:center;
	text-decoration:line-through;
}

.ofertas a{
	color:#333;
}

.ofertas a:hover{
	color:#da3e03;
}

/* NOVEDADES */

.novedades{
	width:100%;
	float:left;
	margin-bottom:10px;
}

.novedades .titulo-novedades{
	float:left;
	font-size:22px;
	color:#da3e03;
	letter-spacing:1px;
	font-weight:bold;
	margin-bottom:5px;
}

.novedades .listado-novedades{
	width:150px;
	float:left;
	margin-right:15px;
}

.novedades .listado-novedades .imagen{
	width:150px;
	height:150px;
	float:left;
	margin-bottom:5px;
}

.novedades .listado-novedades .titulo{
	width:150px;
	font-size:12px;
	margin-bottom:3px;
	float:left;
	text-align:center;
	font-weight:bold;
}

.novedades .listado-novedades .precio{
	width:150px;
	color:#da3e03;
	font-size:14px;
	font-weight:bold;
	float:left;
	text-align:center;
}

.novedades .listado-novedades .precio-antes{
	width:150px;
	color:#222;
	font-size:12px;
	font-weight:bold;
	float:left;
	text-align:center;
	text-decoration:line-through;
}

.novedades a{
	color:#333;
}

.novedades a:hover{
	color:#da3e03;
}

/* NOTICIAS DESTACADAS */

.destacados{
	width:100%;
	float:left;
}

.destacados .titulo-destacados{
	float:left;
	font-size:22px;
	color:#da3e03;
	letter-spacing:1px;
	font-weight:bold;
	margin-bottom:5px;
}

.destacados .listado-destacados{
	width:100%;
	float:left;
	margin-bottom:10px;
}

.destacados .listado-destacados .fecha{
	margin-bottom:3px;
	color:#da3e03;
	font-size:12px;
	font-weight:bold;
	margin-right:10px;
}

.destacados .listado-destacados .titulo{
	font-size:13px;
	margin-bottom:3px;
	text-align:left;
	font-weight:bold;
}

.destacados .listado-destacados .resumen{
	width:100%;
	font-size:12px;
	margin-bottom:5px;
	float:left;
	text-align:left;
}

.destacados .listado-destacados a{
	color:#333;
}

.destacados .listado-destacados a:hover{
	color:#da3e03;
	text-decoration:underline;
}

.destacados .masnoticias{
	font-size:13px;
	font-weight:bold;
	color:#da3e03;
	background:transparent url('../img/item.png') left top no-repeat;
	padding-left:20px;
}

/* PRODUCTOS */

.productos{
	width:100%;
	float:left;
}

.productos .titulo-productos{
	float:left;
	color:#da3e03;
	font-size:16px;
	font-weight:bold;
	margin-bottom:5px;
}

.productos .titulo-productos span{
	color:#999;
}

.productos .subtitulo{
	width:100%;
	font-size:13px;
	color:#da3e03;
	font-weight:bold;
	margin:5px 0;
	text-align:left;
}

.productos .listado-productos{
	width:300px;
	float:left;
	margin:5px;
	padding:5px;
	border:1px solid #ddd;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-ms-border-radius:4px;
}

.productos .listado-productos .imagen{
	width:105px;
	height:105px;
	float:left;
	margin-right:5px;
	background-color:#fff;
}

.productos .listado-productos .texto{
	width:180px;
	float:right;
	padding:3px;
}

.productos .listado-productos .texto .titulo{
	float:left;
	color:#da3e03;
	font-size:12px;
	font-weight:bold;
	margin-bottom:3px;
	padding:0;
}

.productos .listado-productos .texto .referencia{
	float:left;
	font-weight:bold;
	margin-bottom:3px;
	color:#222;
	font-size:11px;
}

.productos .listado-productos .texto .precio{
	float:left;
	font-weight:bold;
	color:#da3e03;
	font-size:14px;
}

.productos .listado-productos .texto .precio span.antes{
	font-size:12px;
	color:#333;
	text-decoration:line-through;
}

.productos a{
	color:#222;
}

.productos a:hover{
	color:#da3e03;
}

/* NOTICIAS */

.noticias{
	width:100%;
	float:left;
}

.noticias a{
	color:#222;
}

.noticias a:hover{
	color:#da3e03;
}

.noticias .titulo-noticias{
	float:left;
	color:#da3e03;
	font-size:18px;
	font-weight:bold;
	letter-spacing:1px;
	margin-bottom:3px;
}

.noticias .listado-noticias{
	float:left;
	margin-bottom:2px;
}

.noticias .listado-noticias .texto{
	width:100%;
	float:left;
	padding:3px;
}

.noticias .listado-noticias .texto .titulo{
	font-size:13px;
	font-weight:bold;
	margin-bottom:2px;
}

.noticias .listado-noticias .texto .fecha{
	font-weight:bold;
	margin-bottom:2px;
	color:#da3e03;
	font-size:12px;
}

/* INFO PRODUCTOS */

.infoproducto{
	width:100%;
	float:left;
	margin-bottom:10px;
}

.infoproducto .titulo{
	font-size:16px;
	color:#da3e03;
	font-weight:bold;
	text-align:left;
	letter-spacing:1px;
}

.infoproducto .imagen{
	width:250px;
	float:left;
}

.infoproducto .texto{
	width:400px;
	float:right;
	font-size:12px;
	text-align:justify;
}

.infoproducto .texto .ruta{
	font-size:13px;
	color:#999;
	font-weight:bold;
}

.infoproducto .texto .referencia{
	font-size:13px;
	font-weight:bold;
}

.infoproducto .texto .precio{
	font-size:14px;
	color:#da3e03;
	font-weight:bold;
}

.infoproducto .texto .precio span.antes{
	font-size:12px;
	color:#333;
	text-decoration:line-through;
}

.infoproducto .texto .impuestos{
	font-size:12px;
}

.infoproducto .texto .stock{
	font-size:12px;
	font-weight:bold;
}

.infoproducto .texto .stock .disponible{
	color:#da3e03;
	font-weight:normal;
}

.infoproducto .texto .stock .agotado{
	color:#8B0000;
	font-weight:normal;
}

.infoproducto .anadir{
	width:100%;
	margin:5px 0;
	font-size:12px;
}

.infoproducto .anadir .ftext{
	width:30px;
	text-align:center;
}

.infoproducto a{
	color:#da3e03;
	font-weight:bold;
}

/* INFO NOTICIAS */

.infonoticia{
	width:100%;
	float:left;
	margin-bottom:10px;
}

.infonoticia .titulo{
	font-size:12px;
	font-weight:bold;
	text-align:left;
	margin-bottom:3px;
}

.infonoticia .texto{
	float:left;
	font-size:12px;
	text-align:justify;
}

.infonoticia .fecha{
	margin-bottom:3px;
	color:#da3e03;
	font-size:12px;
	font-weight:bold;
	margin-right:10px;
}

/* MULTIMEDIA */

.fotoportada{
	width:140px;
	height:140px;
	/*border:1px solid #c3d72d;*/
	border:1px solid #fff;
	padding:2px;
	float:left;
}

.fotoportada:hover{
	border:1px solid #c3d72d;
}

.fotoinfo{
	width:250px;
	/*min-height:190px;*/
	/*border:1px solid #c3d72d;*/
	border:1px solid #fff;
	padding:2px;
	float:right;
	margin-left:10px;
	margin-bottom:10px;
}

.mininew{
	width:70px;
	height:70px;
	border:1px solid #ddd;
	padding:3px;
	float:left;
	margin:5px 10px 5px 0;
}

.mininew:hover{
	border:1px solid #717070;
}

.thumbs{
	float:left;
	width:100px;
	height:100px;
	/*border:1px solid #c3d72d;*/
	padding:2px;
	margin-right:5px;
	margin-bottom:5px;
}

.archivos div.fichero{
	margin-left:10px;
	float:left;
}

.archivos div.fichero a{
	font-size:12px;
	display:block;
	color:#da3e03;
	text-decoration:none;
	min-height:25px;
	padding-left:30px;
	cursor:pointer;
	margin-top:5px;
	font-weight:bold;
}

.archivos div.fichero a:hover{
	color:#da3e03;
	text-decoration:underline;
}

.pdf{
	background:url('../ficheros/imagenes/mimetypes/pdf_mini.gif') no-repeat left;
}

.rar{
	background:url('../ficheros/imagenes/mimetypes/rar_mini.png') no-repeat left;
}

.doc, .docx{
	background:url('../ficheros/imagenes/mimetypes/doc_mini.png') no-repeat left;
}

.zip{
	background:url('../ficheros/imagenes/mimetypes/zip_mini.png') no-repeat left;
}

.xls, .xlsx{
	background:url('../ficheros/imagenes/mimetypes/xls_mini.gif') no-repeat left;
}

.ftxt{
	background:url('../ficheros/imagenes/mimetypes/txt_mini.gif') no-repeat left;
}

.ppt, .pptx, .pps, .ppsx{
	background:url('../ficheros/imagenes/mimetypes/ppt_mini.gif') no-repeat left;
}

.exe{
	background:url('../ficheros/imagenes/mimetypes/exe_mini.png') no-repeat left;
}

.titulo-asociado{
	font-size:13px;
	font-weight:bold;
	text-align:left;
	margin:5px 0;
}

.enlaces a{
	color:#da3e03;
	text-decoration:none;
}

.enlaces a:hover{
	color:#da3e03;
	text-decoration:underline;
}

.enlaces ul{
	list-style:square;
	font-size:12px;
	margin-left:10px;
	font-weight:bold;
}

.enlaces li{
	margin-bottom:10px;
}

/* FORMULARIO */

#contacto{
	margin:auto;
	width:100%;
	float:left;
}

#contacto .etiqueta{
	width:150px;
	float:left;
	margin:1px auto;
	font-size:12px;
	text-align:right;
	padding-right:5px;
	padding-top:5px;
	font-weight:bold;
}

#contacto .texto{
	width:450px;
	margin:1px auto;
	font-size:12px;
	text-align:left;
	float:left;
	vertical-align:top;
}

#contacto .texto .ftext{
	width:420px;
}

#contacto .texto .txtcaptcha{
	width:50px;
	margin-left:10px;
	vertical-align:top;
	margin-top:2px;
}

#contacto .texto .ftextarea{
	width:420px;
	height:120px;
}

.titulo-contacto{
	font-size:15px;
	color:#da3e03;
	font-weight:bold;
	padding:1px;
	border-bottom:1px dashed #da3e03;
	letter-spacing:1px;
}

/* PAGINADO */

.paginado{
	width:100%;
	font-size:12px;
	margin:auto;
	padding-top:5px;
	text-align:center;
	margin-top:20px;
}

.paginado a{
	padding:2px 6px;
	border:solid 1px #ccc;
	background-color:#fff;
	text-decoration:none;
	font-size:12px;
	color:#777;
	font-weight:bold;
	margin:0 3px;
}

.paginado a:visited{
	padding:2px 6px;
	border:solid 1px #ccc;
	background-color:#fff;
	text-decoration:none;
}

.paginado a:hover{
	color:#fff; 
	background-color:#da3e03; 
	border:solid 1px #da3e03;
	text-decoration:none;
}

.paginado .current{
	padding:2px 6px;
	border-color:#ccc;
	font-weight:bold;
	font-size:12px;
	vertical-align:top;
	background-color:#da3e03;
	color:#fff;
	border:solid 1px #da3e03;
	margin:0 3px;
}

.paginado .disabled{
	display:none;
}

.resultado{
	text-align:center;
	font-size:12px;
	color:#777;
	font-weight:bold;
	margin-top:5px;
}

/* CARRITO */

.carrito{
	width:675px;
	float:left;
}

.carrito .titulo{
	width:100%;
	font-size:15px;
	color:#da3e03;
	font-weight:bold;
	margin:5px auto;
	text-align:left;
	letter-spacing:1px;
	padding-bottom:5px;
}

.carrito .subtitulo{
	width:100%;
	font-size:13px;
	color:#da3e03;
	font-weight:bold;
	margin:5px auto;
	text-align:left;
	letter-spacing:1px;
	padding-bottom:5px;
}

.carrito .detalles{
	width:100%;
	float:left;
}

.carrito .detalles .listado{
	width:100%;
	margin:0;
	padding:0;
	border:1px solid #ccc;
	border-spacing:1px;
}

.carrito .detalles .listado thead th{
	text-align:center;
	background-color:#da3e03;
	color:#fff;
}

.carrito .detalles .listado tfoot th{
	border-top:1px solid #ccc;
}

.carrito .detalles .unidades{
	width:30px;
	text-align:center;
}

/* SESION */

.cuenta{
	width:675px;
	float:left;
}

.cuenta .titulo{
	font-size:15px;
	color:#da3e03;
	font-weight:bold;
	margin:5px 0;
	text-align:left;
	margin-bottom:5px;
}

.cuenta .subtitulo{
	font-size:13px;
	font-weight:bold;
	text-align:left;
	margin:5px 0;
	color:#da3e03;
}

.cuenta .etiqueta{
	width:180px;
	margin:5px 0;
	font-size:12px;
	text-align:right;
	padding-top:2px;
	padding-right:5px;
	float:left;
	font-weight:bold;
}

.cuenta .texto{
	width:460px;
	margin:5px 0;
	font-size:12px;
	text-align:left;
	float:left;
}

.cuenta .texto .ftext{
	width:350px;
	margin:0;
}

.cuenta .enlaces{
	margin-left:10px;
	margin-top:10px;
}

.cuenta .enlaces li{
	font-size:12px;
	font-weight:bold;
}

.cuenta .menusesion{
	font-size:12px;
	font-weight:bold;
	border-spacing:2px;
	width:100%;
}

.cuenta .menusesion a{
	display:block;
	padding:5px;
	text-decoration:none;
}

.cuenta .menusesion a:hover{
	text-decoration:none;
	color:#fff;
	background:#da3e03;
}

.cuenta .menusesion th{
	padding:0;
	border-bottom:1px solid #ccc;
	text-align:left;
}

.cuenta .menusesion img{
	border:none;
	text-decoration:none;
	vertical-align:middle;
	margin-right:10px;
}

.cuenta .pedidos{
	width:100%;
	margin:0;
	border-spacing:1px;
}

.cuenta .pedidos thead th{
	padding:3px;
	text-align:center;
	font-size:12px;
	background:#da3e03;
	color:#fff;
}

.cuenta .pedidos tfoot th{
	padding:3px;
	border:1px solid #ccc;
}

.cuenta .pedidos td{
	padding:3px;
	text-align:left;
	font-size:12px;
	border:1px solid #ccc;
}

/* REGISTRO */

.registro{
	width:100%;
	float:left;
}

.registro .titulo{
	font-size:15px;
	color:#da3e03;
	font-weight:bold;
	margin:5px 0;
	text-align:left;
	margin-bottom:5px;
}

.registro .subtitulo{
	font-size:12px;
	color:#da3e03;
	font-weight:bold;
	text-align:left;
	letter-spacing:1px;
}

.registro .etiqueta{
	width:140px;
	float:left;
	margin:5px 10px 5px 0;
	font-size:12px;
	text-align:right;
	padding-top:2px;
	font-weight:bold;
}

.registro .texto{
	width:450px;
	margin:5px 0;
	font-size:12px;
	text-align:left;
	float:left;
	vertical-align:top;
}

.registro .texto .ftext{
	width:350px;
	margin:0;
}

.registro .texto .captcha{
	width:50px;
	margin-left:10px;
	vertical-align:top;
	margin-top:2px;
}

/* PEDIDOS */

.pedido{
	width:675px;
	float:left;
}

.pedido .titulo{
	width:100%;
	font-size:15px;
	color:#da3e03;
	font-weight:bold;
	margin:5px 0;
	text-align:left;
	letter-spacing:1px;
}

.pedido .subtitulo{
	width:100%;
	font-size:13px;
	color:#da3e03;
	font-weight:bold;
	margin:5px 0;
	text-align:left;
}

.pedido .etiqueta{
	width:120px;
	margin:3px 10px 3px 0;
	font-size:12px;
	text-align:right;
	float:left;
	font-weight:bold;
	padding-top:4px;
}

.pedido .texto{
	width:520px;
	margin:0;
	font-size:12px;
	text-align:left;
	float:left;
}

.pedido .texto .ftext{
	width:350px;
}

.pedido .pago{
	width:250px;
	margin:0 0 5px 35px;
	padding:5px;
	font-size:13px;
	text-align:left;
	padding-right:5px;
	float:left;
	font-weight:bold;
	border:1px solid #999;
}

.pedido .listado{
	width:100%;
	margin:0;
	padding:0;
	border-spacing:1px;
	border:1px solid #ccc;
}

.pedido .listado th{
	font-size:12px;
	font-weight:bold;
	padding:5px 10px 5px 5px;
	text-align:right;
	background-color:#da3e03;
	color:#fff;
	border-bottom:1px solid #ccc;
	width:120px;
}

.pedido .listado td{
	font-size:12px;
	padding:5px;
	text-align:left;
}

/* CONDICIONES */

.ventana{
	width:590px;
	float:left;
}

.ventana .titulo{
	width:100%;
	font-size:14px;
	color:#da3e03;
	font-weight:bold;
	margin-bottom:5px;
	text-align:left;
}

.ventana .texto{
	width:100%;
	font-size:12px;
	text-align:justify;
}

/* RECOMENDAR */

#recomendar{
	width:480px;
	float:left;
	padding:10px;
}

#recomendar .titulo{
	width:100%;
	font-size:12px;
	color:#da3e03;
	font-weight:bold;
	margin-bottom:5px;
	text-align:left;
	letter-spacing:1px;
	border-bottom:1px dashed #da3e03;
	padding-bottom:3px;
}

#recomendar .texto{
	width:100%;
	margin:0;
	font-size:11px;
	font-weight:bold;
	text-align:left;
	float:left;
}

#recomendar .ftext{
	width:450px;
	margin:0;
}

/* CATALOGO */

.catalogo{
	list-style:none;
	padding-left:0;
}

.catalogo li{
	margin:5px 0;
	font-weight:bold;
	font-size:14px;
	color:#da3e03;
}

.catalogo li span{
	text-decoration:underline;
}

.catalogo li ul{
	list-style:none;
}

.catalogo li ul li{
	padding:3px 0;
	border:none;
	font-weight:normal;
	font-style:italic;
	font-size:12px;
	color:#222;
}

/* PESTAÑAS */

ul.tabs{
	margin:0;
	padding:0;
	float:left;
	list-style:none;
	height:25px; /*--Define el ancho de las tabs--*/
	border-bottom:1px solid #999;
	border-left:1px solid #999;
	width:100%;
}

ul.tabs li{
	float:left;
	margin:0;
	padding:0;
	height:25px; /*--Sustrae 1px de la altura de la lista desordenada--*/
	line-height:25px; /*--Alineamiento vertical del texto dentro de la tabla--*/
	border:1px solid #999;
	border-left:none;
	margin-bottom:-1px; /*--Desplaza los item de la lista abajo 1px--*/
	overflow:hidden;
	position:relative;
	background:#E0E0E0;
}

ul.tabs li a{
	text-decoration:none;
	color:#222;
	display:block;
	font-size:12px;
	font-weight:bold;
	padding:0 10px;
	border:1px solid #fff;
	outline:none;
}

ul.tabs li a:hover{
	background:#ccc;
}

html ul.tabs li.active, html ul.tabs li.active a:hover{
	/*--Estate seguro de que a la tab activa no se le aplicarán estas propiedades hover--*/
	background:#fff;
	border-bottom:1px solid #fff; /*--Esto hace que la tab activa esté conectada con respecto a su contenido--*/
}

.tab_container{
	border:1px solid #999;
	border-top:none;
	overflow:hidden;
	clear:both;
	float:left;
	width:100%;
	background:#fff;
}

.tab_content{
	padding:10px;
	width:97%;
	float:right;
	font-size:12px;
	text-align:justify;
}

/* POPUP */

#backgroundPopup{
	display:none;
	position:fixed;
	_position:absolute; /* hack for internet explorer 6*/
	height:100%;
	width:100%;
	top:0;
	left:0;
	background:#000;
	border:1px solid #cecece;
	z-index:1;
}

#popupContact{
	display:none;
	position:fixed;
	_position:absolute; /* hack for internet explorer 6*/
	height:464px;
	width:483px;
	background:#fff;
	border:2px solid #cecece;
	z-index:2;
	padding:12px;
	font-size:13px;
}

#popupContact h1{
	text-align:left;
	color:#da3e03;
	font-size:21px;
	font-weight:bold;
	border-bottom:1px dotted #D3D3D3;
	padding-bottom:2px;
	margin-bottom:10px;
	letter-spacing:1px;
}
#popupContactClose{
	line-height:14px;
	right:6px;
	top:4px;
	position:absolute;
	color:#da3e03;
	font-weight:bold;
	display:block;
	cursor:pointer;
	text-decoration:none;
}

#popupContactClose:hover{
	text-decoration:underline;
}

/* BOTONES SKYPE */

.button{
	padding:4px 10px 3px 25px;
	border:solid 1px #8AB134;
	position:relative;
	cursor:pointer;
	display:inline-block;
	background-image:url( '../img/bkg.png' );
	background-repeat:repeat-x;
	font-size:11px;
	height:16px;
	text-decoration:none;
	color:#40740D;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-ms-border-radius:4px;
}

.button img{
	position:absolute;
	top:-4px;
	left:-12px;
	border:none;
}

.button:hover{
	color:#8AB134;
}

.anuncio{
	width:250px;
	float:left;
	display:block;
	margin-top:50px;
}

.anuncio img{
	width:250px;
}

/* Solicitud de presupuesto */

.solicitud{
	width:100%;
	border-top:1px solid #da3e03;
	border-left:1px solid #da3e03;
	border-right:1px solid #da3e03;
}

.solicitud tbody tr:nth-child(even) td,
.solicitud tbody tr.even td{
	background:#FEFDF5;
}

.solicitud thead th{
	background:#da3e03;
	color:#fff;
	text-align:center;
	padding:5px;
	font-size:13px;
	border-bottom:1px solid #da3e03;
}

.solicitud tbody td{
	border-bottom:1px solid #da3e03;
}

.solicitud select{
	width:50px;
	text-align:center;
}

.solicitud option{
	text-align:center;
}

.campos_solicitud .ftext{
	width:500px;
	font-size:12px;
}

.campos_solicitud .ftextarea{
	width:500px;
	height:100px;
	font-size:12px;
}

.solicitud .potencia{
	width:30px;
	text-align:center;
}

.solicitud .varios{
	width:200px;
}

/* SESION (MODAL) */

.sesion-modal{
	width:500px;
	float:left;
}

.sesion-modal .titulo{
	font-size:15px;
	color:#da3e03;
	font-weight:bold;
	margin:5px 0;
	text-align:left;
	margin-bottom:5px;
}

.sesion-modal .subtitulo{
	font-size:13px;
	font-weight:bold;
	text-align:left;
	margin:5px 0;
	color:#da3e03;
}

.sesion-modal .etiqueta{
	width:100px;
	margin:5px 0;
	font-size:12px;
	text-align:right;
	padding-top:2px;
	padding-right:5px;
	float:left;
	font-weight:bold;
	/*border:1px solid #333;*/
}

.sesion-modal .texto{
	width:350px;
	margin:5px 0;
	font-size:12px;
	text-align:left;
	float:left;
	/*border:1px solid #333;*/
}

.sesion-modal .texto .ftext{
	width:320px;
	margin:0;
}

.sesion-modal .enlaces{
	margin-left:10px;
	margin-top:10px;
}

.sesion-modal .enlaces li{
	font-size:12px;
	font-weight:bold;
}

.sesion-modal .menusesion{
	font-size:12px;
	font-weight:bold;
	border-spacing:2px;
	width:100%;
}

.sesion-modal .menusesion a{
	display:block;
	padding:5px;
	text-decoration:none;
}

.sesion-modal .menusesion a:hover{
	text-decoration:none;
	color:#fff;
	background:#da3e03;
}

.sesion-modal .menusesion th{
	padding:0;
	border-bottom:1px solid #ccc;
	text-align:left;
}

.sesion-modal .menusesion img{
	border:none;
	text-decoration:none;
	vertical-align:middle;
	margin-right:10px;
}

.sesion-modal .pedidos{
	width:100%;
	margin:0;
	border-spacing:1px;
}

.sesion-modal .pedidos thead th{
	padding:3px;
	text-align:center;
	font-size:12px;
	background:#da3e03;
	color:#fff;
}

.sesion-modal .pedidos tfoot th{
	padding:3px;
	border:1px solid #ccc;
}

.sesion-modal .pedidos td{
	padding:3px;
	text-align:left;
	font-size:12px;
	border:1px solid #ccc;
}

/* REGISTRO (MODAL) */

.registro-modal{
	width:580px;
	float:left;
	padding:10px;
}

.registro-modal .titulo{
	font-size:15px;
	color:#da3e03;
	font-weight:bold;
	margin:5px 0;
	text-align:left;
	margin-bottom:5px;
}

.registro-modal .subtitulo{
	font-size:12px;
	color:#da3e03;
	font-weight:bold;
	text-align:left;
	letter-spacing:1px;
}

.registro-modal .etiqueta{
	width:150px;
	float:left;
	margin:5px 10px 5px 0;
	font-size:12px;
	text-align:right;
	padding-top:2px;
	font-weight:bold;
}

.registro-modal .texto{
	width:380px;
	margin:5px 0;
	font-size:12px;
	text-align:justify;
	float:left;
	vertical-align:top;
}

.registro-modal .texto .ftext{
	width:350px;
	margin:0;
}

.registro-modal .texto .captcha{
	width:50px;
	margin-left:10px;
	vertical-align:top;
	margin-top:2px;
}

/* Mensajes del login */

#msgbox, #contactobox{
	font-weight:bold;
	margin:0;
	padding:0;
}

.messagebox{
	color:#000;
}

.messageboxok{
	color:green;
}

.messageboxerror{
	color:#b22222;
}

.messageboxdesactivado{
	color:#708090;
}

/* BARRA CONTACTO FIJA */

.barra-contacto{
	position:fixed;
	right:0;
	bottom:0;
	width:200px;
	min-height:26px;
	line-height:26px;
	border:1px solid #da3e03;
	background:#da3e03;
	text-align:center;
	font-weight:bold;
	color:#fff;
	cursor:pointer;
}

.contactar{
	position:fixed;
	right:0;
	bottom:0;
	width:200px;
	/*height:230px;*/
	text-align:center;
	font-weight:bold;
	border:2px solid #da3e03;
	background:#fff;
	padding-bottom:10px;
}

.contactar table{
	width:200px;
	padding:5px;
	margin:0;
}

.contactar table td{
	padding:2px;
	margin:0;
	text-align:left;
	color:#222;
	vertical-align:top;
	font-weight:bold;
	font-size:11px;
}

.contactar .titulo-contactar{
	background:#da3e03;
	text-align:center;
	font-weight:bold;
	color:#fff;
	height:25px;
	line-height:25px;
}

.contactar .minimizar{
	float:right;
	width:25px;
	height:25px;
	padding-right:5px;
	background:#da3e03;
}

.contactar .minimizar a{
	display:block;
	width:25px;
	height:25px;
	background:#da3e03 url('../img/minimizar.png') center center no-repeat;
}

.contactar input[type=text]{
	width:180px;
	padding:0;
	margin:0;
}

.contactar textarea{
	width:180px;
	height:80px;
	padding:0;
	margin:0;
}

.contactar .fboton{
	font-size:11px;
	margin:0;
	background:#da3e03;
}

.contactar tr:nth-child(even) td,
.contactar tr.even td{
	background:#fff;
}

#contactobox{
	font-size:12px;
}

/**/

#menu{
	text-align:left;
	font-size:12px;
	width:270px;
	margin:0;
	padding:0;
}

#menu ul{
	font-size:13px;
	font-weight:bold;
	color:#222;
	list-style:none;
	margin:0;
	padding:0;
}

#menu ul li{
	background:#e4a962 url('../img/fondo_menu.jpg') repeat-y left center;
	color:#222;
	border-top:solid 1px #fff;
	border-bottom:solid 1px #fff;
}

#menu ul li.seleccionado{
	background:#e4a962;
}

#menu ul li a{
	display:block;
	text-decoration:none;
	padding:5px;
	position:relative;
	color:#222;
	background:transparent url('../img/flecha-dch.png') no-repeat 5px 10px;
	padding-left:20px;
	cursor:default;
}

#menu ul li:hover{
	position:relative;
	background-color:#e4a962;
}

#menu ul li a:hover, #menu ul li:hover a.nivel1{
	background-color:#e4a962;
	position:relative;
}

#menu ul li a.nivel1{
	display:block !important;
	display:none;
	position:relative;
	z-index:99;
}

#menu ul li ul{
	display:none;
	/*list-style:none !important;*/
}

#menu ul li ul li{
	background:#febf70;
}

#menu ul li a:hover ul, #menu ul li:hover ul{
	display:block;
	position:absolute;
	left:270px;
	top:-1px !important;
	top:-31px;
	background:#eaae65;
	border-left:1px solid #fff;
	z-index:99;
}

#menu ul li ul li a{
	width:285px;
	display:block;
	color:#222;
	cursor:pointer;
}

#menu ul li ul li a:hover{
	position:relative;
}

/* FIN */