﻿body
{
    background-color:White;
}

#menu
{
    background-color:#fc1212;
    margin-left:auto;
    margin-right:auto;
    font-family:Times New Roman;
    font-size:16px;
    font-weight:bold;
    color:white;
    text-align:right;
}

.centralizado
{
    margin-left: auto;
    margin-right: auto;
}

.menu_geral
{
    width:1500px;
    margin-left:auto;
    margin-right:auto;  
}

.menu_geral a
{
    padding-right: 30px;
    font-size:18px;
    font-weight:bold;
    font-family:Verdana;
    margin-bottom: 20px;
}

.divPadraoCentralizado
{
    margin-top:10px;
    margin-bottom:20px;
    text-align: center;
}

.corpo
{
    width:1500px;
    margin-left:auto;
    margin-right:auto;    
}

.zonaBanner
{
    margin-top:10%;
    border: 5px groove black;
    padding: 10px 10px 10px 10px;
}

.relacaoBanner
{
    margin-top:100px;
    border: 5px groove black;
    padding: 10px 10px 10px 10px;
}

.formRelacionamento
{
    margin-top:10px;
    border: 5px groove black;
    padding: 10px 10px 10px 10px;
}

.informacoesBanner
{
    border: 5px groove black;
    margin-top:10%;
    padding: 10px 10px 10px 10px;
}

.titulo
{
    font-size:20px;
    font-weight:bold;
    text-decoration:underline;
    display:block;
    text-align:center;
}

.avisos
{
    margin-top:15px;
    margin-bottom:15px;
    font-size:18px;
    font-weight:bold;
    text-align:center;
    border: 3px double black;
}

label
{
    font-size:14px;
    font-weight:bold;
    display:block;
}

legend
{
    font-size:16px;
    font-weight:bold;
}

fieldset
{
    margin-top: 10px;
}

.perigo
{
    background-color:Red;
    font-size:14px;
    font-weight:bolder;
    color:White;
}

.alinharDireita
{
    margin-left: 100px;
}

input[type='text'], select, input[type='password']
{ 
background-attachment: scroll;
background-color: #ffffff;
background-image: none;
background-position: 0% 0%;
background-repeat: repeat;
border-bottom-color: #8c8c8c;
border-bottom-style: solid;
border-bottom-width: 1px;
border-left-color: #cacaca;
border-left-style: solid;
border-left-width: 1px;
border-right-color: #8c8c8c;
border-right-style: solid;
border-right-width: 1px;
border-top-color: #cacaca;
border-top-style: solid;
border-top-width: 1px;
height: 31px;
}

input[type='submit']
{
font-size: 16px;
-moz-box-shadow:inset 2px 2px 5px #ccc;
box-shadow:inset 2px 2px 5px #ccc;
border: 1px solid #b8b8b8;
height: 30px;
}

.botaoExcluir
{
    background-color: #FF0000;
    margin-left: 100px;
}