@charset "UTF-8";
/* CSS Document */

/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.7.0
*/
html{color:#666666;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;}

/* INICIO CSS :: */
html{width:100%; height:100%;}
body{width:100%; height:100%;}

#geral {
	position:relative;
	min-height:100%; /* Para browsera modernos */
	height:auto !important; /* Para browsera modernos */
	height:100%; /* Para o IE6 */
	background:#fff; font-family:Arial, Helvetica, sans-serif; color:#999;
	display:table;
	width:100%;
}
#site {width:900px !important; margin: 0 auto;  padding-bottom:60px;}
.clear { clear:both;}
a { color:#0B64AC; text-decoration:none;}
a:hover { color:#000;}
strong { font-weight: bold;}
em { font-style:italic;}

/* INICIO :: CABECALHO */
#cabecalho{margin:0 5px; clear:both; position:relative}
#cabecalho #cabecalhoConteudo{height:54px;  padding:0px 0 0 0px;  position:relative}
#cabecalho #cabecalhoConteudo h2 { margin:0px 15px; height:54px; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; font-size:22px; color:#FFF; text-align:center; background:#0B64AC; line-height:50px;  }
#cabecalho #cabecalhoConteudo .topoEsq { float:left; width:15px; height:54px;background:url(../images/bg_topo_curva.png) no-repeat left top; }
#cabecalho #cabecalhoConteudo .topoDir { float: right;width:15px; height:54px; background:url(../images/bg_topo_curva.png) no-repeat right top; }
/* FIM :: CABECALHO */


/* INICIO :: PAGINAS */
#conteudo{width:860px; margin:0 auto; padding-top:20px; clear:both}
#conteudo h1 { text-align:center; margin:50px 0px; display:block;}
#conteudo .esquerdo { float:left;}
#conteudo .direito { float:right;}
#conteudo h3 { font-size:18px; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; margin-bottom:15px; text-align:left;}
#conteudo p { font-size:14px; margin:4px 0px;}
/* FIM :: PAGINAS */

/* INICIO :: RODAPE */
#rodape{ width:100%; height:32px; background-color:#999999; position:absolute; bottom:0 !important; clear:both;}
#rodape h1{ width:190px; height:20px; font-family: Tahoma, Geneva, sans-serif; font-size:11px; color:#FFF; margin: 10px 0 0 20px;float:left;}
#rodape h2{ width:140px; height:15px; font-family: Arial, sans-serif; font-size:9px; color:#E9E9E9; margin: 10px 20px 0 0; float:right; text-decoration:none;}
#rodape h2 a { color: #ccc;}
/* FIM :: RODAPE */
