
body {
	font-family: "Trebuchet MS", Sans-serif, Verdana, Arial;
    font-weight: bold;
	font-size: 12px;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}

.navbar {
    font-family: "Trebuchet MS", Sans-serif, Verdana, Arial;
    font-weight: bold;
	font-size: 12px;
    color: #FFFFFF;
}

.textblue {
    font-family: "Trebuchet MS", Sans-serif, Verdana, Arial;
    font-weight: bold;
	font-size: 12px;
    color: #1f72bb;
}

.textred {
    font-family: "Trebuchet MS", Sans-serif, Verdana, Arial;
    font-weight: bold;
	font-size: 12px;
    color: #cf242c;
}

.textblack {
    font-family: "Trebuchet MS", Sans-serif, Verdana, Arial;
    font-weight: bold;
	font-size: 12px;
    color: #202529;
}

.texttitulo {
    font-family: "Trebuchet MS", Sans-serif, Verdana, Arial;
    font-weight: bold;
	font-size: 22px;
    color: #cf242c;
}
a:link.navbar, a:visited.navbar, a.active.navbar {
    font-family: "Trebuchet MS", Sans-serif, Verdana, Arial;
    font-weight: bold;
	font-size: 11px;
    color: #FFFFFF;
}
a:hover.navbar {
    color: #1f72bb;
	text-decoration: underline;
}
a:link {
	color: #cf242c;
	text-decoration: none;
}
a:visited {
	color: #cf242c;
	text-decoration: none;
}
a:hover, a.active {
	color: #cf242c;
	text-decoration: underline;
}

.butao {
	background: #cf242c;
	padding: 2px 7px 2px 7px;
	font-family: "Trebuchet MS", Sans-serif, Verdana, Arial;
	font-size: 11px;
	font-weight : bold;
	border: 1px solid #000000;
    color: #ffffff
}
.butaoform {
	background: #cf242c;
	padding: 2px 7px 2px 7px;
	font-family: "Trebuchet MS", Sans-serif, Verdana, Arial;
	font-size: 11px;
	font-weight : bold;
	border: 1px solid #000000;
    color: #ffffff
}
