
div.home-content{
	width:1000px;
	height:auto;
	overflow:auto;
	margin:0 auto;
	margin-top:30px;
	padding-bottom:40px;
}

/*  segunda linha */
div.program-register{
	float:left;
	width:304px;
	min-height:350px;
    margin-right:20px;
	background:#fff;
    padding-bottom: 20px;
}

div.program-register p.title{
    height: 100px;
	padding:8px 10px;
	font-size:18px;
	color: #399;
}


div.program-register p.frase{
	height: 130px;
	font-size:14px;
	line-height:140%;
	padding:10px 20px;
	color: #888;
    text-align: justify;
}

div.program-register a.register{
    text-align: center;
	background:#3B8230;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#76BF6B), to(#3B8230));
	background-image: -webkit-linear-gradient(top, #76BF6B, #3B8230);
	background-image: -moz-linear-gradient(top, #76BF6B, #3B8230);
	color: #fff;
	text-shadow: rgba(0, 0, 0, 0.5) 0px -1px 0px;
	padding: 8px 10px;
    margin: 5px 20px;
    text-decoration: none;
    border:1px solid #2d6324;
}
div.program-register a.register:hover {
	background: #5BA150;
}

div.imgProgramas{
    height: 145px;
    background: #EDD48A;
    width: 263px;
    margin-left: 21px;
}

.program-register h2{
    font-size: 18px;
    height: 60px;
    width: 263px;
    margin-left: 20px;
}