div#blockuserinfoContent {
	display: inline-block;
    vertical-align: top;
    padding-top: 35px;
    text-align: center;
    width: auto;
    float: right;
    margin-left: 15px;
}
i.buiIcon {
	display: block;
}
.buiIcon:before {
    content: "";
    display: inline-block;
    font-size: 23px;
    line-height: 23px;
    color: #414042;
    padding-right: 0px;
    width: 28px;
		margin:5px;
    background: url(../../../img/icon/user.png) no-repeat;
    height: 25px;
    background-size: cover;
}
.header_user_info {
	float: right;
	border-left: 1px solid #515151;
	border-right: 1px solid #515151;
}
.header_user_info a {
	color: #fff;
	font-weight: bold;
	display: block;
	padding: 8px 9px 11px 8px;
	cursor: pointer;
	line-height: 18px;
}
@media (max-width: 479px) {
	.header_user_info a {
		font-size: 11px;
	}
}
.header_user_info a:hover, .header_user_info a.active {
	background: #2b2b2b;
}

/*# sourceMappingURL=blockuserinfo.css.map */

#header .contactinfologin {
	position: fixed;
	top: 0px;
	right: -400px;
	z-index: 100;
	height: auto;
	background: white;
	width: 380px;
	overflow-y: auto;
	display: block !important;
	opacity: 0;
}

.close-user:before {
	content: "";
	width: 25px;
	height: 25px;
	background: url(../../../svg/close.svg) no-repeat black;
	display: block;
	border-radius: 50%;
	background-size: 14px;
	background-position: 6px 6px;
	cursor: pointer;
}

.close-user {
	float: right;
	margin: 17px 20px;
}
#header .contactinfologin h4 {
	background: none;
	padding: 13px 0 17px;
	margin: 0;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 25px;
	border: none;
	font-weight: 600;
	text-align: center;
}

#header .block_content_user {
	padding: 0px 31px;
}

#header .block_content_user .form-group .form-control {
	height: 45px;
	max-width: 300px;
	/* color: #000; */
	display: inline-block;
	border: 0;
	border-bottom: 1px dashed #000;
	outline: 0;
	padding-left: 10px;
	text-align: center;
}

p.lost_password.form-group {
	font-style: italic;
	font-size: 12px;
	text-decoration: underline;
	padding-left: 0px;
	text-align: center;
}
p.texto {
	margin-bottom: 18px;
	text-align: center;
}

#header .block_content_user p.separador-o {
	text-align: center;
}

#header .separador {
	height: 30px;
}

a.facebookblock span:after {
	content: "\f09a";
	display: inline-block;
	font-size: x-large;
	font-family: "FontAwesome";
	vertical-align: -3px;
	margin-left: 5px;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
}

.contactinfologin .btn-primary {
	width: 100%;
}
ul.useroptions li {
	margin-bottom: 5px;
}
.logout {
	margin-top: 30px;
}
