/*hide-window*/
.hide-window{
	background: rgba(0,0,0,0.9);
	padding: 5px;
	position: fixed;
	top:0;
	left:-350px;
	min-height: 150px;
	width: 310px;
	z-index: 500;
	transition: all 0.3s ease 0s;
}
.show-window{
	border:1px solid #3E3E3F;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	z-index: 500;
	transition: all 0.6s ease 0s;
}
.show-window a{
	border-radius: 3px;
	background:#3E3E3F;
	color: #fff;
	font-weight: bold;
	float: right;
    padding: 0.2em 0.6em;
}
.show-window h3{
	color: #969696;
	text-align: center;
	margin-top: 2em;
	width: 100%;
}
.form-flotante{
	padding: 6px 4px;
}
#item_form{
	color:#fff;
}
.form-flotante input[type="password"],.form-flotante input[type="text"],.form-flotante textarea,
.form-flotante input[type="email"]{
	background: transparent;
	box-sizing: border-box;
	color: #969696;
	display: block;
	font-family: Arial;
	font-size: 0.9em;
	margin-bottom: 5px;
	padding: 5px 3px;
	width:100%;
}
.form-flotante textarea{
	resize: none;
}
.form-flotante input[type="button"]:hover{
	cursor: pointer;
}
/*fin de hide-window*/
/*boton scroll*/
.scroll-top {
    /*background: url('../images/up.png');*/
    background-color: #27AE60;
    color: #fff;
    bottom: 10px;
    display: none;
    position: fixed;
    right: 5px;
    padding:2px 10px;
    padding-bottom: 0;
    z-index: 999;
}
.scroll-top:hover{
	background: #121212;
}
.scroll-top span{
	font-size: 24px;
}
/*fin de boton scroll*/
.btn-primary {
	color: #ffffff;
	background: #000;
	padding: 6px 20px;
	border: none;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background: #b3b3b3;
	color: #ffffff;
}
.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
	color: #ffffff;
	padding: 6px 20px;
	background-color: #b3b3b3;
	border: none;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	background-color: #000;
}
.btn-success {
	color: #ffffff;
	background-color: #5bb75b;
}
.btn-info {
	background: #39AAB0;
	color: #fff;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background: #454851;
	color: #fff
}
