@charset "utf-8";
/*-------Estructura---------*/
* {
	margin: 0px;
	padding: 0px;
}
body {
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../images/body_bck.jpg);
	background-repeat: repeat-x;
}
p {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 12px;
	line-height: 19px;
}
label {
	color: #666666;
	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;
	margin-bottom: 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: #D8431B;
	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;
	padding-bottom: 30px;
}


.all .cabecera {
	height: 125px;
	background-image: url(../images/cabecera.jpg);
	background-repeat: no-repeat;
}

.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 {
	padding: 20px;
	_padding: 18px;
	width: 558px;
	_width: 557px;
	float: left;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: dashed;
	border-left-style: dashed;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	margin-top: 2px;
}

.contenido  h2  {
	color: #CCCCCC;
	font-size: 1.2em;
	padding-top: 3px;
	padding-bottom: 3px;
	display: block;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	background-repeat: no-repeat;
	background-position: right center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
}
.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 {
	width: 180px;
	float: left;
	padding: 10px;
}
.all .right {
	float: right;
	width: 180px;
	padding: 10px;
}
.all .menu {
	height: 42px;
	margin-bottom: 2px;
}
.all .menu a {
	color: #666666;
	text-decoration: none;
	padding-right: 2%;
	padding-left: 2%;
	padding-top: 7px;
	padding-bottom: 7px;
	line-height: 42px;
	font-size: .9em;
	font-weight: bold;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
}


.all .menu a:hover {
	color: #000000;
	
	
}
.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: 0px;
	margin-right: 0px;
	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 h3, .all .right h3 {
	color: #999999;
	font-size: 14px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	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-repeat: no-repeat;
	color: #FFFFFF;
	font-size: 12px;
	padding-left: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
	background-color: #D8431B;
}
.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 .phone {
	background-image: url(../images/phone.jpg);
	clear: both;
	margin-bottom: 10px;
	background-repeat: no-repeat;
	padding-top: 30px;
	padding-left: 10px;
	font-size: 12px;
	color: #666666;
}
.all .right .phone a {
	color: #FF3300;
	margin-top: 5px;
	display: block;
}
/*.all .right h2 {
	font-size: 11px;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #666666;
}*/
.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  .usu_logueado  h2 {
	color: #666666;
	display: block;
	margin: 0px;
}*/
.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: 24px;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	margin: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.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: 60px;
	background-image: url(../images/pie_bck.jpg);
	background-repeat: repeat-x;
	clear: both;
	font-size: 11px;
	text-align: center;
	color: #5a5a5a;
	padding-top: 20px;
}


.pie a {
	color: #FF3300;
	line-height: 20px;
	margin-right: 5px;
	margin-left: 5px;
}
.pie a:hover {
	color: #000000;
}
/*-----------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: #FF3300;
	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;
}
.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;
	text-align: right;
}
.productos {
	padding-right: -5px;
	margin-bottom: 5px;
}
.productos .prod_thumb {
	width: 135px;
	float: left;
	margin-right: 3px;
	margin-bottom: 5px;
	height: 240px;
}
.productos .prod_thumb h2 {
	color: #FF3300;
	font-size: 12px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: none;
	margin: 0px;
	padding: 0px;
	display: inline;
}
.productos .prod_thumb  h2 a {
	text-decoration: none;
}
.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: 200px;
	
}
.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, #pag_selected {
	color: #FF3300;
}
.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 {
	font-size: 11px;
	color: #333333;
	font-weight: normal;
	margin: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.txt_detal label {	
	margin-right: 5px;
	
}


.txt_detal select {	
	margin-right: 5px;
}

.txt_detal h1 {
	font-size: 16px;
	color: #FF3300;
}
.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: #666666;
	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  span {
	color: #000000;
	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 {
	color: #FFFFFF;
	background-color: #D8431B;
}
div.condiciones {
}
.condiciones h4 {
	font-size: 14px;
}
.condiciones p {
	font-size: 11px;
}
.condiciones h5 {
	font-size: 13px;
}
.all .contenido .presentacion p {
	font-size: 14px;
	padding: 5px;
	color: #333333;
}
.all .contenido .presentacion {
	padding-top: 10px;
}
.all .right .separa {
	font-size:12px;
	text-align:center;
	margin-bottom:10px;
	display:block;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #CCCCCC;
	padding-top: 5px;
}
ul.servicios li {
	padding-bottom: 10px;
	list-style-type: disc;
	color: #333333;
}
ul.servicios ul li {
	padding-top: 5px;
	padding-bottom: 5px;
}
.div_emergente {
	padding: 5px;
}
.all .contenido .especialTexto {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: none;
	margin-bottom: 5px;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
}
