/* elementos */

* {
	margin:0;
	padding:0;
	vertical-align:middle;
	list-style:none;
}

body {
	font:13px Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	font-family:"Trebuchet MS", Arial, Georgia;
	color:#FC0;
}

h2 {
	font-size:22px;
}

p {
	margin:10px 0;
	line-height:1.5em;
}

img {
	border:1px solid #FC0;
}

a:link, a:visited, a:hover, a:active {
	color:#FC0;
}

address {
	text-align:center;	
}

/* Classes */

.fones {
	font-size:40px;
	color:#FC0;
	margin:25px 0 0 367px;
}

.destaques-home {
	width:400px;
	height:215px;
	float:left;
	margin:30px 0 30px 50px;
}

.destaques-home img {
	float:left;
	margin:15px;
}

.destaques-portaria {
	width:600px;
	margin:15px auto;
}

.limpeza {
	text-align:center;
}

.limpeza img {
	margin:0 5px;
}

/* IDs */


#principal {
	width:970px;
	display:table;
	margin:0 auto;
	padding:15px;
	background-color:#1B1B1B;
	color:#FFF;
}

#topo {
	width:100%;
	height:290px;
	background-color:#111;
}

#topo h1 a {
	width:239px;
	height:285px;
	text-indent:-5000px;
	overflow:hidden;
	display:block;
	background:url(../imagens/logo.jpg);
	float:left;
}

#menu {
	float:right;
	margin-top:28px;
	font-size:20px;
	line-height:1.5em;
}

#menu a:link, #menu a:visited, #menu a:hover, #menu a:active {
	font-size:20px;
	color:#FFF;
}

#conteudo {
	width:100%;
	display:table;
	clear:both;
}

#rodape {
	width:100%;
	height:60px;
	padding-top:15px;
	clear:both;
	background-color:#111;
}

/* especificas de cada página */

#portaria #conteudo p {
	clear:both;
}

#portaria #conteudo p img {
	float:left;
	margin:10px;
}

#portaria #conteudo p img.direita {
	float:right;
}

#portaria #conteudo h3 {
	clear:both;
}

#portaria #conteudo ul li {
	list-style:circle;
	margin-left:20px;
	line-height:1.5em;
}


/* declaraes para o form */

input, textarea {
  border:1px solid #CCC;
}

fieldset {
  padding:10px;
  border:none;
}

label {
  display:block;
  float:left;
  width:100px;
}

input, textarea {
  margin-bottom:10px;
  border:2px solid #C9E7D0;
}

legend {
	display:none;
}
