@charset "UTF-8";
/* CSS Document */

html {height:100%;}
body {
	margin-top:0px;
	height:100%;
	/*background-image: url(images/body.jpg);
	background-repeat: repeat-x;*/
	/*height:auto;
	background-color:#ebc0ba;*/	
}

a img{border-width:0;}

a {color:#75383e;}
a hover {color:#300; }
  
#principal {
	width:950px;
	margin:0 auto;
	background-color:#ebc0ba;
	display:table;
	min-height:100%;
	position:relative;
	
}

#principal2 {
	width:950px;
	/*height:1600px;*/
	margin:0 auto;
	background-color:#ebc0ba;
	display:table;
	min-height:100%;
	position:relative;
	
}
#cabecalho {
height:315px;
background-image: url(images/bg-cafe.jpg) ;
}

#corpo {
	margin-top:200px;
	margin-left:100px;
	background-image:url(images/bg-corpo.png);
	background-repeat:no-repeat;
	width:766px;
	height:1010px;
	float:left;
	
}

#corpo-home {
	margin-top:200px;
	margin-left:100px;
	background-image:url(images/bg-corpo-home.png);
	background-repeat:no-repeat;
	width:766px;
	height:730px;
	float:left;	
}

#corpo-apostila {
	margin-top:200px;
	margin-left:100px;
	background-image:url(images/bg-corpo-apostila.png);
	background-repeat:no-repeat;
	width:766px;
	height:1450px;
	float:left;
}

#corpo3 {
	margin-top:200px;
	margin-left:100px;
	background-image:url(images/bg-corpo3.png);
	background-repeat:no-repeat;
	width:766px;
	height:780px;
	float:left;
}

#corpo4 {
	margin-top:200px;
	/*margin-left:100px;*/
	background-image:url(images/bg-corpo.png);
	background-repeat:no-repeat;
	width:766px;
	height:750px;
	float:left;
}
#corpo-menor {
	margin-top:200px;
	margin-left:100px;
	background-image:url(images/bg-corpo-menor.png);
	background-repeat:no-repeat;
	width:766px;
	height:459px;
	float:left;
}

#corpo4 {
	margin-top:200px;
	margin-left:100px;
	background-image:url(images/bg-corpo4.png);
	background-repeat:no-repeat;
	width:766px;
	height:575px;
	float:left;
}
#menu {
	width:650px;
	margin:0 auto;
	padding-left:25px;
}

#navlist li{
display: inline;
list-style-type: none;
padding-right: 30px;
color:#75383e;
font-family:Georgia, "Times New Roman", Times, serif;
}

#navlist li a{
text-decoration:none;
color:#75383e;
font-family: Georgia, "Times New Roman", Times, serif;
font-size:18px;
font-weight:400;

}

#navlist li a:hover{
color:#300;

}
#navlist li a:active{
color:#300;
}

.texto {
	font-size:11px;
	float:left;
	width:405px;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin:27px 10px 0px 58px;
	color:#433828;
	line-height:18px;
	text-align:justify;
}

#agenda {
	width:220px;
	float:left;
	margin:25px 0px 0px 10px;	
}

#banner {
	width:645px;
	margin-left:60px;
	padding-left:10px;
}

#rodape {
	/*height:50px;*/
    float:left;
	margin: 0 auto;
	width:750px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	text-align:right;
	padding-top:40px;
	color:#433828;
}

#rodape2 {
	/*height:50px;*/
    float:left;
	margin: 0 auto;
	width:750px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	text-align:right;
	padding-top:150px;
	color:#433828;
}
#rodape3 {
	/*height:50px;*/
    float:left;
	margin: 0 auto;
	width:750px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	text-align:right;
	color:#433828;
}

#rodape4 {
	/*height:50px;*/
    /*float:left;*/
	/*margin: 0 auto;*/
	width:750px;
	height:30px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	text-align:right;
	color:#433828;
	position:absolute;
	bottom:0 !important;
	padding-bottom:30px;
	clear:both;
	margin-top:-30px;
}

.linkrodape {
	width:200px;
	position:relative;
	height:50px;
	float:right;
	bottom:0;
    background-image: url(images/transparente.png);
	display:block;
}
#contato {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	padding:0px 10px 0px 10px;
	color:#433828;
	width:600px;
	margin:0 auto;
	
}
form {
	width:600px;
}
/* LABEL */
label {
     display: block; /* DEIXANDO UM ACIMA DO OUTRO */
     margin: 5px 0 5px 0; /* ESPAÇO ACIMA E ABAIXO */
}

/* FORMATANDO OS IDENTIFICADORES DOS CAMPOS */
label span {
     display: block;
     width: 150px;
     margin-top: 2px;
     float: left;
}

/* FORMATANDO INPUT, SELECT E TEXTAREA */
 textarea, select {
     color: #903;
     width: 230px;
     border: solid 1px  #999999;
}

/* SELECT COM LARGURA AUTOMÁTICA */
select {
     width: auto;

}


textarea {
     
     overflow: auto; /* BARRA DE ROLAGEM AUTOMÁTICA */}
	 
.box2 {
	width:100px;}
	
.check{
	widht:30px;
	
}

.input{
	 color: #903;
     width: 230px;
     border: solid 1px  #999999;
}

.input3{
	 color: #903;
     width: 120px;
     border: solid 1px  #999999;
}

/* FORMATAÇÃO DO BOTÃO
button {
     background: #E6E6E6;
     color: #333333;
     font-weight: bold;
     margin-top: 10px;
	 margin-right:10px;
     border: none;
	 width:70px;
}
 */
 .conteudo{
	float:left;
	width:640px;
	margin-left:65px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	color:#433828;
	text-align:left;
	line-height:14px;
	padding-top:10px;
	/*padding-bottom:30px;*/
	}
 #conteudo-apostilas {
	float:left;
	width:730px;
	margin-left:20px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	color:#433828;
	text-align:left;
	height:100%;
	line-height:14px;
 }
 
 .titulos {
	 font:journal;
	 font-size:30px;
	 color: #903;
 }
 #premio {
	 width:80px;
	 float:left;
	 padding-top:390px;	 
 }
 
 #pensamento{
	 width:80px;
	 float:left;
	 margin-right:10px;
	 padding-top:780px;
	 font-family: Verdana, Geneva, sans-serif;
	 font-size:12px;
	 color:#6A303A;
	 padding-left:5px;
	 font-style:italic;
 }
 
 .pensamentos {
	 color:#6A303A;
	 font-size:13px;
 }
		
.centro {
	text-align:center;
}

.borda-foto {border: 2px solid #fff;}

.justificado {
	text-align:justify;}
	
.menu-catalogo{
	float:left;
	margin-left:50px;
}