/* CSS Document */
/* Estilos Listados de Productos */


.miniatura {
	float:left;
	padding:0px;
	margin: 0px 8px 0px 0px;
	width:150px;
}

.producto {
	font-size: 1em;
	color:#939598;
	text-align:left;
	float:left;
	

}

.producto h3 {
	font-size: 1em;
	height:14px;
	line-height:14px;
	font-weight: bold;
	color:#939598;
	float:left;
	clear:none;

}

.producto span.enlace {
	font-size: 1.2em;
	
}

.producto a:link {
	color:#666666;
}

.producto a:active {
	color:#4FBA00;
}
.producto a:visited {
	color:#666666;
}

.producto a:hover {
	color:#4FBA00;
}

.separador-producto {
	clear:both;
	height:10px;
}

#producto-area-izquierda {
	float:left;
	width:340px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 0.9em;
	color: #666666;	
}

#producto-area-derecha {

	height:auto;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image:url(../imagenes/solapas-ficha-centro.gif);
	float:left;

}

#producto-interior-area-derecha {
	margin: 8px;
	width:100%;
}

#producto-caracteristicas {
	margin-top:15px;
}

#producto-caracteristicas table {
	background-color:#F4F8FB;
	text-align:left;
	font-size:0.9em;
	
}

#producto-caracteristicas td {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	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;
	margin-top:4px;
	margin-bottom:4px;
}

div.producto-row {
	font-size: 0.9em;
	color:#000000;
	height:inherit;
	width:540px;
	clear:both;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	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;
	display:block;
	margin-bottom:2px;
	vertical-align:middle;
}

div.producto-row span.leyenda {
	font-weight: bold;
	width:200px;
	float:left;
	background-color: #E9EEF5;
	text-indent:5px;
	height:auto;
	min-height:40px;
	line-height:40px;
}

div.producto-row span.dato {

	float:left;
	background-color: #F4F8FB;	
	width:340px;
	text-indent:5px;
	height:40px;
	line-height:150%;
	display:table-cell;
	
}



#producto-solapas {
	width:275px;
	height:31px;
	line-height:31px;
	text-align:center;
	background-image:url(../imagenes/solapas-ficha.gif);

}

#producto-solapas a:link {
	color:#666666;
}

#producto-solapas a:active {
	color:#666666;
}
#producto-solapas a:visited {
	color:#666666;
}
#producto-solapas a:hover {
	color:#4FBA00;
}


#foto-producto {
	text-align:center;
}

.boton-verde {
	height:30px;
	width:190px;
	line-height:30px;
	text-align:center;
	font-weight: bolder;
	text-decoration:none;

}

.boton-verde a:link{
	height:30px;
	width:190px;
	line-height:30px;
	text-align:center;
	border: 1px solid #666666;
	background-image:url(../imagenes/boton-verde-off.gif);
	display:block;
	color:#666666;
	text-decoration:none;
}

.boton-verde a:active{
	height:30px;
	width:190px;
	line-height:30px;
	text-align:center;
	border: 1px solid #666666;
	background-image:url(../imagenes/boton-verde-off.gif);
	display:block;
	color:#666666;
	text-decoration:none;
}

.boton-verde a:visited{

	height:30px;
	width:190px;
	line-height:30px;
	text-align:center;
	border: 1px solid #666666;
	background-image:url(../imagenes/boton-verde-off.gif);
	display:block;
	color:#666666;
	text-decoration:none;
}

.boton-verde a:hover{
	height:30px;
	width:190px;
	line-height:30px;
	text-align:center;
	border: 1px solid #666666;
	background-image:url(../imagenes/boton-verde-on.gif);
	display:block;
	color:#666666;
	text-decoration:none;
}
