.tag {
	text-align: right;
	text-decoration:none;
	font-size: 1.5rem;
	color:#FFFFFF;
	background-color: #FFF; /* #00B7BD; */
	text-weight: strong;
	padding-right: 5px;
	margin-top: 25px;
	position:relative;
	width: 30%;
	border-radius: 0px 50px 50px 0px;
	box-shadow: 1px 1px 5px #000000;
		-moz-box-shadow: 1px 1px 5px #000000;
		-webkit-box-shadow: 1px 1px 5px #000000;
	margin-left: 2px;
	border-top: 35px;	/* margin-top: 35px; */
	margin-top:20px;
	margin-bottom:20px;
	line-height: 35px;
}

.forma {
	width: 0px;
	heigth: 0px;
	line-height: 0px;
	border-left: 20px solid transparent;
	border-top: 10px solid #043f;
	position:absolute;
	top:100%;
	margin-left:0px;
}

.destacado {
	/* text-align: justify;*/
	text-decoration:none;
	/* font-size: 1rem;
	/* color:#FFFFFF; */
	background-color: #CFF; /* #00B7BD; */
	/* text-weight: strong; */
	padding: 10px 12px;
	/* position:absolute;
	width: 30%;  */
	border-radius: 10px 10px 10px 10px;
	box-shadow: 1px 1px 5px #000000;
	-moz-box-shadow: 1px 1px 5px #000000;
	-webkit-box-shadow: 1px 1px 5px #000000;
	margin-left: 5px;
	/* margin-top:5px; */
	font-style: italic;
	line-height: 2rem;
}

.img {
	background-color: #ccc; /* #00B7BD; */
	padding: 2px;
	padding-right:5px;
	border-radius: 5px;
	box-shadow: 1px 1px 5px #000000;
	-moz-box-shadow: 1px 1px 5px #000000;
	-webkit-box-shadow: 1px 1px 5px #000000;
	
}