﻿h1
{
    font-size: 15pt;
    color: #FF4D00;
    font-family: Georgia;
    font-style: italic;
    padding: 0;
}

h2
{
    font-size: 10pt;
    color: #0F5547;
    font-family: Arial;
    font-style: italic;
    padding: 0;
}

h3
{
    color: #00004A;
    font-size: 20pt;
    font-family: Georgia;
}

h4
{
    font-size: 15pt;
    color: #E0387A;
    font-family: Georgia;
    font-style: italic;
    padding: 0;
}

h5
{
    font-size: 15pt;
    color: #8DCA1C;
    font-family: Georgia;
    font-style: italic;
    padding: 0;
}


th
{
    font-size: 15pt;
    color: #000066;
    font-family: Georgia;
    text-align: center;
    font-weight: bold;
    padding-bottom: 10px;
}

td
{
    padding: 3px;
}

hr
{
    background-color: #C0C0C0;
    height: 1px;
    border: none;
}
/**************************************************************************************/
/*	Estilos gerais	*/
/**************************************************************************************/
*
{
    font-family: Arial, sans-serif;
    outline: none;
    padding: 0;
    margin: 0;
}

html, body, form
{
    height: 100%;
}

a, a:visited
{
    outline: none;
    text-decoration: none;
    color: #0099FF;
}

a:hover
{
    text-decoration: underline;
}

body
{
    background-color: #FCFCFC;
    font-size: 11px;
    color: #000;
}

#Corpo
{
    border-style: none solid none solid;
    border-width: 1px;
    border-color: #C0C0C0;
    width: 1000px;
    margin: 0px auto;
    position: relative;
    background-color: #ffffff;
    top: 0px;
    min-height: 100%;
    padding: 0 10px 0 10px;
}

#Buscador
{
    border-width: 2px;
    border-color: #F0F0F0;
    width: 100%;
    height: 50px;
    border-bottom-style: solid;
    padding: 0 0 2px 0;
    vertical-align: bottom;
}

#Titulo
{
    width: 100%;
    height: 100px;
    padding-top: 10px;
}

#Menu
{
    width: 100%;
    height: 37px;
    background: transparent url('img/fndMenu.png') repeat-x;
    padding-top: 3px;
    margin-bottom: 20px;
    border-top: 1px solid #CACACA;
    border-bottom: 1px solid #D8D8D8;
}

.Noticia
{
    padding-top: 8px;
    color: #666666;
    font-size: 10pt;
    text-align: justify;
}

.Noticia a
{
    font-size: 9pt;
}

.Historia
{
    padding-top: 8px;
    color: #333333;
    font-size: 10pt;
    text-align: justify;
}

.Historia a
{
    font-size: 9pt;
}


.MJanela
{
    padding-top: 8px;
    color: #292929;
    font-size: 10pt;
    text-align: justify;
}

.MJanela a
{
    font-size: 9pt;
}



.Postado
{
    color: #252525;
    font-size: 8pt;
    text-align: left;
}

.Borda
{
    border-left: 1pt dashed #cccccc;
    border-right: 1pt dashed #cccccc;
    vertical-align: top;
}

.NoticiaFolha p
{
    color: #666;
    padding-top: 5px;
    text-align:justify;
}

.NoticiaFolha table
{
    width: 100%;    
}

.NoticiaFolha table td
{
    text-align: center;
}

.NoticiaFolha img
{
    display: block;
    max-width: 150px;
    max-height: 120px;
}

.ico-janela
{
    background-image: url('img/janela.png') !important;
    width: 300px;
    text-align: justify;
    vertical-align: top;
}

.Horario
{
    font-weight: bold;
    font-size: 10pt;
    font-family: 'Lucida Sans';
}


.Link, .Link:visited
{
    outline: none;
    text-decoration: none;
    color: #0099FF;
}

.Link:hover
{
    text-decoration: underline;
}