/* CSS Document */

/* Boletines */

.consejos {
	width:290px;
	height:240px;
	float: left;
	margin:10px;
}

.img_consejos{
	padding:4px;
	float:inherit;
	border: 1px solid #CCC;
	margin:6px;
}

.consejos a {
	color:#000;
	text-decoration:underline;
	font-weight:bold;
}

span.bold {
	font-weight:bold;
}
