#ma {
	background-color: #cccccc;
	color: #006699;
	font-weight: bold;
	text-align: center;
}
#mo {
	background-color: #006699;
	color: #cccccc;
	font-weight: bold;
	text-align: center;
}
body, a, li {
	font-size: 8pt;
	font-family: Verdana, sans-serif, helvetica;
	text-decoration:none;
	overflow: auto;
}
input, textarea, select {
	background-color: #F5F5F5;
	font-family: Verdana, sans-serif, helvetica;
	font-size: 8pt;
	border-style: outset;
	border-color: #D5D5D5;
	border-width: 1;
}
form {
	margin:0;
	padding:0;
}
input.simple {
	font-family: Verdana, sans-serif, helvetica;
	font-size: 8pt;
	border-width: 0;
	background-color: #FFFFFF;
}
td {
	font-size: 8pt;
	font-family: Verdana, sans-serif, helvetica;
	text-decoration:none;
}
.bordesderinferior {
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-style: solid;
    border-bottom-style: solid;
    border-top-color: #000000;
    border-right-color: #000000;
    border-bottom-color: #000000;
    border-left-color: #000000;
}