@charset "utf-8";
.nombreCaballo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
}
.nombreEtiquetasDetalles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #002F5E;
}

.nombreCaballoNeg {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}

.nombreCaballoLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #216361;
}

.nombreCaballoLink a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #216361;
	text-decoration: none;
}

.nombreCaballoLink a:hover, .nombreCaballoLink a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #143D3C;
	text-decoration: none;
}
.fondoproductos {
	background-image: url(imagenes/fondoDetallesProductos.jpg);
	background-repeat: repeat;
}
