/*---------------CSS Universidad----------------*/
body{
	margin: 0 !important;
	padding: 0 !important;
	width: 100%;
}

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

#bloqueForm{
	width: 500px;
	height: 340px;
	background: #EEEEEE;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: 120px 0 0 -250px;
}

form{
	margin: 40px 50px 40px 50px !important;
}

h2 {
	font-family: "Open Sans", Verdana, sans-serif;
	text-transform: uppercase;
	font-size: 18px;
	color: #A80A2E;
	position: relative;
	margin-left: -4px;
}

label {
	font-family: "Open Sans", Verdana, sans-serif;
	font-size: 14px;
	margin-left: -4px;
	position: relative;
}

#username { 
	font-family: "Open Sans", Verdana, sans-serif;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	height: 36px;
	border-radius: 3px;
	background: #fff;
	color: #333;
	border: 1px solid #d3d3d3;
	padding: 0 35px;
	position: relative;
}

#password { 
	font-family: "Open Sans", Verdana, sans-serif;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	height: 36px;
	border-radius: 3px;
	background: #fff;
	color: #333;
	border: 1px solid #d3d3d3;
	padding: 0 35px;
	position: relative;
}
#username:focus, #username:active, #password:focus, #password:active {
	outline: none;
} 

input{
	margin-left: -20px;
	padding: 0;
}

.icon::before {
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	position: relative;
	top: 3px;
	font-size: 18px;
	left: 5px;
	z-index: 5
}

.login::before {
	font-family: "FontAwesome"; fa-thin-400;
	content: "\f007";
	color: #999999;
	z-index: 5;
	position: relative;
}

.password::before {
	font-family: "FontAwesome"; fa-thin-400;
	content: "\f023";
	color: #999999;
	z-index: 5;
	position: relative;
}

.btn-submit{
	font-family: "Open Sans", Verdana, sans-serif;
	font-size: 12px;
	margin-left: -5px;
	padding: 5px 10px;
	background-color: #A80A2E;
	color: white;
	border: none;
	border-radius: 5px;
	cursor: pointer;
	position: relative;
}

.btn-submit:hover {
	background-color: #666666;
}

.btn-submit:active {
	background-color: #A80A2E;
}

.description{
	font-family: "Open Sans", Verdana, sans-serif;
	font-size: 10px;
	margin-left: -4px;
}

hr {
	display: block;
	unicode-bidi: isolate;
	margin-block-start: 10px;
	margin-block-end: 10px;
	margin-inline-start: -5px;
	overflow: hidden;
	border-style: inset;
	border-width: 1px;
}

#line_up {
	height: 1px !important;
	width: 402px !important;
	background-color: #DDDDDD !important;
	border: none !important;
	text-align: left !important;
	margin-block-start: -10px !important;
	margin-block-end: 20px !important;
}

#line_down {
	height: 1px !important;
	width: 402px !important;
	background-color: #A80A2E !important;
	border: none !important;
	text-align: left !important;
}

header{
	max-width: 1170px;
	padding-right: 15px;
	padding-left: 15px;
	margin: 0 auto;
	display: block;
	height: 100%;
}

section{
	max-width: 1170px;
	padding-right: 15px;
	padding-left: 15px;
	margin: 0 auto;
	display: block;
	height: 100%;

}

@media (min-width: 1200px) {

      header img{
        width: 25%;
        height: 25%;
      }

      footer {
       position:absolute;
       bottom:0;
       width:100%;
       height: 220px;
      }

      footer #pie_previo{     
        max-width: 1170px;
        padding-right: 15px;
        padding-left: 15px;
        margin: 0 auto;
        height:100%;
        margin-bottom: -100px !important;
      }

      footer #pie_previo #logoPie {
        background-image: url("universidad-de-huelva.svg");
        background-repeat: no-repeat;
        height:100%;
      }

      footer #pie_superior{     
        width:100%;
        height: 50px;
        background-color: #EDEDED;
      }

      footer #pie_inferior{
        width: 100%;
        height: 50px;
        background-color: #E6E6E6;
      }

      footer #pie_inferior p{
        font-family: "Open Sans", Verdana, sans-serif;
        font-size: 14px;
        color: #666666;
        text-align: center;
        padding-top: 15px;
        margin-block-start:0px !important;
        margin-block-end:0px !important;
        margin-inline-start:0px !important;
        margin-inline-end:0px !important;
        display: block;
      }
}

@media (min-width: 992px) and (max-width: 1199px) {

      header img{
        width: 25%;
        height: 25%;
      }

      footer {
       position:absolute;
       bottom:0;
       width:100%;
       height: 198px;
      }

      footer #pie_previo{     
        max-width: 950px;
        padding-right: 15px;
        padding-left: 15px;
        margin: 0 auto;
        height:100%;
        margin-bottom: -100px !important;
      }

      footer #pie_previo #logoPie {
        background-image: url("universidad-de-huelva.svg");
        background-repeat: no-repeat;
        height:100%;
      }

      footer #pie_superior{     
        width:100%;
        height: 50px;
        background-color: #EDEDED;
      }

      footer #pie_inferior{
        width: 100%;
        height: 50px;
        background-color: #E6E6E6;
      }

      footer #pie_inferior p{
        font-family: "Open Sans", Verdana, sans-serif;
        font-size: 14px;
        color: #666666;
        text-align: center;
        padding-top: 15px;
        margin-block-start:0px !important;
        margin-block-end:0px !important;
        margin-inline-start:0px !important;
        margin-inline-end:0px !important;
      }
}

@media (min-width: 768px) and (max-width: 991px) {
      
      header img{
        width: 45%;
        height: 45%;
      }

      footer {
       position:absolute;
       bottom:0;
       width:100%;
       height: 176px;
      }

      footer #pie_previo{     
        max-width: 750px;
        padding-right: 15px;
        padding-left: 15px;
        margin: 0 auto;
        height:100%;
        margin-bottom: -100px !important;
      }

      footer #pie_previo #logoPie {
        background-image: url("universidad-de-huelva.svg");
        background-repeat: no-repeat;
        height:100%;
      }

      footer #pie_superior{     
        width:100%;
        height: 50px;
        background-color: #EDEDED;
      }

      footer #pie_inferior{
        width: 100%;
        height: 50px;
        background-color: #E6E6E6;
      }

      footer #pie_inferior p{
        font-family: "Open Sans", Verdana, sans-serif;
        font-size: 14px;
        color: #666666;
        text-align: center;
        padding-top: 15px;
        margin-block-start:0px !important;
        margin-block-end:0px !important;
        margin-inline-start:0px !important;
        margin-inline-end:0px !important;
      }
}

@media (min-width: 480px) and (max-width: 767px) {

      header img{
        width: 45%;
        height: 45%;
      }

      footer {
       position:absolute;
       bottom:0;
       width:100%;
       height: 152px;
      }

      footer #pie_previo{     
        max-width: 520px;
        padding-right: 15px;
        padding-left: 15px;
        margin: 0 auto;
        height:100%;
        margin-bottom: -100px !important;
      }

      footer #pie_previo #logoPie {
        background-image: url("universidad-de-huelva.svg");
        background-repeat: no-repeat;
        height:100%;
      }

      footer #pie_superior{     
        width:100%;
        height: 50px;
        background-color: #EDEDED;
      }

      footer #pie_inferior{
        width: 100%;
        height: 50px;
        background-color: #E6E6E6;
      }

      footer #pie_inferior p{
        font-family: "Open Sans", Verdana, sans-serif;
        font-size: 14px;
        color: #666666;
        text-align: center;
        padding-top: 15px;
        margin-block-start:0px !important;
        margin-block-end:0px !important;
        margin-inline-start:0px !important;
        margin-inline-end:0px !important;
      }
}

@media (max-width: 479px) {

      header img{
        width: 45%;
        height: 45%;
      }

      footer {
       position:absolute;
       bottom:0;
       width:100%;
       height: 138px;
      }

      footer #pie_previo{     
        max-width:450px;
        padding-right: 15px;
        padding-left: 15px;
        margin: 0 auto;
        height:100%;
        margin-bottom: -100px !important;
      }

      footer #pie_previo #logoPie {
        background-image: none !important;
        height:100%;
      }

      footer #pie_superior{     
        width:100%;
        height: 50px;
        background-color: #EDEDED;
      }

      footer #pie_inferior{
        width: 100%;
        height: 50px;
        background-color: #E6E6E6;
      }

      footer #pie_inferior p{
        font-family: "Open Sans", Verdana, sans-serif;
        font-size: 14px;
        color: #666666;
        text-align: center;
        padding-top: 15px;
        margin-block-start:0px !important;
        margin-block-end:0px !important;
        margin-inline-start:0px !important;
        margin-inline-end:0px !important;
      }
}

@media (min-width: 480px) and (min-height: 611px) and (max-height: 730px) {

      #bloqueForm{
        width: 500px;
        height: 340px;
        background: #EEEEEE;
        position: absolute;
        top: 50%;
        left: 50%;
        margin: 20px 0 0 -250px !important;
      }

      header img{
        width: 45%;
        height: 45%;
      }

      footer {
       position:absolute;
       bottom:0;
       width:100%;
       height: 145px;
      }

      footer #pie_previo{     
        max-width:450px;
        padding-right: 15px;
        padding-left: 15px;
        margin: 0 auto;
        height:100%;
        margin-bottom: -100px !important;
      }

      footer #pie_previo #logoPie {
        background-image: url("universidad-de-huelva.svg");
        background-repeat: no-repeat;
        height:100%;
      }

      footer #pie_superior{     
        width:100%;
        height: 50px;
        background-color: #EDEDED;
      }

      footer #pie_inferior{
        width: 100%;
        height: 50px;
        background-color: #E6E6E6;
      }

      footer #pie_inferior p{
        font-family: "Open Sans", Verdana, sans-serif;
        font-size: 14px;
        color: #666666;
        text-align: center;
        padding-top: 15px;
        margin-block-start:0px !important;
        margin-block-end:0px !important;
        margin-inline-start:0px !important;
        margin-inline-end:0px !important;
      }
}
@media (max-height: 610px) {

      #bloqueForm{
        width: 500px;
        height: 340px;
        background: #EEEEEE;
        position: absolute;
        top: 50%;
        left: 50%;
        margin: 20px 0 0 -250px !important;
      }

      header img{
        width: 45%;
        height: 45%;
      }

      footer {
       position:absolute;
       bottom: -100px !important;
       width:100%;
       height: 138px;
      }

      footer #pie_previo{     
        max-width:450px;
        padding-right: 15px;
        padding-left: 15px;
        margin: 0 auto;
        height:100%;
        margin-bottom: -100px !important;
      }

      footer #pie_previo #logoPie {
        background-image: none !important;
        height:100%;
      }

      footer #pie_superior{     
        width:100%;
        height: 50px;
        background-color: #EDEDED;
      }

      footer #pie_inferior{
        width: 100%;
        height: 50px;
        background-color: #E6E6E6;
      }

      footer #pie_inferior p{
        font-family: "Open Sans", Verdana, sans-serif;
        font-size: 14px;
        color: #666666;
        text-align: center;
        padding-top: 15px;
        margin-block-start:0px !important;
        margin-block-end:0px !important;
        margin-inline-start:0px !important;
        margin-inline-end:0px !important;
      }
}

