@charset UTF-8;

@font-face {
    font-family: Open Sans;
    src: local('Open Sans Regular'), local('OpenSans-Regular'),
    url('fonts/OpenSans-Regular.ttf') format("truetype"),
    url('fonts/OpenSans-Regular.eot') format("embedded-opentype"),
    url('fonts/OpenSans-Regular.woff2') format('woff2'),
    url('fonts/OpenSans-Regular.woff') format('woff'),
    url('fonts/OpenSans-Regular.svg#OpenSans') format('svg');
}


body, iframe, h1, h2, h3, p, table, input { font-family: 'Open Sans' !important; }

body {
	font-family: 'Open Sans';
	color:#42474a !important;
	margin:0;
	padding:0;
	background:#FFFFFF;
	overflow:hidden;
    font-size: 12px !important;
}

img {
    border:0;
    margin:0;
    padding:0;
}

ul, li{
    list-style: none !important;
}

#login-box fieldset {
    border:0;
    margin:0;
    padding:10px 0 0 40px;
}

#login-box legend {
    font:17px arial, verdana, geneva, lucida;
}

#login-box label {
    font-size:15px;
    display:block;
    margin-bottom:10px;
    height:20px;
    width:160px;
    float:left;
}

#login-box select{
	font-size:14px;
	width:310px;
	height:30px;
	border:1px solid #c6c5c5;
    border-radius: 0 !important;
    padding:5px;
    background-color: #ffffff !important;
}


#login-box input[type=text],input[type=password] {
    background-color: #ffffff !important;
    border-radius: 0 !important;
    border:1px solid #c6c5c5;
    height:15px;
    padding:5px;
    color: #42474a !important;
    font-size:12px;
    width:120px;
}

#captcha{
	height:27px;
}


#login-box input[type=image] {
	padding-top:10px;
	height:25px;
	float:right;
	margin-right:25px;
	
}

#wrapper {
    width:300.001px;
    right: 50px !important;
    position: absolute;
}

#nubesSolati {
    width: 33%;
    position: absolute;
}

#nubesSolati img{
    width: 100% !important;
    margin-left: auto;
    margin-right: auto;
}

#bySolati {
    position: absolute;
    bottom: 30px !important;
    width: 124px !important;
}


#logoAdminfo {
    position: absolute;
    left: 50px !important;
    width: 220px !important;
}

#login-box {
	height:200px;
	border:none !important;
	padding:1px;
	z-index:1;
	background-color: transparent !important;
    width: 260px !important;
}

#login-head {
    width:100%;
    height:31px;
    background: transparent !important;
}

#login-label {
    padding-top:7px;
}

#login-bar {
    width:100%;
    height:1px;
    background: transparent !important;
}

#login-bottom-bar {
    width:100%;
    height:6px;
    background:transparent !important;
}

#login-content {
    padding-top:3px;
}

#novedades-box {
	width:250px;
	height:150px;
	background-color: #ffffff !important;
	font:12px arial;
	margin:0 0;
	padding:10px 5px 1px;
	border: 1px solid #c6c5c5;
	border-radius: 0 !important;
	z-index:0;
    font-family: 'Open Sans';
}

#novedades-box legend {
    font-weight:bolder;
}

#novedades-box fieldset {
    border:0;
    height:100px;
    margin:0;
}

#novedades-rows {
    margin-left:10px;
}

#novedades-link {
	width:121px;
	height:23px;
	background:transparent url(../imagenes/login/novedades.png) no-repeat;
	font:12px arial;
	font-weight:700;
	padding-left:24px;
	padding-top:3px;
	margin:0 0 0 10px;
}

#novedades-text p {
    overflow:auto;
    width:450px;
    height:74px;
}

a {
    text-decoration:none;
    color:#42474a;
}

a:hover {
    text-decoration:none;
    color:#0071D0;
}

.error {
	margin: 0px 0px;
	text-align: center;
	border-bottom: 1px solid;
	padding:5px 5px 5px 25px;
	background-repeat: no-repeat;
	color: #D8000C;
	background-color: #FFBABA;
}

#login-box .etiqueta,#login-box .caja{
	float:left;
	display:block;
	width:130px;
	border:0px solid;
	margin-top:10px;
}

#login-logo{
	display:block;
	float: left;
	width: 200px;
	height: 150px;
	border: 0px solid;
	margin: 5px;
	margin-top:10px;
}

#copyright{
	font-size:10px;
	border:0px solid;
	width:100%;
	z-index:-999;
	text-align:center;
	position: absolute;
	bottom: 0;
	right: 0;
	color:#E5E5E5;
}
	

/********** Nuevos estilos autenticación ***********/

.botonLogin { 
    background-color: #175e77;
    border-radius: 0 !important;
    border: none !important;
    color: #ffffff;
    cursor: pointer !important;
    display: inline-block;
    float: right;
    font-family: 'Open Sans';
    font-size: 14px;
    margin-bottom: 5px !important;
    /*margin-top: 85px;*/
    margin-top: 20px;
    padding: 4px 10px;
    text-decoration: none;
    text-transform: capitalize !important;
}


/*Estilos para ventana de opcines de inicio de sesion*/
#seleccionInicioSesion {
    z-index: 1000;
    position: absolute;
    display: flex;
    flex-direction: column;
    width: 30%;
    background: white;
    padding: 60px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    border-radius: 8px;
    align-items: center;
    background-color: #F4F4F4;
}

#overlay-session {
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: 0.7;
    background-color: rgb(0, 0, 0);
    z-index: 999;
    height: 100%;
    width: 100%;
    display: none;
}

#seleccionInicioSesion h2 {
    font-weight: bold;
    font-size: 26px !important;
    text-align: center;
    color: #55504F !important;
    margin: 0 0 40px;
}

#seleccionInicioSesion #contenedor-botones {
    display: flex;
    flex-direction: column;
    gap: 25px;
    width: 240px;
    align-items: center;
}

#seleccionInicioSesion .botonOpSesion {
    position: relative;
    cursor: pointer;
    height: 40px;
    line-height: 40px;
    padding: 0 1.5rem;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: 100;
    font-family: " Open Sans", sans-serif !important;
    letter-spacing: 0.8px;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    white-space: nowrap;
    outline: none;
    border: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 2px;
    transition: all 0.3s ease-out;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 23%);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 25px;
    width: 100%;
}

#seleccionInicioSesion .botonOpSesion#opAdminfo {
    background-color: #EF8000;
}

#seleccionInicioSesion .botonOpSesion#opAdminfo:hover {
    background-color: #d87605;
}

#seleccionInicioSesion .botonOpSesion#opAzure {
    background-color: #4863A0;
}

#seleccionInicioSesion .botonOpSesion#opAzure:hover {
    background-color: #3f578d;
}

#seleccionInicioSesion #opAdminfo img {
    width: 80px;
}

/******* Carrusel Página de Autenticación ***********/

.cb-slideshow,
.cb-slideshow:after { 
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 0; 
}
.cb-slideshow:after { 
    content: '';
    background: transparent; 
}

.cb-slideshow li span { 
    width: 100%;
    height: 110%;
    position: absolute;
    top: -20px;
    left: 0px;
    color: transparent;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: none;
    opacity: 0;
    z-index: 0;
    animation: imageAnimation 36s linear infinite 0s; 
    list-style:none;
}

.cb-slideshow li div { 
    z-index: 1000;
    position: absolute;
    bottom: 30px;
    left: 0px;
    width: 100%;
    text-align: center;
    opacity: 0;
    color: #fff;
    animation: titleAnimation 36s linear infinite 0s; 
    list-style:none;
}

.cb-slideshow li:nth-child(1) span { 
    background-image: url('../imagenes/wallpaper/fondo-autenticacion-1.jpg');
}
.cb-slideshow li:nth-child(2) span { 
    background-image: url('../imagenes/wallpaper/fondo-autenticacion-2.jpg');
    animation-delay: 12s; 
}
.cb-slideshow li:nth-child(3) span { 
    background-image: url('../imagenes/wallpaper/fondo-autenticacion-3.jpg');
    animation-delay: 24s; 
}

.cb-slideshow li:nth-child(2) div { 
    animation-delay: 12s; 
}
.cb-slideshow li:nth-child(3) div { 
    animation-delay: 24s; 
}


@keyframes imageAnimation { 
    0% { opacity: 0.3; animation-timing-function: linear; }
    10% { opacity: 1; animation-timing-function: linear; }
    17% { opacity: 1 }
    80% { opacity: 1 }
    100% { opacity: 1 }
}

.no-cssanimations .cb-slideshow li span{
    opacity: 1;
}

input#clave {
    margin-bottom: 15px;
}

.g-recaptcha {
    transform: scale(0.85) !important;
    position: absolute !important;
    left: -18px !important;
    top: 129px !important;
}

/***** Fin Carrusel Página de Autenticación *****/