/* ::::: v1.1.2d :::::  */

/* -------- EN LOS PRODUCTOS -------- */
#contenidoRow { /* contenedor de los dos productos por fila */
	display: table-row;
	margin:0px 0px 1px 0px; 
	padding:0px 0px 0px 0px;
	float:left;
	width:764px;
}
#prod_cont { /* contenedor de las dos columnas del producto */
	vertical-align: top;
	margin:4px 9px 6px 9px; padding:0px 0px 2px 0px;
	float:left;
	width:360px;
	border-top:2px solid #56aaff;
	border-left:1px solid #dedfda;
	border-bottom:1px solid #dedfda;
	border-right:1px solid #dedfda;
}
#prod_cont_izq { /* contenedor de la columna izq. del producto */
	margin:0px 0px 0px 0px; padding:0px 0px 0px 0px;
	width:146px;
	float:left;
	position:relative;
	text-align:center;
}
#prod_cont_der { /* contenedor de la columna dcha. del producto */
	margin:0px 0px 0px 0px; padding:0px 0px 0px 6px;
	padding-left:6px;
	width:204px;
	float:left;
	position:relative;
}
#modelo { /* Modelo del producto */
	background-color:#dedfda;
	font-family:Trebuchet MS,Helvetica,sans-serif;
	font-size:11px;
	line-height:18px;
	font-weight: bold;
	color:black;
}

#referencia { /* Referencia del producto */
	margin-top:-2px;
	margin-bottom:10px;
	background:#dedfda;
	font-family:Trebuchet MS,Helvetica,sans-serif;
	font-size:11px;
	line-height:16px;
	font-weight: bold;
	color:#126493;
}

#imagen{ /* Imagen del producto */
	padding-top: 5px;
	margin-bottom:10px;
}

#enlace{ /* Enlaces bajo la imagen */
	margin: -10px 0px 1px 0px;
	padding: 5px 0px 2px 0px;
	font-family:Droid Sans,Arial,Trebuchet MS,Helvetica,sans-serif;
	font-size:11px;
	font-weight: normal;
}
#enlace a {
	color:blue;
	text-decoration:underline;
	}
#enlace a:hover {color:brown /*#bf0000;*/}

#descr_corta{ /* Descr. corta del producto */
	/* height:31px; */
	line-height:17px;
	font-family:Arial,Trebuchet MS,Helvetica,sans-serif;
	font-size:12px;
	font-weight:bold;
	color:black;
	border-bottom: 1px solid #56aaff;
}

#coment{ /* Comentarios del producto */
	padding-top:10px;
	font-family:Calibri,Arial,Trebuchet MS,Helvetica,sans-serif;
	font-size:12px;
	line-height:15px;
	font-weight: normal;
	color:black;
}

#especific{ /* especificaciones del producto */
	margin:4px 4px 0px 0px; 
	font-family:Calibri,Trebuchet MS,Helvetica,sans-serif;
	font-size:12px;
	line-height:14px;
	font-weight: normal;
	color:black/*MidnightBlue*/;
	background-color:Lavender ;
}
#especific ul { margin:0; padding:5px 0px 5px 15px; }
#especific li { padding:0; }

#precioweb{ /* Precio del producto */
	margin:20px 10px 4px 10px;
	line-height:24px;
	background-color:#F5D0A9;
	font-family:Arial,Trebuchet MS,Helvetica,sans-serif;
	font-size:12px;
	font-weight:normal;
	text-align:center;
	color:black;
}
#precioweb2{
	margin:0px 10px 4px 10px;
	line-height:20px;
	background:#F5D0A9;
	font-family:Arial,Trebuchet MS,Helvetica,sans-serif;
	font-size:11px;
	font-weight: normal;
	text-align:center;
	color:black;
}


/*

.main {
  height: 100%;
  display: table;
  width: 100%;
}

.box {
  display: table-cell;
}

.sidebar_L { /* Columna izquierda 
  width: 200px;
  vertical-align: top;
  background-color:#99ccff;/*#ffcc66;
}
.content { /* Contenido principal 
	vertical-align: top;
	padding-left:15px;
	font-family:Droid Sans,Trebuchet MS,Arial,Tahoma,Helvetica,sans-serif;
	font-size:13px;
	text-align:left;
	color:navy;
	background-color:beige;
}








/*
#coment ul,li {list-style-type: disc;}
#coment ul {margin: 0; padding: 0;}
*/

/*


#precioweb{
	margin:20px 10px 4px 10px;
	line-height:30px;
	background:#F5D0A9;
	font-family:Arial,Trebuchet MS,Helvetica,sans-serif;
	font-size:12px;
	font-weight: normal;
	text-align:center;
	color:black;
}



/* --- FIN DE PRODUCTOS --- */
