body {
	background-color: white;
	font-family: helvetica, Arial;
    color: #435B55;
}

a:link {
    color: #435B55 !important;
    text-decoration: none;
}

a:hover {
    color: #000 !important;
    text-decoration: none;
}

a:visited {
    color: #435B55 !important;
    text-decoration: none;
}

a:active {
    color: #000 !importants;
    text-decoration: none;
}

.login {
	margin: 0 auto;
	margin-top: 150px;
	background: white;
	display: table;
	width: 30%;
	height: 200px;
}

.galeria img {
    max-width: 150px;
}

.lb-caption a:link {
    color: #FFF;
}

.lb-caption a:hover {
    color: #FFF;
}

.lb-caption a:visited {
    color: #FFF;
}

.lb-caption a:active {
    color: #FFF;
}

.fondo {
    background-size: 280px;
    background-repeat: no-repeat;
    min-height: 340px;
    min-width: 280px;
    margin-top: -280px;
    display: block;
    z-index: 2;
}