/**
 * CSS
 * @author Darío Ruellan
 * @copyright ecimTech 2008 / www.ecimtech.com
 */

div.cards {

}
div.cards a {
	display: block;
	float: left;
	margin:0 14px 5px 0;
	text-align: center;
	font-size: 9pt;
	width: 110px;
	height: 170px;
	font-weight: bold;
}
div.cards img {
	display: block;
	border: 1px solid black;
	margin-bottom: 4px;
}


/* fotoframe */

div.fotoframe {
	margin-bottom: 2px;
}
div.fotoframe img {
	border: 5px solid #A3A7AA;
}

