﻿@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-weight: inherit;
font-style: inherit;
/*font-size: 12px;*/
/*font-family: inherit;*/
/*font-family: Arial, Helvetica, sans-serif;*/
font-family: "Geometr212 BkCn BT";
vertical-align: baseline;

text-decoration:none;
color:#FFFFFF;
}
:focus {
outline: 0;
}
body {
line-height: 1.3;
background: url(img/bg-geral.png) top;
font-size:12px;
}
ol, ul {
list-style: none;
}

table {
border-collapse: separate;
border-spacing: 0;
}
caption, th, td {
text-align: left;
font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: "";
}
blockquote, q {
quotes: "" "";
}

/*--------------------------------------------------*/

li{	display:inline;	}

h3 {
	color:#8F1E78;
	font-size:18px;
	border-bottom: solid 3px #8F1E78;
	}
h4 {
	font-size:14px;
	font-weight:bold;
	}
p {
	text-align:justify;
	}

/*--------------------------------------------------*/

#geral{
	width:940px;
	margin: 0 auto;
	}

/*--------------------------------------------------*/

#topo{
	position:relative;
	display:block;
	height:120px;
	/*padding: 10px 0 10px 0;*/
	/*background: url(img/topo.png) no-repeat top;*/
	}

/*--------------------------------------------------*/

.logo{
	position:absolute;
	width:210px;
	height:90px;
	/*background: url(img/help-logo.png) no-repeat center;*/
	margin-left: 70px;
	z-index:2;
	}

/*--------------------------------------------------*/

#menu{
	width:360px;
	height:27px;
	display:block;
	float:right;
	/*background: #FCF2F2 url(img/bg-menu.png) no-repeat center top;*/
	margin-right:120px;
	}
	
#menu ul li a{
	background-position:left top;
	background-repeat:no-repeat;
	height:27px;
	display:block;
	float:left;
	padding: 0 15px 0 0;
	}
#menu ul li a:hover{ background-position:left bottom; }
#menu ul li a.ativo{ background-position:left bottom; }

/*#menu ul li.btn-inicio { width: 68px; }*/
#menu ul li.btn-inicio a{
	width: 102px;
	background-image:url(img/btn-inicio.png);
	}
#menu ul li.btn-servicos a{
	width: 102px;
	background-image:url(img/btn-servicos.png);
	}
#menu ul li.btn-contato a{
	width: 102px;
	background-image:url(img/btn-contato.png);
	}

/*--------------------------------------------------*/

#conteudo{
	position:relative;
	width:910px;
	height:410px;
	float:left;
	display:block;
	padding: 60px 15px 30px 50px;
	display:table; /*AJUSTA ALTURA DA PÁGINA COM CONTEÚDO*/
	/*background: url(img/conteudo.png) no-repeat center;*/
	z-index:1;
	}
	
/*--------------------------------------------------*/

#redes-sociais-geral{
	position:absolute;
	right:20px;
	width: 270px;
	top: 10px;
	}
.redes-sociais{
	height:50px;
	margin: 5px 0 5px 0;
	}
	
/*--------------------------------------------------*/

.separador{
	width:940px;
	height:40px;
	float:left;
	background-position:top;
	background: #FCF2F2 url(img/separador.png) no-repeat top;
	}
/*--------------------------------------------------*/

#rodape{
	position:relative;
	width:100%;
	height:90px;
	float:left;
	/*padding: 10px 15px 3px 15px;*/
	font-size:12px;
	color:#CCCCCC;
	/*background-color:#FCF2F2;*/
	background: url(img/bg-rodape.png) repeat-x top;
	}
.rodape-menu a {
	color:#EC268F;
	border-left:#EC268F 2px solid;
	padding: 0 10px 0 5px;
	}
.rodape-menu a:hover {
	text-decoration: none;
	color:#F180B2;
	/*border-bottom:#F90 2px solid;*/
	}
#direitos{
	position:absolute;
	right: 15px;
	top: 22px;
	color:#EC268F;
	}

/*--------------------------------------------------*/

#rodape-centro{
	position:relative;
	width:800px;
	height:40px;
	padding: 20px 15px 20px 15px;
	margin: 0 auto;
	}
#logo_filosophia {
	position:absolute;
	right: 15px;
 	}

/*--------------------------------------------------*/

.borda{
	padding:10px;
	background-color:#FFFFFF;
	/*SOMBRA*/
	-moz-box-shadow: 3px 3px 3px #CCCCCC;
	-webkit-box-shadow: 3px 3px 3px #CCCCCC;
	box-shadow: 3px 3px 3px #CCCCCC;
	}
.quadro{
	width: 200px;
	height:280px;
	float:left;
	/*margin: 7px;*/
	}
.espaco{
	width: 10px;
	height:250px;
	float:left;
	}
