/*=============================================
GLOBAL
=============================================*/

*{
	margin:0px;
	padding:0px;
	list-style: none;
	text-decoration: none;
	font-family: 'Ubuntu', sans-serif;
	
}

 

ul, ol{
	padding:0px;
}

a:visited, a:link, a:focus, a:hover, a:active{
	list-style: none;
	text-decoration: none;
}

body::-webkit-scrollbar{
	width: 10px;
}

body::-webkit-scrollbar-thumb{
	background: grey;
	border-radius: 5px;
}

.barraSuperior{
    background:#202020;
}

.barraSuperior a{
	color:white;
}

.backColor, .backColor a{
	background:#91D851;
	color:white;
}

.backColorInverT, .backColorInverT a{
	background:#fff;
	color:#91D851;
}

.fondoBreadcrumb{
	margin-bottom:0px;
	background: rgba(0,0,0,0);
}

@media (min-width:576px){

	.barraSuperior{
    background:#202020;
		height: 40px;
	}
	
}

.pri{
	border-radius: 50%;
	width: 40px;
	height: 40px;
}
