/* CSS Document */

* html img {
	filter:expression(
		this.alphaxLoaded ? "" :
		(
			this.src.substr(this.src.length-4)==".png"
			?
			(
				(!this.complete)
				? "" :
				this.runtimeStyle.filter=
				("progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+this.src+"')")+
				(this.onbeforeprint="this.runtimeStyle.filter='';this.src='"+this.src+"'").substr(0,0)+
				String(this.alphaxLoaded=true).substr(0,0)+
				(this.src="images/blank.png").substr(0,0)
			)
			:
			this.runtimeStyle.filter=""
		)
	);
}


body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#externa{
	width:1010px;
	margin-left:auto;
	margin-right:auto;
}

#menu-externa{
	width:1010px;
	height:67px;
	float:left;
}

#logo{
	width:212px;
	height:67px;
	float:left;
	background-image:url(images/logo_singular.gif);
	background-position:top;
	background-repeat:no-repeat;
}

#menu{
	width:716px;
	height:67px;
	float:right;
	margin-right:38px;
}

#menu-superior{
	width:716px;
	height:16px;
}

#menu-inferior{
	width:716px;
	height:51px;
	padding-left:35px;
	_padding-left:40px;
}

#header{
	width:1010px;
	height:411px;
	float:left;
}

#header-flash{
	width:683px;
	height:411px;
	float:left;
	background-image:url(images/bg_flash.jpg);
	background-position:top right;
	background-repeat:no-repeat;
}

#header-slide{
	width:327px;
	height:411px;
	float:right;
	background-image:url(images/bg_slide.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	padding-top:35px;
}

#conteudo-home{
	width:986px;
	height:142px;
	float:left;
	margin-left:11px;;
	margin-top:21px;
	margin-bottom:60px;
	_margin-bottom:36px;
}

#conteudo-interna{
	width:986px;
	padding-left:25px;;
	padding-bottom:36px;
}

#bg-degrade{
	background-image:url(images/bg_line.gif); 
	background-position: center;
	background-repeat:repeat-y; 
	float:left; 
	width:1010px;
}

/*rodapé*/
#footer{
	width:1010px;
	background-color:#dee2e5;
	padding-top:9px;
	float:left;
/*	margin-top:5px;
	_margin-top:10px;	*/
}

#direitos{
	width:330px;
	float:left;
	padding-left:22px;
}

#frog{
	width:80px;
	float:right;
	padding-bottom:7px;
	padding-right:13px;
}

.rodape{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#575858;
	text-decoration:none;
	font-weight:bold;
}

/*fim do rodapé*/


#impressao{
	width:624px;
	height:33px;
	z-index:100;
	position:absolute;
	top:67px;
	left:400px;
	display:none;
	padding-left:45px;
}

#coedicoes{
	width:624px;
	height:33px;
	z-index:200;
	position:absolute;
	top:57px;
	left:610px;
	display:none;
	padding-top:10px;
	padding-left:45px;
}

#biblioteca{
	width:624px;
	height:33px;
	z-index:300;
	position:absolute;
	top:57px;
	left:650px;
	display:none;
	padding-top:10px;
	padding-left:45px;
}

#plataforma{
	width:624px;
	height:33px;
	z-index:400;
	position:absolute;
	top:57px;
	left:840px;
	*left:850px;
	display:none;
	padding-top:10px;
	padding-left:45px;
}

#sub-esquerda{
	width:29px;
	height:33px;
	float:left;
	background-image:url(images/sub_esquerdo.gif);
}

#sub-direita{
	width:28px;
	height:33px;
	float:left;
	background-image:url(images/sub_direita.gif);
}

#sub-impr{
	height:33px;
	float:left;
	background-image:url(images/bg_sub.gif);
	background-position:top;
	background-repeat:repeat-x;
}

#sub-coed{
	width:150px;
	height:33px;
	float:left;
	background-image:url(images/bg_sub.gif);
	background-position:top;
	background-repeat:repeat-x;
}

#sub-bibl{
	width:350px;
	height:33px;
	float:left;
	background-image:url(images/bg_sub.gif);
	background-position:top;
	background-repeat:repeat-x;
}

#sub-plat{
	width:160px;
	height:33px;
	float:left;
	background-image:url(images/bg_sub.gif);
	background-position:top;
	background-repeat:repeat-x;
}

.texto-submenu{
	font-family:Myriad Pro,Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#a3401a;
	text-decoration:none;
}

.texto-submenuon{
	font-family:Myriad Pro,Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#f0906d;
	text-decoration:none;
}

a:hover{
	color:#f0906d;
}

.titulo-home{
	font-family:"Times New Roman", Times, serif;
	font-size:22px;
	color:#9c9c9c;
	text-decoration:none;
}

.texto-sob{
	font-family: Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#FFFFFF;
	text-decoration:none;
}

#super{
	height:16px; 
	width:290px; 
	background-image: url(images/bg_sob.gif); 
	background-position:top;
}

.texto{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#797979;
	text-decoration:none;
}

#titulo-header{
	font-family:"Times New Roman", Times, serif;
	font-size:40px;
	color:#ffffff;
	text-decoration:none;
	width:545px;
	float:right;
	margin-top:79px;
}

.catalogo{
	font-family:"Times New Roman", Times, serif;
	font-size:25px;
	color:#ffffff;
	text-decoration:none;
}	

#header-interna{
	width:1010px;
	height:226px;
	background-image:url(images/bg_internas.jpg);
	background-position:top;
	background-repeat:no-repeat;
	float:left;
}

.texto-interna{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#797979;
	text-decoration:none;
}

.titulo-interna{
	font-family:"Times New Roman", Times, serif;
	font-size:38px;
	color:#ce4e1f;
	text-decoration:none;
}

.titulo-conceito{
	font-family:"Times New Roman", Times, serif;
	font-size:22px;
	color:#ce4e1f;
	text-decoration:none;
}

.subtitulo{
	font-family:"Times New Roman", Times, serif;
	font-size:15px;
	color:#9c9c9c;
	text-decoration:none;
}

#saiba-texto{
	width:221px;
}