@charset "utf-8";
/* CSS Document */
body {
	margin: 0px;
	background-color: #E6E6E6;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-image: url(../imagens/background.jpg);
	background-position: center top;
	background-attachment: fixed;
	background-repeat: no-repeat;
}
input[type=button] {
	color: #000;
	text-shadow: 1px 1px 3px #ffffff;
	filter: dropshadow(color=#ffffff, offx=1, offy=1);
	font-size: 16px;
	font-weight: bold;
	border: 2px solid #B2BAC5;
	width: 200px;
	margin-right: auto;
	margin-left: auto;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	background: #c9c9c9; /* Old browsers */
	background: -moz-linear-gradient(top,  #c9c9c9 0%, #8e8e8e 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c9c9c9), color-stop(100%,#8e8e8e)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #c9c9c9 0%,#8e8e8e 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #c9c9c9 0%,#8e8e8e 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #c9c9c9 0%,#8e8e8e 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #c9c9c9 0%,#8e8e8e 100%); /* W3C */


filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c9c9c9', endColorstr='#8e8e8e',GradientType=0 ); /* IE6-9 */

}
a {
	color: #12678C;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

a:hover {
	text-decoration: underline;
}


#Corpo {
	width: 986px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #14678c;
	border-left-color: #14678c;
	overflow: auto;
	background-color: rgba(255, 255, 255, 0.8);
	color: rgba(255, 255, 255, 0.8);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #14678C;
}
#SeguraBackground {
	
	width: 100%;
	height: 100%;
	position: absolute;
	
}
#header #MenuSuperior {
	background: #939ba1; /* Old browsers */
	background: -moz-linear-gradient(top,  #939ba1 0%, #c4c4c4 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#939ba1), color-stop(100%,#c4c4c4)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #939ba1 0%,#c4c4c4 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #939ba1 0%,#c4c4c4 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #939ba1 0%,#c4c4c4 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #939ba1 0%,#c4c4c4 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#939ba1', endColorstr='#c4c4c4',GradientType=0 ); /* IE6-9 */
	}
#header #MenuSuperior ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#header #MenuSuperior ul li {
	display: inline;
}
#header #MenuSuperior ul li a {
	font-family: 'Open Sans', arial, sans-serif;
	color: #FFF;
	text-decoration: none;
	font-size: 16px;
	padding-right: 60px;
	padding-left: 10px;
	height: 40px;
	line-height: 40px;
	font-weight: 600;
}
#header #MenuSuperior ul li a:hover {
	color: #F7D622;
}


#header {
	width: 100%;
	overflow: auto;
}

#header #linhaAmarela {
	background-color: #f1ce00;
	height: 6px;
}
#header #fundoAzul {
	background: #14678c; /* Old browsers */
	
}
#header #fundoAzul #mioloHeader {
	width: 986px;
	margin-right: auto;
	margin-left: auto;
	height: 120px;
	background-image: url(../imagens/fundo.png);
}
#header #fundoAzul #mioloHeader img {
	margin-top: 20px;
	margin-left: 15px;
}
#Miolo {
	width: 100%;
	overflow: auto;
	background-color: rgba(255, 255, 255, 0.2);
	color: rgba(0,0,0,1);
}
#Miolo #Conteudo1 {
	margin-top: 15px;
	padding-right: 5px;
	padding-left: 5px;
	margin-bottom: 25px;
}
#Miolo #Conteudo1 #Esquerda {
	width: 288px;
	margin-right: 30px;
	-webkit-box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.2);
	margin-bottom: 10px;
	float: left;
	margin-left: 10px;
	background-color: #FFF;
	padding: 5px;
}

#Miolo #Conteudo1 #Esquerda p {
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 8px;
	line-height: 20px;
	text-align: justify;
}


#Miolo #Conteudo1 #Esquerda h1 {
	font-family: 'Open Sans', arial, sans-serif;
	font-size: 24px;
	color: #FFF;
	background-color: #12678c;
	margin: 0px;
	padding: 2px;
}
#Miolo #Conteudo1 #Meio {
	width: 288px;
	margin-right: 30px;
	-webkit-box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.2);
	margin-bottom: 10px;
	float: left;
	background-color: #FFF;
	padding: 5px;
}
#Miolo #Conteudo1 #Meio p {
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 8px;
	line-height: 20px;
	text-align: justify;
}


#Miolo #Conteudo1 #Meio h1 {
	font-family: 'Open Sans', arial, sans-serif;
	font-size: 24px;
	color: #FFF;
	background-color: #12678c;
	margin: 0px;
	padding: 2px;
}
#Miolo #Conteudo1 #Direita {
	width: 288px;
	-webkit-box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.2);
	margin-bottom: 10px;
	float: left;
	background-color: #ECEDEF;
	padding: 5px;
}
#Miolo #Conteudo1 #Direita p {
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 8px;
	line-height: 20px;
	text-align: justify;
}


#Miolo #Conteudo1 #Direita h1 {
	font-family: 'Open Sans', arial, sans-serif;
	font-size: 24px;
	color: #12678C;
	background-color: #F1CE00;
	margin: 0px;
	padding: 2px;
}
#Miolo #Conteudo2 {
	width: 958px;
	margin-right: 10px;
	-webkit-box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.2);
	margin-bottom: 10px;
	float: left;
	margin-left: 10px;
	background-color: #FFF;
	padding: 5px;
	margin-top: 15px;
	font-size: 16px;
	line-height: 25px;
	font-family: 'Noto Sans', Arial;
}
#Miolo #Conteudo2 h1 {
	font-family: 'Open Sans', arial, sans-serif;
	font-size: 24px;
	color: #FFF;
	background-color: #12678c;
	margin: 0px;
	padding: 2px;
}
#Miolo #Conteudo2 #Base p img {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
}

#Rodape {
	background-color: #F1CE00;
	color: #12678C;
	padding: 10px;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
}
#Rodape p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#Rodape #hospedagem {
	margin: 10px;
}
label {
	width: 120px;
	float: left;
	font-weight: bold;
	color: #12678C;
}
input[type=text] {
	border: 1px solid #12678C;
}
textarea {
	border: 1px solid #12678C;
}
input[type=submit] {
	background-color: #12678C;
	color: #FFF;
	font-size: 16px;
	margin-left: 475px;
	width: 100px;
	border: 1px solid #12678C;
}
#logoCliente {
	width: 250px;
	margin-top: 5px;
	margin-bottom: 5px;
	float: left;
	margin-right: 10px;
}
#linha {
	clear: left;
	height: 10px;
}

#DescricaoCliente {
	font-size: 14px;
	float: left;
	width: 664px;
	padding: 10px;
	border: 1px solid #12678C;
	background-color: #DAF0FA;
	height: 118px;
	margin-top: 5px;
	margin-bottom: 5px;
}
#DescricaoCliente p {
	padding: 0px;
	margin: 0px;
}
