@charset "utf-8";
/* CSS Document */

.producto-contenedor {
	float: left;
	width: 184px;
	background-image: url(/images_diseno/imagenes/interna_listado_bg_h.gif);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #FFFFFF;
	margin-bottom: 10px;
	margin-left: 12px;
	margin-right: auto;
}
.producto-titulo {
	font-weight: bold;
	color: #FFFFFF !important;
	padding-top: 7px;
	padding-bottom: 2px;
}
.producto-titulo a:hover {
	color: #00FFFF !important;
	text-decoration: none;
}
.producto-titulo a{
	color: #FFFFFF !important;
	text-decoration: none;
}

.producto-piecito {
	float: left;
	width: 184px;
}
.producto-texto {
	text-align: left;
	color: #172983;
	height: 70px;
	padding: 7px;
}

.producto-texto a {
	color: #172983;
	text-decoration: none;
}
.producto-texto a:hover {
	color: #00336E;
	text-decoration: underline;
}
