/* BOTON NARANJO */
.btn-naranjo {
    background: #ff931e;
    border-radius: 0;
    border: none;
    padding: 1.5rem 3rem;
    color: #fff !important;
	margin: 12px 0;
	text-decoration: none !important;
}

.btn-naranjo:hover, .btn-naranjo:focus {
    background: #ec8a20;
    color: #fff !important;
}

.btn-naranjo-tabla {
    background: #ff931e;
    border-radius: 0;
    border: none;
    padding: 0.5rem 1.5rem;
        color: #fff !important;
    margin: 0;
    text-decoration: none !important;
}

td.titulo-curso a {
    text-decoration: none !important;
    color: #000 !important;
}

td.titulo-curso a:hover, td.titulo-curso a:active {
    text-decoration: underline;
    color: #f15a25 !important;
}



.btn-naranjo-tabla:hover, .btn-naranjo-tabla:focus {
    background: #ec8a20;
    color: #fff !important;
}


/* TITULO H5 */
h5.titulo-h5 {
    color: #025a80;
    font-weight: 800;
    margin: 2rem 0;
    text-transform: uppercase;
    font-size: 1.7rem;
	border-radius:17px;
	background:#eee;
	padding:14px 10px;
	    display: flex;
}

/* VIÑETAS */
/*ul.vineta-curso {
    padding-left: 2rem;
    font-size: 1.5rem;
    color: #ff931e;
    margin-bottom: 3rem;
}
ul.vineta-curso.li {
    color: #373737;
}

ol, ul {
    color: #F00 !important;
}

ul li {
    color: #373737;
}*/