@charset "ISO-8859-1"; /*** Código que corrige a acentuação ***/
/* CSS Document */

#geral #linha{
width: 980px;
border-bottom: 1px solid #2F5589;
}
/******************************************************************************************************************/
/**************************************** CONTEUDO PÁGINA ESTUDIO *************************************************/
/******************************************************************************************************************/
#geral_estudio{ 
width: 834px;
background: #C60;
}
#geral_estudio #foto{ 
width: 333px;
height: 430px;
position: absolute;
}
#geral_estudio #texto{ 
width: 490px;
float: right;
}
#geral_estudio #texto h1{ 
font: 24px "Times New Roman", Times, serif;
font-style: italic; 
color: #193974;
padding-bottom: 15px;
}
#geral_estudio #texto p{ 
font: 13px Arial, Helvetica, sans-serif;
color: #333;
text-align:justify;
}