@charset "utf-8";
BODY {
    background-image: url(img/bg_all.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 0px;
	margin-bottom: 0px;
}

a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: underline;
	color: #666666;
}
a:active {
	text-decoration: none;
	color: #333333;
}

.titulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	background-image:url(img/fundo_titulo.jpg);
}

#menu a:link {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 13px;
}
#menu a:visited {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 13px;
}
#menu a:hover {
	text-decoration: underline;
	color: #CCCCCC;
}
#menu a:active {
	text-decoration: none;
	color: #FFFFFF;
}

#meio {
	position: absolute;
	left:50%;
	top:0px;
	margin-left:-385px;
	width:770px;
	overflow: hidden;
        min-height: 100%;
        height: auto;
	z-index:0;
	background-image: url(img/bg_meio.jpg);
	background-repeat: repeat-x;
	background-color:#FFFFFF;

}

#esp {
	margin: 10px;
}

#cima {
        position:relative;
        left:0px;
        top:0px;
        width:770px;
        height:100px;
        background-image: url(img/bg_cima.jpg);
		background-repeat: repeat-x;
}

#esq_menu {
	position:absolute;
	left:50%;
	top: 80px;
	margin-left:-133px;
	width: 20px;
	height: 30px;
	z-index: 2;
}

#menu {
	position:absolute;
	left:50%;
	top:80px;
	margin-left:-116px;
	width:500px;
	z-index:10;
	background-image:url(img/bg_menu.gif);
	text-align: left;
	background-repeat: repeat-x;
	font-weight: bold;
	height: 29px;
	vertical-align: top;
}

#logo {
        position:absolute;
        left:50%;
        top:0px;
        margin-left:-370px;
        width:266px;
        height:143px;
        z-index:10;
}

#pagina {
        position:relative;
	float:left;
	width:600px;	
        height:100%;
	z-index:6;
}

#pagina2 {

	float:left;
	width:750px;	
        height:100%;
	z-index:6;
}

#noticias {
        float:left;
        width:170px;
        height:90px;
        z-index:8;
}

.menu:hover img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);
-moz-opacity: 0.4;
}

.menu img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
-moz-opacity: 1;
}

/*  formulrio */

    
        form{
            font-size: 10pt;
        }
        
        fieldset{
            padding: 20px;
            border: 1px solid #CCC;
            width: 100%;
        }
        
        legend{
            font-weight: bold;
            color: #003366;
            font-size: 11pt;
            letter-spacing: 1px;
        }
        
        
        /* HACK PARA CORRIGIR O MARGIN-BOTTOM*/
        html>body legend{
            margin-bottom: 0px;
        }
        
        input{
            border-top: 1px solid #333;
            border-left: 1px solid #333;
            border-bottom: 1px solid #ccc;
            border-right: 1px solid #ccc;
            font-size: 13px;
            margin-bottom: 10px;
            color: #0E0659;
        }
        
        select{
            border: 1px solid #333;
            font-size: 13px;
            margin-bottom: 10px;
            color: #0E0659;
        }
        
        label{
            display: block;
            width: 140px;
            float: left;
            color: #000;
            border-bottom: 1px solid #f1f1f1;
        }
        
          #planos label{
            display: block;
            width: 470px;
            float: right;
            color: #000;
            border-bottom: 1px solid #f1f1f1;
        }
        
        
        .botao{
            font-size: 13px;
            background: #f1f1f1;
            margin: 15px 0px 0px 0px;
        }
