/* CSS Document */
@import url("screen.css");

#logo_edufal{
	position:absolute;
	top: 18px;
	left: 20px;
	z-index:5000000;
}

#contentside{
	position:absolute;
	overflow-y:auto;
	z-index:1;
	bottom:0px;
	left:0px;
	height: 319px;
	width: 360px;
	background-color: #FFFFFF;
	font-size: 0.8em;
	text-align: justify;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
	background-image: url(imagens/braille_alpha.jpg);
	background-position: 0px 0px;
	background-attachment: fixed;
}

#conteudo{
	padding-left:20px;
	margin-top:10px;
	font-family: tahoma;
	font-size: 0.9em;	

}

#conteudo ol{
	list-style-position: inside;
}


#conteudo h3{
	padding-top:40px;
	font-weight: bold;
	color: #990000;
	font-size: 1.2em;
}

#conteudo h4{
	font-size: 1em;
	color: #990000;
	margin-top: 15px;
}

#conteudo a{
	color: #990000;	
}

.negrito{
	font-weight: bold;	
}

h4.arrow{
	background-image: url(imagens/arrow.gif);
	background-repeat: no-repeat;
	padding-left:10px;
	background-position: left center;
	clear:both;
}

.titulo{
	margin-bottom:10px;
}

.titulo3{
	float:left;
}

.imgtitulo{
	margin-top:15px;
	margin-bottom:15px;
	margin-left:5px;
}

.tit_img{
	float:left;
	margin: 0 20px 10px 0;
}

h5{
	color: #0000FF;	
}

/*-----------------------------------------------------------------------------
                   Regas para SubMenu:
-----------------------------------------------------------------------------*/
#submenu{
	position:absolute;
	left:20px;
	top:20px;
	height:24px;
	width:325px;
	background-image: url(imagens/menu_projetos.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#submenu ul{
	list-style: none;
	text-indent:-9999em
	
}

#submenu li{
	position:absolute;
    top:0;
    height:24px;
}

#submenu li a{
	display:block;
    width:100%;
    height:100%;
    top:0;
}

#submenu01{width:57px; left:0;}

#submenu02{width:58px; left:58px;}

#submenu03{width:72px; left:117px;}

#submenu04{width:61px; left:190px;}

#submenu05{width:73px; left:252px;}

#submenu01 a:hover{background:url(imagens/menu_projetos.jpg) no-repeat 0 -24px;}

#submenu02 a:hover{background:url(imagens/menu_projetos.jpg) no-repeat -58px -24px;}

#submenu03 a:hover{background:url(imagens/menu_projetos.jpg) no-repeat -117px -24px;}

#submenu04 a:hover{background:url(imagens/menu_projetos.jpg) no-repeat -190px -24px;}

#submenu05 a:hover{background:url(imagens/menu_projetos.jpg) no-repeat -252px -24px;}

