@charset "utf-8";
/* CSS Document */
/* ---------------------------------------------------------------------------------
   Master Stylesheet
   Author: José M. Chiardola
--------------------------------------------------------------------------------- */
@media (max-width: 600px) {
.table.table.table-hover {
    margin-top: 90px;
}
}

body {
	margin: 0;
	padding: 0;
	background: none;
}
a {
	color: #005e63!important;
	text-decoration: none !important;
}
.form-control:focus {
	border: 1px solid #AAAAAA;
	box-shadow: none;
}
#search-express table td {
	white-space: nowrap;
	overflow: hidden;
}
#search-grid {
	height: 300px;
	overflow-y: scroll;
}
#search-grid div.vinculos {
	display: block;
	margin: 10px 0 0 15px;
}
#search-grid a.load {
	color: #666 !important;
}
#search-grid a.load:hover {
	color: #222 !important;
}
#search-grid a.load i {
	margin-right: 1em;
}