
.body{
	width: 100%;
}

#contenido .glyphicon  {
	padding-left: 5px;
	padding-right: 5px;
}

#barra_superior {
	width: 100%;
	height: 100px;
	background: #1E1F30;
}

#barra_inferior {
	width: 100%;
	height: 50px;
	background: #146883;
	-webkit-transition: margin 0.5s; 
	-moz-transition: margin 0.5s; 
	-o-transition: margin 0.5s; 
    transition: margin 0.5s;
}

#contenido {
	width: 95%;
	margin: 0 auto;
}

#contenido img {
	margin: 4px;
	max-width: 100%;
	max-height: 80px;
}

#contenido h1 {
	float: right;
	color: white;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 250%;
}

#contenido p {
	color: white;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 75%;
	text-align: center;
	margin: 0;
	padding-top: 4px;
}

/*=================================================
              		CONTENEDOR
==================================================*/

.contenedor_datos{
	margin: 0;
}
@media only screen  and (min-width: 1024px){

	.contenedor_datos{
		margin: 0 10em;
	}
	
}

/*******************************************************
                  tabla de turnos
********************************************************/

.tabla_equipo{
	border: 1px solid #8099b1;
	border-radius: 10px;
	font-size: 12px;
	margin: 1em auto;
}
.bold{
	font-weight: bold;
}
.padding{
	padding: 0;
}
.td_turnos{
	border: 1px solid #8099b1;
	padding: .3em;
	font-weight: bold;
}
.th_turnos{
	text-align: center;
	background-color: #337ab7;
	border: 1px solid #8099b1;
	padding: .3em;
	font-weight: bold;
}

/**********************************************************
*					DATOS INVENTARIO                      *
***********************************************************/
.input_detalle{
	padding: .5em;
	background-color: transparent;
	border: none;
}
.titulo_datos{
	text-align: center;
	margin: 0 auto;
}
.h3_datos{
	font-size: 4vw;
}
@media only screen and (min-width: 1024px){

	.h3_datos{
		font-size: 3vw;
	}

}
.div_tabla_inventario{
	margin: 3em 0;
}

/**********************************************************
						UTILIDADES
***********************************************************/

/*** DISPLAY ***/
.d_flex{
	display: flex;
	gap: 1em;
}

/*** WIDTH ***/
.w_1vw{
	width: 1vw;
}
.w_2vw{
	width: 2vw;
}
.w_3vw{
	width: 3vw;
}
.w_4vw{
	width: 4vw;
}
.w_5vw{
	width: 5vw;
}
.w_6vw{
	width: 6vw;
}
.w_7vw{
	width: 7vw;
}
.w_8vw{
	width: 8vw;
}
.w_9vw{
	width: 9vw;
}
.w_10vw{
	width: 10vw;
}
.w_11vw{
	width: 11vw;
}
.w_12vw{
	width: 12vw;
}
.w_13vw{
	width: 13vw;
}
.w_14vw{
	width: 14vw;
}
.w_15vw{
	width: 15vw;
}
.w_16vw{
	width: 16vw;
}
.w_17vw{
	width: 17vw;
}
.w_18vw{
	width: 18vw;
}
.w_19vw{
	width: 19vw;
}
.w_20vw{
	width: 40vw;
}
@media only screen and (min-width: 1024px){

	.w_20vw{
		width: 20vw;
	}

}

/*** BORDER RADIUS ***/
.br_5px{
	border-radius: 5px;
}
.br_10px{
	border-radius: 10px;
}
.br_15px{
	border-radius: 15px;
}
.br_20px{
	border-radius: 20px;
}

/*** FONTS ***/
.fst_italic{
	font-style: italic;
}

/*** bacground color ***/

.bc_gris{
	background-color: #e0d9d9;
}

/*** COLORS ***/
.c_negro{
	color: #000000;
}
.c_blanco{
	color: #ffffff;
}
/*** DISPLAY ***/
.d_flex{
	display: flex;
	gap: .5em;
}
/*** FONT WEIGHT ***/
.fw_bold{
	font-weight: bold;
}

/*********************************************************
				FORMULARIO LOGIN
**********************************************************/

.formulario_login{
	width: 100%;
}
.div_input_login{
	margin: 1em 5vw;
}
.input_login:focus{
	outline: none;
	background-color: #cccccc;
}
.input_login{
	padding: .5em;
	border: none;
	border-radius: 10px;
	background-color: #cccccc;
	width: 70vw;
}
@media only screen and (min-width: 1024px){

	.input_login{
		width: 30vw;
	}

}