

.logo {
	height: 45px;
	width: 45px;
}

h2	{
	color: #CBA68D;
}

.menu-informativo {
	background-color: black;
	color: white;
}

.navbar {
	margin: 0 auto;
}

.menu-principal {
	background-color: black ;
	color: white;
}


.card-header {
	background-color: ;
}

.contenido {
	padding: 0 10px 10px;

}

.informacion {
	
	border-left: solid #DFDFDF 1px ;
	border-right: solid #DFDFDF 1px;

}

.btn {
	background-color: ;
}



a {
	color: hite;
}

i {
	color: ;
}

span {
	color: white
}
.pageModule1 {
	border: solid #b6b6b6 1px;
	background-color: black;
}

.pageModule2 {
	border: solid #b6b6b6 1px;
	background-color: black;
}

.copyright {
	border: solid black 1px;
	background-color: black;
}
.fa-copyright {
	color: white;
}

.derechos {	
	color: white;
}
.statcounter {
	color: white;
	border: solid black 1px;
	background-color: black;
}

.nombreModulo {
	border-bottom: 1px solid #b6b6b6;
	padding: 10px;
}

.card-header {
	background-color: black;
}

.mpl {
	color: white;
}

h4, h3	{
	color: white;
}

.navbar-toggler-icon {
	background-color: white;
}

/* Efectos*/

.btn:hover {

	-webkit-box-shadow: black 0 0 5px 0;
	-moz-box-shadow: black 0 0 5px 0;
	box-shadow: black 0 0 5px 0;
}


.menu-principal {

	-webkit-box-shadow: grey 0 0 9px 0;
	-moz-box-shadow: grey 0 0 9px 0;
	box-shadow: grey 0 0 9px 0;
}

.moduleA:hover {
	color: black;
	-webkit-box-shadow: grey 2px 0;
	-moz-box-shadow: grey 0 0 2px 0;
	box-shadow: grey 0 0 2px 0;

}

.moduleB:hover {
	color: black;
	-webkit-box-shadow: grey 0 0 2px 0;
	-moz-box-shadow: grey 0 0 2px 0;
	box-shadow: grey 0 0 2px 0;

}

.moduleD:hover {
	color: black;
	-webkit-box-shadow: grey 0 0 2px 0;
	-moz-box-shadow: grey 0 0 2px 0;
	box-shadow: grey 0 0 2px 0;	

}

/*media Queries*/

@media (min-width: 1300px) {
 #navbarSupportedContent {
 	margin-left: 24%; 
 }

}

