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

.item{
	position:relative;
	float:left;
	width:340px;
	height:100px;
	margin-bottom:20px;
	margin-top:0;
	color:#00454F;
}
a.enlace{
	color:#7DA4B8;
	font-weight:bold;
	font-size:13px;
	text-decoration:none;
}
a.enlace:hover{
	color:#FDB71C;
}

h2{
	font-size:14px;
	font-weight:bold;
	margin:5px auto 5px auto;
}
