﻿.texto span.mas
{
    text-decoration: none;
    color: #231f20;
    font-size: 1.1em;
    cursor: pointer;
}

.texto span.mas:hover
{
    color: gray;
	text-decoration: none;
}
