body {
	font-size: 85%;
	background-color: #5b5b5b;
	background-image: url(../img/liteWindowFundo.png);
	color: white;
}

a {
	color:#1fd7e0;
}

a:visited {
	color:#f13686;
}

#header {
	background: url(../img/headerFundo.png) repeat-x;
}

#logo {

}

#navbar {
	
}

.spanLink h4 {
	font-family: sans-serif;
	font-weight: bold;
}

#content {
	
}

#liteWindow {
}
#liteWindow p {
	font-family: sans-serif;
	font-size: 1.1em;
	line-height: 140%;
	max-width: 40em;
	margin-bottom: 1em;
}
#liteWindow .titulo {
	color: #ff3535;
	margin-top: 10px;
	padding-bottom: 5px;
	border-bottom: medium double #ff3535;
	
}
#footer {

}
#footer *{
	padding: 0.4em;
}
#subMenu {
	height: 28px;
	/* background: url(../img/subMenuFundo.png) repeat-x; */
	background: black;
}
#subMenu a{
	padding: 0.3em;
	color: white;
	text-decoration: none;
	font-weight: bold;
	display: table-cell;
	vertical-align: middle;
	margin: auto;
}
#subMenu a:hover{
	padding: 0.3em;
	color: white;
	text-decoration: underline;
	font-weight: bold;
}
#subContent li{
	margin-left: 1em;
	font-family: sans-serif;
	font-weight: bold;
	margin-bottom: 0.5em;
	margin-top: 0.5em;
	font-size: 1.1em;
	list-style-type: circle red;
}

/* Estilos do formulário */
.obrigatorio {
	font-weight: bold;
	color: #bc2525;
}
.formErro {
	color: #bc2525;
}

.FormContato {
	font-family: sans-serif;
	font-weight: bold;
	margin-bottom: 10px;
}
.FormContato input{
	border: solid thin black;
	width: 20em;
}
.FormContato textarea {
	border: solid thin black;
	width: 20em;
}
#btnEnviar {
	padding: 0.2em;
	color: white;
	font-weight: bold;
	background-color: #4ebb3e;
	border-top: thin solid #518258;
	border-right: thin solid #3c6041;
	border-left: thin solid #3c6041;
	border-bottom: thin solid #2c4530;
	width: 5em;
	margin-bottom: 10px;
}
#btnLimpar {
	padding: 0.2em;
	color: white;
	font-weight: bold;
	background-color: #bc2525;
	border-top: thin solid #6c1515;
	border-right: thin solid #541010;
	border-left: thin solid #541010;
	border-bottom: thin solid #330b0b;
	width: 5em;
	margin-bottom: 10px;
}