.splashpage{
    height: 100%;
    background: #fff;
}

.main-content{
    background-image: url('../images/block.jpg');
    background-size: 100% auto;
    height: inherit;
}

.home header, .home nav.site-navigation{
display: none;
}

.homepage,.splash{
	padding: 0;
	text-align: center;
	overflow-x:hidden;
}

.splash img{
	max-width: 100%;
}

footer {
    background: none repeat scroll 0% 0% #333;
    font-size: 10px;
}

.site-info {
    color: #FFF;
    text-align: right;
    padding-top: 15px;
}

.site-info a{
    color: #6E9BD0;
}

.construcan {
    width: 100%;
    display: inline-block;
    background: #fff;
}

.logo {
    position: absolute;
    z-index: 2;
top: 40%;
bottom: 0px;
left: 0;
right: 0;
}

.logoimg {
    padding-top: 15px;
    display: inline-block;
}


a.entrar {
    background: #222;
    border: none;
    padding: 10px;
    width: 100%;
    color: #fff;
    display: inline-block;
}

a.entrar:hover {
    background: #666;
}