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

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

.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;
}
a.enlace{
	color:#00454F;
	text-decoration:underline;
}
a.enlace:hover{
	color:#FDB71C;
}