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

@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,700);

*{
	margin:0;
	padding:0;
	}
.heather {
	height: 110px;
	width: 100%;
	padding-top: 30px;
	background-color: #6cb33f;
}
.logo{
	width: 250px;
	height: 83px;
	float:left;
	margin-left: 128px;
}
.contentor{
	width: 100%;
	height:1000px;
	background-color:#DCDCDC;
}
.info {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
}

/* Colunas*/
.colun_um{
	float: left;
	width: 300px;
	margin-left: 10px;
	padding-top:40px;
}

.maior {
	font: 700 24px "Open Sans";
	color: #5f604b;

}
.menor {
	margin-top: 5px;
	font: 300 20px "Open Sans";
	color: #5f604b;

}
.colun_dois{
	float: left;
	width: 318px;
	margin-left: 60px;
	padding-top:0px;
}


/*xxxxxxxxxxxxxxxxxxx
        FORM
xxxxxxxxxxxxxxxxxxxxx*/

.form{
	width: 300px;
	height:500px;
	background-color:#DCDCDC;
}

.master-saude .heather {
    background-color: #fff;
	background-image: url("../img/master_saude_form_header.png");
	background-repeat: no-repeat;
	background-position: 100% 0;
	background-size: 450px;
}


.master-saude .colun_um {
	margin-left: 0px;
	width:50%;
	text-align: right;
}

.master-saude .colun_um img{
	margin-top: 100px;
}

.master-saude .colun_dois {
	margin-left: 40px;
	width: 45%;
}

.master-saude .contentor {
    height: 1300px;
	background-color: #ebebeb;
}

.master-saude .texto {
    text-align: right;
	margin-right: 20px;
	padding-top: 15px;
}

.master-saude .form{
	width: 420px;
	background-color:transparent;
}