*{
    box-sizing: border-box
}

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

}

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

}

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

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

}

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

}

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

}

html {
    font-size: 80%;
    font-family: Dosis;   
    /* background-color: white */
}

body {
	width:100%;
    margin:0;
	padding:0;
    background-repeat: no-repeat; 
	background-size: cover;
	background-position: center;
}

header {
	background-color: white;
    
}

#verde {
    background-color: #41aa87;
    
}

#registrarse {
    margin-top: -15px;
}

header ul li a{
	display: block;
	font-size: 50px;
	width: 100%;
	line-height: 150px;
	text-align: center;
	font-weight: bold;
	color: white;
	text-decoration: none;
	background-color:#41aa87;
    
    
   
    
}

header ul li a:hover{
	display: block;
	font-size: 50px;
	width: 100%;
	line-height: 150px;
	text-align: center;
	font-weight: bold;
	color: #41aa87;
	text-decoration: none;
	background-color: white;
}



#userpass{
	padding: 25px;
	margin: auto;
    padding: auto;
    image-orientation: center;
    margin-top: auto;
    top: auto;
    left:auto;
    width: 100%;
    background-color: #41aa87;
}

#registro {
    padding: 25px;
	margin: auto;
    padding: auto;
    image-orientation: center;
    margin-top: auto;
    top: auto;
    left:auto;
    width: 100%;
    background-color: white;
}

#pagina {
    padding: 25px;
    width: center;
    height: center;
    /*left: 50%;
    top: 50%;*/
    justify-content: center;
    }


header{
        text-align: center;
}


h1{
    font-family: dosisbold;
    text-align: center;
    margin-top: 50px;
    color: rgb(65, 170, 135);
    font-size: 40px;
}

.titulomisesion {
    font-family: dosisbold;
    font-size: 20px;
    color: #41aa87;
}

#subtituloagenda {
    font-family: dosisbold;
    font-size: 20px;
    color: black;
    }

#misesion {
    margin-top: 0px;
    color: #41aa87;
    font-size: 20px;
}

img {
    max-width: auto;
    height: auto;
}

.userpass {
    border-radius: 20px;
}

#nocuenta {
    text-align: center;
    margin-top: 100px;
    color: white;
    font-size: 17px;
    font-family: dosisbold;
}

#enviar{ 
    border-radius: 10px;
    font-family: dosisbold;
    font-size: 15px;
    background-color: white;
    margin-bottom: 20px;
    margin: 10px;
    padding: 10px;
    color: #434343;
    border-color: #41aa87;
}

#margen {
    margin-bottom: 140px
}

#enviarindex { 
    
     width: 270px;
     height: 290px;
     position: absolute;
     top: 40%;
     left: 50%;
     margin-top: -175px;
     margin-left: -137px;
}

#indexfondo {
    background-color: #41aa87;
}

#entrar{ 
    border-radius: 10px;
    font-family: dosisbold;
    font-size: 15px;
    background-color: #dadddc;
    margin-bottom: 20px;
    margin: 10px;
    padding: 10px;
    color: #434343;
    border: none;
    width: 200px;
    
}


#enviar2 { 
    border-radius: 10px;
    font-family: dosisbold;
    font-size: 15px;
    background-color: #edbd1c;
    margin-bottom: 10px;
    margin: 10px;
    padding: 10px;
    color: #434343;
    border: none;
}

#chat {
    font:12px arial;
    color: #222;
    text-align:center;
    padding: 0px; }
  
form, p, span {
    margin:0;
    padding:0; }
  
input { font:12px arial; }
  
a {
    color:#0000FF;
    text-decoration:none; }
  
    a:hover { text-decoration:underline; }
  
#wrapper, #loginform {
    margin-top: -15px;
    padding-bottom:25px;
    background:white;
    width: 100%;
    border:0px solid white;
    margin-bottom: 60px; 
}
  
#loginform { padding-top:18px; }
  
    #loginform p { margin: 5px; }
  
#chatbox1 {
    text-align:left;
    margin:0 auto;
    margin-bottom:25px;
    padding:10px;
    background:#fff;
    height:60px;
    width:80%;
    border:1px solid #ACD8F0;
    border-radius: 5px;
    float: left
    }

#chatbox2 {
    text-align:left;
    margin:0 auto;
    margin-bottom:25px;
    padding:10px;
    background:#fff;
    height: 48px;
    width: 80%;
    border:1px solid #ACD8F0;
    border-radius: 5px;
    float: left;
    margin-top: -15px;
}

#chatbox3 {
    text-align:left;
    margin:0 auto;
    margin-bottom:25px;
    padding:10px;
    background:#ACD8F0;
    height: 33px;
    width:80%;
    border:1px solid #ACD8F0;
    border-radius: 5px;
    float: right;
    margin-top: -15px;
}
  
#usermsg {
    width:101%;
    border:1px solid #ACD8F0;
    margin-left: -3px;
    margin-top: -3px;
    margin-bottom: -3px;}
  
#submit { width: 60px; }
  
.error { color: #ff0000; }
  
#menu { padding:12.5px 25px 12.5px 25px; }
  
.welcome { 
    margin-left: -14px;
    float:left;
    font-family: dosisbold;
    font-size: 20px;
}

.welcome1 { 
    margin-left: 2px;
    float:left;
    font-family: dosisbold;
    font-size: 20px;
    margin-bottom: 6px;
}
  
.logout { float:right; }
  
.msgln { margin:0 0 2px 0; }

#registrate {
    font-family: robotoregular;
    font-size: 12px; 
    margin-left: 10px;
}

#contenedorchats {
    padding: 10px;
    background-color: #dddddd;
    margin-left: 10px;
    margin-right: 10px;
    height: 370px;
}

main {
    margin: 10px;
    }

#barratop {
    display: flex;
    flex-direction: row;
    height: 72px;
    width: 100%;
    margin: 0px;
    display: flex;
    align-content: flex-start;
   
}

form {
     width: 100%;
     padding: 1rem;
     text-align: center;
}
     
input {
  margin: 1rem;
  padding: 1rem;
  border: 2px solid #ccc;
  text-align: center;
  border-radius: 10px;
  border-color: #41aa87;
}

#telefono {
  width: 93%;
  margin left: -5px;
  border: 2px solid #ccc;
  text-align: center;
  border-radius: 10px;
  border-color: #41aa87;
}

#paginaindex {
    background-color: #41aa87;
}


    
footer{
	margin: 10px;
    padding: 10px;
    margin-left: 10px;
    font-size: 12px;
    color: #41aa87;
    font-family: robotoregular;
    text-align: justify;    
}

#conmargen {
    padding: 0%; 
    font-size: 12px;
    color: #41aa87;
    font-family: robotoregular;
    margin-bottom: 80px;
    margin-top: -15px;
}


#ingresa {
    display: block;
	font-size: 50px;
	width: 100%;
	line-height: 150px;
	text-align: center;
	font-weight: bold;
	color: #bf2e2e;
	text-decoration: none;
	background-color:rgb(65, 170, 135);
}

#descripcion {
    font-family: roboto;
    text-align: left;
    margin-left: 1em
}

#userpass {
    background-color: #41aa87;
}

#olvide {
    text-decoration: none;
    font-family: dosisregular;
    color: white;
    text-decoration: underline;
    }

#bien {
    background-color: white;
    color: black;
    margin-top: -20px;
    }

#pbien1{
    font-family: robotoregular;
    font-size: 15px;
    text-align: center:
}

#pbien2 {
    margin-top: 40px;
    font-size: 13px;
    font-family: robotoregular;
}

#nomail {
    font-size: 20px;
    
}

#iniciasesion {
    font-family: dosisbold;
    color: white;
    font-size: 35px;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 25px;
    
}

#tituloregistrate {
    font-family: dosisbold;
    color: #41aa87;
    font-size: 35px;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 25px;
}

.nombrecurso {
    font-family: dosisbold;
    font-size: 15px;
    margin-left: 5px;
    margin-bottom: 10px;
}

.botonera {
    display: inline-flex; 
    margin: 15px;
    flex-basis: auto;
    height: 50px;
    
  }




.boton {
    display: inline-flex; 
    margin left: -20px;
    flex-basis: auto;
    height: 50px;
    background-color: #c7c7c7;
    width: 30%;
    justify-content: center;
    font-family: dosisbold;
    color: black;
    text-decoration: none:
    
    
    
}

#agenda {
    margin-bottom: 100px;
}

#hola {
    display: flex;
    justify-content: space-evenly;
    background-color: #beeddd;
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    margin-bottom: 0px;
    list-style: none;
	margin: 0;
	padding: 0;
}

#barrapestañas {
    width: 101%;
    margin-bottom: -2px;
    margin-left: -2px;
    margin-right: -2px;
}

.pestañaseleccionada {
    background-color: #dadddc;
    color: black;
}

.pestañas {
    background-color: #555555;
}

#tituloseleccionado {
    text-decoration: none;
    color: black;
    font-size: 20px;
}

.titulopestañas {
    text-decoration: none;
    color: white;
    font-size: 15px;
}

#fondogaleria {
    background-color: #dadddc;
    margin-top: 10px;
}

#fondoconsultas {
    background-color: #dadddc;
    margin-top: -5px;
}

#barra ul {
    display: flex;
    justify-content: space-around;
    background-color: #beeddd;
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    margin-bottom: 0px;
    list-style: none;
	margin: 0;
	padding: 0;
    
}



#bienvenida {
    font-family: dosisbold;
    color: white;
    font-size: 30px;
    
}

h5 {
    font-family: robotoregular;
    font-size: 15px;
    margin-top: 5px;
    
}

#textonoticia {
    font-family: robotoregular;
    font-size: 10px;
    width: 59%; 
    margin-top: 10px;
}

#imagennoticia{
    width: 200px;
}

.fotoytexto{
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
}

.cuadronoticia {
    background-color: #dadddc;
    padding: 20px;
    margin top: 10px;
    margin-bottom: 15px;
    display: block;
    flex-wrap: wrap;
}

/*.cuadronoticia2 {
    background-color: #dadddc;
    padding: 20px;
    margin top: 10px;
    margin-bottom: 15px;
    display: block;
    padding-bottom: 30%;
}*/


#tituloagenda {
    font-family: robotoregular;
    font-size: 25px;
    font-weight: bold;
}

#titulotexto{
    font-family: robotoregular;
    font-size: 15px;
}

#vermas {
    color: black;
    font-family: robotoregular;
    align-self:flex-end;
    font-size: 10px;
    margin: 5px;
    padding-bottom: 5px;
    margin-left: 40px;
    margin-top: 95px; 
}

#titulomisesion {
    color: #41aa87;
    font-size: 25px;
}

.bajadanoticia {
    font-family: robotobold;
    font-size: 12px;
    margin-top: -10px;
    margin-bottom: 10px;
}

#titulo {
    margin-top: 25px;
    font-family: dosisbold;
    font-size: 30px;
    margin-bottom: 25px;
    margin-left: 0px;
    text-align: center;
}

.consultasbienvenida { 
    align-content: flex-start;
    font-family: dosisbold;
    color: white;
    font-size: 20px;
    margin-top: 18px; 
    margin-left: 15px;
}

#contenedorconsultas {
    display: flex;
    flex-direction: row;
    background-color: #41aa87;
    width: 100%;
    padding: 20px;
    align-self: left;
    margin-top: -12px;
}


.cuadro {
    background-color: #eff7f4;
    padding: 15px;
    margin top: 15px;
    margin-bottom: 15px;
}

.adentro {
    background-color: white;
    padding: 15px;
    margin top: 15px;
    margin-bottom: 15px;
    
}

.titulo {
    font-family: dosisbold;
    font-size: 18px;
    
}

.cajas {
    float: left;
    justify-content:center;
    margin: 15px;
    width: 100px; 
}

.tabla {
       margin-top: -4px;
       width: 100%;
}

td {
    font-family: dosisregular;
    height: 70px;
    text-align: center;
    background-color: #eaeaea;
    font-size: 14px;
}

th {
    font-family: dosisbold;
    height: 25px;
    font-size: 15px;
    text-align: center;
    background-color: #41aa87;
    color: white;
}

.agenda-date {
    text-align: justify;
    padding: 15px;
    
}

.modulo {
    color: black;
    
}

.tabla2 {    
       margin-top: -4px;
       width: 100%;
       margin-bottom: 100px;
}

#inicio {
    image-orientation: center;
}

#fondo {
    background-color: #41aa87;  
}


#fechalimite {
    background-color: orange;
    color: white;
}

.cajaconsultas {
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    justify-content: center;
    padding-bottom: 10px;
    margin: 0.5em 0;
    background-color: #dadddc;
    min-height: 112px;
    margin-bottom: -150px;
}

.cajaconsultas2 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
    
}

.cajaconsultas2 a {
    text-decoration: none;
    text-align: center;
}

.consultas {
    min-height: 90vh;
    display: block;
    margin-bottom: 80px;
    
}

.gracias-consultas {
    text-align: center;
    font-family: sans-serif;
    font-size: 15px;
}

#textoconsultas {
    font-family: robotoregular;
    font-size: 13px;
    margin-left: 13px;
    margin-right: 13px;
    padding-top: 15px
    
}

#comentarios{
    padding: 10%;
}

.galeria  {    
    padding: 4rem 0 0 0
    margin-top: 10px;
     
}

.galeria figure{ width: 30vw;
            height: 30vw;
            position: relative;
            overflow: hidden;
            margin:.5vw;
            box-shadow: .2rem .2rem .4rem rgba(6, 3, 18, 0.51);
            border-radius: .3rem;
    }


.galeria figcaption {
    position: absolute;
    bottom:-100%;
    width: 100%;
    padding:50% 0;
    display: block;
    text-align: center;
    font-size: .8rem
    color: white;
}


.galeria figure:hover figcaption {
    background-color: rgba(20, 11, 60, 0.63);
    top: 0;
    transition: all .3s ease;
}

.galeria figure img{ 
    display: block;
    position:absolute;
    height: 100%  ; 
}

.galeria section {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0; margin: 0;
}

.agenda {  }

/* Dates */
.agenda .agenda-date { width: 170px; }
.agenda .agenda-date .dayofmonth {
  width: 40px;
  font-size: 36px;
  line-height: 36px;
  float: left;
  text-align: right;
  margin-right: 10px; 
}
.agenda .agenda-date .shortdate {
  font-size: 0.75em; 
}


/* Times */
.agenda .agenda-time { width: 140px; } 


/* Events */
.agenda .agenda-events {  } 
.agenda .agenda-events .agenda-event {  } 


@media (min-width:30rem) {  
    .galeria section {
        align-items: stretch; 
        margin:0 1rem
}
  
    .galeria figure {
        width: 40vw;
        height: 40vw;
        margin:.5rem;
        border-radius: 0rem
}
    
    .galeria figcaption {font-size: 1.2rem}
    
@media (min-width: 60rem) {  
    
    .galeria h1 {
        visibility: visible; 
        position: relative;
        margin:2rem
}
    
     .galeria section { 
         justify-content:center;
         align-items: stretch;
         margin:0 1rem
}
    
    .galeria figure {
        width: 30rem;
        height: 20rem;
        display: flex;
}

   