﻿p {
    line-height: 1.5em;
    text-align: justify;
    font-size: 10px;
}

.p_destaque
{
    color: #FFB442;
    font-weight: bold;
}


.p_fotos {
    /*line-height: 1.5em;*/
    text-align: center;
    font-size: 10px;
}

h5 {
    vertical-align: middle;
}

.linha
{
    margin: 5px;
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 5px;
    padding-top: 5px;
    border-right: #FFB442 1px solid;
    border-top: #FFB442 1px solid; /*#FFAC38 */
    border-left: #FFB442 1px solid;
    border-bottom: #FFB442 1px solid;
}

.linha_1
{
    margin: 5px;
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 5px;
    padding-top: 5px;
    border-right: #999999 1px solid;
    border-left: #999999 1px solid;
    border-top: #999999 1px solid;
    border-bottom: #999999 1px solid;
    text-align: center;
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 10px;
    color: #999999; 
}

.titulo
{
    font-size: 12px;
    text-align: center;
    font-weight: normal;
}

.titulo_1
{
    font-size: 11px;
    text-align: center;
    font-weight: bold;
}

.cor_branco
{
    color: #ffffff;
}

a {
    text-decoration: none;
    /*color: #006df3;*/
    color: #999999;
    font-size: 10px;
}

a:visited {
	color: #999999;
}

a:hover {
	text-decoration: underline;
	color: #999999;
}

a:active {
	color: #999999;
}

body
{
    /*background-color: #ffffff;*/
    /*background-repeat: repeat-x;*/
    /*margin: 0;*/
    /*padding: 0;*/
    text-align: center;
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 10px;
    /*color: #006df3;   */
    color: #999999;
}

.header_footer 
{
    background-repeat: no-repeat;
	position: relative;
	width: 760px;
	height: 170px;
	margin-left: auto;
	margin-right: auto;
}