@charset "iso-8859-1";
/* CSS Document */
* {
	margin:0;
	padding:0;
	outline:0;
	font-family:"Calibri", Verdana, Geneva, sans-serif;
}
body {
	background:#F1E9D8 url(images/bg_body.jpg) fixed repeat-x ;
	font-size:1em;
}
#geral {
	width:980px;
	margin:0 auto;
	position:relative;
}
#logo {
	/*background:url(images/logo_fundo.png) center 5px no-repeat;*/
	width:350px;
	height:450px;
	padding-top:108px;
	position:fixed;
	float:left;
	text-align:center;
}
#logo a.acliveLogo {
	width:300px;
	height:98px;
	display:block;
	background-image:url(images/logoNova.png);
	margin:0 auto;
}
#logo h1.acliveLogo {
	text-indent:-5000px;
}


#logo .homeLogo {
	width:300px;
	margin:10px auto;
}
#logo .homeLogo li {
	background:url(images/separador.png) right bottom no-repeat;
	float:left;
	padding-right:14px;
	margin-right:8px;
	line-height:12px;
}
#logo .homeLogo li.ultimo {
	background:none;
	padding:0;
	margin:0;
}
#redesSociais {
	width:170px;
	margin:5px auto;
}
#redesSociais img {
	margin-right:10px;
}
#redesSociais img:first-child {
	margin-right:0;
}

/*#twitter a {
	line-height:70px;
}
#twitter a:hover {
	text-decoration:none;
}*/
#logo address {
	padding:10px;
	border-top:1px dotted #000;
	font-style:normal;
	font-size:.7em;
	width:330px;
	position:absolute;
	bottom:0;
	left:0;
	text-align:left;
}
#logo address span {
	font-size:1em;
}
#menuContent {
	width:610px;
	height:100px;
	float:right;
	position:absolute;
	right:0;
}
#menu {
	width:610px;
	height:100px;
	position:fixed;
	/*background:#F1E9D8 url(images/menu.jpg) left top no-repeat;*/
	border:0;
}
#content {
	float:right;
	width:610px;
	padding:100px 0 25px 20px;
	min-height:385px;
	font-size:.9em;
}
/*#content img {
	border:2px solid #000;
}*/
#footer {
	width:610px;
	border-top:1px dotted #000;
	padding:10px 0;
	float:right;
}
#footer ul {
	list-style:none;
	text-align:right;
}
#footer ul li {
	display:inline;
	font-size:.8em;
}
#footer ul li a {
	padding-left:20px;
}

/* ELEMENTOS */
a {
	text-decoration:none;
	color:#000;
}
a:hover {
	text-decoration:underline;
}
ul {
	list-style:none;
}
.clear {
	clear:both;
}
h1 {
	font-size:1.4em;
}
h2 {
	font-size:1.9em;
}

h4 {
	font-size:.9em;
	font-weight:normal;
	margin:10px 0;
	background:url(images/homeLogoBgFrase.jpg) center center no-repeat;
	height:30px;
	line-height:30px;
	color:#FFF;
}
.tituloPagina {
	margin-bottom:20px;
}
.subTitulo {
	margin-bottom:8px;
}
.imgMargin {
	margin:10px;
}
.imgBorder {
	border:2px solid #CCC;
}
.imgBorder:hover {
	border-color:#000;
}
.center {
	text-align:center;
}
.inline {
	display:inline;
}
.destaque {
	font-size:1.4em;
}
cite {
	font-size:.9em;
	color:#666;
}
/* PÁGINAS */
.post {
	padding-bottom:15px;
	font-size:.8em;
	/*border-bottom:1px dotted #000;*/
}
.post h1.subTitulo {
	margin:10px 0 2px 0;
	font-size:1.8em;
}
.post span {
	color:#666;
	font-style:italic;
}
.post span.fonte {
	float:right;
	margin:10px 4px;
}
.post p {
	margin-top:10px;
}
.post img {
	margin:10px 3px;
	/*border:2px solid #000;*/
}

/* CLIENTES */
.listaCli {
	text-align:center;
}
.listaCli li {
	float:left;
	margin-bottom:2px;
}
.listaCli img { 
	margin:1px 2px;
	max-width:140px;
	max-height:90px;
}

/* PORTFOLIO */ 

#bannersPort img {
	border:none;
	margin:10px;
}

.listaPort {
	margin-top:10px;
	text-align:center;
}
.listaPort li {
	float:left;
	margin-bottom:2px;
	width:140px;
	text-align:center;
}
.listaPort img { 
	margin:2px 2px;
	max-width:135px;
	max-height:90;
}

.btPort {
	width:190px;
	height:30px;
	line-height:30px;
	text-align:center;
	background:url(images/btPort.jpg) center center no-repeat;
	float:left;
	margin:10px 7px 0 6px;
}
.btPort:hover {
	text-decoration:none;
}

/* CONTATO */
.formContato {
	width:380px;
	float:left;
}
.formContato label {
	width:68px;
	display:inline-block;
	margin-bottom:4px;
}
.formContato label.msg {
	float:left;
}
.formContato input[type="text"] {
	width:290px;
	padding-left:4px;
}
.formContato input[type="submit"] {
	width:70px;
	height:20px;
	line-height:20px;
	background:url(images/btEnviar.jpg) center center no-repeat;
	border:0;
	text-align:center;
	float:right;
	margin:4px 12px 0 0;
	cursor:pointer;
	padding-bottom:3px;
}
.formContato textarea {
	width:291px;
	padding:2px 0 2px 4px;
	height:80px;
	float:right;
	margin-right:11px;
}

.formTrabalhe {
	margin-top:20px;
	padding-top:5px;
	width:100%;
	border-top:1px dotted #000;
}
.formTrabalhe input[type="file"] {
	width:298px;
	margin-top:10px;
	height:20px;
	background-color:#FFF;
}
.formTrabalhe input[type="submit"] {
	width:70px;
	height:20px;
	line-height:20px;
	background:url(images/btEnviar.jpg) center center no-repeat;
	border:0;
	text-align:center;
	cursor:pointer;
	padding-bottom:3px;
}

.contatoMapa {
	float:right;
	width:200px;
	height:170px;
}

/* PAGINACAO */
#paginacao {
	margin-top:5px;
}
#paginacao img {
	border:none;
}
#paginacao ul li.prox {
	float:right;
	margin-right:7px;
}
#paginacao ul li.ant {
	float:left;
	margin-left:6px;
}


/* site lite */
#siteLite {
	width:200px;
	margin:0px auto;
	text-align:left;
}
#siteLite p {
	padding-bottom:4px;
	font-style:italic;
}
h2.siteLite {
	text-indent:-5000px;
}
a.siteLite {
	height:75px;
	width:200px;
	background-image:url(images/logoSiteLite.jpg);
	display:block;
}