body {
  /*min-height: 75rem;*/
  padding-top: 4.5rem;
}

/*Iconos color*/

.icon-font_15{
	font-size: 1.5em;
}

.icon-gray{
	color: #d5d5d5;
	background-color: inherit;
}

.icon-red{
	color: #e41d26;
	background-color: inherit;
}

.icon-green{
	color: #8cb81f;
	background-color: inherit;
}

.icon-green_2{
	color: #5cb85c;
	background-color: inherit;
}

.icon-blue{
	color: #6495ed;
	background-color: inherit;
}

.icon-blue_2{
	color: #00219f;
	background-color: inherit;
}

.icon-yellow{
	color: #ffff00;
	background-color: inherit;
}

.icon-blue:hover{
	color: #00219f;
	background-color: inherit;
	cursor: pointer;
}

.icon-orange{
	color: #ffa500;
	background-color: inherit;
}

/* Background color */

.bgr{
	background-color: red !important;
	color: inherit;
}

.bgor{
	background-color: #ffa500 !important;
	color: inherit;
}

.bga{
	background-color: aqua !important;
	color: inherit;
}

.bgy{
	background-color: yellow !important;
	color: inherit;
}
 
.bgry{
	background-color: gray !important;
	color: inherit;
}

.bg_kb{
	 background-color: #00a5e6 !important;
	 color: #fff;
}

/* Avisos */

#md_avisos_icon{
	font-size: 2.5em;
}

#md_avisos_body{
	font-size: larger;
	font-weight: bold;
}

/* Titulos */

.c_title{
	color: #fff;
	font-weight: 400;
	background-color: rgba(52, 58, 64, 0.5);
	padding: 0.5em;
	/*margin-top: 1em;*/
	margin-bottom: 1em;
}

/* Menus */

.dropdown-item span {
	color: #ccc;
}

/* Tablas */

.t_info, .f_captura{
	background-color: rgba(236,240,241,0.7);
	padding: 1em;
	margin-bottom: 20px;
}

.t_info table {
	background-color: #ffffff;
	font-size: 0.6em;
}

/*formularios*/

.salto_linea{
	margin-bottom: 10px;
/*				min-height: 0px !important;*/
}

.f_captura label {
	font-size: 0.55em !important;
	font-weight: bolder;
}

.f_captura input{
	font-size: 0.8em !important;
	height: 30px !important;
}

.f_captura ::placeholder { color: #ccc !important; }