/* 
    Document   : css-empresa
    Created on : 12/02/2013, 13:32:41
    Author     : Henrique
    Description:
        Purpose of the stylesheet follows.
*/

root { 
    display: block;
}

/* 
========================================================================================================
========================================================================================================
PAGINA NOTICIAS
========================================================================================================
========================================================================================================
*/

#dados-noticia{
    width: 1024px;
    min-width: 800px;
    height: auto;
    min-height: 300px;
    margin: auto;
}
#dados-noticia table{
    margin-top: 50px;
}
#dados-noticia table tr td{
    min-width: 100px;
    min-height: 300px;
            
}
#dados-noticia tr td h1{
    color: #2d2d2d;
    font-family: "trebuchet MS",Helvetica,sans-serif;
    line-height: 1.2em;
    letter-spacing: -1px;
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: 700;
    padding: 0;
    padding-left: 20px;
}
#dados-noticia tr td h2{
    color: #7f7f7f;
    font-family: "trebuchet MS",Helvetica,sans-serif;
    line-height: 1.2em;
    letter-spacing: -1px;
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 300;
    padding: 0;
    padding-left: 20px;
}
#dados-noticia tr td p{
    color: #2d2d2d;
    font-family: "trebuchet MS",Helvetica,sans-serif;
    line-height: 1.2em;
    letter-spacing: -1px;
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 16px;
    padding: 30px;
    text-align: justify;
    text-indent: 1em;
}
/*#dados-noticia tr td #link{
    color: #2d2d2d;
    font-family: "trebuchet MS",Helvetica,sans-serif;
    line-height: 1.2em;
    letter-spacing: -1px;
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 12px;
    
    text-align: center;
}*/
#dados-noticia img{
    border-radius: 10px;
    box-shadow:0px 0px 3px #666;
    padding: 5px;
    border: none;
    margin: 0 20px 20px 10px;  
    float: left;
}
#dados-noticia ul li{}

/* 
========================================================================================================
========================================================================================================
PAGINA EM MANUTENÇÃO
========================================================================================================
========================================================================================================
*/
#manutencao{
    height: 300px;
}
#manutencao h1{
    padding: 65px 0 0 15px;
    font-family: arial,sans-serif;
    font-size: 40px;
    color: #777;
    text-align: center;
    display: block;
    text-shadow: #f2f2f2 1px 1px 1px;
    margin: 0 0 20px 0;
}
