@charset "utf-8";
/* Este arquivo pertence ao site do Clube de Desbravadores Calebe */
A {
 	font-family: Verdana;
 	font-weight: normal;
 	color: #333333;
 	text-decoration: none;
 	position: relative;
}
	
A:LINK {
	font-family: Verdana;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	position: relative;
}

A:VISITED {
	font-family: Verdana;
	font-weight: normal;
	color: #333333;
	position: relative;
}
A:HOVER {
	font-family: Verdana;
	color: #cc0011;
	text-decoration: none;
	text-decoration: underline;
	position: relative;
}

.cabecalho{
	width:100%;
	height:14px;
	float:left;
	text-align:right;
	font-family:Verdana;
	font-size:10px;
	background-color:#ffffff;
}

.topo1{
	width:40%;
	height:181px;
	float:left;
	background-color: #cc0011;
	padding-top:5px;
}
.logo_topo{
	width:302px;
	height:174px;
	background-image: url("../imagens/logo_topo.jpg");
	background-repeat:no-repeat;
	float:right;
	padding-right:10px;
}
.topo2{
	width:60%;
	height:186px;
	float:left;
	background-color:#CC0011;
}
.topo_dir{
	width:609px;
	height:186px;
	float:left;
	background-color:#CC0011;
}
.fotos_topo{
	width:597px;
	height:186px;
	/*background-image: url("../imagens/fotos_topo.jpg");
	background-repeat:no-repeat;*/
	float:left;

}
.sombra_esq{
	width:6px;
	height:186px;
	background-image: url("../imagens/sombra_esq.jpg");
	background-repeat:no-repeat;
	float:left;

}
.sombra_dir{
	width:6px;
	height:186px;
	background-image: url("../imagens/sombra_dir.jpg");
	background-repeat:no-repeat;
	float:left;

}
.sombra{
	float:left;
	width:100%;
	height:6px;
	background-image: url(../imagens/sombra_topo.jpg);
	background-repeat:repeat-x;
}
.menu{
	width:100%;
	height:22px;
	float:left;
	text-align:center;
	font-family:Verdana;
	font-size:11px;
	padding-top:6px;
	background-color:#ffffff;
}

.geral{
	width:100%;
	height:400px;
	text-align:center;
	font-family:Verdana;
	float:left;
	font-size:11px;

}
.fullcont{
	width:39%;
	height:400px;
	text-align:center;
	font-family:Verdana;
	float:left;
	font-size:11px;
	background-color:#ffffgg;
}
.conteudo{
	width:517px;
	height:392px;
	overflow: auto;
	border: solid;
	border-width:thin;
	border-color:#CCCCCC;
	background-color:#ffffff;

}
.separacao1{
	width:85%;
	height:196px;
	text-align:center;
	font-family:Verdana;
	float: right;
	font-size:11px;
}
.separacao2{
	width:85%;
	height:196px;
	text-align:center;
	font-family:Verdana;
	float: right;
	font-size:11px;
}
.prop1{
	width:192px;
	height:128px;
	text-align:center;
	font-family:Verdana;
	float: left;
	font-size:11px;
	border: solid;
	border-width: thin;
	border-color:#CCCCCC;
	background-image:url(../imagens/advir.jpg);
	background-repeat:no-repeat;
	margin-top:5px;
}
.prop2{
	width:192px;
	height:128px;
	text-align:center;
	font-family:Verdana;
	float: left;
	font-size:11px;
	border: solid;
	border-width: thin;
	border-color:#CCCCCC;
	background-image:url(../imagens/michelson.jpg);
	background-repeat:no-repeat;
	margin-top:5px;

}
.rodape{
	width:100%;
	height:80px;
	text-align:center;
	font-family:Verdana;
	float:left;
	font-size:10px;
	color:#333333;
	background-color:#ffffff;

}
body{
	background:#FFFFFF;
	margin:0;
	text-align:center;
	font-size:11px;
	font-family:Verdana;
}
.texto2{
	text-align:center;
	font-size:10px;
	font-family:Verdana;
}

