/**
	* @name stylesite.css
	* @desc CSS StyleSheet
	* @version v3.0 - Bras�lia, 03 de Mar�o de 2008
	* @author Thiago Borges
	* @category CSS
	* @package Minist�rio da Ci�ncia e Tecnologia - MCT
**/



/* ============================================================= */
/* ========================== Body ============================= */
/* ============================================================= */



BODY{
	font-family: Arial,Verdana,Sans-Serif;
	
	background-image: url(/html/imagens/site/bg-top-body.jpg);
	background-repeat: repeat-x; 
	background-position: top; 	
	background-color: #f0f0f1;
	
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

/* ========================================================================== */
/* =========================== Barra do Governo ============================= */
/* ========================================================================== */

.bgBarraTop{
        background:url(/html/imagens/site/bg-barra-top.jpg) repeat-x;
	height:28px;
        text-align:center;
}

.bgLogoBrasil{
        background:none;
        height:28px;
        width:928px;
        margin-left:auto;
        margin-right:auto;
        text-align:right;
}


/* # Barra Brasil ---------------------------------------------------------- */

#barra-brasil { 
	position:relative; 
	overflow:hidden; 
	min-width:928px; 
	background:#00500F url(/html/imagens/barra-brasil-v3-bgx.png) center bottom no-repeat;
	text-align:center;
}

#barra-brasil .barra {
	display:block; 
	width:928px; 
	height:28px; 
	margin-left:auto; 
	margin-right:auto;
	background:url(/html/imagens/barra-brasil-v3-bgx.gif) 0 bottom repeat-x;
}

#barra-brasil .barra ul {
	float:right; 
	width:319px;
	list-style: none;
	margin:0 auto;
}

#barra-brasil .barra ul li {
	float:left; 
	padding-left: 25px;
}

#barra-brasil .ai {
	background: #00500F url(/html/imagens/ai.png) no-repeat 0 4px; 
	display:block; 
	width:161px; 
	height:28px; 
	text-indent:-10000px
}

#barra-brasil .brasilgov {
	background:#00500F url(/html/imagens/brasil.png) no-repeat 0 4px; 
	display:block; 
	width:108px; 
	height:28px; 
	text-indent:-10000px
}




/***HOME COM FLOAT NOVO PREFIXO - FEV-2012***/
#shadowFloatBanner{
position:absolute;
z-index:99;
width:100%;
height:100%;
background:url(../imagens/site/shadow-bg.png) repeat;
}

#shadowFloatBanner *{
padding:0;
margin:0;
border:none;
list-style:none;
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
color:#333;
}

#floatBanner{
margin:150px auto 0 auto;
width:480px;
}

#fecharFloat{
display:block;
float:right;
height:22px;
cursor:pointer;
}

#contentFloatBanner{
background:#FFF;
padding:10px;
clear:both;
border:3px solid #147ba1;
}

#contentFloatBanner h2{
margin-bottom:10px;
font-weight:normal;
color:#147ba1;
font-size:24px;
}

#contentFloatBanner p{
font-size:14px;
line-height:22px;
}

#contentFloatBanner p span{
font-size:18px;
font-weight:bold;
color:#147ba1;
}

#contentFloatBanner h3{
margin-top:10px;
font-weight:normal;
font-size:18px;
}

/***HOME COM VIDEO SOBRE CIENCIA SEM FRONTEIRAS - JAN-2012***/
#conheca-tvCsf *{
padding:0;
margin:0;
border:none;
list-style:none;
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
color:#242424;
}

#conheca-tvCsf {
overflow:hidden;
margin-bottom:30px;
}


#conheca-tvCsf h2{
margin-bottom:10px;
font-weight:normal;
font-size: 30px;
border-bottom:1px dotted #242424;
}

#video-csf {
width:463px;
display:block;
float:left;
z-index:10;
}

#infos-video {
width:450px;
float:right;
}


#links-csf{
width:100%;
height:35px;
padding:10px 0;
margin:10px 0;
border-top:1px dotted #242424;
border-bottom:1px dotted #242424;
}

#links-csf li{
float:left;
padding-right:22px;
margin-right:22px;
background:url(images/border-links.png) center right no-repeat;
}

#links-csf li:first-child{
margin-left:5px;
}

#links-csf li:last-child{
background:none;
padding:0;
margin:0;
}

#links-csf li a{
display:block;
float:left;
}

#infos-video p {
line-height:18px;
font-size:14px;
text-align:justify;
}

.overimg:hover img{ /*Efeito de hover em links com imagens - nao aplicar em png transparente pois o IE nao renderiza o efeito corretamente*/
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; 
filter: alpha(opacity=60);
opacity: .6;
}