
body{
			/* background:#ffe259;
			background:linear-gradient(to right,#ffa751,#ffe259);
			*/
			
			background-image:url('../img/bg_3.jpg');
			/*color:white;*/
			font-weight:bold;
		}
		
		.twentyfont{
		
		   font-size:20px;
		}
		
		
		.bg{
		
			background-image:url(img/AmigosJugando.jpg);
			background-position:center center;
			background-repeat: no-repeat;
			height:487px;
			width:100%;
		
		
		}

		.carousel{
		margin-top: 50px;
		}
		.carousel-inner{
		height: 1200px;
		}
		.carousel-caption{
		color: #000;
		top: 50%;
		}
		
		.carousel-item{
				width: 1300px;
				margin-left: -120px;
				float: none;



		}
		.table-border{

			border: 1px solid black;
			 border-collapse: collapse;
			 padding:10px;
		}

		.back-td{

			background-color: #9DF113;
		}

		.dropdown-menu {
		--bs-dropdown-link-active-bg:none;
		}
		.dropdown-item.active, .dropdown-item:active {
				color:#000 !important;
				text-decoration: none;
				background-color: var(--bs-dropdown-link-active-bg);
			}
		
.bg_add{

	background: rgba(0, 0, 0, 0.5);

}

.text_white{
color:white;
}