@charset "ISO-8859-1";
/* CSS Document */

.item{
	position:relative;
	float:left;
	width:340px;
	height:100px;
	margin-bottom:20px;
}

.tituloItem{
	position:relative;
	height:51px;
	background-color:#D8E4EA;
	background-position:right;
	background-repeat:no-repeat;
	padding-left:10px;
	padding-top:5px;
	font-size:12px;
	margin-bottom:3px;
}
