/*  BASE ------------------------------------------------------------------  */

html,
body {
    margin:0;
    padding:0;
    height:100%; /* necessário para a posição do footer ao fundo*/
    font-family:'Conv_GOTHIC',Sans-Serif;
    font-size:12px;
    color:#3e3e3e;
}

@font-face {
    font-family: 'Conv_GOTHIC';
    src: url('/media/fonts/GOTHIC.eot');
    src: local('☺'), url('/media/fonts/GOTHIC.woff') format('woff'), url('/media/fonts/GOTHIC.ttf') format('truetype'), url('/media/fonts/GOTHIC.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

img {
    border: 0;
    border: none;
}

img.bg {
    min-height: 100%;
    min-width: 1024px;
    width: 100%;
    height: auto;
    position: fixed;
    top: 0;
    left: 0;
}

@media screen and (max-width: 1024px) {
    img.bg {
        left: 50%;
        margin-left: -512px;
    }
}

img.bg2 {
    position: fixed;
    z-index:2;
}

@media screen and (max-width: 1024px) { 
    img.bg2 {
        position: fixed;
        top: 0px;
        left: 50%;
        margin-left: -930px;
    }
}


.menu_left {
    position:fixed;
    left:32px; 
    width:324px; 
    height:100%;
    z-index:99;
    background-image:url(/media/images/back_menu_left.png);
    background-position:top left;
    background-repeat:repeat-y;
}

.menu_left_content {
    position:absolute;
    left:32px; 
    width:324px; 
    height:100%;
    z-index:999;
}


.frase_top {
    position:absolute;
    z-index:999;
    right:0px;
    top:98px;
    background-image:url(/media/images/background_top_miniview.png);
    background-position:top right;
    background-repeat:no-repeat;
    height:128px;
    width:620px;
    font-size:30px;
}

/* CONTAINER ------------------------------------------------------------------ */


#container {
    min-height: 100%; /* necessário para a posição do footer ao fundo*/
    height:auto !important;
    height:100%;
    margin-bottom:-60px; /* margin-bootom é o valor negativo da altura do footer */
    width:611px;  
    position: relative;
    float: right;
}

#container .contentHome{  
    position: relative;
    top:301px;
    margin-bottom:400px; 
    z-index:9;
    width:611px;
    height:518px;
}

#container .content{  
    position: relative;
    top:301px;
    margin-bottom:400px; 
    z-index:9;
    width:611px;
    height:518px;
    background-color: #e7e7e7;
}

.scroll-pane
{
    width: 565px;
    height: 450px;
    overflow: auto;
}

/*.scroll-pane2
{
    width: 545px;
    height: 435px;
    overflow: auto;
}*/


/* HEADER ------------------------------------------------------------------ */

.logo {
    padding-left:10px; 
    padding-top:98px;
}

.copy {
    position:relative;
    font-size:10px; 
    left:110px;
    top: 70px;
}

.menus_left {
    background-image:url(/media/images/linha_lateral_menu.png); 
    background-repeat:repeat-y; 
    background-position:top left; 
    margin-left:55px; 
    margin-top:60px;
}

.menu_left_1 {
    padding-left:18px;
}

.menu_left_2 {
    padding-left:10px; 
    margin-top:50px;
}

.clear {
    clear:both;
}



#push {
    height: 60px; /* tem de ter a mesma altura do footer */
}

.content_mais{
    position: relative; float: left; width: 24px; height: 518px; background: url(/media/images/mais.png) no-repeat #e02e24;
}

.content_title{
    position: relative; float: left; width: 587px; height: 45px; background: #fff;
}

.content_desc{
    height: 458px; width: 566px; padding: 60px 5px 0px 40px;
}

.content_scroll{
    margin-bottom: 75px; width: 520px;
}

.content_scroll2{
    margin-bottom: 5px; width: 520px;
}

.newsHome{    
    
}

.newsHome .content_desc{ 
    background-color: #E7E7E7;
    height: 443px;
    margin-top: 45px;
    padding: 15px 5px 0 40px;
    position: absolute;
    width: 566px;
    z-index: 999;
}

.newsHome .content_scroll{
    margin-bottom: 75px; width: 520px; 
}


.newsHome .item{
    
} 

.newsHome .item_title{
    position: relative; float: left; width: 587px; height: 45px; background: #fff; margin-bottom: 10px; 
}

.newsHome .item_title_a{   
    color: #fff; font-size: 18px; margin-left: 7px; line-height: 45px
}
.newsHome .item_img{
    position: relative; float: left; width: 24px; height: 45px; background: #e02e24;
}

.newsHome .item_barra{
    float: left; 
    width: 24px; 
    height: 473px; 
    background-color: #e02e24;
    margin-left: -40px;
    margin-top: -30px;
}



/* FOOTER ------------------------------------------------------------------ */

#footer {
    position:fixed;
    z-index:99;
    bottom:0px;
    right:0px;
    width:620px;
    height:66px;
    background-image:url(/media/images/background_footer.png);
}


.ass_goweb {
    float:right; 
    padding-top:20px;
}

.logomarca {
    float:left;
}

/* LINKS GERAL ------------------------------------------------------------------ */


a:link {
    font-family:'Conv_GOTHIC',Sans-Serif;
    font-size:11px;
    color:#282828;
    text-decoration:none;
}

a:visited {
    font-family:'Conv_GOTHIC',Sans-Serif;
    font-size:11px;
    color:#282828;
    text-decoration:none;
}

a:hover {
    font-family:'Conv_GOTHIC',Sans-Serif;
    font-size:11px;
    color:#E42F28;
    text-decoration:none;
}

a:active {
    font-family:'Conv_GOTHIC',Sans-Serif;
    font-size:11px;
    color:#E42F28;
    text-decoration:none;
}

/*-------------------------------------------------------------------------- */

.www {
    float:left; 
    padding-top:7px; 
    padding-left:5px;
}

.www a:link {
    font-family:Arial, Helvetica, sans-serif;
    color:#313131; 
    text-decoration:none; 
    font-size:10px;
    text-shadow:#fff 1px 1px;
}

.www a:visited {
    font-family:Arial, Helvetica, sans-serif;
    color:#313131; 
    text-decoration:none; 
    font-size:10px;
    text-shadow:#fff 1px 1px;
}

.www a:hover {
    font-family:Arial, Helvetica, sans-serif;
    color:#E52F28;
    text-decoration:none; 
    font-size:10px;
    text-shadow:#fff 1px 1px;
}

.www a:active {
    font-family:Arial, Helvetica, sans-serif;
    color:#E52F28;
    text-decoration:none; 
    font-size:10px;
    text-shadow:#fff 1px 1px;
}





/* PESQUISA ------------------------------------------------------------------ */

#search {
    float:right;
    width:240px;
    height:80px;
    padding:10px;
    border-left:1px dotted #dbdbdb;
    background-color:#f9f9f9;
}




/*  MESSAGES ------------------------------------------------------------------  */

.messages {
    padding:10px;
    text-align:center;
}

.messages .error {
    color:red;
    font-weight:bold;
}

.messages .message {
    color:green;
    font-weight:bold;
}

.error_message {
    color:red;
    font-size:10px;
}

label.required {
    font-weight:bold;
}


/*  PAGINATOR ------------------------------------------------------------------  */

#paginator {
    padding-top:10px;
    padding-right:10px;
    padding-left:10px;
    background-color:#dbdbdb;
    display:block;
    height:25px;
}

#paginator .total_rows_pages{
    float:left;
    padding:3px;
    background-color:#ccc;
    display:inline-block;
    padding:2px 6px;
    margin-right:2px;
    color:#FFFFFF;
}

#paginator .paginatorBlock {
    float:right;
    background-color:#ccc;
    display:inline-block;
    padding:2px 6px;
}

#paginator a {
    padding:2px 6px;
    background:#ccc;
    text-decoration:none; 

}

#paginator .first {
    padding:2px 6px;
    background:#ccc;
    border-right:1px solid #dbdbdb;
}

#paginator .prev {
    padding:2px 6px;
    background:#ccc;
    border-right:1px solid #dbdbdb;
}

#paginator .next {
    padding:2px 6px;
    background:#ccc;
    border-left:1px solid #dbdbdb;
}

#paginator .last {
    padding:2px 6px;
    background:#ccc;
    border-left:1px solid #dbdbdb;
}

#paginator .current {
    padding:2px 6px;
    background-color:#FF6600;
    color:#FFF;
}


/*  FORM INPUTS ------------------------------------------------------------------ */

form {margin:0px;} 

.form_field_active{ background-color:#f5f5f5;} /*cor de fundo para campos seleccionados*/

form.LV_form_to_validate input{
    float:left;
}

/*icons de validação dos campos de forms*/
.valid_img{}
.invalid_img{}
.LV_invalid{}
.LV_valid{}

.LV_validation_message{ padding:0px 0px 0px 3px; vertical-align:middle; float:left;}

/* para as select */
.LV_valid_field{float: left;}

/* para ao date-picker */
.date-picker-control{ float:left;}

/* botao para gerar password */
.span_passwordGenerator{padding:0px 0px 0px 3px; float:left;}

/*  OUTROS */

#history_back{padding-top:5px; border-top: 1px dotted #999999; text-align:right;}

.cp_separator{
    float: left;
}


