/* CSS Document */

.topbar {
 background-color: #025CA2; 
}

.bg-danek {
 background: #00297D; 
}

.footer {
 background-color: #333;
}

.footer-b {
 background-color: #000;
}

.navbar-expand-lg .navbar-nav .nav-item:hover > .nav-link:not(.disabled){
 color: #005CA6; 
}

.dropdown-menu li:hover > .dropdown-item{
 color: #005CA6; 
}

body { background-color: whitesmoke; }

header { background-color: white; }

#footer { color: whitesmoke; }

#footer .uno { background-color: #333; }
#footer .dos { background-color: #000; }

#footer a { color: lightgray; }
#footer a:hover { color: white; }

.uphover, .uphover:hover {
		-webkit-transition: all 500ms ease;
		-moz-transition: all 500ms ease;
		-ms-transition: all 500ms ease;
		-o-transition: all 500ms ease;
		transition: all 500ms ease;
	}
	.uphover:hover {
		-moz-transform: scale(1.1);
		-webkit-transform: scale(1.1);
		-o-transform: scale(1.1);
		-ms-transform: scale(1.1);
		transform: scale(1.1);
	}

.carousel-item .caja { border-radius: 0; height: 100%; }

.cathome { width: 20%; }
@media(max-width: 480px){
	.cathome { width: 33.3%; }
}

/*TOP FECHAS*/
	.navbar-dark small {
		color: white;
	}
	
	.bg-OCTUBRE {
		background-image: url(/img/bg-top-OCTUBRE.jpg);
		background-position: left;
		background-size: auto 100%;
	}

.OCTUBRE .navbar-nav .nav-link:hover {
	color: #766df4 !important;
}

/*RATON*/

.ariatextquemazon.OCTUBRE{
	background-image: url("/img/Raton-OCTUBRE-A.gif") !important;
}

.ariatextquemazon.OCTUBRE:hover{
	background-image: url("/img/Raton-OCTUBRE-B.gif") !important;
}