*{
	margin:0;
	padding:0;
	font-size:14px;
	font-family: Corbel;
	color: #fff;
	
}
/* GLOBAIS */
.linkNormal a{
	text-decoration:none;
	color:#66FFFF;
	-moz-transition:all 0.2s;
	-o-transition:all 0.2s; 
	-webkit-transition:all 0.2s;
}

a{
	text-decoration:none;
	color:#fff;
	-moz-transition:all 0.2s;
	-o-transition:all 0.2s; 
	-webkit-transition:all 0.2s;
}

a:hover{
	color:#003366;
	transition:all 0.2s; 
	-moz-transition:all 0.2s;
	-o-transition:all 0.2s; 
	-webkit-transition:all 0.2s;
}

a.linkNormal{
	text-decoration:none;
	color:#000;
	text-decoration: underline;

}


a.linkNormal:hover{
	text-decoration:none;
	color:#333;

}


.azul{
	color:#003366;
}

.cinza{
	color:#999;
}

.preto{
	color:#000;
	font-weight: bold;
	font-size: 17px;
}


h1{
	font-size: 30px;
}

h2{
	font-size: 19px;
}

html, body, #Base {height: 100%;}

body > #Base {height: auto; min-height: 100%;}

body{
	background:url(../imgs/fundo.png) repeat-x #256E93;
}

#Base{
	margin: 0 auto;
}

#Topo{
	width: 1000px;
	height: 160px;
	margin: 20px auto;
}

#imgLogo{
	display: block;
	margin: 0 auto;
}

.divisor{
	display: block;
	width: 1000px;
	height: 1px;
	margin: 0 auto;
	background-color: #369CCD;
	margin-bottom: 20px;
}

#Menu{
	overflow:hidden;
	display: block;
	width: 790;
	margin: 10px auto;
	text-align: center;
	padding-left: 40px;
}

#Menu li{
	display:inline-block;
	margin-right:35px;
	text-align: -webkit-match-parent;
}

#MenuDois{
	overflow:hidden;
	display: block;
	width: 790;
	margin: 10px auto;
	text-align: center;
	padding-left: 40px;
}

#MenuDois li{
	display:inline-block;
	margin-right:35px;
	text-align: -webkit-match-parent;
}
	
.fonteMaior{
	font-size: 15px;
}

#BaseSlide{
	width: 1000px;
	margin: 0 auto;
}

#Slide{
	width:900px;
	height:280px;
	overflow:hidden;
	margin: 70px auto;
	-moz-box-shadow: 0px 0px 20px -2px #000;
	-webkit-box-shadow: 0px 0px 20px -2px #000;
	box-shadow: 0px 0px 20px -2px #000;
}

#Slide ul{
	z-index: -1;
}

	#pager{
		float:right;
		margin-right: 20px;
		position:relative;
		margin-top: -30px;
		/*background-color: #ff0000;*/
	}
	.testeInd{background:#999999; height:12px; width:12px; padding:0 7px; font-size:10px;cursor:pointer;margin-left:7px;}
	.testeInd:hover{background:#666;color:#666;}
	.activeSlide {background:#FFF;color:#FFF;}

#prev, #next{
	background:url(../imgs/prev.png) repeat-x;
	display: block;
	width: 15px;
	height: 19px;
	float: left;
	margin-top: -200px;
}

#next{
	float: right;
	background:url(../imgs/next.png) repeat-x;
}

#prev:hover{
	background:url(../imgs/prev2.png) repeat-x;
}

#next:hover{
	background:url(../imgs/next2.png) repeat-x;
}
	

#Conteudo {
	width: 900px;
	margin: 0 auto;
	padding-bottom: 180px;
} 

#Texto{
	width: 600px;
	height: auto;
	min-height: 400px;
	float: left;
}

p{
	margin-bottom: 20px;
}

.listaNormal{
	margin-left: 30px;
	
}

#FundoMidias{
	width: 250px;
	height: 300px; 
	float: right;	
}

#Twitter{
	float: right;
}

#Midias{
	width: 260px;
	height: 164px; 
	float: right;
	margin-right: -35px;
	padding: 14px 14px;
	background: url(../imgs/fundoMidias.png) no-repeat;
}

.LogoFacebook, .LogoTwitter{
	background:url(../imgs/logoFacebook.png) repeat-x;
	display: block;
	width: 45px;
	height: 45px;
	float: left;
	margin-top: 18px;
	margin-left: 55px;
}

.LogoTwitter{
	background:url(../imgs/logoTwitter.png) repeat-x;
	margin-left: 30px;
}

.LogoFacebook:hover{
	background:url(../imgs/logoFacebook2.png) repeat-x;
}

.LogoTwitter:hover{
	background:url(../imgs/logoTwitter2.png) repeat-x;
}

#BaseRodape {
	position: relative;
	margin-top: -180px; /* A mesma altura do rodapé, o valor deve ser negativo */
	height: 180px;
	clear:both;
	background: url(../imgs/fundoRodape.png) repeat-x;
	padding-top: 50px;
}

#Rodape{
	width: 1400px;
	height: 180px;
	margin: 0 auto;
}

.LogoCIn{
	background:url(../imgs/logoCIn.png) repeat-x;
	display: block;
	width: 100px;
	height: 130px;
	float: left;
}

.LogoCITi{
	background:url(../imgs/logoCITi.png) repeat-x;
	width: 150px;
	height: 100px;
	margin-top: 20px;
	margin-left: 100px;
	float: left;
	display:block;
}

.LogoACM{
	background:url(../imgs/logoACM.png) repeat-x;
	display: block;
	width: 150px;
	height: 130px;
	float: left;
	margin-left: -10px;
}

.LogoSBC{
	background:url(../imgs/logoSBC.png) repeat-x;
	display: block;
	width: 150px;
	height: 130px;
	float: left;
}

/*.LogoCIn:hover{
	background:url(../imgs/logoCIn2.png) repeat-x;
}

.LogoCITi:hover{
	background:url(../imgs/logoCITi2.png) repeat-x;
}*/

#LogosApoios{
	width: 1000px;
	height: auto;
	margin: 10px auto;
}

#LogoPublisher{
	margin-right: 60px;
	float: left;
}

#LogoCooperation{
	margin-right: 60px;
	float: left;
}

#abaixaLogo{
	margin-top: 10px;
}

.desenvolvido{
	float: right;
	margin-top: -30px;
	margin-right: 50px;
}

.LogoCITiMenor{
	background:url(../imgs/logoCITiMenor.png) repeat-x;
	display: block;
	width: 55px;
	height: 33px;
	float: right;
	margin-top: -20px;
}

/*.LogoCITiMenor:hover{
	background:url(../imgs/logoCITiMenor2.png) repeat-x;
}*/


#CaixaTwitterFace{
	float: left;
	font-size: 14px;
	padding-top: 20px;
	width: 240px;
	margin-left: 20px;
	height: 320px;
	display: block;
	background: url(../imgs/caixaMidias.png) no-repeat;
-webkit-border-radius: 30px;
-webkit-border-top-right-radius: 0;
-moz-border-radius: 30px;
-moz-border-radius-topright: 0;
border-radius: 30px;
border-top-right-radius: 0;
	padding-left: 20px;
	padding-right: 10px;
}

.nav{
	padding: 10px 0px 10px 0px;
}
#CaixaTwitterFace a{
	color: #036;
}
#CaixaTwitterFace a:hover{
	color: #5e5f5d;
}
.seletorTwitter, .seletorFacebook{
	margin-right: 10px;
	width: 73px;
	height: 14px;
	display: block;
	float: left;
	/*text-indent:9999px;*/
	background:url(../imgs/twitter.png) no-repeat;
	cursor: pointer;
	overflow:hidden;
}

.seletorTwitter{
	margin-top: 2px;
}

.seletorFacebook{
	width: 81px;
	height: 16px;
	background:url(../imgs/facebook.png) no-repeat;
	opacity: 0.2;
}
.author{
	color: #5f5e5d;
	font-weight: bold;	
}
.tweet{
	color: #5e5f5d;
	padding: 5px 0px 5px 0px;
}

.time{
	color: #5e5f5d;
}

.clearfix:after {
       visibility: hidden;
       display: block;
       font-size: 0;
       content: " ";
       clear: both;
       height: 0;
}

* html .clearfix {
       zoom: 1;
} /* IE6 */
*:first-child+html .clearfix {
       zoom: 1;
} /* IE7 */
/* BOX MÍDIAS */
