/* Carregamento de fontes */
@font-face {
  font-family: 'Aller';
  font-style: normal;
  font-weight: 400;
  src: local('Aller'), local('Aller-Regular'), url(https://www.platon.com.br/fonts/aller_rg.woff) format('woff');
}
@font-face {
  font-family: 'Armata';
  font-style: normal;
  font-weight: 400;
  src: local('Armata'), local('Armata-Regular'), url(https://www.platon.com.br/fonts/armata.woff) format('woff');
}
@font-face {
  font-family: 'Lucida Sans Unicode';
  font-style: normal;
  font-weight: 400;
  src: local('Lucida Sans Unicode'), url(https://www.platon.com.br/fonts/lucida-sans-unicode.woff) format('woff');
}
@font-face {
  font-family: 'Gotham Book';
  font-style: normal;
  font-weight: 400;
  src: local('Gotham Book'), url(https://www.platon.com.br/fonts/gotham-book.woff) format('woff');
}


/* GERAL */
body{
	font-family: 'Lucida Sans Unicode', sans-serif;
	font-size:12px;
	background: #e0e0e0;
	margin:0px;
}
form input[type="text"], form input[type="password"], form textarea, form select {	
	font-family: 'Lucida Sans Unicode', sans-serif;
	font-size:12px;	
	margin:2px;
	padding:6px;
	color:#5f6061;
	border-radius: 5px;
	border:0 none;
	box-shadow:inset 1px 1px 2px #bababa, inset 0 -1px 0 #e4eaef;
	background-color:#eaeaea;
	border-color:#16171A;
}
form input[type="submit"], form input[type="button"]{
	cursor:pointer;
}
form input.btn{
	font-family: 'Lucida Sans Unicode', sans-serif;
	font-size:12px;	
	padding:6px;
	padding-left:10px;
	padding-right:10px;
	color:#FFF;
	border-radius: 5px;
	border:0 none;
	background-color:#c40c42;
}
form input.btn:hover{
	background-color:#8C0930;
}
input::-moz-focus-inner {
	padding: 0 !important;
    border: 0 none !important;
}
img{
	border:0px;
}
h1,h2{
	margin:0px;
}
h2{
	font-size:14px;
	font-family: 'Lucida Sans Unicode', sans-serif;
	font-weight:normal;
	margin-bottom:10px;
	margin-top:90px;
}
a{
	color:#439ebf;
	text-decoration:none;
	cursor:pointer;
}
a:hover{
	color:#439ebf;
	text-decoration:underline;
	cursor:pointer;
}

.center{
	text-align:center;
}
.right{
	text-align:right;
}

/* ID'S E CLASSES */
#topo{
	width:100%;
	height:152px;
	background: #004158;
	margin-bottom:8px;
}
#topo-corpo{
	width:535px;
	height:152px;
	margin: 0px auto;
	font-family: 'Gotham Book', sans-serif;
	font-size:12px;
	color:#439ebf;
}
#topo-corpo #logo{
	width:299px;
	height:68px;
	margin:40px 0px 0px 0px;
	float:left;
}
#topo-corpo #slogan{
	margin:67px 0px 0px 20px;
	float:left;
}
#linha{
	width:100%;
	height:8px;
	background: #c40c42;
	margin-bottom:30px;
}
#main{	
	width:100%;
}
#box{
	width:550px;
	height:250px;
	margin: 0px auto;
	background:#f2f2f2;
	border-radius: 15px;
	margin-bottom:30px;
	padding:10px;
	text-align:center;
}
#rodape{
	width:550px;
	text-align:center;
	color:#333;
	margin: 0px auto;
}