@charset "utf-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

.classePNG{behavior:url(iepngfix.htc);}

html, body {height:100%;} 
body{
	margin:0;
	padding:0;
	/*background-color:#2A2A2A;*/
	background-color:#161616;
	background-image:url(../images/fundoBody.png);
	background-repeat:repeat-y;
	background-position:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	/********/
	scrollbar-arrow-color:#ff5a00;
	scrollbar-3dlight-color:#444444;
	scrollbar-highlight-color:#333333;
	scrollbar-face-color:#000000;
	scrollbar-shadow-color:#333333;
	scrollbar-darkshadow-color:#222222;
	scrollbar-track-color:#111111;	/**/
	
	behavior:url(iepngfix.htc);
}

/****** LINKS *********/
a:link {
	color: #FFFFFF;
	text-decoration:none;
}
a:visited {
	color: #FFFFFF;
}
a:hover {
	color: #FF6600;
}
a:active {
	color: #FFFFFF;
}
/******************/

.textoLaranja{
	color:#ff5a00;
}

.textoBranco{
	color:#ffffff;
}

#tudo{
	width:960px;
	position:relative;  /*Contexto de posicionamento */
	/*background-color:#FF0000;*/
	background-color:#161616;
	background-image:url(../images/fundo.png);
	background-repeat:repeat;
	margin:0 auto;
	min-height:100%;/**/
	
	behavior:url(iepngfix.htc);
}

* html #tudo {height: 100%;}
#cont{
height:720px;
padding-bottom:80px;
}

#contHOME{
	height:900px;
	padding-bottom:80px;
}

#topo{
	width:960px;
	height:150px;
	background-image:url(../images/fundoHeader.jpg);
	background-repeat:no-repeat;
	background-position:center;
	/*background-color:#FFFF00;
	padding-top:1px;*/
}

#topo h1{
	width:290px;
	height:100px;
	margin:auto;
	padding-top:30px;
	background-image:url(../images/logoUNYCO.png);
	background-repeat:no-repeat;
	background-position:center;
	text-indent:-9000em;
	
	behavior:url(iepngfix.htc);
}
	
#principal{
	width:960px;
	float:left;
}

#conteudo{
	width:960px;
	margin-bottom:10px;
}

#menu{
	width:960px;
	height:50px;
	/*background-image:url(../images/fundoMenu.jpg);
	background-repeat:no-repeat;
	background-position:center;*/
	border-bottom:1px solid #000000;
}

#rodape{
	width:960px;
	height:80px;
	position: absolute;
	bottom:0;
	background-image:url(../images/fundoRodape.jpg);
	background-repeat:no-repeat;
	background-position:center;
	border-top:1px solid #000000;
}

#infoRodape{
	width:300px;
	height:30px;
	margin:auto;
	padding-top:30px;
	background-image:url(../images/fundoInfoRodape.png);
	background-repeat:no-repeat;
	background-position:center;
	
	behavior:url(iepngfix.htc);
}
.infoTxt{
	font-size:9px;
	text-transform:uppercase;
	text-align:center;
	margin-top:-15px;
}
.infoLink{
	text-align:center;
	padding:2px;
}
#infoRodape a:link, #infoRodape a:visited, #infoRodape a:active{
	font-size:9px;
	text-transform:uppercase;
	text-decoration:none;
	text-align:center;
	color:#af3805;		
}

#infoRodape a:hover{
	
}

.copyright{
	text-align:center;
	text-transform:uppercase;
	font-size:9px;
	margin-top:8px;
}

#desenvolvido{
	float:right;
	width:160px;
	height:14px;
	font-size:8px;
	background-color:#040404;
	margin-top:-5px;
	margin-right:-5px;
	text-align:center;
	padding-top:2px;
	color:#af3805;
}
#desenvolvido a:link, #desenvolvido a:visited, #desenvolvido a:active{
	font-size:7px;
	text-transform:uppercase;
	text-decoration:none;
	text-align:center;
	color:#FFFFFF;	
}


/*******************************************************/

#contBorda{
	width:890px;
	height:460px;
	margin-top:70px;
	margin-left:35px;
	background-image:url(../images/fundoPretoTransp.png);
	background-repeat:repeat;
	border:1px solid #222222;
	
	behavior:url(iepngfix.htc);
}

#testeira{
	width:880px;
	height:60px;
	background-image:url(../images/testeira.png);
	background-repeat:no-repeat;
	background-position:center;
	margin:10px;
	margin-left:8px;
	
	behavior:url(iepngfix.htc);
}

#testeira h4{
	margin-left:20px;
	behavior:url(iepngfix.htc);
}

#testeira img{	
	behavior:url(iepngfix.htc);
}