#main-header {
	background: #003087;
	color: white;
	height: 110px;
}	
#main-header a {
	color: white;
}

body {
	background-image: url("../imagenes/bg-Javeriana-login.png");
	background-repeat: no-repeat;
    -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
 }

 .textoflotante{
	 margin-left: 25px;
	 margin-top: 40px;
	 left: 10%;
	 text-align: center;
 }

.outPopUp {
	position: absolute;
	width: 60%;
	height: 300px;
	z-index: 15;
	top: 50%;
	left: 25%;
	margin: -100px 0 0 -150px;
	background: #fafafa;
	-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px; /* future proofing */
-khtml-border-radius: 10px; /* for old Konqueror browsers */
}

#logo {
	width: 100%;
	height: 100px;
	background-image: url("../imagenes/logosmall.png");
	-webkit-background-size: auto 110px;           /* Safari 3.0 */
	-moz-background-size: auto 110px;           /* Gecko 1.9.2 (Firefox 3.6) */
	-o-background-size: auto 110px;           /* Opera 9.5 */
	background-size: auto 110px; 
	background-repeat: no-repeat;
}

/*
* Navegación
*/
nav {
	float: right;
}
nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	padding-right: 20px;
}

nav ul li {
	display: inline-block;
	line-height: 110px;
}

nav ul li a {
	display: block;
	padding: 0 10px;
	text-decoration: none;
}

nav ul li a:hover {
	color:#003087 !important;
	background: #fff;
}
	
#main-content {
	
	width: 90%;
	margin: 20px auto;
	
}

#main-content header,
#main-content .content {
	padding: 40px;
}

#main-footer {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  width: 100% !important;
  color:#fff;
  background-color: #003087;
  visibility: hidden;
  font-size: 12.8px;
}

#footer-principal{
	margin-top:15px;
	float: left;
	width: 90%;
	height: 100%;
	text-align: center;
}

#footer-redes{
	margin-top:35px;
	float: right;
	width: 10%;
	height: 100%;
}

.link { 
	color: #FFF; 
}


.input-login-javeriana
{
    background-color: rgba(255, 255, 255, 0.2);
	box-shadow: 0 0 10px #fff;
	height:40px;
	border: 2px solid #fff;
    border-radius: 25px;
	text-align:center;
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	
}
.input-login-javeriana:focus, input:focus {
    background-color:#FFF;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    opacity: 1; /* Firefox */
	text-align:center;
}

#logoEstudiantes{
	margin: auto;
	width:50%;
}

.submit-form-javeriana {
    background: url("../imagenes/boton_iniciosesion.svg");
    border: 0;
    display: block;
    height: 34px;
	width: 150px;
	margin: auto ;
	margin-top: 20px;
}

.login-form-javeriana{
	display: block;
	margin-top: 3%;
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) {
  /* Styles */
}

/* Smartphones (landscape) ----------- */
@media only screen 
and (min-width : 321px) {
  /* Styles */
}

/* Smartphones (portrait) ----------- */
@media only screen 
and (max-width : 320px) {
  /* Styles */
}

/* iPads (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) {
  /* Styles */
}

/* iPads (landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {
  /* Styles */
}

/* iPads (portrait) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {
  /* Styles */
}

/* Desktops and laptops ----------- */
@media only screen 
and (min-width : 1224px) {
  /* Styles */
  #main-footer {
	visibility: visible
  }
  #logo {
	width: 50%;
	height: 100px;
	background-image: url("../imagenes/Logoblanco.png");
	float: left;
}
.input-login-javeriana{
	min-width: 400px

}
#logoEstudiantes{
	margin: auto;
	width:25%;
}

}

/* Large screens ----------- */
@media only screen 
and (min-width : 1824px) {
	#main-footer {
		visibility: visible
	}
	#logo {
		width: 50%;
		height: 100px;
		background-image: url("../imagenes/Logoblanco.png");
		float: left;
	}
	.input-login-javeriana{
		min-width: 400px

	}
	#logoEstudiantes{
		margin: auto;
		width:25%;
	}
	
}

/* iPhone 4 - 5s ----------- */
@media
only screen and (-webkit-min-device-pixel-ratio : 1.5),
only screen and (min-device-pixel-ratio : 1.5) {
  /* Styles */
}

/* iPhone 6 ----------- */
@media
only screen and (max-device-width: 667px) ,
only screen and (-webkit-device-pixel-ratio: 2) {
  /* Styles */
}

/* iPhone 6+ ----------- */
@media
only screen and (min-device-width : 414px) ,
only screen and (-webkit-device-pixel-ratio: 3) {
  /*** You've spent way too much on a phone ***/
}

