﻿.DivNoEstado
{
    width:530px; 
    height: 300px; 
    text-align: center;
}

/*** Tab Contatos ***/
#contatosLeft
{
    /*border: solid 1px Black;*/
    float: left;
    padding: 10px;
    text-align: center;
    width: 360px;
    /*background-color: #F9F9F9;*/
    background-color: #F9F9F9;

    min-height:575px;
    height:auto !important;
    height: 575px;

}
#contatosRight
{
    float: left;
    padding: 10px;
    width: 522px;
    background-color: #F9F9F9;
    
    min-height:575px;
    height:auto !important;
    height :575px;

}
.contatoBox
{
    background: url('../Images/Products/ContactBox.gif');
    color: #666666;
    height: 172px;
    margin-left: 80px;
    width: 442px;
    text-align: left;
}
.contatoBoxFoto
{
    border: solid 1px #CCC;
    height: 120px;
    margin-left: -45px;
    width: 90px;
}
.contatoBoxDados
{
    float: left;
    height: 170px;
    padding-left: 5px;
    width: 360px;
    text-align: left;
}
.contatoBoxDadosTitulo
{
    font-size: 16px;
    font-weight: bold;
    line-height: 25px;
    text-align: center;
}
.contatoBoxDadosNome, .contatoBoxDadosNome span
{
    font-size: 12px;
    font-weight: bold;
    line-height: 25px;
    text-align: left;
}
.contatoBoxDadosInfo
{
    font-size: 12px;
    margin: 2px 0px;
    text-align: left;
}
.contatoBoxDadosFale
{
    margin-top: 5px;
    text-align: right;
}
.contatoBoxDadosFale a
{
    font-size: 10px;
    font-weight: bold;
    text-decoration: none;
}
/* ##################################### */
.pnlEnviarEmail
{
    background-color: #FFFFCC;
    border: solid 1px #000000;
    padding: 5px;
}

.Txt_Titulo
{
    font-size: 16px;
    font-weight: bold;
}
