/* CSS Document */


body {
	margin-top: 0px;
}
.boto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding: 4px;
	background-color: #5189A0;
	color: #D8E3E7;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	background-attachment: fixed;
	background-position: center center;
}
.boto:link,
.boto:visited {
	color: #D3DEE3;
	background-color:#5189A0 ;
}
.boto:hover {
   color: #5189A0;
	background-color: #D3DEE3;
} 
.botoTamany {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color: #D3DEE3;
	color: #528296;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	background-attachment: fixed;
	background-position: center center;
	padding-right: 8px;
	padding-left: 8px;
}
