body {
	font-family: 'Roboto';
	font-weight: 300;
	margin:0px;
    padding:0px;
}

.container.contenidos, .container-fluid.contenidos {
	margin-top: 15px;
	max-width: 1370px;
}

header.navbar {
	background-color: #fff !important;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.14), 0 4px 5px 0 rgba(0, 0, 0, 0.12), 0 1px 10px 0 rgba(0, 0, 0, 0.2);
}

.navbar-brand img {
	max-height: 50px;	
	margin: 0;
}

.navdrawer-header {
    background-color: #ff4081;
    border-bottom: 1px solid rgba(0,0,0,0.12);
}

.navdrawer-header .puerta {
	color: #fff;
	margin: 0 0 0 0;
	height: 38.5px;
	overflow:hidden;
}
.navdrawer-header .puerta img{ 
	display:block;
	float: left;
	width: 16px;
}
.navdrawer-header .puerta span{ 
	display:block;
	float: left;
	margin: 0 0 0 23px;	
	width: calc(100% - 50px);	
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	font-weight:bold;
}

.navdrawer-header .navbar-brand {
	color: #fff;
}

h3.titulo { 
	display:block;
	margin: 0 0 0 0;
	height: 50px;
}
h3.titulo img{ 
	display:block;
	float: left;
	width: 18px;
	margin-right:1rem;
	
}
h3.titulo span.titulo {	
	display:block;
	float: left;
	width: calc(100% - 50px);
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}
h3.titulo span.icon {
	color: #ff4081;
	margin-right: 1rem;
}

.card-img-wrapper {	
	background: #ff4081;
	text-align:center;	
}
.card-img-wrapper img {	
	max-width: 98%;
	height: auto;
	margin: 0.5rem auto;
}

.casillasbotones .card-img-top {
	max-width: 30%;	
}

.tablesorter-bootstrap thead th {
	font-size:0.85rem;
	font-weight: bold;
	color: #444;
}

.table-sm td, .table-sm th {
    padding-right: 0.8rem !important;
	padding-left: 0.8rem !important;
    font-size: 13px !important;
}

.tablesorter-bootstrap thead .tablesorter-header {
	vertical-align:bottom;
}

.tablesorter-bootstrap .tablesorter-header-inner {
	padding-left: 0 !important;
}

#listado .linktable {
	color: rgba(0, 0, 0, 0.87);
	text-decoration:underline;
}

#listado div > .linktable {
	color: rgba(0, 0, 0, 0.5);
	text-decoration:underline;
}

#detalle-content {
	overflow-y: auto;
	overflow-x:hidden;
}

@media (max-width: 1199px) {
	.tablesorter-bootstrap thead .tablesorter-header {
		background-position: right 5px bottom 17px;	
	}
}

@media (max-width: 768px) {
	.container-fluid.contenidos {		
		margin-top: 0px;
		padding-right: 10px;
		padding-left: 10px;
	}
	
	.navbar-brand img {
		max-height: 35px;	
	}
	
	.table-sm td, .table-sm th {
		padding-right: 0.4rem !important;
		padding-left: 0.4rem !important;
		font-size: 12px !important;
	}
	
	.table-sm td:first-child, .table-sm th:first-child {
		padding-left: 0.5rem;
	}
	
	#nombre_user {
		display: inline-block;
		white-space: nowrap;
		max-width: 190px;	
		overflow:hidden;
		text-overflow: ellipsis;
		
	}
}
