*{
  margin:0;
  padding:0;
  border:0;
}

body{
  color: #ddd;
  font-size:12px;
  font-family:Verdana, Arial, sans;
  background:url(fondo.bmp) #3A2516 repeat-x;
  text-align:center;
}

/* eliminamos espacios entre celdas */
table, tr, td {
vertical-align:top;
border-collapse: collapse;
margin: 0;
padding: 0;
border: 0;
}

a{
  color:#3A2516;
  text-decoration:underline;
}

a:hover{
  text-decoration:none;
}

a:active{
  color:#333;
  background:#FFA12A;
}

ul{
  list-style-type: square;
}

#contenedor{
  background:#3A2516;
  color: #ddd;
}

#flash_musica{
  position:absolute;
  top:260px;
  padding-left:30px;
}

.tabla_cont{
  width:900px;  
  margin:0 auto;
  padding:0px;
  text-align:left;
}

.td_cont_cen{
  background:url(fondo_td_cont_cen.bmp) #3A2516 repeat-y;
}

.col_izq{
  width:235px;
  margin:10px 0 0 20px;
  float:left;
}

.col_der{
  text-align:justify;
  width:520px;
  min-height:500px;
  margin:10px 60px 0 0;
  padding: 20px;
  float:right;
}

.caja_gris{
  background:url(fondo_col_der_cen.bmp) repeat-y;
  padding:0 20px;
}

#datos_pie p,#datos_pie a{
  font:11px Verdana;
  color:#ffcc00;
  text-align:center;
  margin:10px 0;
  text-decoration:none;
}


.plano_poner_pantalla_completa{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
}

.plano_quitar_pantalla_completa{
  width:520px;
  height:400px;
}


/* PRODUCTOS */
#categorias a{
  width:180px;
  display:block;
  padding:5px;
}
#categorias a:hover{
  background:#fff;
}

.resumen_producto{
  width:520px;
  border-bottom:1px solid #3A2516;
  margin: 5px 0;
}

.resumen_producto_oferta{
  background:url(fondo_oferta.bmp) no-repeat right top;
  border-bottom:1px solid #3A2516;
}



.resumen_producto table{
  width:100%;
}

.resumen_producto table td{
  padding:10px 0;
}

.resumen_producto table .td_foto{
  width:150px;
  height:110px;
  text-align:center;
}

.resumen_producto table .td_foto img{
  border:1px solid #3A2516;
}

.resumen_producto table .div_lupa{
  float:left;
}

.resumen_producto table .div_lupa img{
  border:0;
  cursor:pointer;
}

.resumen_producto table .td_titulo .p_titulo{
  font-weight:bold;
  margin:0 0 20px 0;
}

.resumen_producto table .td_precio{
  width:70px;
  text-align:right;
  font-weight:bold;
  padding-right:10px;
}

.resumen_producto table .td_flechaSubir, 
.resumen_producto table .td_flechaBajar, 
.resumen_producto table .td_editar, 
.resumen_producto table .td_eliminar{
  width:30px;
  text-align:center;
}

.resumen_producto table .td_precio{
  width:70px;
  text-align:right;
  font-weight:bold;
}
/* fin PRODUCTOS */



















/* PREVIEW */
#loader_container {text-align:center;position:absolute;top:40%;width:100%}
#loader {
	font-family:Tahoma, Helvetica, sans;
	font-size:10px;
	color:#000000;
	background-color:#FFFFFF;
	padding:10px 0 16px 0;
	margin:0 auto;
	display:block;
	width:135px;
	border:1px solid #6A6A6A;
	text-align:left;
	z-index:255;
}
#progress {
	height:5px;
	font-size:1px;
	width:1px;
	position:relative;
	top:1px;
	left:10px;
	background-color:#9D9D94
}
#preview_div{
  display: none;
  position: absolute;
  z-index:110; 
}

#loader_bg {
	background-color:#EBEBE4;
	position:relative;
	top:8px;left:8px;height:7px;
	width:113px;font-size:1px
}
.title_h2 {
  font:14px Verdana;
  color:#fff;
  padding:10px;
}
.border_preview{
	z-index:100;
	position:absolute; 
	background: #180F0A;
	border: 1px solid #3A2516;
  color:#fff;
}

.preview_temp_load {
	vertical-align:middle;
	text-align:center;
	padding: 10px;
}
.preview_temp_load img{	
	vertical-align:middle;
	text-align:center;
}

/* fin PREVIEW */