.main-holder {
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
	margin-bottom:20px;
	margin-top: 20px;
}

#catalogo{
	width:1000px;
	height:665px;
}
#catalogo .turn-page{
	background-color:#ccc;
	background-size:100% 100%;
	-webkit-box-shadow:  0px 2px 5px 2px rgba(0, 0, 0, 1);
    box-shadow:  0px 2px 5px 2px rgba(0, 0, 0, 1);
}

.folhear
{
	position: absolute;
	top: 80px;
	text-align: center;
	width: 100%;
	font-weight: bold;
	font-size: 11px;
}

.aviso {
	margin: 10px auto auto auto;
	width: 450px;
	font-weight: bold;
}

.nav {
	width: 1000px;
	height: 90px;
	margin: 0 auto;
	padding-top: 20px;
}

.seta-esquerda {
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-right:10px solid #fff;
}

.seta-direita {
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 10px solid #fff;
}

.nav .prev .seta-esquerda
{
	margin: 15px 0px 0px 5px;
	float: left;
}

.nav .next .seta-direita
{
	margin: 15px 5px 0px 0px;
	float: right;
}

.nav .prev, .nav .lastpage, .nav .firstpage, .nav .zoom, .nav .next , .nav .pdf , .nav .index{
	text-transform: uppercase;
	background: #808080;
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	border-radius: 5px;
	line-height: 50px;
	height: 50px;
	-webkit-transition:all 300ms ease-in;  
	   -moz-transition:all 300ms ease-in;  
	   -o-transition:all 300ms ease-in;  
	   transition:all 300ms ease-in;  
}
.nav .prev:hover,
.nav .lastpage:hover,
.nav .firstpage:hover,
.nav .zoom:hover,
.nav .next:hover,
.nav .pdf:hover,
.nav .index:hover
{
	background: #F3001E;
	color: #FFF;
}
.nav .prev {
	width: 108px;
	float: left;
}

.nav .next {
	width: 106px;
	float: right;
}



.nav .lastpage {
	width: 150px;
	float: left;
	margin-left: 30px;
}

.nav .firstpage, .nav .pdf, .nav .index {
	width: 108px;
	float: left;
	margin-left: 30px;
}

.nav .zoom {
	width: 81px;
	float: left;
	margin-left: 80px;
}

.zoom-left {
	position: absolute;
	width: 508px;
	height: 652px;
	z-index: 100;
	display: none;
}

.zoom-right {
	position: absolute;
	width: 508px;
	height: 652px;
	margin-left: 508px;
	z-index: 100;
	display: none;
}

.indice pre
{
	font-family: Arial, Helvetica, sans-serif;
}

.indice h3
{
	/* background: #2b2b2b; */
	color: #eb2430;
	float: left;
	font-family: "museo_sans500";
	font-weight: normal;
	margin-bottom: 15px;
	padding: 17px 0 0px;
	text-align: left;
	width: 100%;
}
.indice
{
	background: #fff;
	/* border-right: 1px solid #e7e5e7; */
	display: none;
	font-size: 16px;
	left: 0px;
	padding-bottom: 15px;
	position: absolute;
	display: block!important;
	z-index: 99;
	width: 184px;
}

.indice .fechar
{
	background: #515151;
	border-radius: 15px;
	color: #fff;
	cursor: pointer;
	font-size: 15px;
	padding: 5px 10px;
	position: absolute;
	right: -19px;
	text-align: center;
	top: -18px;
	display: none;
}
.indice .fechar:hover
{
	background: #F3001E;
}
.indice li
{
	border-bottom: 1px dashed #dedede;
	color: #8a8a8a;
	cursor: pointer;
	float: left;
	font-family: "museo_sans500";
	margin: 6px 0 2px 0px;
	padding: 2px 0 !important;
	width: 95%;
	font-size: 11px;
}
.indice li:hover
{
	color: #101010;
	border-bottom: 1px solid #101010;
}
.indicePaginacao
{
	color: #8a8a8a;
    float: left;
    font-family: "museo_sans500";
    font-size: 13px;
    text-align: center;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
}
.indicePaginacao span
{
	background: #FFF;
	border: 1px solid #2b2b2b;
    color: #141414;
    display: inline-block;
    font-family: "museo_sans500";
    margin-right: 5px;
    padding: 1px 0;
    width: 15px;
    cursor: pointer;
}
.indicePaginacao span:hover
{
	background: #2b2b2b;
    color: #fff;
}

.catalogo-baloon {
	position: absolute;
	width: 280px;
	height: 200px;
	right: 0px;
	cursor: pointer;
	top:-150px;
	z-index: 1000;
	background: url(images/catalogo-baloon.png) center center no-repeat
}

.catalogo-zoom {
	position: absolute;
	width: 280px;
	height: 200px;
	right: 410px;
	cursor: pointer;
	bottom:90px;
	z-index: 1000;
	background: url(images/catalogo-zoom.png) center center no-repeat
}
.indice li span {
    font-size: 9px;
}
.nav .index {
    display: none;
}
a.botaoBuscarIndice {
    float: left;
    width: 37px;
    height: 35px;
}

input.buscarIndice {
    float: left;
    height: 33px;
    width: 130px;
    padding: 0px 5px;
    border: 1px solid #ec1928;
}

.indice form {
    margin-top: 25px;
}