@charset "utf-8";

/* CSS Document */



body{

	font-family: Arial, Helvetica, sans-serif;

	font-size: 11px;

	color: #333;

	margin-left: 0px;

	margin-top: 0px;

	margin-right: 0px;

	margin-bottom: 0px;

	background:#F4F4F4;

}







/* ==== PAGINA HOME - TOPO ==== */

#corpo-topo1{

	width:100%;

	height:100px;

	margin:0 auto;

	float:left;

}



#img-topo1{

	width:900px;

	height:100px;

	margin:0 auto;

	background:url(../img/topo.png) no-repeat;	

}











/* ==== PAGINA HOME - CONTEÚDO ==== */

#corpo-conteudo1{

	width:900px;

	height:500px;

	margin:0 auto;

	clear:both;

	background:#FFF;	

	

}



#conteudo1-esq1{

	width:550px;

	height:450px;

	float:left;

	margin-top:15px;

	margin-left:15px;

}



#conteudo1-dir1{

	width:300px;

	height:450px;

	float:right;

	margin-top:15px;

	margin-right:15px;

}





/* ==== PAGINA HOME - RODAPÉ ==== */

#corpo-rodape1{

	width:100%;

	height:101px;

	background:url(../img/fundo_rodape.png);

	margin:0 auto;

	float:left;

}

#borda-rodape1{

	width:900px;

	height:101px;

	margin:0 auto;

}

#esq-rodape1{

	margin-top:30px;

	width:380px;

	height:auto;

	float:left;	

}

#dir-rodape1{

	margin-top:40px;

	width:100px;

	height:auto;

	float:right;

	text-align:right;

}











/* ==== FORMATAÇÃO ==== */

.form_eps {border:#CCCCCC solid 1px; padding:2px; font-size:11px; font:Arial, Helvetica, sans-serif}

.form_eps:focus {

    behavior: url(../../css/box-shadow.htc);

	-webkit-box-shadow: 0px 0px 4px #82b704;   

    -moz-box-shadow: 0px 0px 4px #82b704; 

	box-shadow: 0px 0px 4px #82b704; 

	border: 1px solid #82b704;  

	outline: none;   

}



.bt1{background:#090; border:none; color:#FFF; cursor:pointer; width:40px; height:21px;}

.bt1:hover{background-color:#82b704}



.link1A {border:none; text-decoration:none; color:#000; padding:0px; cursor:pointer; font-size:12px;}

.link1A:hover {color:#090; text-decoration:underline}



.estilo1 {font-family:Arial, Helvetica, sans-serif; font-size:20px; font-weight:bold;}

.estilo2 {font-family:Arial, Helvetica, sans-serif; font-size:14px; font-weight:bold; text-align:center; color:#FFF; background:#CCC}