@import url('https://fonts.googleapis.com/css?family=Tajawal&display=swap');

body{
	/*background: rgb(253,216,216);
	background: -moz-linear-gradient(13deg, rgba(253,216,216,1) 0%, rgba(222,222,222,1) 100%);
	background: -webkit-linear-gradient(13deg, rgba(253,216,216,1) 0%, rgba(222,222,222,1) 100%);
	background: linear-gradient(13deg, rgba(253,216,216,1) 0%, rgba(222,222,222,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fdd8d8",endColorstr="#dedede",GradientType=1);*/
	font-family: 'Tajawal', sans-serif;
}

nav img{
	width: 221px;
}

.titulo-directorio {
	border-right: 7px solid #2780e3;
	padding-right: : 16px;
}

#btn_busqueda{
	/*margin-top: 31px;*/
}

.table td{
	vertical-align: middle !important;
}

.img-servidor{
	width: 40px;
	height: 40px;
}

.bg-blue{
	background: #2780E3;
	color: #fff;
}

.bg-white{
	background: #fff;
	padding: 1.5em;
}

.encabezado{
	margin-bottom: 10em;
}

.encabezado .col-md-6{
	float: left;
}
footer{
	background-color: #514E54;
	padding: 25px 0;
	text-align: center;
	color: rgba(255,255,255,.3);
}

footer p{
	font-size: 12px;
	margin: 0;
}

footer a{
	color: rgba(255,255,255,.3) !important;
}

footer a:hover{
	color: #fcbd20 !important;
}

section.contact{
	text-align: center;
	padding: 100px 0;
}

.contact hr{
	max-width: 100px;
	margin: 25px auto 0;
	border-width: 1px;
	border-color: rgba(34,34,34,.1);
}

.bg-light2{
	background: #FBFBFB !important;
	background: -webkit-linear-gradient(#FBFBFB,#DBDBDB) !important;
	background: linear-gradient(#FBFBFB,#DBDBDB); !important
}

.sombra {
	-webkit-box-shadow: 1px 1px 15px 3px rgba(63,63,63,0.24);
	box-shadow: 1px 1px 15px 3px rgba(63,63,63,0.24);
}

td.details-control {
	background: url('../img/details_open.png') no-repeat center center;
	background-size: 20px;
	cursor: pointer;
}
tr.shown td.details-control {
	background: url('../img/details_close.png') no-repeat center center;
	background-size: 20px;
}

.bg-login-image {
	background: url(../img/centro.jpg);
	background-position: center;
	background-size: cover;
}

.bg-gradient-primary {
	background-color: #4e73df;
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(10%,#4e73df),to(#224abe));
	background-image: linear-gradient(180deg,#4e73df 10%,#224abe 100%);
	background-size: cover;
}

.footer-admin{
	position: fixed;
	bottom: 0;
	width: 100%;
	padding: 0.5em !important;
}

.footer-admin p{
	color: #2b52c4;
	font-size: 15px;
}

.footer-admin a:hover{
	color: initial !important;
}


/*
ESTILOS ADMINISTRADOR
*/
.btn-add{
	margin-bottom: 15px;
	margin-top: 10px;
}

@media (min-width: 992px)
.d-lg-block {
	display: block!important;
}

@media (min-width: 992px)
.col-lg-6 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}