﻿/* Logo */
.lGenerico { max-height: 6rem; }

.contenedorLogin { background-image: url(bg-login-registro.jpg); background-size: cover; min-height: 790px; }

/* Menú temáticas */
.menuActivo { color: #fff; background-color: #96b0ca !important; }
.menuActivo:hover { color: #fff !important; background-color: #36b089 !important; }

/*Botones principales (Botón matricularme, ...)*/
.botonFeather { background-color: #96b0ca !important; color: white !important;}
.botonFeather:hover { background-color: #435d76 !important; color: white !important;}

/*Botones secundarios*/
.submit input {background-color: #96b0ca !important; color: white !important;}
.submit input:hover {background-color: #435d76 !important; color: white !important;}

/* Header, Footer, btn buscar avanzado genérico */
.op-bg-a-primario {background-color: #ffffff !important; color: #96b0ca !important;}
.op-bg-a-primario:hover {color: #435d76 !important;}

/* Enlace texto secundario (Enlace Zona de usuarios) */
a.op-tx-a-secundario { color: #96b0ca !important; }
a.op-tx-a-secundario:hover { color: #435d76 !important; }

/* boton Buscar Avanzado */
.botonBuscarAvanzado:hover{ background-color: #96b0ca !important; color: white !important; }

/* Botón +info curso */
.btnMasInfo_especializacion{ background-color: #96b0ca !important; color: white !important; }
.btnMasInfo_especializacion:hover{ background-color: #96b0ca !important; color: #36b089 !important; }

.btnMasInfo_tematico{ background-color: #96b0ca !important; color: white !important; }
.btnMasInfo_tematico:hover{ background-color: #96b0ca !important; color: #36b089 !important; }

