*
{
	font-family: Arial;
}

h1
{
	width: 1070px;
	font-size: 1.5em;
}

.subtitle
{
	left: 190px !important;
	top: 0px !important;
}

.home{
	display: inline-block; 
	position: absolute;
	right: 27px;
	bottom: 17px;
	text-align: center;
	text-decoration: none;
	color: #545758;
	font-size: 1.2em;
	z-index: 10;
}

/*Efectos botones*/
.button_img{
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	cursor: pointer;
}
.button_img:active{
	-ms-transform: scale(1.2,1.2); /* IE 9 */
    -webkit-transform: scale(1.2,1.2); /* Safari */
    transform: scale(1.2,1.2);
}
.button_img:hover{	box-shadow: 0px 0px 15px rgba(0,0,0,0.7); }

.activity_tag .arrow {
	top: -10px;
}
