@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;
}

/*html, body {height:100%;} */
body{
	margin:0; 
	padding:0;
	/*background-image:url(../images/fundoFlores2.jpg);*/
	background-color:#001A49;
	background-image:url(../images/fundo.gif);
	background-repeat:repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
}

img{
	border:none;
}

#tudoFora{
	width:988px;
	height:830px;
	margin:auto;
	margin-top:10px;
	margin-bottom:10px;
	/*background-color:#00FF00;*/
	background-image:url(../images/fundoTUDO.png);
	background-repeat:repeat-y;
	background-position:center;
}

#tudo {
	width:980px;
	height:830px;
	margin:auto;
	/*background-color:#000E25;*/
	border:1px solid #024698;
}

/***************************************/
       /*** H E A D E R ***/
/***************************************/

#header{
	width:980px;
	height:152px;
	/*background-color:#FF6633;*/
	background-image:url(../images/fundoHeader.jpg);
	background-repeat:no-repeat;
	background-color:#001b4b;
	border-bottom:1px solid #024698;
}

#header #logo{
	margin:auto;
	text-align:center;
}

/***************************************/
/***************************************/

/***************************************/
            /*** M E N U ***/
/***************************************/

#menu{
	width:980px;
	height:32px;
	/*background-color:#0066CC;*/
	/*background-color:#001b4b;
	background-image:url(../images/fundoMenu.png);*/
	background-repeat:no-repeat;
	border-bottom:1px solid #024698;
}

/***************************************/
/***************************************/


/***************************************/
       /*** C O N T E U D O ***/
/***************************************/

#conteudo{
	width:980px;
	height:600px;
	/*background-color:#021732;*/
	background-image:url(../images/fundoMeio.png);
	background-repeat:no-repeat;
	background-position:bottom;
	border-bottom:1px solid #024698;
}

#bannerCont{
	width:980px;
	height:50px;
	background-image:url(../images/banner.png);
	background-repeat:no-repeat;
	background-position:center;
	padding-top:5px;
}

#titBanner{
	text-align:center;
	padding-top:7px;
}

.titulo1{
	font-style:normal;
	font-size:19px;
	font-variant:small-caps;
	letter-spacing:10px;
	/*text-transform:uppercase;*/
	color:#00b7de;
	margin-left:15px;
	margin-top:15px;
}

/***************************************/
/***************************************/

/***************************************/
       /*** R O D A P E ***/
/***************************************/

#rodape{
	position:relative;
	float:left;
	width:980px;
	height:43px;
	/*background-color:#00CCFF;*/
	background-color:#000E25;
	background-image:url(../images/fundoRodape.gif);
	background-repeat:no-repeat;
	border-bottom:1px solid #024698;
}

#rodape a:link, #rodape a:active, #rodape a:visited{
	text-decoration:none;
	color:#0066CC;
}

.copy{
	position:absolute;
	z-index:5;
	width:100%;
	margin:auto;
	margin-top:15px;
	font-size:10px;
	text-align:center;
}

.creditos{
	text-align:right;
	font-size:9px;
	float:right;
	margin-right:5px;
	margin-top:10px;
}

/***************************************/
/***************************************/
