@font-face {
    font-family: 'FuturaNormal';
    src: url(../fonts/FUWC__.PFM);
}

@font-face {
    font-family: 'Myriad Pro';
    src: url(../fonts/MyriadPro.ttf);
}

@font-face {
    font-family: 'Times New Roman';
    src: url(../fonts/MyriadPro.ttf);
}



body{    
    font-family: futura !important';
}

#header{
    width: 100%;
    height: 216px;
    /*background-image: url('../images/bg_header.jpg') !important;
    background-repeat: repeat;*/
    font-size:16px;
}

#pre_head{
    width:100%;
    height: 34px;
    background-color: #0D275A;
    -webkit-box-shadow: 0px 2px 4px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    0px 2px 4px 0px rgba(50, 50, 50, 0.75);
    box-shadow:         0px 2px 4px 0px rgba(50, 50, 50, 0.75);
}

.tituloAreaAluno{
    padding-right: 2px;
    height: 26px; 
    color: #FFF; 
    alignment-adjust: middle; 
    vertical-align: middle; 
    text-align: center;    
    font-weight: bold;
    font-family: 'Trebuchet MS' !important;
    padding-top: 4px;
    -webkit-border-bottom-right-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -moz-border-radius-bottomright: 8px;
    -moz-border-radius-bottomleft: 8px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
}

.bg_padrao_azul{
    background-color: #20669C;     
}

.linkTextoPadrao{
    text-decoration: none;
    color: #20669C;
}

.linkTextoMini{
    font-size: 11px;
}

/*  MENU SUPERIOR  */
#bg_menu{
    border-top: 1px solid #20669C;
    border-bottom: 1px solid #20669C;
    margin-top: 50px;
    padding-top: 7px;
    padding-bottom: 6px;
    font-family: Calibri !important;
    font-size: 18px;
}


#foot{
    background-color: #0d275a;
    height: 220px;
    color: #FFF;
    font-size: 13px;
}

/* CURSOS */

#listaCursos{
    border: 2px solid #F5F5F5;
    width: 100%;
}

#listaCursos li{
    float: left;
    margin: 24px 18px 18px -2px;
    font-family: 'Myriad Pro'  !important;
    border: 1px solid transparent;
    border-top: 6px solid #97D045;
    /*background-color: #f0f0f0;*/
    -webkit-box-shadow:rgba(0, 0, 0, 0.0470588) 0 1px 1px inset;
    background-color:#F5F5F5;
    box-shadow:rgba(0, 0, 0, 0.0470588) 0 1px 1px inset;
}

#listaCursos li:hover{
    /*border: 1px solid #018BC4;*/
    box-shadow: 0px 0px 10px 0px #0D275A;
    border-top: 6px solid #0D275A;
}

#listaCursos a{
    font-family: 'Trebuchet MS'  !important;
    
}

.bg_titulo_curso{
    /*background-color: #018BC4;*/
    /*font-family: 'Myriad Pro', Calibri;*/
    font-family: Trebuchet MS;
    font-size: 15px;
    font-weight: bold;
    /*background-color: #f0f0f0;*/
    color: #7DB32D;
    width: 180px;
    height: 38px;
    text-align: center;
    vertical-align: middle !important;
    display: table-cell;
    padding-left: 1px;
    border-bottom: 1px solid #DDDDDD;

}

.ft_curso{
    width: 180px;
    height: 140px;
    margin-top: 2px;
    margin-bottom: 2px;
}

.texto_curso{
    width: 180px;
    color: #666666;
    font-size: 13px;
    padding-left: 1px;
    /*background-color: #f0f0f0;*/
    font-family: Calibri !important;
    height: 80px;
    overflow: hidden !important;
    padding-top: 4px;
}

/* LISTAS (OPORTUNIDADES) */

#listaOportunidades{
    width: 1000px;
}

#listaOportunidades li{
    margin: 8px 18px 18px -2px;
    font-family: 'Myriad Pro'  !important;
    border: 1px solid transparent;
    border-top: 6px solid #97D045;
    border-bottom: 2px solid #97D045;
    /*background-color: #f0f0f0;*/
    -webkit-box-shadow:rgba(0, 0, 0, 0.0470588) 0 1px 1px inset;
    background-color:#F5F5F5;
    box-shadow:rgba(0, 0, 0, 0.0470588) 0 1px 1px inset;    
}

#listaOportunidades li:hover{
    /*border: 1px solid #018BC4;*/
    box-shadow: 0px 0px 10px 0px #0D275A;
    border-top: 6px solid #0D275A;
    border-bottom: 2px solid #0D275A;
}

#listaOportunidades a{
    text-decoration: none;
    color: #888888;
    font-family: 'Trebuchet MS'  !important;    
}

/* CONTENTS */

#contentPage{
    margin-top: -60px;
    min-height: 430px;
}

