@charset "utf-8";
/* CSS Document */
/* ---------------------------------------------------------------------------------
   Master Stylesheet
   Author: José M. Chiardola
--------------------------------------------------------------------------------- */

body {
	margin: 0;
	padding: 0;
	background: none;
}
a {
	color: #5380B2 !important;
	text-decoration: none !important;
}
.form-control:focus {
	border: 1px solid #AAAAAA;
	box-shadow: none;
}
#search-grid {
	height: 300px;
	overflow-y: scroll;
	display: block;
	clear: both;
	margin-top: 50px;
}
#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;
}
