/*=========================== CONFIGURA��ES GERAIS ===========================*/
html, body
{
    width  : 100%;
    height : 100%;
}

body
{
    padding : 0px;
    margin  : 0px;

    font-family : Tahoma, Arial, sans-serif;
    font-size   : 14px;
    color       : #231f20;

    background : #f9f8f7 url('images/bg.jpg') top center no-repeat;
}

img{border : none;}


h1, h1 a
{
    text-decoration : none;

    font-size : 24px;
    color     : #231f20;
}

h2{
	color:#08316C;
	font-size:21px;


	}

h6{

	}

.stexto_internas{
	font-size:14px;
	color:#000;
	font-family : Tahoma, Arial, sans-serif;
	font-weight:700;
	sfont-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	}
/*========================= END CONFIGURA��ES GERAIS =========================*/

/*============================ DIV CENTRALIZADORA ============================*/
#allDivs
{
    width : 1000px;

    position : absolute;
    top  : 0px;
    left : 50%;

    margin-left : -500px;
}
/*============================ END DIV CENTRALIZADORA ========================*/

/*===================================== TOPO =================================*/
#top
{
    width  : 100%;
    height : 235px;
}

#logo
{
    padding-top  : 66px;
    padding-left : 306px;
}

#pageName
{
    width  : 60px;
    height : 50px;

    position : absolute;
    top   : 20px;
    right : 0px;
}
/*================================= END TOPO =================================*/

/*============================= COLUNA ESQUERDA ==============================*/
#leftColumn
{
    width : 230px;

    position : relative;
    float : left;
}

/* ----- Menu ----- */
#menu
{
    margin-bottom : 16px;

    background-color : #fff;
    border : 2px solid #b9b8b3;
    position : relative;
}

#menu ul
{
    margin  : 0px;
    padding : 0px;

    margin-left  : 5px;
    margin-right : 5px;
	padding-top   : 5px;
}

#menu ul li
{
    width  : 200px;
    height : 33px;

    margin-bottom : 6px;
    padding-top   : 4px;

    font-weight : bold;
    font-size   : 14px;
    color       : #7c7b6b;
    text-align  : right;
     list-style-type : none;

     sborder-bottom : 2px solid #bbbbb0;
	 padding-right:10px;
}

#menu ul li a
{
    text-decoration : none;
    color : #7c7b6b;

    display : block;
}

#menu ul li:hover, #menu ul li a:hover{color : #e61c24;}
/* --- End Menu --- */

/* ----- Banner ----- */
#banner{margin-bottom : 18px;}

#banner ul{margin : 0px; padding : 0px;}

#banner ul li{list-style-type : none;}
/* --- End Banner --- */

#busca
{
    width  : 225px;
    height : 38px;

    position : relative;

    margin-bottom : 18px;

    background : #dfe0e1 url('images/bg_busca.png') top left no-repeat;
}

.screen-reader-text
{
display:none;

}
form #cmpBusca ,#searchform #s
{
    width  : 169px;
    height : 20px;
    position : relative;
    top : 8px;
    left : 12px;

    border : none;
}

#btBusca,#searchsubmit
{
    width  : 37px;
    height : 38px;

    position : absolute;
    right : 0px;
}
/*=========================== END COLUNA ESQUERDA ============================*/

/*============================= COLUNA DIREITA ===============================*/
#rightColumn
{
    width : 241px;

    float : right;
}

/* ----- Parceiros ----- */
#parceiros
{
    width      : 224px;
    position : relative;

    border-left  : 1px solid #9f9e98;
    border-right : 1px solid #9f9e98;

    margin-top : 18px;

    padding-top    : 60px;
    padding-bottom : 20px;

    background-color : #fff;
}

#parceirosTop
{
    width  : 226px;
    height : 40px;

    position : absolute;
    top      : 0px;
    left     : -1px;

    background : url('images/parceiros_top.png') top left no-repeat;
}

#parceirosBottom
{
    width  : 226px;
    height : 14px;

    position : absolute;
    bottom   : 0px;
    left     : -1px;

    background : url('images/parceiros_bottom.png') top left no-repeat;
}

#parceiros ul
{
    margin  : 0px;
    padding : 0px;
}


#parceiros ul li
{
    width : 220px;

    margin-bottom : 20px;

    text-align : center;
    list-style-type : none;
}
/* ----- End Parceiros ----- */

.titleDate
{
    font-weight : normal;
    font-size : 22px;
    color : #85847d;

    position : relative;
    left : 60px;
}
/*=========================== END COLUNA DIREITA =============================*/

/*=============================== CONTE�DO ===================================*/
#content
{
    width : 455px;

    margin-left   : 245px;
    margin-bottom : 60px;
    padding       : 20px;

    position : relative;

    border : 2px solid #b9b8b3;

    background-color : #fff;
}

#content a
{
    text-decoration : none;
    color : #231f20;
}

#content textarea, #content input
{
    width : 435px;

    border : 1px solid #dcdcdc;
}

/* ----- Cantos arredondados ----- */
#content_top_left
{
    width  : 10px;
    height : 14px;

    position : absolute;
    top  : -2px;
    left : -2px;

    background : url('images/left_top.png') top left no-repeat;
}

#content_top_right
{
    width  : 11px;
    height : 13px;

    position : absolute;
    top   : -2px;
    right : -2px;

    background : url('images/right_top.png') top left no-repeat;
}

#content_bottom_left
{
    width  : 10px;
    height : 14px;

    position : absolute;
    bottom : -2px;
    left   : -2px;

    background : url('images/left_bottom.png') top left no-repeat;
}

#content_bottom_right
{
    width  : 11px;
    height : 12px;

    position : absolute;
    bottom : -2px;
    right  : -2px;

    background : url('images/right_bottom.png') top left no-repeat;
}
/* ----- End Cantos arredondados ----- */

.post{margin-bottom : 20px;}

.date
{
    font-size : 16px;
    color     : #6d6e71;
}

.description
{
    text-align : justify;
    font-size  : 16px;
    color      : #231f20;

    margin-bottom : 23px;
}

.compartilhar
{
    margin-bottom : 23px;
    margin-top    : 18px;

    font-weight : bold;

    display : none;
}

.compartilhar img
{
    position : relative;
    top  : 8px;
    left : 15px;
}

.autor
{
    font-size : 14px;
    color     : #231f20;

    margin-bottom : 22px;
}

.border1, .border2
{
    width  : 100%;
    height : 1px;

    padding : 0px;
    margin  : 0px;
}

.border1{border-bottom : 1px solid #8c8d8f;}

.border2{border-top : 1px solid #c9c9ca;}
/*============================= END CONTE�DO =================================*/

#bgContato
{
    width  : 280px;
    height : 318px;

    position : absolute;
    bottom : -50px;
    right : -160px;

    background : url('images/bg_contato.png') top left no-repeat;
}

#listHistoria li{list-style-type : none;}

#logosAmep
{
    position : relative;
}

#logosAmep img
{
    float : left;
    margin-left : 25px;

    position : relative;
}

#amep1{top : 30px;}
#amep2{top : 10px;}
#amep3{top : -50px;}



