/*
Autor: David Bedoian.
*/

/*para no mostrar el precio en los modulos:*/
.productPrice  {
/*	display:none;*/
color:#999;

}


/* mejora un poquito la apariencia del modulo "descatados":*/
.destacados a {
	font-size:16px;
	line-height:17px;
	font-weight:bold;
}

/* mejora un poquito la apariencia del modulo "descatados":*/
.moduloLogin form#login div {
	padding:20px;
}





/*para arreglar el boton de agregar a mi pedido en el modulos:*/
input.addtocart_button_module{
	width:160px;
	height:36px;
	background-repeat:no-repeat;
	background-position:center center;
	text-align:right;
}

.thumbChico {
	width:100px;
}

.vmChildDetail {
  color:#333;
  width:280px;
  font-size:13px;

}
.vmCartChild{
  width:280px;
  color:#333;
}


table, td {
	text-align:left;
}


/*pedido*/

table.tablaPedido {
  border: 1px solid #333;
}

table.tablaPedido th {
  background-color:#BBB;
  padding:6px;
  text-align:center;
}

table.tablaPedido td {
   border-left: 1px solid #DDD;
   text-align: center;
}

table.detallePedido td {
   border-left: 1px solid #DDD;
   border-bottom: 1px solid #DDD;
   text-align: center;
   margin:4px;
}

table.detallePedido th {
  background-color:#BBB;
  padding:6px;
  text-align:center;
}

.consultar {
   color: #999;
   font-style:italic;
}

table.adminlist td {
   border-left: 1px solid #DDD;
   border-bottom: 1px solid #DDD;
   text-align: left;
   margin:4px;
}

table.pasosProcesar td {
	text-align:center;
}

.pasosProcesar img {
	display:none;
}
div.legalinfo {
	margin: 10px auto;
	padding: 10px;
	width:386px;
}
div.vistosRecientemente {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 2px solid #AAA;
  text-align:left;
}
div.vistosRecientemente h3{
  margin: 0;
  background-color:#666;
  color:#fff;
  padding:6px;
  font-size:14px;
}

ul.vmRecentDetail li {
  width:98%;
  text-align:left;
  margin-bottom:2px;
  padding-bottom:2px;
  border-bottom:1px solid #999;
}


/*para corregir algunas vistas al procesar el pedido*/
div#vmMainPage h5 {
	clear:both;

}


/*** botones mas grandes para el envio de formulario de consulta por pedido *******/
div#vmMainPage input.button {
	color:#666;
	font-size:18px;
	margin:8px;
	padding:8px 20px;
}


