/* CSS under construction */

 * {
	margin: 0;
	padding: 0;
}

body{
  font-family: Arial, Helvetica, sans-serif ;
  font-size: 0.9em;
  color: #333!important;
  background: #CFCFCF;
  text-align: center!important;
}

h1{
  font-size: 1.5em;
  font-weight: bold;
  color: #9F9F9F;
  color: #333;
  text-align: left;
  margin: 15px 0 0 55px;
  text-align: center;
}

h2{
  font-weight: normal;
  margin: 25px 0 15px 0;
  color: #024DA1;
  color: #333;
}

p, a{
  color: #231E5C;
  color: #333;
  font-size: 1.1em;
  text-align: center;
  margin: 10px;
}



a{
  text-decoration: none;
}

a:hover, a:active {color: #024DA1!important;}

strong {
  font-size: 1.3em;
}


/* layout */

#page{
  margin: 10% auto;
  padding: 0;
  width: 720px;
  height: 400px;
  background: #fff ;
  text-align: center;
  -moz-border-radius:12px;
  -webkit-border-radius:12px;
  border-radius:12px;
  -webkit-box-shadow: 0px 0.2em 3px #666;
  box-shadow: 2px 2px 3px #666;
}

#page img {
  margin: 45px 0 15px 0;
}


h3 {

  font-size: 2.5em!important;
}

.telefone{
  font-size: 0.7em!important;
}
