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


.content{
	height: 500px;
}

.box-titulo{
margin-top: 22px;
height: 50px;
border-bottom: 1px solid #BFBFBF;
}

.box-titulo h1{
	font-size:26px;
	font-family: 'Raleway', sans-serif;
	font-weight:lighter;
}

.left{
	margin-top: 25px;
	width: 300px;
	height: 230px;
	float: left;

}

.left p{
	line-height: 23px;
	font-size: 14px;
	color: #363636;
}

.left a{
	font-family: 'Raleway', sans-serif;
	color: #666;
	text-decoration:none;


}

.left a:hover{
	font-family: 'Raleway', sans-serif;
	color: #FFF;
	background: #00B3E2;
	transition:background 1s;
	-moz-transition: background 1s;
	-webkit-transition: background 1s;
	-o-transition: background 1s;


}




