body.page-template-page-tips{
	background-color: #fff;
	margin-top:-50px !important;
}
.page-template-page-tips header{
	margin-top:50px;
	padding-bottom:150px;
}
.page-template-page-tips .secciontips .container{
	padding:0px;
}
.secciontips{
	background-color:#f2f4f6;
	padding-bottom:80px;
}
.secciontips .tabs{
	margin-top:50px;	
	height:400px;
	padding-top: 90px;
}
.secciontips .tabs div div{
	float:left;
	cursor:pointer;
}
.secciontips .article-content{
    border-radius: 15px;
	border: 2px solid #e2211c;
	height: 540px;
	margin-bottom: 50px;
	max-width:475px;
	margin-left:auto;
	margin-right:auto;
	background-color: #fff;
}
.secciontips .main-image{
	min-height:300px;	
	padding: 0 10%;
	border-radius: 15px 15px 0px 0px;
}
.secciontips .main-image h2{
	color:#fff;
	text-transform: uppercase;
	vertical-align: middle;
	display: table-cell;
	height: 300px;
	font-family: 'Montserrat', sans-serif;
	font-size:31px;
	font-weight:bold;
}
.secciontips p{
	font-size:18px;	
	color:#858585;
	padding:40px 12%;
}
#tab1-3{
	background: url('../images/btn-culinarios.jpg') no-repeat center;
	background-size:contain;
	height:215px;
	width:215px;
	float:right;
}
#tab2-3{
	background: url('../images/btn-actividadfisica.jpg') no-repeat center;
	background-size:contain;
	height:215px;
	width:215px;
	float:left;
}
#tab1-3.active{
	background: url('../images/btn-culinarios-activo.jpg') no-repeat center;
	background-size:contain;
	height:215px;
	width:215px;
	float:right;
}
#tab2-3.active{
	background: url('../images/btn-actividadfisica-activo.jpg') no-repeat center;
	background-size:contain;
	height:215px;
	width:215px;
	float:left;
}