/*-----------------------------------------------------------*/
/* CAPA
-------------------------------------------------------------*/
.left {
	float:left;
	width:655px;
	position:relative;	
}

h2 {
	font-size: 35px;
}

.empresa li {
	float: left;
}

.empresa li img {
	border: 3px solid #993857;
}

.right {
	float:left;
	width:330px;
	position:relative;	
}

.capa-bloco {
	float:left;
	width:480px;
}

.capa-bloco  p {
	font-family:'Open Sans', sans-serif;
	font-size:15px;
	text-align: justify;
}

.capa-bloco h2 {
	width:291px;
	height:57px;
}
.capa-bloco h2 a {
	width:291px;
	height:57px;
	display: block;
}

.capa-bloco h3 {
	width:460px;
	font-size: 18px;
	margin-bottom: 13px;
}

.capa-bloco h3 a {
	width:291px;
	height:57px;
	display: block;
}

.capa-bloco h4 {
	width:291px;
	height:57px;
}

.capa-bloco h4 a {
	width:291px;
	height:57px;
	display: block;
}

.capa-bloco h5 {
	width:291px;
	height:57px;
}

.capa-bloco h5 a {
	width:291px;
	height:57px;
	display: block;
}
.areas {
	width: 990px;
}

.areas li {
	width: 294px;
	float: left;
	border: 1px solid #ebebeb;
	padding: 10px;
}

.areas li caption {
	background: #602537;
	border-radius: 10px;
	color: #ffffff;
	font-size: 18px;
	margin-bottom: 10px;
	padding: 0 2px;
}

.areas li .buy-now {
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background: #602537;
	padding: 5px 10px;
	color: #ffffff;
	margin: 10px 0 0 0;
	display: block;
	text-align: center;
}

.trainings {
	width: 990px;
	margin-top: 20px;
}

.trainings li {
	width: 243px;
	float: left;
	text-align: center;
}

.trainings p {
	padding: 10px;
}

.trainings h4 {
	font-size: 18px;
}

.thumbnails {
	background: none repeat scroll 0 0 #602537;
	border: 1px solid #33222a;
	border-radius: 150px;
	height: 130px;
	margin: 0 auto 27px;
	width: 130px;
}

.trainings i {
    color: #fff;
    cursor: default;
    display: block;
    font-size: 55px;
    line-height: 130px;
    text-align: center;
}

.equipe {
	width: 990px;
}

.equipe li {
	width: 478px;
	float: left;
}

.equipe li p span {
	display: block;
	font-size: 17px;
}

.equipe li img {
	border: 3px solid #602537;
	float: left;
	margin-right: 15px;
}

.fixar {
    position:fixed;
    top: 0;
    padding: 2px 0 0;
    box-shadow:2px 2px 3px #cccccc;
    z-index: 9999;
}

.anchor {
	height: 50px;
	clear: both;
}

.sombra_topo {
	background: url('../img/sombra_topo.png') no-repeat center top;
}

.sombra_base {
	background: url('../img/sombra_base.png') no-repeat center top;
}