body {
	margin: 0px;
}
h1 {
	padding: 0px;
	font-size: 1.4em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	color: #244a61;
	font-weight: bolder;
	letter-spacing: -1px;
}
h2 {
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 10px;
	font-size: 1em;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #244a61;
}
h3 {
	padding: 0px;
	font-size: 0.7em;
	font-weight: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 10px;
	color: #244a61;
	margin-bottom: 0px;
}
h4 {
	padding: 0px;
	font-size: 0.7em;
	font-weight: normal;
	margin-top: 0px;
	margin-right: 0px;
	color: #244a61;
	margin-bottom: 0px;
	margin-left: 0px;
}

.titulos {
	padding: 0px;
	font-size: 1.4em;
	color: #244a61;
	font-weight: bolder;
	letter-spacing: -1px;
}

img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

a {
	color: #244a61;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

a:active {
	//*position: relative;*//
	top: 1px;
}

.white {
	color: #606060;
	border: solid 1px #b7b7b7;
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
	background: -moz-linear-gradient(top,  #fff,  #ededed);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed');
	font-size: 10px;
}
.white:hover {
	background: #ededed;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dcdcdc));
	background: -moz-linear-gradient(top,  #fff,  #dcdcdc);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dcdcdc');
}
.white:active {
	color: #999;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#fff));
	background: -moz-linear-gradient(top,  #ededed,  #fff);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#ffffff');
}

.medium {
	font-size: 12px;
	margin-right: 10px;
	padding-top: 0.4em;
	padding-right: 1.5em;
	padding-bottom: 0.42em;
	padding-left: 1.5em;
}

.button {
	display: inline-block;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
	*display: inline;
	vertical-align: baseline;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}

.button:hover {
	text-decoration: none;
}
.button:active {
	position: relative;
	top: 1px;
}

.blue {
	color: #FFF;
	border: solid 1px #b7b7b7;
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#4287b0), to(#244a61));
	background: -moz-linear-gradient(top,  #4287b0,  #244a61);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#4287b0', endColorstr='#244a61');
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em;
	-moz-border-radius: 0.5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.blue:hover {
	background: #ededed;
	background: -webkit-gradient(linear, left top, left bottom, from(#366b8d), to(#1f4054));
	background: -moz-linear-gradient(top,  #366b8d,  #1f4054);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#366b8d', endColorstr='#1f4054');
}
.blue:active {
	color: #999;
	background: -webkit-gradient(linear, left top, left bottom, from(#244a61), to(#4287b0));
	background: -moz-linear-gradient(top,  #244a61,  #4287b0);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#244a61', endColorstr='#4287b0');
}

