	/*!
 * Ardint CSS
 * https://www.ardint.com.ar
 * 2017-05-09
 * License: MIT
 */
::-webkit-scrollbar {
	width: 10px; /*ancho de la barra vertical*/
	height: 10px;
}
::-webkit-scrollbar-button { /* 2 */ }
::-webkit-scrollbar-track {
	-webkit-box-shadow: #000000;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
::-webkit-scrollbar-track-piece {
	background-color: #222222; /*color de fondo de la barra*/
}
::-webkit-scrollbar-thumb {
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color: #558822;
	/*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);*/
}
::-webkit-scrollbar-thumb:hover {
	background-color: #669933;
}
::-webkit-scrollbar-corner { /* 6 */ }
::-webkit-resizer {
	background: #222222;
}
.efemeride {
	background-color: #222222;
	border-radius: 0.5em;
	font-size: 13px;
	height: 150px;
	margin-bottom: 1em;
	overflow: auto;
	width: 100%;
}
