.no_blink_me {
	color:#F00;
	font-size:1.2em;
}

.blink_me {
		color:#F00;
		font-size:1.2em;

    -webkit-animation-name: blinker;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;

    -moz-animation-name: blinker;
    -moz-animation-duration: 1s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;

    animation-name: blinker;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

.left{
	display:block;
	float:left;
	width:110px;
}
.img-legenda{
	width:20px;
}
.margin-legenda {
	margin-top: 10px;
	font-weight: 400;
}