@import url(cmxform.css);
html{
	overflow-y: scroll;
}

html,body{
     background: #ffffff;
     height: 100%;	 
	 margin: 0 0 0 0;
}
#tudo{
	min-height: 100%;
	position: relative;	 
}
#tudo_main{
	position:relative;
	padding-bottom: 300px
}

/* //////////////////////////////////////////////////    inicio seletores gerais, utilizadas em todas as páginas    ////////////////////////////////////////  */
a { outline:0; }
font.fontObrigatorio{
color:red;
	
}
p.pRED {
	color: #bb0b0b;
	font-size: 0.7em;
	font-family: arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	line-height: 150%;
	text-align: justify;
}
#divisor{
	clear: both;
}
hr{
	color:#cecece;
	height: 1px;
	width: 90%;
	text-align: left;
	padding: 0;
	margin: 10px 0 10px 0;
}

h2{
	font-size: 0.8em;
	color:#494949;;
	font-family: arial, Helvetica, sans-serif;
	margin: 0;
	padding:20px 0 5px 0;
	/*padding:10px 0 10px 0;*/
	line-height: 150%;
	text-align: left;
	font-weight: bolder;
}
h3{
	font-size: 0.9em;
	color: #494949;
	font-family: arial, Helvetica, sans-serif;
	margin: 0;
	padding:0 0 5px 0;
	line-height: 150%;
	text-align: left;
	font-weight: bolder;
}

p{
	font-size: 0.7em;
	color: #494949;
	font-family: arial, Helvetica, sans-serif;
	margin:0px;
	padding:0px;
	line-height: 150%;
	text-align: justify;
}
label{
	font-size: 0.8em;
	color: #494949;
	font-family: arial, Helvetica, sans-serif;
	margin:0px;
	padding:0px;
	line-height: 150%;

}
ul.ulMenor{
	

}
li{
margin:0 0 0 -200px;
	font-size: 0.7em;
	color: #494949;
	font-family: arial, Helvetica, sans-serif;
	margin:0px;
	padding:0px;
	line-height: 150%;
	text-align: justify;
	padding: 0 0 10px 0;
	width: 
}
a{
	color:black;
	text-decoration: underline;
}
a:hover{
	color:black;
	text-decoration: underline;
}

/* //////////////////////////////////////////////////    inicio seletores gerais, tulizadas em todas as páginas    ////////////////////////////////////////  */

.top{ /* //////////////////////////////////////     top capa( logo, menu e imagem que complementa o menu  //////////////////////////////////////    */
	background-image: url(../images/bg_top.gif);
	width: 900px;
	height: 70px ;
	margin-left: auto;
    margin-right: auto;
	margin-bottom:10px;
	z-index:100;
	_margin-left: expression((document.body.offsetWidth - 900)/2);
}
	
#logo{
	float: left;
	width:105px;
	height: 37px;
	background-image: url(../images/lo_softplan.gif);
	background-repeat: no-repeat;
	text-align: center;
	vertical-align: middle;
	margin:13px 0 0 27px ;
}

#menuTop{
	float: left;
	width:370px;
	margin: 36px 0 0 15px ;
}

#imgMnTop{
    float: left;
	width: 900px;
	height:30px;
	background-image: url(../images/img_barra_mn_top.gif);
}

.flashCapa{ /* //////////////////////////////////////     banner flash capa   //////////////////////////////////////    */
   	margin-left: auto;
    margin-right: auto;
	width: 900px;
	height: 362px;
	_margin-left: expression((document.body.offsetWidth - 900)/2);
}

.boxesCapa{/* //////////////////////////////////////     boxes flash localizados logo abaixo do flash da capa   //////////////////////////////////////    */
	margin-left: auto;
    margin-right: auto;
	width: 900px;
	height: 244px;
	margin-top:14px;
	_margin-left: expression((document.body.offsetWidth - 900)/2);
	
}

.rodape{ /* /////  informações do rodapé  ////  */
    position: absolute;
    bottom: 0;
    width: 100%;
    background: #e2e2e2 url(../images/bg_rodape.jpg)  repeat-x;
    padding: 20px 0 0px 0;
    margin:20px 0 0 0;
    height: 50px;
}

.rodape p{
	font-family: arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bolder;
	color:#828282;
	padding:0;
	margin:0;
	text-align: center;
}

.rodape a{
	font-family: arial, Helvetica, sans-serif;
	font-size: 9px;
	text-decoration: none;
	color:#828282;
}

.rodape a:hover{
	 text-decoration: underline;
}

.rodape a:visited{
     color:#627e97;
}

/* caixa de dialogo */
.simplemodal-close {
	background:url(../images/x.png) no-repeat;
	width:25px;
	height:29px;
	display:inline;
	z-index:3200;
	position:absolute;
	top:-15px;
	right:-18px;
	cursor:pointer;
	text-indent: -99999px;
}

