/* CSS Document */
A {color: #ffffff; text-decoration : none;}
A:visited {text-decoration : none;}
A:hover {text-decoration: underline;}
A:active {text-decoration: underline;}

td,th {
	font-family: Trebuchet MS, Tahoma, Verdana, Arial;
	font-size: 11px;
	color: #787878;
}

body {
	font-family: Trebuchet MS, Tahoma, Verdana, Arial;
	font-size: 11px;
	background-color: #e6e7e8;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(Imagens/bg_layout.jpg);
	background-repeat: repeat-x;
}
.style1 {font-weight: bold
}
.botao_enviar1 {
	font-family: Tahoma, Verdana, Arial;
font-size: 11px;
color: white;
background-image:url(Imagens/bg-btn.png)
}
.tabela_formulario{width: 400px;
}
.campos_formulario1 {font-family: Tahoma, Verdana, Arial;
font-size: 15px;
color: #333;
background-color:#dcddde;
border: 1px inset;
width: 200px;
}


.cap_laranja {color: EE5402
}
.linklaranja{
font-family: Trebuchet MS, Tahoma, Verdana, Arial;
font-size: 11px;
color: #666666;
}
.azul {color: #27357E
}
.texto{
font-family: Trebuchet MS, Tahoma, Verdana, Arial;
font-size: 11px;
color: #8a8a8a;
}
.link_laranja{
font-family: Trebuchet MS, Tahoma, Verdana, Arial;
font-size: 11px;
font-style: bold;
color: #FF6600;
}
.texto-laranja{
font-family: Trebuchet MS, Tahoma, Verdana, Arial;
font-size: 11px;
font-style: bold;
color: #FF6600;
}
.capituar-cinza{
font-family: Trebuchet MS, Tahoma, Verdana, Arial;
font-size: 18px;
color: #949494;
}
.capituar-gr{
font-family: Trebuchet MS, Tahoma, Verdana, Arial;
font-size: 24px;
color: #FF6600;
}
.campos_formulario{
font-family: Trebuchet MS, Tahoma, Verdana, Arial;
font-size: 10px;
color: dimgray;
background-color: #DCDCDC;
}

.botao_buscar{
font-family: Trebuchet MS, Tahoma, Verdana, Arial;
font-size: 10px;
color: dimgray;
background-color: white;
border:none;
}
.justif {  text-align: justify}

.TelefoneHome {
font-family: Trebuchet MS, Tahoma, Verdana, Arial;
font-size: 40px;
color:#033064;
}

.Texto {
font-family: Trebuchet MS, Tahoma, Verdana, Arial;
font-size: 14px;
color:#033064;
width:540px;
text-align:justify;
}

#tabelaa{
	width:550px;
	height:auto;
	background-color:#c9cacc;
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

#lateralDireita{
	margin-top:20px;
	width:289px;
	float:right;
}

.cinzaclaro {
   padding-left:20px;
   color:#033064;
   font-size:16px;
   background-color:#eeeeef;
}

.cinzaEscuro {
   padding-left:20px;
   color:#033064;
   font-size:16px;
}

.textoBox {
	width:520px;
	color:#FFFFFF;
	font-size:18;
	text-align:center;
}

#boxLaranja {
	margin-left:10px;
	padding:10px;
	width:520px;
	height:auto;
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
	background: #f9ae41; /* Old browsers */
	background: -webkit-gradient(linear, left top, left bottom,   color-stop(0%,#f9ae41), color-stop(97%,#f16c41)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f9ae41 0%,#f16c41 97%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f9ae41 0%,#f16c41 97%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f9ae41 0%,#f16c41 97%); /* IE10+ */
    background: linear-gradient(top, #f9ae41 0%,#f16c41 97%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9ae41', endColorstr='#f16c41',GradientType=0 ); /* IE6-9 */
 
}

#formulario {
    width:500px;
	height:auto;
	padding:5px;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	-webkit-border-color: #f9ae41;
    border-radius: 5px;
	background-image:url(Imagens/bg-contato.png);
	background-repeat:no-repeat;
}
