@font-face {
    font-family: 'GillSansMTRegular'; /*a name to be used later*/
    src: url('../fonts/gil_regular.ttf'); /*URL to font*/
}

body {
	height: 100%;
	margin: 0px;
	font-family: arial,sans-serif;
	font-size: 12px;
	/*background-image: url("/img/background.png");
	background-repeat: repeat-y;*/
}

p {
	text-align: justify;
}

a {
	text-decoration: none;
}

h1 {
	font-family: 'GillSansMTRegular'; /*a name to be used later*/
	font-size: 24px;
}

h2 {
	font-family: 'GillSansMTRegular'; /*a name to be used later*/
	font-size: 18px;
}

input {
	border: solid 1px #ccc;
	min-height: 30px;
	padding-left: 10px;
}

textarea {
	border: solid 1px #ccc;
}

#tudo {
	min-height: 100%;
	position: relative;
}

#faixa_1 {
	width: 100%;
	height: 20px;
}

#header {
	width: 100%;
	height: 140px;
	position: relative;
	background-color: #F7F5F4;
}

#box_logo {
	position: absolute;
	top: 5px;
	width: 250px;
	height: 195px;
	z-index: 2;
	background-color: #fff;
	border: solid 1px #EDEDED;
	/*
	-webkit-box-shadow: 5px 11px 33px 0px rgba(142,153,176,0.65);
	-moz-box-shadow: 5px 11px 33px 0px rgba(142,153,176,0.65);
	box-shadow: 5px 11px 33px 0px rgba(142,153,176,0.65);
	*/
}

#box_logo img {
}

#menu {
	width: 100%;
	height: 44px;

	border: solid 1px #EDEDED;

	font-family: arial,sans-serif;
	font-family: 'GillSansMTRegular';

	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fdfdfd+20,f9f9f9+40,f9f9f9+85,ffffff+100 */
	background: #fdfdfd; /* Old browsers */
	background: -moz-linear-gradient(top,  #fdfdfd 20%, #f9f9f9 40%, #f9f9f9 85%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(20%,#fdfdfd), color-stop(40%,#f9f9f9), color-stop(85%,#f9f9f9), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fdfdfd 20%,#f9f9f9 40%,#f9f9f9 85%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fdfdfd 20%,#f9f9f9 40%,#f9f9f9 85%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fdfdfd 20%,#f9f9f9 40%,#f9f9f9 85%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fdfdfd 20%,#f9f9f9 40%,#f9f9f9 85%,#ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

}

#menu table {
	margin: 10px 0px 0px 290px;
}

#menu table tr td {
	padding: 0px 22px 0px 22px;
    font-size: 16px;
    border-right: solid 1px #EDEDED;
}

#menu table tr td:last-child {
	border-right: none;	
}

#menu table tr td a {
	text-decoration: none;
	color: #334E8E;
}

#menu table tr td a:hover {
	color: #041B4F
}

#conteudo {
	/*min-height: 400px;*/
	margin-top: 30px;
	margin-bottom: 70px;
}



#rodape {
	position: absolute;
	bottom: 0;

	width: 100%;
	height: 170px;
	padding-top: 15px;

	font-family: arial,sans-serif;
	font-family: 'GillSansMTRegular';
	color: #fff;
}

#rodape .rodape_esq {
	width: 55%;
	height: 140px;
	float: left;
}

#rodape .rodape_dir {
	width: 45%;
	height: 140px;
	float: right;
}


#rodape .navegacao tr td {
	 padding: 0px 12px 0px 12px;
    font-size: 14px;
    border-right: solid 1px #EDEDED;
}

#rodape .navegacao tr td:last-child {
	border-right: none;	
}

#rodape .navegacao tr td a {
	text-decoration: none;
	color: #fff;
}

#rodape .navegacao tr td a:hover {
	color: #ccc
}

#rodape .info {
	margin-left: 150px;
	color: #fff;
	font-size: 14px;
}

#rodape .info tr td  {
	padding-bottom: 7px;
}
#rodape .info tr td a {
	color: #fff;
}

#rodape .rodape_label {
	text-align: center;
	font-size: 12px;
}

.central {
	width: 960px;
	margin: auto;
}

.bloco_esquerda {
	float: left;
	width: 50%;
}

.bloco_direita {
	float: right;
	width: 49%;
}

.gradient_blue {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#041b4f+0,1f3362+40,1f3362+60,041b4f+100 */
	background: #041b4f; /* Old browsers */
	background: -moz-linear-gradient(left,  #041b4f 0%, #1f3362 40%, #1f3362 60%, #041b4f 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#041b4f), color-stop(40%,#1f3362), color-stop(60%,#1f3362), color-stop(100%,#041b4f)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #041b4f 0%,#1f3362 40%,#1f3362 60%,#041b4f 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #041b4f 0%,#1f3362 40%,#1f3362 60%,#041b4f 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #041b4f 0%,#1f3362 40%,#1f3362 60%,#041b4f 100%); /* IE10+ */
	background: linear-gradient(to right,  #041b4f 0%,#1f3362 40%,#1f3362 60%,#041b4f 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#041b4f', endColorstr='#041b4f',GradientType=1 ); /* IE6-9 */
}

.gradient_gray {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fff9f9+0,f4f1ef+50,fff9f9+100 */
	background: #fff9f9; /* Old browsers */
	background: -moz-linear-gradient(top,  #fff9f9 0%, #f4f1ef 50%, #fff9f9 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff9f9), color-stop(50%,#f4f1ef), color-stop(100%,#fff9f9)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fff9f9 0%,#f4f1ef 50%,#fff9f9 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fff9f9 0%,#f4f1ef 50%,#fff9f9 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fff9f9 0%,#f4f1ef 50%,#fff9f9 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fff9f9 0%,#f4f1ef 50%,#fff9f9 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff9f9', endColorstr='#fff9f9',GradientType=0 ); /* IE6-9 */

}

.input_p {
	width: 50px;
}

.input_m {
	width: 200px;
}

.input_g {
	width: 450px;
}


/* SERVICOS */
#lista_servicos {
	position: absolute;
	width: 240px;
}

#lista_servicos h1 {
	margin-top: 0px;
}

#lista_servicos ul {
	padding: 0px;
}

#lista_servicos ul li {
	list-style: none;
	padding: 10px;
	border: solid 1px #ccc;
}

#lista_servicos ul li a {
	color: #041b4f;
}

#texto_servico {
	margin-left: 270px;
    margin-right: 40px;
}