

/*------------------------------------------ Estilos Generales ------------------------------------------*/
html {
    font-size: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    position: relative;
    background-color: #ffffff;
    font-size: 16px;
    font-family: 'Lato', Arial, Helvetica, sans-serif;
    font-weight: 400;
    color: #808080;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    background-size: 50%;
}

header,
footer {
    width: 100%;
    margin: 0px auto;
}

a:hover {
    text-decoration: none;
}
/*------------------------------------------ FIN Estilos Generales ------------------------------------------*/


/**********************************************************************************************/
/* HEADER TOP */

/* Bug safari al hacer dropdown cambia el font-weight */
header {
   -webkit-font-smoothing: antialiased;
}

.header-top {
    background-color: #384850;
    padding-bottom: 15px;
    padding-top: 0px;
}
.header-brand {
    color: #cad1d4;
    font-family: 'Lato', Arial, Helvetica, sans-serif !important;
    font-size: 50px;
    font-weight: 300;
    letter-spacing: -2px;
    margin: 0 -4px 0 0;
    padding-top: 48px;
    padding-bottom: 7px;
    width: 60%;
    display: inline-block;
}
.header-brand a {
    color: #c5cacd;
}
.header-brand a:hover {
    color: #eee;
}
.header-brand-small {
    font-size: 40px;
    font-weight: 300;
}



.header-intranet-icon {
    margin-top: 30px;
    background-image: url(images/iconos/eject_off.png);
    background-size: cover;
}
.header-intranet-icon:hover {
    background-image: url(images/iconos/eject_on.png);
}
.navbar-intranet-icon {
    background-image: url(images/iconos/eject_onn.png);
    height: 34px;
    width: 45px;
    display: block;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    border: 1px solid #fff;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
}

header .logos a {
    display: block;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    height: 30px;
    width: 40px;
    max-height: 30px;

}



/**********************************************************************************************/
/* FORMULARIO */

/* ------------ Búsqueda de UCA ------------ */
.uca-form {
    margin-top: 50px;
    border: 1px solid #ccc;
    border-radius: 3px;
    font-size: 14px;
}
.uca-login-form {
	background-image: url(sobre.png);
    background-repeat: no-repeat;
    background-position: bottom left;
    /* background-size: 250px 160px; 
    background-size: auto;*/
    margin-left: 1px;
	margin-right: 1px;
}
.uca-form-content {
    padding: 30px 10px;

}
.form-group {
    margin-bottom: 8px;
}
.uca-form .form-group > label {
	color: #123654;	
    font-weight: bold;
    line-height: 16px;
}

@media screen and (min-width: 768px) {  
	.uca-form .form-group > label {
		text-align: right !important;
	}
}

.uca-form .panel-heading {
    padding: 0;
}

.uca-form .form-title {    
    color: #4e6570;
    padding: 6px 10px;
    margin: 0;
    margin-bottom: 0px;	
    text-align: center;
    font-size: 35px;
    background-color: white;
    margin-top: -60px;
} 

.uca-form .form-title .form-subtitle {
	color: #123654;
	font-size: 20px;
	font-weight: normal;
}	

.select-language {
    padding: 5px 10px;
}

.form-info {
	color: #808080;
	padding: 10px 0;
}
.form-info-xtra {
	padding: 10px 0;
	margin-top: 30px;
}
.form-warning {
	background-color: #f3f3f3;
	margin: 10px;
	padding: 2px 10px;
	border-radius: 5px;
}

.form-warning h5 {
	font-size: 1.15em;
	padding: 10px;
}
.form-warning p {
	padding: 5px;
}

/* Tamaño form */
.uca-form .form-control {
    font-size: inherit;
    background-color: #eee;
    color: #123654;
}

/*
.uca-form .btn {
    font-size: inherit;
    background-color: #eee;
    color: inherit;
}
*/

.uca-form .btn-login {
	font-size: 120%;
	padding: 8px 24px;
}

.btn-xtra-info {
    white-space: normal;
}
#uca_loadingover {
    background: #000;
    display: none;
    z-index: 10000;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0.5;
}
#uca_loading {
    position: absolute;
    width: 100%;
    height: 100%;
    background: url('images/ajax-loader.gif') no-repeat center center;
}



.uca-info-popup {

}
.info-test i {
    margin-right: 5px;
}
.info-text a {
    background-color: #f3f3f3;
    padding: 3px 4px;
    border-radius: 3px;
    margin: 0 3px;
    color: #4a80b1;
}
.info-text a:hover {
    background-color: #e7e7e7;
}
.info-text .fa.fa-info-circle {
    margin-right: 5px;
}
.info-list {
    margin-top: 20px;
    margin-bottom: 20px;
}
.info-list li {
    margin-bottom: 15px;
}


/* ------------ Control Activo ------------ */
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {   
    border-color: #808080;
    box-shadow: none;
    outline: 0 none;
}

.mainContent .btn-primary {
    color: #fff;
    background-color: #0d507c;
  	border-color: #192637;
    text-decoration: none;
}

.mainContent .btn-primary:hover {
    color: #fff;
  	background-color: #286090;
	border-color: #0d507c;
}

.list_title .date {
    font-size: 15px;
}
.list_content.excerpt {
    font-size: 18px;
}

/* ------------ Pantalla Login ------------ */

.darseDeAlta {
	padding-top: 30px;
	color: #666;
}

.informacionCambiarNavegador {
	color: #888;
	padding-top: 30px;
	padding-left: 200px;
	padding-right: 200px;
}

.darseDeAlta h1 {
	color: #444;
	font-size: 120%;	
}