﻿	.in{ font-size:16px; }
	.new{ width:800px; text-align:center; padding-top:50px; }
	.inLaranja{ font-size:16px; color:#ff7f00; font-weight:normal; }
    .inAzul{ font-size:18px; color:#00478b; font-weight:normal; padding:0px; margin:0px; }



@media screen and (max-width:767px){
	.new{ width:96%; margin-left:2%; }
}

/* button 
---------------------------------------------- */
.button {
	display: inline-block;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
	*display: inline;
	vertical-align: baseline;
	margin: 0 2px;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 14px/100% Arial, Helvetica, sans-serif;
	padding: .5em 2em .55em;
	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 */
.blue {
	color: #d9eef7;
	border: solid 1px #0076a3;
	background: #0095cd;
	background: -webkit-gradient(linear, left top, left bottom, from(#00adee), to(#0078a5));
	background: -moz-linear-gradient(top,  #00adee,  #0078a5);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#00adee', endColorstr='#0078a5');
}
.blue:hover {
	background: #007ead;
	background: -webkit-gradient(linear, left top, left bottom, from(#0095cc), to(#00678e));
	background: -moz-linear-gradient(top,  #0095cc,  #00678e);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0095cc', endColorstr='#00678e');
}
.blue:active {
	color: #80bed6;
	background: -webkit-gradient(linear, left top, left bottom, from(#0078a5), to(#00adee));
	background: -moz-linear-gradient(top,  #0078a5,  #00adee);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0078a5', endColorstr='#00adee');
}
	

body{
	margin:0px;
	font-family:Tahoma,Arial,Verdana;
	font-size:13px;
	color:#777;
}

/* LINKS */
a:link    {  font-family: Tahoma, Verdana; font-size:16px; color: #00478b; text-decoration: none; }
a:visited {  font-family: Tahoma, Verdana; font-size:16px; color: #00478b; text-decoration: none; }
a:hover{  font-family: Tahoma, Verdana; font-size:16px; color: #333333; text-decoration: underline; }

#wrapper{ float:left; width:100%; }
#content{ width:1000px; margin:0 auto; }
#topo,#sp_topo,#main,htmlBody{ float:left; width:100%; }
#footer{ float:left; width:100%; }
#htmlContent{ border:1px solid white; }

#mobile,#mLogo,#mFooter{ display:none; }

#mMenu{ color:white; width:100%; height:1px; overflow:hidden; display:none; }


#orangeLine{ float:left; width:100%; height:6px; border-top:1px solid #EAEAEA; margin-bottom:10px; }
	#mySquare{ float:left; width:100px; height:5px; background:#f67c00; font-size:5px; }

h2{ font-size:22px; color:#ff7f00; font-weight:normal; }
h3{ font-size:18px; color:#00478b; font-weight:normal; padding:0px; margin:0px; }


#mContentB{ display:none; }