@charset "utf-8";
/* CSS Document */

html, body {
	/*background:#a9b9c4;*/
	color:#4b555e;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size: 16px;
	margin:0px;
	padding:0px;
}

h1, h3 {
	color:#4b555e;
	font-family: 'Overlock', cursive !important;
	font-weight:700;
}

h1 {
	font-size:40px;
	margin-bottom:10px;
}

h3 {
	font-size:22px;
	margin-top:0;
}

ul {
	color:#4b555e;
	font-family: 'Overlock', cursive !important;
	font-weight:700;
	line-height:1.6em;
	margin:0 auto 1.4em auto;
	padding:0 0 0 0;
	max-width:500px;
}

ul li {
	margin-bottom:15px;
}

.full {
	background:#FFF;
	width:100%;
}

.mancha {
	margin:0 auto;
	width:995px; 
}

.bloco-30 {
	width:30%;
}

.bloco-60 {
	width:60%;
}

.left {
	float:left;
}

.right {
	float:right;
}

.clear {
	clear:both;
}

.laranja {
	color:#ee7f01;
}

.txt-center {
	text-align:center;
}

.fundo-menu {
	background:url(../img/img-fundo-btn-menu.png) repeat-x; 
	height:136px;
}

.fundo-servicos {
	background:#a9b9c4;
}

#login-formulario {
    background-color: #3b505e;
    /* height: 170px; */
    margin: 40px auto 40px auto;
    /* width: 300px; */
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    /* color: #FFFFFF; */
}

form input.btn-login {
    background-color: #000;
    border: 0px solid #000;
    color: #FFFFFF;
    cursor: pointer;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size: 11px;
    font-weight: normal;
    margin: 7px 0px 0px 0px;
    padding: 3px 7px 4px 6px;
}

#login-formulario-campos label {
    color: #FFFFFF;
    font-size: 11px;
    float: left;
    padding: 12px 5px 1px 18px;
    width: 55px;
    text-align: left;
}

#login-formulario p.titulo {
    border-bottom: 1px solid #FFFFFF;
    color: #FFFFFF;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size: 14px;
    margin-bottom: 0px;
    padding: 5px 10px 7px 15px;
}

form input.txt {
    border: 1px solid #999999;
    color: #000000;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size: 11px;
    margin: 0px;
    padding: 3px;
}