table#ma {
	float: left;
	width: 740px;
}
table#ma td, th {
	padding: 10px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
table#ma th {
	text-align: left;
	font-weight: 900;
	background-color: #D2EFFB;
	color: #139AD6;
}

table#ma td {
	text-align: left;
	font-weight: normal;
	background-color: #F5FBFC;
	line-height: 17px;
}
table#ma b {
	font-weight: 900;
}


table#ma .lateral {
	width: 200px;
}

a.salir:link, a.salir:visited {
	float: right;
	color: #006080;
	background-image: url(../img/media/menu-icon-island.gif);
	padding-left: 15px;
	background-repeat: no-repeat;
	background-position: left center;
	font-weight: normal;
	text-decoration: underline;
}
a.salir:hover {
	text-decoration: none;
}
