@charset "UTF-8";
/*-------------------------------------
			ESTILOS DEL DISEÑO
-------------------------------------*/
html {
  font-size: 13px; }

:hover {
  -webkit-box-shadow: 0 0 100px dark;
          box-shadow: 0 0 100px dark; }
.scroll-contenido{
	height: 300px;
	width: auto;
	border: 1px solid #ddd;
	overflow-y: scroll;
}

.scrollspy-example {
    position: relative;
    height: 400px;
    margin-top: .5rem;
    overflow: auto;
}

/*-------------------------------------
			MEDIAS QUERYS
-------------------------------------*/
@media (max-width: 767px) {
 	.scroll_contenido{
		height: 515px;
	}
}	

@media (min-width: 768px) {
	html {
		font-size: 16px; } 

	.scroll_contenido{
		height: 780px;
	}

	.scrollspy-example {
    position: relative;
    height: 600px;
    margin-top: .5rem;
    overflow: auto;
}
}	




/*# sourceMappingURL=estilos.css.map */