/* Estilos generales */
.error {
	color: red;
}

/* Estilos generales */

.td_text_bu {
	text-align: right;
	font-weight: bold;
}

.style_table_bu {
	border: 2px solid #282C6C;
    background: #D7D7D7;
	font-weight: bold;
}

.form-select {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23282C6C' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e") !important;
	background-color: #D7D7D7;
	border: 2px solid #282C6C;
	font-weight: bold;
}

.btn_blue_bu {
	width: 100%;
	background: #262967;
    color: #FFF;
    padding: 15px;
    font-weight: bold;
    font-size: 20px;
}

.btn_blue_bu:hover {
	background: #000570;
    color: #FFF;
}

#img_usr {
	display: inline-block;
    white-space: nowrap;
    width: 100%;
}
/* ######################################################## */
/* MEDIA QUERYS */
/* ######################################################## */

@media (max-width: 1200px) {
	#cont_logos img:first-child {
		width: 35% !important;
	}
	
	#cont_logos img:last-child {
		width: 20% !important;
	}
	
	#login {
		width: 60% !important;
	}
}

@media (max-width: 769px) {
	.td_text_bu {
		text-align: left;
	}
	
	.col_pers {
		width: 100% !important;
	}
	
	.col_pers table tbody tr th {
		width: 25% !important;
	}
	
	#datos_form .row div {
		padding: 0px !important;
	}
	
	/* Force table to not be like tables anymore */
	table, thead, tbody, th, td, tr { 
		display: block; 
	}
	
	/* Hide table headers (but not display: none;, for accessibility) */
	thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	tr { border: 0px solid #ccc; }
	
	td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 0px solid #eee; 
		position: relative;
		padding-left: 50%; 
	}
	
	td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
	}
} 
@media (max-width: 600px) {
	#cont_login {
		height: auto !important;
    	margin-top: 100px !important;
	}
	
	#login {
		width: 90% !important;
	}
	
	.col_pers table tbody tr th {
		width: 30% !important;
	}
}