@charset "utf-8";
/*-------Estructura---------*/
* {
	margin: 0px;
	padding: 0px;
}
html {
	background-image: url(../images/halftone_back.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
body {
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../images/body_bck.gif);
	background-repeat: repeat-x;
}
p {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 12px;
	line-height: 19px;
}
label {
	color: #F47000;
	line-height: 25px;
	font-size: 12px;
}
select {
	border: 1px solid #999999;
	color: #666666;
	font-size: 12px;
}
select option {
	margin-right: 2px;
	margin-left: 2px;
	padding-right: 2px;
	padding-left: 2px;
}
.input_txt {
	color: #666666;
	border: 1px solid #999999;
	font-size: 12px;
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;
}
.check {
	border:none;
	margin: 0px;
	padding: 0px;
}
.separador {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
}
.mensages {
	background-color: #FFFFFF;
	padding: 10px;
	font-size: 12px;
	line-height: 18px;
	color: #666666;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
.error {
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FF0000;
	border-right-color: #FF0000;
	border-bottom-color: #FF0000;
	border-left-color: #FF0000;
	padding: 10px;
	font-size: 12px;
	line-height: 18px;
}
.error strong {
	color: #FF0000;
}
.boton {
	background-color: #F77000;
	color: #FFFFFF;
	padding: 5px;
	.padding: 3px;
	cursor: pointer;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	font-size: 11px;
}
.all {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
.all .cabecera {
	height: 71px;
	background-image: url(../images/cabecera.jpg);
	background-repeat: no-repeat;
}
.all .cabecera .menu_uno {
	background-repeat: no-repeat;
	width: 200px;
	line-height: 11px;
	color: #CCCCCC;
	margin-top: 10px;
	margin-left: 800px;
	position: absolute;
}
.all .cabecera .menu_uno a {
	font-size: 11px;
	color: #666666;
	text-decoration: none;
	margin-left: 25px;
	line-height: 50px;
	padding-top: 50px;
	background-position: center 30px;
	background-repeat: no-repeat;
}
.all .cabecera .menu_uno .home {
	background-image: url(../images/home.gif);	
}
.all .cabecera .menu_uno .home:hover {
	background-image: url(../images/home_hover.gif);
	color: #F47000;
}
.all .cabecera .menu_uno .contact {
	background-image: url(../images/contacto.gif);	
}
.all .cabecera .menu_uno .contact:hover {
	background-image: url(../images/contacto_hover.gif);
	color: #F47000;
}
.all .cabecera .menu_uno .ayuda {
	background-image: url(../images/faq.gif);	
}
.all .cabecera .menu_uno .ayuda:hover {
	background-image: url(../images/faq_hover.gif);
	color: #F47000;
}
.all .contenido {
	background-image: url(../images/back_contenido.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 20px;
	width: 560px;
	_width: 557px;
	float: left;
}
.contenido  h2  {
	color: #666666;
	font-size: 1em;
	padding-top: 3px;
	padding-bottom: 3px;
	display: block;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	text-transform: uppercase;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
.contenido  h1 {
	font-size: 16px;
	color: #686868;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	margin-bottom: 10px;
	padding-bottom: 5px;
}
.all .left {
	background-color: #FFFFFF;
	width: 180px;
	float: left;
	padding: 10px;
}
.all .right {
	background-color: #FFFFFF;
	float: right;
	width: 180px;
	padding: 10px;
}
.all .menu {
	height: 35px;
	margin-bottom: 2px;
	color: #FFFFFF;
	font-size: 13px;
	text-align: center;
}
.all .menu a {
	color: #EEEEEE;
	text-decoration: none;
	padding-right: 2%;
	padding-left: 2%;
	padding-top: 7px;
	padding-bottom: 7px;
	line-height: 35px;
	font-size: 1em;
	font-weight: bold;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
}
.all .menu a:hover {
	background-image: url(../images/menu_marcador.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	color: #FFFFFF;
}
.all .left ul {
	list-style-type: none;
}
.all .left .categorias {
	margin-bottom: 10px;
}
.all .left .categorias a {
	color: #373737;
	font-size: 11px;
	text-decoration: none;
	margin-left: 2px;
	margin-right: 7px;
	padding-top: 3px;
	padding-bottom: 3px;
	height: 20px;
	display: block;
	line-height: 20px;
	padding-right: 5px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
.all .left .categorias a:hover {
	color: #F47000;
	background-color: #f0f0f0;
}
.all .left ul.grupos {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}
.all .left ul.grupos a {
	color: #868686;
	text-decoration: none;
	display: block;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	line-height: 18px;
	margin: 0px;
	height: 20px;
}
.all .left ul.grupos a:hover {
	color: #F47000;
}
.all .left h3, .all .right h3 {
	color: #F47000;
	font-size: 14px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.all .left .btn_buscar {
	vertical-align: middle;
}
.all .left .txt_buscar {
	background-color: #f6f6f6;
	font-size: 14px;
}
.all .left h4, .all .right h4 {
	background-image: url(../images/menu_lateral_titulo.gif);
	background-repeat: no-repeat;
	color: #FFFFFF;
	font-size: 12px;
	padding-left: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
}
.all .right label {
	color: #666666;
	font-size: 11px;
	padding-bottom: 10px;
}
.all .right a.logueo {
	color: #F47000;
	font-size: 11px;
}
.all .right .acciones {
	background-image: url(../images/fondo_acciones.gif);
	background-repeat: no-repeat;
	background-position: center 3px;
}
.all .right .acciones td {
	padding-top: 4px;
	padding-bottom: 4px;
}
.all .right .acciones a {
	text-decoration: none;
}
.all .right .acciones a:hover {
	text-decoration: underline;
}
.all .right .txt_buscar {
	background-color: #f6f6f6;
	font-size: 14px;
	margin-top: 3px;
	margin-bottom: 3px;
}
.all .right .carrito {
	margin-top: 15px;
	background-color: #f4f4f4;
	color: #666666;
}
.all .right .carrito h1 {
	background-image: url(../images/head_carrito.jpg);
	background-repeat: no-repeat;
	height: 30px;
	width: 175px;
	font-size: 12px;
	color: #666666;
	font-weight: normal;
	text-align: right;
	line-height: 30px;
	display: block;
	padding-right: 5px;
	margin: 0px;
}
.all .right .carrito .tabla {
	font-size: 11px;
	margin-left: 7px;
	width: 92%;
}
.all .right .carrito .tabla th {
	color: #BCBCBC;
	padding-top: 5px;
	padding-bottom: 5px;
}
.all .right .carrito .tabla td {
	padding-top: 4px;
	padding-bottom: 4px;
	background-image: url(../images/separador_carrito.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.all .right .carrito .tabla a {
	color: #666666;
	text-decoration: none;
	font-size: 10px;
}
.all .right .carrito .tabla a:hover {
	text-decoration: underline;
}
.all .right .carrito .foot {
	background-image: url(../images/pie_carrito.jpg);
	height: 30px;
	background-repeat: repeat-x;
	line-height: 30px;
	padding-right: 5px;
	padding-left: 5px;
}
.all .right .carrito .foot a {
	font-size: 10px;
	color: #626262;
}
.all .right .carrito .foot a.edita {
	padding-left: 16px;
	margin-right: 60px;
}
.all .right .phone {
	background-image: url(../images/phone.jpg);
	height: 58px;
	width: 180px;
	font-size: 10px;
	clear: both;
	margin-top: 10px;
	margin-bottom: 10px;
}
.all .right .phone a {
	color: #F77E15;
	margin-top: 30px;
	display: block;
	margin-left: 52px;
	position: absolute;
}
.all .right .sponsor {
	border: 1px solid #CCCCCC;
	width: 179px;
	overflow: hidden;
	margin-bottom: 3px;
}
.all .right .usu_logueado {
	font-size: 11px;
	color: #666666;
	padding: 10px;
	float: left;
	clear: both;
	width: 160px;
}
.all .right  .menu_usu {
	margin-top: 10px;
	float: left;
	width: 80px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E2E2E2;
	padding-top: 5px;
}
.all .right .usu_logueado a {
	color: #F47000;
	font-size: 10px;
	line-height: 21px;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.all .right .usu_logueado a.linka {
	background-image:url(../images/usu_pedido.gif)
}
.all .right .usu_logueado a.linkb {
	background-image:url(../images/usu_presupuesto.gif)
}
.all .right .usu_logueado a.linkc {
	background-image:url(../images/usu_perfil.gif)
}
.all .right .usu_logueado a.linkd {
	background-image:url(../images/usu_close.gif)
}
.all .right .usu_logueado a.linke {
	background-image:url(../images/pdf.gif)
}
.all .right .usu_logueado a:hover {
	text-decoration: underline;
}
/*.all .right h3 {
font-size: 11px;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #666666;
}*/
.pie {
	height: 94px;
	background-image: url(../images/pie_bck.jpg);
	background-repeat: repeat-x;
	clear: both;
}
.pie .flotante {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
.pie  .flotante  .pieright {
	float: right;
	width: 300px;
	font-size: 11px;
	text-align: right;
	color: #5a5a5a;
	margin-top: 25px;
	margin-right: 10px;
}
.pie  .flotante  .pieright  a {
	color: #5a5a5a;
	line-height: 33px;
}
.pie  .flotante  .pieright  a:hover {
	color: #FFFFFF;
}
.pie  .flotante  .pieleft {
	float: left;
	width: 447px;
	background-image: url(../images/pie_nube.gif);
	background-repeat: no-repeat;
	color: #FFFFFF;
	font-size: 12px;
	padding-top: 10px;
	margin-top: 15px;
	height: 60px;
	padding-left: 10px;
	padding-right: 10px;
	margin-left: 10px;
}
/*-----------fin estructura-----------------*/
/*-----------home---------------------------*/
.contenido .flash_uno {
	width: 270px;
	height: 142px;
	float: left;
	background-color: #000000;
	display: inline;
}
.contenido .flash_dos {
	height: 142px;
	width: 270px;
	float: right;
	background-color: #000000;
	display: inline;
}
.contenido .banners {
	height:145px;
}
.contenido .oferta {
	width: 270px;
	float: left;
	margin-right: 5px;
	_margin-right: 3px;
	margin-top: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
	_margin-left: 3px;
}
.contenido .oferta h2 {
	display: block;
	background-image: url(../images/pestana_oferta.gif);
	background-repeat: no-repeat;
	font-size: 14px;
	color: #f47000;
	height: 35px;
	line-height: 35px;
	padding-left: 10px;
	margin-bottom: 3px;
}
.contenido  a {
	color: #F47000;
	font-size: 12px;
}
.all .contenido a.especial {
	background-image: url(../images/flecha_link_especial.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 12px;
	line-height: 17px;
}
.oferta .contOf {
	border: 1px solid #a4a4a4;
}
.oferta  .contOf  img.thumb {
	float: left;
	margin: 10px;
}
.oferta .contOf p {
	font-size: 11px;
	line-height: 16px;
	margin: 10px;
}
.oferta .contOf .accionOf {
	clear: both;
	text-align: right;
	margin-right: 10px;
	margin-left: 10px;
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #E6E6E6;
	height: 40px;
}
.oferta .contOf .accionOf .btn_of {
	float: left;
}
.oferta .contOf .accionOf strong {
	color: #F47001;
	font-size: 28px;
}
.oferta .contOf .accionOf strong  span {
	font-size: 11px;
}
.banner_inf {
	height: 91px;
	width: 100%;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}
.clear {
	clear: both;
}
.promos {
	margin-bottom: 20px;
	float: left;
	width: 100%;
	_width: 557px;
}
.borrar {
	background-color: #FF0000;
	height: 200px;
	width: 200px;
	float: left;
}
.resultado_bus .selector {
	position: absolute;
	margin-right: 0px;
	text-align: right;
	width: 560px;
}
.resultado_bus .selector select {
	color: #666666;
	font-size: 12px;
	border: 1px solid #999999;
}
.paginado {
	margin-top: 5px;
	margin-bottom: 5px;
}
.productos {
	padding-right: -5px;
	margin-bottom: 20px;
}
.productos .prod_thumb {
	width: 135px;
	float: left;
	margin-right: 3px;
	margin-bottom: 5px;
}
.productos .prod_thumb h2 a{
	color: #ff6600;
	font-size: 12px;
	text-decoration: none;
}
.productos .prod_thumb h2 {
	background-image: none;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	
}
.productos .prod_thumb span {
	font-size: 11px;
	color: #666666;
}
.productos .prod_thumb em {
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #666666;
}
.celda_thumb {
	border: 1px solid #999999;
	height: 135px;
	width: 135px;
	background-color: #FFFFFF;
	overflow: hidden;
}
.productos   .prod_thumb   .celda_datos {
	padding: 3px;
	height: 55px;
}
.nuevo {
	background-image: url(../images/nuevo.gif);
	background-repeat: no-repeat;
	height: 44px;
	width: 61px;
	position: absolute;
}
.paginado a {
	font-size: 12px;
	color: #999999;
	text-decoration: none;
	font-weight: bold;
}
.paginado a:hover {
	color: #F47000;
}
.paginado .ant {
	background-image: url(../images/sig.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	font-weight: normal;
}
.paginado .pos {
	background-image: url(../images/ant.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 15px;
	font-weight: normal;
}
table.detallado {
	width: 135px;
	float: left;
	margin-bottom: 20px;
}
table.detallado td {
	border: 1px solid #999999;
	background-color: #FFFFFF;
}
#mini         {
	height: 67px;
}
.resultado_bus .txt_detal {
	margin-left: 150px;
}
.txt_detal {
	font-size: 11px;
}
.txt_detal p {
	color: #000000;
	margin-top: 5px;
	margin-bottom: 5px;
}
.txt_detal h2 {
	color: #000000;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 12px;
	font-weight: normal;
	background-image: none;
	text-transform: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
}
.txt_detal label {	
	margin-right: 5px;
}
.txt_detal select {	
	margin-right: 5px;
}
.txt_detal h3 {
	font-size: 16px;
	color: #ff6600;
}
.txt_detal   a.colores  {
	height: 18px;
	width: 18px;
	background-color: #FFFFFF;
	border: 1px solid #999999;
	text-decoration: none;
	display: block;
	float: left;
	margin-right: 3px;
}
.txt_detal table.detalle td {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 10px;
}
.txt_detal .precio {
	font-size: 26px;
	color: #999999;
}
.txt_detal .detalle img.caras {
	border: 1px solid #999999;
}
.txt_detal .precio div {
	color: #F47000;
	display: inline;
}
.txt_detal .entrega {
	color: #666666;
}
.txt_detal .cerrar_compra {
	background-image: url(../images/compra_bck.gif);
	background-repeat: no-repeat;
	width: 404px;
	background-position: left top;
	height: 44px;
}
.txt_detal .cerrar_compra td {
	padding-left: 10px;
}
span.lupa {
	background-image: url(../images/lupa.gif);
	background-repeat: no-repeat;
	display: block;
	position: absolute;
	z-index: 10;
	height: 20px;
	width: 20px;
}
table  td h3 {
	color: #A4A4A4;
	text-align: left;
	font-size: 12px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}
table.tablas  {
	font-size: 12px;
	background-color: #FFFFFF;
	margin-bottom: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
table.tablas td {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
table.tablas  tr.linea_par {
	background-color: #F9F9F9;
}
table.tablas th {
	color: #FFFFFF;
	background-color: #F77000;
	font-size: 12px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #EFEFEF;
}
table.tablas th.th_dos {
	background-color: #A4A4A4;
}
.tablas  td a.enlaces {
	color: #000000;
	text-decoration: none;
}
.tablas  td a.enlaces:hover {
	color: #F77000;
	text-decoration: underline;
}
span.paratabla {
	font-size: 12px;
	color: #F77000;
	line-height: 22px;
}
span.paratabla_dos {
	font-size: 12px;
	color: #686868;
	line-height: 22px;
}
div.para_boton {
	text-align: right;
	margin-bottom: 30px;
}
p.coment {
	margin-top: -10px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	display: block;
}
strong.estado_ped {
	color: #F77000;
}
strong.estado_proc {
	color: #339933;
}
strong.estado_canel {
	color: #FF3300;
}
strong.estado_elim {
	color: #000000;
	text-decoration: line-through;
}
a.elim {
	float: left;
	margin-right: 20px;
}
a.sin_under {
	text-decoration: none;
}
a.sin_under:hover {
	text-decoration: underline;
}
.contenido ul {
	font-size: 12px;
	margin-left: 30px;
}
.contenido ul li {
	list-style-type: square;
}
.contenido h4 {
	font-size: 16px;
	color: #F47000;
}
.contenido h5 {
	color: #333333;
	line-height: 20px;
	font-size: 14px;
}
ul.faq {
	margin-bottom: 20px;
	margin-top: 20px;
}
ul.faq li {
	list-style-type: none;
	margin-top: 5px;
	margin-bottom: 5px;
}
ul.faq a {
	text-decoration: none;
	color: #000000;
	font-size: 14px;
}
ul.faq a:hover {
	text-decoration: underline;
	color: #F47000;
}
.txt_detal .detalle .col label {
 float: left;
 display: block;
 width: 120px;
}
.txt_detal .detalle .col {
 clear: both;
}
.txt_detal .detalle .col .name {
 line-height: 20px;
 color: #666666;
}
table.colorTable  td {
 margin: 0px !important;
 padding: 0px !important;
 border : none !important;
 line-height: 20px;
 color: #666666;
}
span.aclara {
 color: #666666;
 font-size: 11px;
 padding-bottom: 10px;
 display: block;
}
.boton_rojo {
 font-weight: bold;
 color: #FFFFFF;
 background-color: #E91414;
 border: 1px solid #C9C9C9;
}
.condiciones h4 {
 font-size: 14px;
 color: #F47000;
}
.condiciones p {
 font-size: 11px;
}
.condiciones h5 {
 font-size: 13px;
}
.condiciones h2{
	color: #686868;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	margin-bottom: 10px;
	padding-bottom: 5px;
}
.bus_avanzada{
	color: #F47000;
	font-size: 11px;
	text-decoration: none;
	line-height: 20px;
}
a.bus_avanzada:hover{
	text-decoration: underline;
}
.fieldset {
 border:#E0DFE3 solid 3px;
 background-color:#FFFFFF;
 width:385px;
 padding:20px 5px;
 margin-top:20px;
}
.fieldTitle {
 color:#D1CFD6;
 font-size:14px;
 display:block;
 margin-top:-33px;
 background-color:#FFFFFF;
 padding:2px;
 width:170px;
 position:absolute;
 z-index:10px
}

