/*body{
	overflow-x: hidden;
}*/

.btn-acceder {
	border-radius: 50px;
	background-color: #d81e05;
	border-color: #d81e05;
	color: white;
    width: 15%;
	text-align: center;
}
.masthead{
	height: 85%;
}

.btn-block{
	font-family: 'Roboto';
    font-size: 16px;
}

.masthead {
	height: 45%;
}

.menu {
	background-color: #fff;
    z-index: 2;
    position: relative;
    padding: 10px;
}
 .menu a {
	font-weight: bold;
	padding-right: 15px;
	color: -webkit-link;
	text-decoration: underline;
}