﻿*{
  padding: 0;
  margin: 0;
}
body {
    font-family: 'Lato', sans-serif;
    background-color: #DBDBDB;
}
img{
  max-width: 100%;
  padding-bottom: 0px;
  max-height: 100%;
}
a{
  color: #049DBF;
}
h1{
  margin-top: 0px;
}

.ajuste_textbox{
  min-width: 200px;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 2px;
  padding-bottom: 2px;
}
.boton:hover{
  /*background: #049DD9;*/

}

.button {
    background-color: #0154a4; /* Blue */
    border-radius: 8px;
    color: white;
    padding: 12px 28px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
}
.button:hover{
    background-color: white;
    color: black;
    /*padding: 0px 0px;
    height: 35px;*/
}
.espacio_arriba{
  margin-top: 45px;
}
.espaciosDerecha{
  margin-right: 8px;
}
.espacioArribaItems{
  margin-top: .8em;
}
.fondo{
  color: #F1F2EB;
}
.lato{
  font-family: 'Lato', sans-serif;
}
.latoBold{
  font-family: 'Lato' ,sans-serif;
  font-weight: bold;
}
.headText{
  color: white;
  text-align: left;
}
.inLine-block{
  float: none;
  display: inline-block;
  margin-right: -4px;
}
/*.quitar-float{
  float: none;
}*/
.titulo{
  font-size: 3em;
}

.no-lista{
  margin: 0px;
  padding: 0px;
}
.no-lista li{
  list-style-type: none;
}

.padding-largo{
   padding: 5px 10px;
}
.se-gris{
  background-color: #BFBFBF;
}

.retraso-1{
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  animation-delay: 1s;
}
#btnAceptar {
    background-color: #1B5E20; /* Blue */
    border-radius: 5px;
    color: white;
    padding: 12px 28px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.34), 0 1px 5px 0 rgba(0, 0, 0, 0.32), 0 3px 1px -2px rgba(0, 0, 0, 0.3);
}
    #btnAceptar:hover {
        background-color: #2E7D32;
    }

#btnLogin {
    background-color: #1B5E20;
    border-radius: 5px;
    color: white;
    padding: 12px 28px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    border: 0;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.34), 0 1px 5px 0 rgba(0, 0, 0, 0.32), 0 3px 1px -2px rgba(0, 0, 0, 0.3);
}
    #btnLogin:hover {
        background-color: #2E7D32;
    }
#btnEnviar {
    background-color: #1B5E20;
    border-radius: 5px;
    color: white;
    padding: 12px 28px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 13px;
    margin-left: 17%;
    border: 0;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.34), 0 1px 5px 0 rgba(0, 0, 0, 0.32), 0 3px 1px -2px rgba(0, 0, 0, 0.3);
}
    #btnEnviar:hover {
        background-color: #2E7D32;
    }
#btnSalir{
    color:#212121;
}
#btnSalir:hover {
    border-bottom: 4px solid #1B5E20;
    cursor: pointer;
    padding: 0px 0px;
}
#contenido {
  padding: 20px;
 
}
#contenidoInfe {
  height: 500px;
}
#Divisor{
  border-style: solid;
  border-color: #979B94 #F1F2EB #F1F2EB #F1F2EB ;
  height: 15px;
  margin-top: 10px;
  margin-bottom:10px;
}

#footer{
  padding-top: 10px;
  float: left;
  background-color: #8E95A6;
}

#header {
    filter: brightness(150%);
    background-image: url(../img/fondo_verde.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    float: none;
    height: 85px;
    width: 100%;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.34), 0 1px 5px 0 rgba(0, 0, 0, 0.32), 0 3px 1px -2px rgba(0, 0, 0, 0.3);
}

#header label{
  margin-top: 0px;
  font-size: 14px;
	color: white;
	float: none;
}

#header h1{
  margin-bottom: 0px;
  margin-top: 0px;
  font-size: 40px;
	color: white;
	float: none;
  display:inline-block;
}
#logo {
    display: inline-block;
    width: 60px;
    height: 60px;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 17px;
    padding-right: 10px;
    border-right: 2px solid #FFF;
    float: left;
    box-sizing: unset;
    filter: brightness(70%);
    margin:6px 0;
}

#info_Solicitud{
  float: left;
  text-align: left;
  padding-left: none;
  padding-bottom: 30px;
}

#info_Solicitud button{
  float: left;
}

#info_Solicitud h3 {
    font-weight: 400;
    color: #1B5E20;
    padding-left: none;
    text-align: left;
    margin-left: 12px;
}
#info_Alumno h3 {
    font-weight: 400;
    color: #1B5E20;
    padding-left: none;
    text-align: left;
    margin-left: 12px;
}

#info_Alumno{
  font-weight: bold;
  float: left;
  text-align: left;
  display: block;
}
#Solicitudes_Hechas{
  float: left;
  text-align: left;
  padding-left: none;
  margin-bottom: 200px;
}

#Solicitudes_Hechas button{
  float: right;
}

    #Solicitudes_Hechas h3 {
        font-weight: 400;
        color: #1B5E20;
        padding-left: none;
        text-align: left;
        margin-left: 12px;
    }

#sinMargenIzqDer{
  margin-left: 0px;
  margin-right: 0px;
}

#menu .no-lista li {
  color: #f2f2f2;
  font-family: "latoBold",sans-serif;
  padding-bottom: 3px;
  padding-top: 3px;
  text-decoration: underline;
  text-decoration: none;
}
#menu .no-lista li a{
  color: #F2F2F2;
  font-family: 'latoBold',sans-serif;
  text-decoration: none;
}
#menu{
  /*background-color:#A3AAC5;
  background-color: #737272; BFBFBF */
  background-color: rgba(0,0,0,.09);
  font-family: 'Lato' ,sans-serif;
  font-weight: bold;
  text-decoration: none;
  height: 25px;
}


#wrapper {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #F2F2F2;
	width: 1000px;
	text-align: left;
	overflow: hidden;
}/*https://color.adobe.com/es/Tema-de-Adobe-Ideas-color-theme-7582388/*/


/*-------------------------------------------
----------Sección Responsive-----------------
---------------------------------------------*/
/*Pantallas de escritorio*/
@media screen and (max-width:865px){
  /*.espacio_arriba{
    margin-top: 50px;
  }
  .googleMaps{
    max-width: 100%;
    max-height: 100%;
  }
  #header label{
    font-size: 30px;
    float: none;
    display: inline-block;
    padding: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    text-align: left;
  }*/

  #header label{
    font-size: 11px;
  }

  #contenido h3{
    font-size: 20px;
    padding-top: 15px;
  }
  #contenido {
    padding-top: 20px;
  }
  #info_Alumno{
    /*visibility: hidden;*/
  }
  /*
  #info_Solicitud h3{
    text-align: left;
    text-decoration: underline;
    color: #049DBF;
    padding-left: none;
    font-size: 15px;
  }
  */
}
