@charset "utf-8";
/* CSS Document */

.entregasItem{
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:1px dashed #C70C28;
}
.entregasTit{
	font-weight:bold;
	color:#C70C28;
}
.entregasFecha{
	font-size:9px;
	color:#999;
	margin-bottom:5px;
}
.entregasEnlace img {
	border:none;
	margin-right:0;
}
