/* OTADUY BARNICES - Empresa */

/*------ Productos ------*/
.productos .listado{
	margin:1.5em 0;
}

.productos .listado li{
	background:none;
	padding-left:0;
	margin:0 0 1em 0;
}

.productos .listado .grupoproducto{
	display:block;
	float:left;
	width:49em;
}

.productos .listado li ul{
	margin:1.5em 0 2.5em 0;
	width:28em;
	float:left;
}

.productos .listado img{
	margin:1em 0 0 2em;
}

.productos .listado li ul li{
	background:url(../img/all/bullet_flecha_azul.gif) no-repeat left .2em;
	padding-left:2em;
	margin:.6em 0 0 2.5em;
}

.productos .listado .recomendaciones{
	background:url(../img/all/bullet_reconmedaciones.gif) no-repeat .6em .5em #eaeaea;
	width:22em;
	display:block;
	padding:.5em .5em .5em 3em;
	margin-top:2em;
}

/*------ Ficha ------*/
.ficha .descripcion{
	float:left;
	width:26em;
}

.ficha .imagen{
	float:right;
	width:18.7em;
}

.ficha .imagen img{
	padding:3px;
	border:1px solid #ccc;
	margin-top:1.5em;
}

.ficha .informacion{
	float:right;
	width:18.7em;
	margin-top:2em;
	background:#e6e6e6;
}

.ficha .informacion p{
	margin:1em;
	color:#666;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:.9em;
}

/*------ Producto ------*/
.producto{
	margin:1.5em 0 .5em 0;
	width:47em;
	float:left;
	background:#eaeaea;
	padding:1em 1em 0 1em;
}

.producto h2{
	color:#333;
	font-size:1.4em;
	font-weight:bold;
	margin-top:0;
	border-bottom:none;
	padding-bottom:0;	
}

.producto .descripcion{
	width:47em;
	float:left;
	padding-bottom:.8em;
	border-bottom:1px dashed #ccc;
}

.producto .descripcion p{
	margin-top:.5em;
	line-height:1.4em;
}

.producto img{
	float:right;
	padding-left:3em;
	margin-top:-3em;
}

.opciones{
	float:left;
	width:9.6em;
	margin-left:1.5em;
}

.opciones p{
	margin-top:.8em;
}

.gama_color{
	float:left;
	width:24.5em;
	margin-left:0;
}

.opciones ul{
	margin-top:0;
}

.opciones li{
	margin-bottom:.1em;
}
