.cartel {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FFFFFF;
	text-decoration: blink;
	background-color: #AE0000;
	text-align: center;
	display: block;
	height: 50px;
	width: 380px;
	border: 2px dotted #000000;
	line-height: 30px;
}
.cartel:hover {
	font-style: normal;
	background-color: #CCCCCC;
	color: #000000;
}

