﻿/******************************************************

	autor: INPUT CENTER INFORMÁTICA
	versão: 1.0.0
	atualizado em: 18/02/2010

******************************************************/

@import url("conteudo.css");

div#boxListaPeriodos{
	width: 708px;
	position: relative;
	height: 15px;
	padding: 10px 0 0 1px;
	margin-bottom: 38px;
	background: url(../layout/fundoBoxListaPeriodo.png) center top no-repeat;
}
#boxListaPeriodos li{
    float: left;
    margin-top: 2px;
    margin-left: 4px;
    border: 1px solid #096137;
}
#boxListaPeriodos li:first-child{
    margin-left: 0;
}
#boxListaPeriodos a:link, #boxListaPeriodos a:active, #boxListaPeriodos a:visited{
	width: 100px;
  padding-top: 3px;
  padding-bottom: 3px;
	/*height: 15px;*/
	display:block;
	text-align: center;
}
#boxListaPeriodos li:first-child a{
  width: 70px;
}
#boxListaPeriodos a:hover, #boxListaPeriodos a.periodoAtivo{
	background: #D9F1C2;
}
.containerFotosPeriodo{
	width: 705px;
	height: 338px;
	padding-top: 25px;
	background: url(../layout/fundoBoxFotosPeriodo.jpg) repeat-x;	
}
div.periodoInativo{
	display: none;
}
#conteudoColunaDireita ul{
  left: 0;
  list-style-type: none;
  position: absolute;
}
.boxFotosPeriodo{
	width: 655px;
	height: 288px;
	margin: 0 auto;
}
.boxFotosPeriodo img{
	border: 1px solid #FFF;
}
.boxBotoesContainerFotos{
	width: 102px;
	margin: 9px auto 0 auto;
}
.boxBotoesContainerFotos li{
	float: left;
}
.boxBotoesContainerFotos li a:link, .boxBotoesContainerFotos li a:hover, 
.boxBotoesContainerFotos li a:active, .boxBotoesContainerFotos li a:visited{
	width: 35px;
	height: 15px;
	text-indent: -999em;
	overflow: hidden;
	float: left;
}
.boxBotoesContainerFotos li.btnFotoAnterior{
	background: url(../layout/btnFotoAnterior.png) no-repeat;
}
.boxBotoesContainerFotos li.btnProximaFoto{
	background: url(../layout/btnProximaFoto.png) no-repeat;	
}
div#conteudoTexto div#containerInicio img{
  float: right;
  height: 300px;
  width: 228px;
  padding-left: 10px;
}
