@charset "utf-8";
/* CSS Document */

/*/////////////// Documento HMTL /////////////////*/
	body,td,th {
		font-family: Helvetica, Arial, sans-serif;
		font-size: 13px;
		color: #FFF;
	}
	
	.img {
		border:#0C9 2px;		
	}

	A.img:hover {border-style:inset; border:#ffcc00 2px;}
	

	
	body {
		margin-left: 0px;
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
		background-color:#28bcc8;
	}
	
	p{
		margin-left: 30px;
		margin-right: 30px;
	}
	
	h1{
	font-size: 34px;
	color: #FFF;
	font-weight:bolder;
	letter-spacing:-2px;
	font-family:  "Calibri",Helvetica,  Arial, sans-serif;
	margin-left:15px;
	margin-right:15px;
	}
	
	h2{
	font-size: 28px;
	color: #FFF;
	font-weight:bolder;
	letter-spacing:-1px;
	margin-left:15px;
	margin-right:15px;
	}
	
	A:link {text-decoration:none; color:#FFF}
	A:visited {text-decoration:none; color:#FFF}
	A:active {text-decoration:none; color:#ffcc00}
	A:hover {text-decoration:underline; color:#ffcc00}
	
	h3{
		font-size: 15px;
		color: #FFF;
		font-weight:normal;
	}

/*/////////////// CLASS /////////////////*/
h2, h3, .h2, .h4, .h3 {
		letter-spacing:0px;
		font-weight:bold;
		font-family: "Calibri", Helvetica,  Arial, sans-serif;	
}
	.h2{
		
		font-size: 24px;
		color: #FFF;
		font-weight:bold;
	}
	
	.h3{
		
		font-size: 19px;
		color: #FFF;
		font-weight:bolder;
	}
	
	
	.h4{
		
		font-size: 14px;
		color: #FFF;
		font-weight:bold;
	}
	
	.destaque{
		color:#ffcc00;
	}
		
	.copy {
		font-size: 11px;
		font-style: normal;
		color:#666;
	}

/*/////////////// Class Estruturais /////////////////*/

	#copyright{
		border:0;
		margin: 5px 0 0 30px;
	}
	
	#danielCapanema{
		border:0;
		margin: 0 0 0 40%;
	}

	#lucasMendonca{
		border:0;
		margin: 0;
		
	}
	.distancia{
		text-align: justify;
		margin-right: 50px;
	}
	
	.noticias{
	text-align: justify;
	margin-right: 25px;
	margin-left: 20px;
	margin-top: 20px;
	}
	
	
	.arquivo_noticias{
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 75px;
	line-height: 23px;
	background-color: #29b7c3;
	border-left:#23e1f2 solid 4px;
	padding: 10px;
	padding-bottom: 15px;
	text-align:justify;
	color:#ffcc00;
	}

	
	
	.menu_lateral{
	margin-right: 10px;
	margin-left: 18px;
	margin-top: 65px;
	padding-top: 10px;
	padding-left: 10px;
	line-height:23px;
	padding-bottom: 10px;
	background-color: #29b7c3;
	border-left:#23e1f2 solid 2px;
	}
	
	.fundo_piscina{	
		background-image:url(./imagens/fundo_piscina.jpg); background-repeat:no-repeat;
	}
	
	.fundo_separador{	
		background-image:url(./imagens/linha_separador.gif); background-repeat:repeat-x;
	}

	.separador{
	width:100%;
	height: 4px;
	margin-top:20px;
	background-color: #23e1f2;
	border-bottom:#FFF solid 1px;
	border-top:#FFF solid 1px;
	}
	

