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


.miniatura {
	border: 2px solid #939598;
	float:left;
	padding:0px;
	margin: 0px 8px 0px 0px;
}

.producto {
	font-size: 0.8em;
	color:#939598;
	

}

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

}

.producto span.enlace {
	font-size: 1.2em;
	font-weight: bold;
	background-color:#DCF1CC;
	
}

.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:200px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 0.9em;
	color: #666666;	
}

#producto-area-derecha {
	
	width:275px;
	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%;
}

div.producto-row {
	font-size: 0.8em;
	color:#666666;
	height:16px;
	width:250px;
	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: #F2F2F2;
	border-right-color: #F2F2F2;
	border-bottom-color: #F2F2F2;
	border-left-color: #F2F2F2;
}

div.producto-row span.leyenda {

	font-weight: bold;
	width:160px;
	float:left;
	
}

div.producto-row span.dato {
	font-size: 0.9em;
	float:left;
	
}



#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;
	width:190px;
	height:190px;
	line-height:190px;
	border: 2px solid #939598;
}

.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;
}