* {
    font-family: arial, sans-serif;
}

html { 
    height: 100%; 
}

body {
    background: url(images/grama.png);
    color: #fff;
    font-size: 14px;
    height: 100%;
    line-height: 19px;	
}

table td {
    vertical-align: top;
}

a {
    text-decoration: none;
    color: #ffea00;
}

h1 {
    font-size: 24px;
    line-height: 26px;
    margin-bottom: 20px;
}

h1 a {
    color: #fff;
}

h2 {
    color: #deec06;
    font-size: 12px;
    font-weight: normal;
    line-height: 16px;
    margin-bottom: 10px;	
}

p {
    margin-bottom: 12px;
}


.clear {
    clear: both;
}



/*---- entrada -----*/

#content {
    background: url(images/sombra_entrada.png) bottom repeat-x;
    min-height: 100%; 
    position: relative; 	
}

#cal {
    height: 24px;
    margin-bottom: 26px;
}

#escolha {
    height: 200px;
    margin: 0px auto;
    padding: 0px;
    width: 483px;
}

#aluno {
    background: url(images/seta_aluno.png) no-repeat bottom right;
    float: left;
    height: 134px;
    margin-top: 36px;
    width: 215px;	
}

#empresa {
    background: url(images/seta_empresa.png) no-repeat top left;	
    float: right;
    height: 148px;	
    width: 261px;	
}

#empresa img {
    display: block;
    margin: 34px 0 0 29px;
}

/*---- fim entrada ----*/



#global {
    height: 100%;
    margin: auto;
    width: 898px;
}

.lateral {
    background: url(images/cal.png) repeat-y;
    width: 24px;
}

.meio {
    background: url(images/sombra_menu.png) repeat-y;
    height: 100%;
    padding-bottom: 40px;	
    width: 850px;
}

#cabecalho {
    background: url(images/cabecalho.jpg) no-repeat top left;
    height: 257px;
    position: relative;
}

#link_home {
    display: block;
    height: 180px;
    left: 60px;
    position: absolute;	
    top: 45px;
    width: 162px;
}

#faixa {
    background: url(images/faixa.png) no-repeat;	
    height: 70px;
    position: absolute;
    top: 240px;
    width: 850px;
}

#navegacao {
    float: left;
    padding-bottom: 50px;
    padding-top: 75px;
    width: 326px;
}



/*----- menu -----*/

#menu li {
    display: block;
    height: auto;
    margin-bottom: 18px;
    margin-left: 9px;
    padding-left: 44px;
    width: 215px;
}

#menu li.selecionado {
    background: url(images/seta.png) no-repeat 0px 5px;
    margin-left: 9px;
    padding-left: 44px;
}

#menu li a {
    color: #fff;
    display: block;	
}

#menu li img {
    display: block;	
}

#menu li p {
    font-size: 13px;
    line-height: 17px;
    margin-left: 6px;
    margin-top: -4px;	
}

/*---- fim menu ----*/



#logo_senac {
    display: block;
    height: 52px;
    margin-top: 50px; 
    margin-left: 90px;
    width: 53px;
}


#conteudo {
    float: right;
    padding-right: 30px;
    padding-top: 75px;	
    width: 494px;	
}


.noticia {
    border-bottom: 1px solid #a7a7a7;
    margin-bottom: 19px;
    padding-bottom: 9px;
}

.noticia h1 {
    margin-bottom: 16px;
}

.imagem {
    margin-bottom: 22px;
    margin-top: 20px;	
    text-align: center;
    width: 470px;
}

#recentes {
    float: left;
}

#antigas {
    float: right;
}


#formulario label {
    display: block;
    float: left;
    
    width: 86px;
}

#formulario div {
    height: 30px;
    margin-bottom: 6px;
}

.input_g, .input_p, .select_p, .textarea_g {
    display: block;
    font-family: arial, sans-serif;	
    font-size: 14px;
    float: left;	
    height: 18px;
    border: 1px solid #666;	
}

.input_g, .textarea_g {
    width: 380px;
}

.select_p, .input_p {
    width: 190px;
}

.textarea_g {
    height: 100px; 	
}

.select_p {
    height: 22px;
}

.obrigatorio {
    color: #deec06;
}

div.botao {
    border-bottom: 1px solid #a7a7a7;
    padding-bottom: 15px;
    margin-top: -20px;
}

input.botao {
    background-color: #e5e5e5;
    border: 1px solid #666;	
    cursor: pointer;
    height: 25px;	
}

#formulario p {
    margin-top: 15px;
}

#link_empresa {
    display: block;
    margin: 30px 0 0 62px;
}

#link_aluno {
    display: block;
    margin: 30px 0 0 85px;
}