@charset "UTF-8";
/* 

Núcleo de Informática 2010
Webdesign responsável: Sergey Vargas - webdesign@infs.com.br

*******************************************************************/

* { margin:0px; padding:0px;}
.clear {clear:both;}
.clearfix, .main{ display:block;} 
.clearfix:after, .main:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
}

/*       Estrutura 		*/
.box { width: 960px; margin-left:auto; margin-right:auto}
body { background:url(../images/bg.jpg); background-position:center top; background-repeat:no-repeat; background-attachment: scroll;}

/*      Corpo		*/
#logo { height:200px; }
#banner {height:200px; width:100%; background:url(../images/bg_banner.png); background-repeat:no-repeat; background-position:top; margin-top:20px; position: relative;}
#caixa { float:left; width:310px; padding:5px;  background:url(../images/bg_caixa.png); background-repeat:no-repeat; background-position:top; margin-top:20px;}
#caixa2 { float:left; width:auto; padding:5px; }
#aviso {
	width:500px;
	padding:5px;
	margin-top:50px;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFF;
	font-style:oblique;
	font-variant:normal;
	font-weight:bold;
	padding:20px;
	border:2px dashed #09F;
	text-align: center;
}
#aviso h1 { font-size:52px; font: Georgia, "Times New Roman", Times, serif; color:#900;}
#bt {  background: url(../images/bt.png); background-repeat:no-repeat; background-position:center; height:60px; margin-top:10px; padding-left:60px; padding-top:5px;}
#footer {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
	margin-top:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.7em;
	color:#666;
	padding:15px;
}
    #footer_404 {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.7em;
	color:#666;
	padding:15px;
	position: fixed; bottom: 0px; margin-bottom:0px;
	width:100%;

} 

#aviso p { font-size:18px; }

/* CAIXA AVISO
------------------------------------------------------*/

#csc {background : #e5f5fb url(../fmf/images/corner1.gif) no-repeat; width : 48em; height : auto; position : relative;padding : 10px 25px;}
.tl, .tr, .bl, .br {position : absolute; width : 11px;height : 10px; display : block;margin-bottom : -1px;  /* this is for IE */}
.tr {background : transparent url(../fmf/images/corner2.gif) no-repeat;top : 0;right : 0;}
.bl { background : transparent url(../fmf/images/corner3.gif) no-repeat;bottom : 0; left : 0;}
.br {background : transparent url(../fmf/images/corner4.gif) no-repeat;right : 0;bottom : 0;}
#csc img {float:left; margin-right:20px;}
#csc h3 { font:"Trebuchet MS", Arial, Helvetica, sans-serif; font-size:18px; font-style:italic; font-weight:bold; }
#t1 {font-size:16px;}
#t2 {font-size:16px;color:#69C;}
