﻿@charset "utf-8";

#texto {
  width: 765px;
  float: right;
  margin: 0 25px 50px 10px;
}

.apewebedicao {
  position: relative;
  float: left;
  margin: 0 10px 30px 10px;
}

.apewebedicao img {
  position: relative;
  width: 135px;
  height: 175px;
  border: 2px solid #c3510e;
  z-index: 0;
}

.apeweblabel {
  position: absolute;
  top: 0;
  left: 0;
  width: 135px;
  padding-top: 185px;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
  z-index: 999;
}

.apeweblabel:hover {
  color: #ff8947;
}

.apewebResumo {
  position: relative;
  border-bottom: 1px dashed #ccc;
  padding: 20px 10px 10px;
}

.apewebResumo h3 {
  font-weight: bold;
  font-size: 14px;
}

.apewebResumo p {
  font-size: 10px;
  color: #f60;
}

.linhafina p {
  font-size: 10pt;
  text-align: justify;
  margin-top: 15px;
  color: #87562b;
}

.linhafina img {
  width: 55px;
  float: left;
  margin-right: 10px;
}

.apewebTexto {
  margin: 10px;
}

.apewebTexto h3 {
  padding-top: 10px;
}

.apewebTexto p {
  font-size: 10px;
  color: #f60;
}

.apewebConteudo {
  margin-top: 15px;
}

.apewebConteudo p {
  font-size: 10pt;
  text-align: justify;
  margin-bottom: 15px;
  color: #87562b;
}

.apewebConteudo .descricao {
  color: #f60;
  font-style: italic;
}

.apewebConteudo br {
  margin-bottom: 15px;
}

.apewebConteudo li {
  margin-bottom: 15px;
}

.apewebConteudo img {
  float: left;
  margin-right: 10px;
}

.apewebConteudo .sign {
  margin-top: 20px;
}

.apewebConteudo .sign p,
.apewebConteudo .sign a {
  color: #f60;
}

.apewebConteudo .sign br {
  margin-bottom: 0;
}

#top {
  position: relative;
  margin: 30px 10px;
  float: right;
}

#apewebBreadcrumb {
  position: relative;
  margin: 10px 5px 0;
  font-size: 12px;
  border-bottom: 1px dotted #ddd;
}

#apewebBreadcrumb a, #apewebBreadcrumb a:hover {
  text-decoration: none;
}

#apewebBreadcrumb span {
  color: #aaa;
}

/* CSS Antigo */

.texto2 {
	width:600px;
	border: 1px solid #b0c1d1;
	margin-bottom:15px;
	padding-left:15px;
	padding-top:15px;
	padding-right:15px;
	}
	
.texto3 {
	width:600px;
	border: 1px solid #87562b;
	margin-bottom:15px;
	padding-left:15px;
	padding-top:15px;
	padding-right:15px;
	}

.texto {
	font-size: 1.0em;
	margin-top: 15px;
	min-height:400px;
	_height:400px;
}
.texto * { font-family: Arial Narrow, Helvetica, sans-serif; }
.texto h3, .texto a { color: #9d6314 }
.texto h3 {
	font-size: 1.2em;
	font-weight: normal;
	margin-bottom: 10px;
}

.texto h2, .texto a { color: #864501 }
.texto h2 {
	font-size: 1.4em;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top:10px;
}

.texto img {
	float:left;
	margin-right:10px;
	margin-bottom:10px;
	}

.texto p, .texto ul, .texto ol {
	text-align: justify;
	line-height: 1.5em;
	margin-bottom: 15px
}
.texto ul, .texto ol { padding-left: 0px }
.texto li { margin-bottom: 7px }
.texto ul li { list-style: disc; margin-left:40px; }
.texto ol li { list-style:  }
.texto a:link { text-decoration: underline }
.texto a:visited { text-decoration: underline }
.texto a:hover, .texto a:focus, .texto a.focus { text-decoration: none }


.texto h1 {
	background:url(../images/quem-somos.jpg) no-repeat;
	text-indent:-9999px;
}

#nav {
	margin-left:160px;
	margin-top:20px;
	padding-bottom:80px;
}

.back {
	float:left;
	margin-right:5px;
	}
	
.back a {
	display:block;
	background:url(../images/anterior-orange1.gif) no-repeat;
	width:104px;
	height:19px;
	text-indent:-9999px;
	}
	
.back a:hover, .back a.hover, .back a:focus, .back a.focus {
	background:url(../images/anterior-orange2.gif) no-repeat;
	}
	
.pag {
	float:left;
	margin-right:5px;
	}
	
.pag span {
	color:#fff;
	margin-left:8px;
	text-decoration:none;
	}
	
.pag a {
	display:block;
	background: url(../images/pag1.gif) no-repeat;
	width:22px;
	height:19px;
	text-decoration:none;
	}

.pag a:hover, .pag a.hover, .pag a:focus, .pag a.focus {
	background:url(../images/pag2.gif) no-repeat;
	text-decoration:none;
	}
	
.next {
	float:left;
	}
	
.next a {
	display:block;
	background:url(../images/proximo-orange1.gif) no-repeat;
	width:104px;
	height:19px;
	text-indent:-9999px;
	}
	
.next a:hover, .next a.hover, .next a:focus, .next a.focus {
	background:url(../images/proximo-orange2.gif) no-repeat;
	}
