@charset "utf-8";

/* CSS Document */
/*Feito por Cedilha Comunicação Digital*/
/*Projeto #2626*/

/* GERAIS */
body{
	font-family:'CharisSILRegular';
	font-size:14px;
	margin:0;
	padding:0;
	background-image:url(../imagens/body-bg.jpg);
	background-repeat:repeat;
}
small{font-size:0.8em;}
a{
	text-decoration:none;
	color:#bf993d;	
}
.VERMELHO{color:#C4161C;}
.VERDE{color:#669900;}
.dourado{
	color:#ffcc52;
}

/* TEXTOS */
h1{
	font-size:1.6em;
	border-bottom:double 4px;
	margin:20px 0;	
}
h2{
	font-size:1.4em;
	margin:20px 0;	
}
h3{
	font-size:1.2em;
	margin:10px 0;	
}

p{
	color:#371600;
	font-size:1.0em;
	line-height:1.2em;
	font-weight: normal;
	padding:10px 0;
}
li{
	padding:10px 0;
}


/* TABELA */
table{
	display:block;
	margin:20px 0;
	border-collapse:collapse;
}

td, th{
	padding:10px 15px;
	text-align:center;
	border:1px dotted #371600;;
	font-size:15px;
	width:18%;
}

th{
	background-color:#bf993d;
	
	color:#FFF;
	text-shadow:0 1px 0 rgba(00,00,00,.5);
}

/* FORMULÁRIO */
#Submit {
    width: 80px;
    margin-top: 20px;
    padding: 15px 0;
    color: #fff;
    font-weight: 500;
    letter-spacing: 1px;
    text-align: center;
    text-decoration: none;
        background: -moz-linear-gradient(
        top,
        #b9c5dd 0%,
        #a4b0cb);
    background: -webkit-gradient(
        linear, left top, left bottom, 
        from(#592400),
        to(#050200));
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #737b8d;
    -moz-box-shadow:
        0px 5px 5px rgba(000,000,000,0.1),
        inset 0px 1px 0px rgba(255,255,255,0.5);
    -webkit-box-shadow:
        0px 5px 5px rgba(000,000,000,0.1),
        inset 0px 1px 0px rgba(255,255,255,0.5);
    box-shadow:
        0px 5px 5px rgba(000,000,000,0.1),
        inset 0px 1px 0px rgba(255,255,255,0.5);
    text-shadow:
        0px 1px 3px rgba(000,000,000,0.3),
        0px 0px 0px rgba(255,255,255,0);
    display: table;
    position: static;
    clear: both;
}

#Submit:hover {
    background: -moz-linear-gradient(
        top,
        #a4b0cb 0%,
        #b9c5dd);
    background: -webkit-gradient(
        linear, left top, left bottom, 
        from(#050200),
        to(#592400));
}