@charset "utf-8";
body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
	background-image: url(./../img/bg_ini.png);
	background-repeat: no-repeat;
	background-size: 100vw 100vh;

}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #e7e7e7;
    width: 14vw;
}

.centrado{
	display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.colorblanco{
	color: rgba(255,255,255,1.00);
}

.form-control{
	color: #555 !important;
    background-color: #22406a7a !important;
	border: 1px solid #555 !important;
}

.input-group-addon {
	color: #fff !important;
    background-color: #365c8c !important;
    border: 1px solid #818181 !important;
}

.thumbnail {
    background-color: rgba(0, 0, 0, 0.49019607843137253)  !important;
    border: 1px solid #0000 !important;
}

.header-ini-color{
	background:rgba(0,0,0,1.00);
	border-bottom: 1px solid rgba(207,207,207,1.00);
	display: none;
}

.navbar-inicio-edit{
	margin-bottom: 0px;
	background-color: rgba(0,0,0,1.00); 
	border-color: rgba(0,0,0,1.00);
	color: aliceblue;
}

.navbar-default .navbar-nav > li > a {
    color: #fff !important;
}

.col-lg-8 {
    margin-top: 1% !important;
}

@media screen and (min-width:1200px) {

}

@media screen and (max-width:1199px) and (min-width:992px) {

}

@media screen and (max-width:991px) and (min-width:768px) {

}

@media screen and (max-width:767px) {

}

/*standard width & height */
.he-10vh{
	height: 10vh;
}
.he-20vh{
	height: 20vh;
}
.he-30vh{
	height: 30vh;
}
.he-40vh{
	height: 40vh;
}
.he-50vh{
	height: 50vh;
}
.he-60vh{
	height: 60vh;
}
.he-70vh{
	height: 70vh;
}
.he-80vh{
	height: 80vh;
}
.he-90vh{
	height: 90vh;
}
.he-100vh{
	height: 100vh;
}
.wi-10vw{
	width: 10vw;
}
.wi-20vw{
	width: 20vw;
}
.wi-30vw{
	width: 30vw;
}
.wi-40vw{
	width: 40vw;
}
.wi-50vw{
	width: 50vw;
}
.wi-60vw{
	width: 60vw;
}
.wi-70vw{
	width: 70vw;
}
.wi-80vw{
	width: 80vw;
}
.wi-90vw{
	width: 90vw;
}
.wi-100vw{
	width: 100vw;
}