@font-face {
	font-family: 'CorbelRegular';
	src: url('fonts/corbel-webfont.eot');
	src: local('Corbel'), url('fonts/corbel-webfont.woff') format('woff'), url('fonts/corbel-webfont.ttf') format('truetype'), url('fonts/corbel-webfont.svg#webfont7T5OepHi') format('svg');
	font-weight: normal;
	font-style: normal;
}

.main
{
}

.body
{   
	background: #471000 url(/images/genericas/bg.jpg);
	font-family: CorbelRegular, Arial;
	font-size: 17px;
	line-height: 20px;
	text-align: justify;
}

.input
{ 
}

.input:focus
{
}

a
{
	color: #000;
	text-decoration: none;
}

a:hover
{
	color: #662e1a;
	text-decoration: none;
}

a:visited
{
}

/* Css master pages */

.page_position
{
	width: 990px;
	margin: 0 auto;
}

.page_position .cabecalho
{
	width: 990px;
	height: 332px;
	float: left;
	clear: both;
}

.page_position .corpo
{
	width: 990px;
	float: left;
	clear: both;
	background: url(/images/genericas/bg_corpo.jpg) repeat-y 6px top;
}

.page_position .barra_sup
{
	width: 990px;
	height: 48px;
	text-align: center;
	background: url(/images/genericas/barra_maia.png) no-repeat;
}

.page_position .esquerda
{
	width: 400px;
	float: left;
}

.page_position .direita
{
	width: 590px;
	float: right;
}

.page_position .conteudo
{
	width: 990px;
	float: left;
	clear: both;
}

.page_position .infos
{
	width: 990px;
	height: 114px;
	background: url(/images/genericas/rodape_infos.png) no-repeat;
	bottom: 0px;
	margin-bottom: 0px;
	float: left;
	clear: both;
}

.page_position .rodape
{
	width: 990px;
	float: left;
	clear: both;
}

/* Fim - Css master pages */

/* paginacao */
.paginacao
{   
    clear:both;       
}
    .paginacao ul
    {
        width:920px;        
    }
    
    .paginacao li
    {
        text-align:center;
        float:left;             
        margin:3px;
    }
    
    .paginacao ul li a
    {
        padding:5px;        
        color: #2b041d;
        background-color: #ffe4f5;
        border-color:#fff;
        border-style:solid;
        border-width:1px;
    }
    
    .paginacao ul li a.selected
    {
        cursor:text;
        padding:5px;        
        color: #ffe4f5;
        background-color: #2b041d;
    }
    
    .paginacao ul li a:hover
    {
        cursor:pointer;
        padding:5px;        
        color: #ffe4f5;
        background-color: #2b041d;
    }
