@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i');


@font-face {
	font-family: 'Optima';
	src: url('fonts/Optima/Optima-Regular.eot');
	src: url('fonts/Optima/Optima-Regular.eot?#iefix') format('embedded-opentype'),
		url('fonts/Optima/Optima-Regular.woff2') format('woff2'),
		url('fonts/Optima/Optima-Regular.woff') format('woff'),
		url('fonts/Optima/Optima-Regular.ttf') format('truetype'),
		url('fonts/Optima/Optima-Regular.svg#Optima-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
}


@font-face {
	font-family: 'Optima-Bold';
	src: url('fonts/Optima/Optima-Bold.eot');
	src: url('fonts/Optima/Optima-Bold.eot?#iefix') format('embedded-opentype'),
		url('fonts/Optima/Optima-Bold.woff2') format('woff2'),
		url('fonts/Optima/Optima-Bold.woff') format('woff'),
		url('fonts/Optima/Optima-Bold.ttf') format('truetype'),
		url('fonts/Optima/Optima-Bold.svg#Optima-Bold') format('svg');
	font-weight: bold;
	font-style: normal;
}


@font-face {
	font-family: 'Bebasneue';
	font-style: normal;
	font-weight: normal;
	src: url('fonts/bebasneue/bebasneue-regular.ttf') format('truetype');
}

@font-face {
	font-family: 'Bebasneue-thin';
	font-style: thin;
	font-weight: thin;
	src: url('fonts/bebasneue/bebasneue-thin.ttf') format('truetype');
}

@font-face {
	font-family: 'Bebasneue-light';
	font-style: lighter;
	font-weight: lighter;
	src: url('fonts/bebasneue/bebasneue-light.ttf') format('truetype');
}

@font-face {
	font-family: 'Bebasneue-bold';
	font-style: bold;
	font-weight: bold;
	src: url('fonts/bebasneue/bebasneue-bold.ttf') format('truetype');
}


* {
	color: #292929;
	font-family: 'Bebasneue', sans-serif;
	font-size: 16px;
	letter-spacing: 1px;
}

input[type="text"],
input[type="password"] {
	font-family: 'Optima';
}

html {
	position: relative;
	min-height: 100%;
}

html#html-principal {
	position: relative;
	min-height: 100%;
	height: 100%;
}

a {
	text-decoration: none !important;
	cursor: pointer;
}

a label,
a img {
	cursor: pointer;
}

body {
	background-color: #ecf0fa;
	margin: 0 0 0 0;
}

body#body-principal {
	background-color: #FFFFFF;
	background-image: url(../img/background.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	font-weight: lighter;
	height: 100%;
	margin: 0;
	padding: 0;
}



footer {
	background-color: #FFFFFF;
	border-top: 5px solid #19b9c2;
	color: #19b9c2;
	display: block;
	min-height: 150px;
	position: relative;
	width: 100%;
}


footer * {
	color: #FFFFFF;
}

#logo {
	margin-top: 10px;
}

.text-uppercase {
	text-transform: uppercase;
}


.align-center {
	text-align: center;
	display: block;
}

.align-left {
	text-align: left;
	display: block;
}

.align-right {
	text-align: right;
	display: block;
}

.align-justify {
	text-align: justify;
	display: block;
}



.negrita {
	font-weight: bold;
}

.texto-vertical {
	transform: rotate(270deg);
}


.div-admin-usuarios,
.div-admin-caja-blanca {
	background-color: #FFFFFF;
	margin-bottom: 20px;
	padding: 20px;
	box-shadow: 2px 2px 2px #cccccc;
}


.letter-spacing-1 {
	letter-spacing: 1px;
}

.letter-spacing-2 {
	letter-spacing: 2px;
}

.letter-spacing-3 {
	letter-spacing: 3px;
}



.cursor-pointer {
	cursor: pointer;
}


.border-bottom-gris {
	border-bottom: 1px solid #eeeeee;
	margin-bottom: 5px;
}

.border-right-gris {
	border-right: 1px solid #eeeeee;
}

.fondo-blanco {
	background-color: #FFFFFF;
}

.fondo-blanco-gris {
	background-color: #f7f6f6;
}

.fondo-gris {
	background-color: #efefef;
}


.fondo-blanco-opacity-05 {
	background-color: rgba(255, 255, 255, 0.5);
}

.fondo-blanco-opacity-06 {
	background-color: rgba(255, 255, 255, 0.6);
}

.fondo-blanco-opacity-07 {
	background-color: rgba(255, 255, 255, 0.7);
}



.min-height-500 {
	min-height: 500px;
}

.min-height-vh {
	min-height: 100vh;
}

.bloque-gris {
	background-color: #e6e6e6;
}

.display-none {
	display: none;
}


.texto-header {
	color: #0073b7;
	display: inline-block;
	font-size: 45px;
	margin-left: 20px;
	min-height: 50px;
	padding: 5px;
	position: relative;
	vertical-align: middle;
}

.texto-header:after {
	content: "";
	height: 100%;
	position: absolute;
	top: 0;
}

.texto-header.right:after {
	border-right: 2px solid #88898b;
	right: -15px;
}

.texto-header.left:after {
	border-right: 2px solid #88898b;
	left: -15px;
}

.img-header-logo {
	display: inline-block;
	vertical-align: middle;
	margin-right: 20px;
}




.header-inscripcion {
	background-color: #FFFFFF;
	box-shadow: 2px 2px 3px #88898b;
	padding: 20px;
}



.texto-inicio {
	color: #0073b7;
	font-size: 50px;
	text-transform: uppercase;
}


.login-titulo {
	text-align: center;
	font-family: 'Roboto', sans-serif;
	color: #ad4c3b;
	font-size: 6em;
}


.login-titulo-xs {
	text-align: center;
	font-family: 'Roboto', sans-serif;
	color: #ad4c3b;
	font-size: 3em;
}


a.btn-naranjo {
	background-color: #d95800;
	color: #FFFFFF;
	display: block;
	margin-left: 5px;
	padding: 2px 10px;
	text-align: center;
	text-decoration: none;
}

a.btn-verde {
	background-color: #058409;
	color: #FFFFFF;
	display: block;
	margin-left: 5px;
	padding: 2px 10px;
	text-align: center;
	text-decoration: none;
}

input.btn-verde {
	background-color: #058409;
	border: 0;
	color: #FFFFFF;
	display: block;
	margin-left: 5px;
	padding: 2px 10px;
	text-align: center;
	text-decoration: none;
}

a.btn-naranjo.inline,
a.btn-verde.inline {
	display: inline-block !important;
}


.div-login {
	background-color: #FFFFFF;
	height: 100vh;
	padding: 80px 80px 100px 80px;
	position: relative;
	width: 30%;
}

.div-login p {
	margin-bottom: -1px;
	text-align: center;
}


.div-login>div {
	margin: 20px 20px 20px 20px;
	padding: 10px;
}

.div-login a {
	cursor: pointer;
	color: #19b9c2;
	text-decoration: none;
}


.div-login .titulo {
	border-bottom: 1px solid #dd0355;
	color: #dd0355;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
	padding-bottom: 5px;
}


.div-login a * {
	cursor: pointer;
	text-decoration: none;
}

.div-login input[type="text"],
.div-login input[type="password"] {
	background-color: #e6e6e6;
	border-bottom: 0;
	border-left: 5px solid #dd0355;
	border-right: 0;
	border-top: 0;
	display: block;
	margin-bottom: 10px;
	padding: 10px;
	text-indent: 20px;
	width: 100%;
}


.div-login-input {
	position: relative;
}

.div-login-input-icono {
	color: #808080;
	left: 10px;
	position: absolute;
	top: 30%;
}

#btn-enviar-login {
	background-color: #dd0355;
	border: 0;
	color: #FFFFFF;
	display: block;
	font-size: 1.5em;
	margin: 10px auto;
	padding: 5px;
	text-align: center;
	width: 100%;
}

.div-login .aprende {
	text-align: center;
}

.div-login input[type="text"].input-text-obligatorio,
.div-login input[type="password"].input-text-obligatorio {
	-moz-box-shadow: inset -5px -9px 32px -20px red;
	-webkit-box-shadow: inset -5px -9px 32px -20px red;
	border: 1px solid red;
	box-shadow: inset -5px -9px 32px -20px red;
}

input[type="text"].input-text-obligatorio,
input[type="password"].input-text-obligatorio {
	border: 1px solid red;
}

#login-usuario-incorrecto {
	color: #ad4c3b;
	display: block;
	font-size: 25px;
	margin-bottom: 20px;
	text-align: center;
}


a#link-olvido-contrasena {
	color: #808080;
	display: block;
	text-align: center;
}


#header-index {
	display: block;
	background-color: #FFFFFF;
	padding: 5px;
}


#img-central {
	width: 300px;
	margin: 0 auto;
}

.txt-bienvenidos {
	display: block;
	text-align: center;
	font-size: 5em;
	color: #00428a;
}

.logo-campus-index {
	background-image: url(../img/logo-campus-index.png);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 100px;
	border-right: 1px solid #b1b5b8;
	height: 150px;
}

.logo-campus-index label {
	display: block;
	line-height: 130px;
	margin-bottom: -100px;
	padding-right: 20px;
	text-align: right;
	text-indent: 110px;
}



.titulo-campus-index label {
	display: block;
	margin-bottom: -70px;
	line-height: 100px;
}


header {
	background-color: #FFFFFF;
	padding: 10px;
	box-shadow: 2px 2px 3px #88898b;
}

header .img-header-campus {
	margin: 5px auto;
	width: 268px;
}

header .titulo-portal {
	width: 100%;
	color: #19b9c2;
	font-size: 35px;
	text-align: center;
}

#div-header-perfil {
	border-radius: 10px;
	border: 2px solid #e6e6e6;
	padding: 5px;
	position: relative;
}

#header-perfil-img {
	height: 50px;
	width: 41px;
	background-repeat: no-repeat;
	background-position: top;
	background-size: 100% 100%;
	margin-right: 10px;
}


.img-header-logo-unegocios {
	width: 180px;
}


#mi-header-dropdown {
	background-color: #dd0355;
	border-radius: 10px;

}

#mi-header-dropdown .dropdown-toggle {
	background-color: #dd0355;
	color: #FFFFFF;
	border-radius: 10px;
}


#div-btn-header a.btn-header {
	border-bottom: 1px solid #dd0355;
	color: #FFFFFF;
	display: block;
	font-size: 0.8em;
	padding: 1px 10px;
	width: 100%;
}


#div-btn-header a.btn-header img {
	display: inline-block;
	margin-right: 10px;
	vertical-align: middle;
	width: 20px;
}


#div-btn-header a.btn-header:last-child {
	border-bottom: 0;
}


#div-btn-header a.btn-header:hover {
	color: #c1272d;
}


.logo-campus-header {
	background-image: url(../img/logo-campus-index.png);
	background-position: top left;
	background-repeat: no-repeat;
	background-size: 100px;
	border-right: 1px solid #b1b5b8;
	height: 150px;
}

.logo-campus-header label {
	display: block;
	line-height: 130px;
	margin-bottom: -100px;
	padding-right: 20px;
	text-align: center;
	text-indent: 100px;
}



.titulo-campus-header label {
	display: block;
	margin-bottom: -70px;
	line-height: 100px;
}



#div-central {
	padding: 40px 20px;
	position: relative;
}


.txt-contacto {
	background-color: #0071bc;
	color: #FFFFFF;
	padding: 5px;
	text-transform: uppercase;
}


.contacto-panel-telefono {
	background-color: #e1e1e1;
	padding: 30px 20px;
}

.loading {
	background: rgba(255, 255, 255, .8) url('http://i.stack.imgur.com/FhHRx.gif') 50% 50% no-repeat;
	display: none;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1000;
}



.input-text-cas {
	-webkit-box-shadow: 3px 0px 5px 2px rgba(0, 0, 0, 0.30);
	background-color: #FFFFFF;
	border-bottom: 0;
	border-left: 5px solid #dd0355;
	border-right: 0;
	border-top: 0;
	box-shadow: 3px 0px 5px 2px rgba(0, 0, 0, 0.30);
	display: block;
	margin-bottom: 10px;
	padding: 10px;
	text-indent: 20px;
	width: 100%;
}


.btn-celeste {
	background-color: #dd0355;
	border-radius: 50px;
	border: 0;
	color: #FFFFFF;
	display: block;
	font-size: 1.5em;
	margin: 10px auto;
	padding: 5px;
	text-align: center;
	width: 100%;
}


.titulo-celeste,
.titulo-gris,
.titulo-rojo {
	display: block;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
	padding-bottom: 5px;
	text-align: center;
}

.titulo-celeste {
	border-bottom: 1px solid #19b9c2;
	color: #19b9c2;
}


.titulo-gris {
	border-bottom: 1px solid #88898b;
	color: #88898b;
}

.titulo-rojo {
	border-bottom: 1px solid #dd0355;
	color: #dd0355;
}

.separador-seccion {
	background-color: #dd0355;
	height: 5px;
	margin-bottom: 20px;
	margin-top: 20px;
	width: 100%;
}

