        body {
            font-family: 'Open Sans', sans-serif;
			background: url('../img/fondo.png') no-repeat center center;
        }
        .banner {
            width: 100%;
            height: auto;
        }
        .bg-portal {
            background-color: #283d74;
        }
		td, th 
		{
			color: #283d74;
		}
		h5
		{
			color: #ffffff;
		}
		.txtBtn
		{
			color: #ffffff;
		}
		.txtBtn:hover {
		background-color: #54c6de;
		color: white;
		}
        .content-section {
            padding: 50px 0;
        }
        .content-section h1, h2, h3{
            color: #283d74;
			font-weight: bold;
        }
        .content-section h4{
            color: #283d74;
        }
        .content-section p {
            text-align: justify;
			color: #283d74;
			font-size: 20px;
        }
        .special-text {
            color: #00d8e2;
            text-align: center;
        }
        .card-img-top {
            height: 200px;
            object-fit: cover;
        }
        .carousel {
            margin: 0 auto;
            width: 80%;
        }
		.carousel-control-prev-icon {
			background-image: url('img/flechaI.png');
		}
		.carousel-control-next-icon {
			background-image: url('img/flechaD.png');
		}