﻿/* Neste arquivo serão definidas todas as propriedades comuns a todos
 * os arquivos do site. Nenhuma propriedade que não seja de todas as 
 * páginas está presente aqui. Para configurá-las, acesse os seus
 * arquivos css respectivos */


* {
 padding:0;
 margin:0;
}

a {
  text-decoration: none;
  color: #55e4ff;
}
a:visited {
  color: #55e4ff;
}
h1 {
  color: #00697d;
  font-size: 45px;
}
h1 span {
  font-size: 20px;
}
h2 {
  font-size: 18px;
}



/* --------------------- FONTES ----------------------------*/

body {
  font-family: Trebuchet MS;
}
.meio {
  font-family: Verdana;
  font-size: 12px;
  font-weight:100;
  color: #FFFFFF;
  text-align: justify;
}
p {
  margin-top: 15px;
  margin-bottom: 15px;
  line-height: 20px;
}


/* --------------------- ESTRUTURA BÁSICA ----------------------------*/
/* divs que estrururam as páginas do site */

.siteWrapper {
  margin-left: auto;
  margin-right: auto;
}

.caixatexto {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #EDEDED;
	border: 1px solid #ADAAA5;
}

.botao {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #EDEDED;
	border: 1px ridge #ADAAA5;
	padding: 2px 15px 2px 15px;
}

.textoNormalRight {
	text-align: right;
}

.paragCenter {
	text-align: center;
}

.imgAviso {
	float: none !important;
}

