* {
  margin: 0;
  padding: 0;
  font-family: sans-serif;
  box-sizing: border-box;
}

body {
		position:absolute; 
		z-index:1; 
		width:100%; 
		height:100%;		 
		-webkit-background-size: cover;
		background-size: cover;
        }
.boton {
	    width: 100%;
	    height : 50px;
	    border: 1px solid #f1705d;
	    font-size: 11px;
	    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	    padding-left: 5px;
	    padding-right: 5px;
	    padding-top: 5px;
	    padding-bottom: 5px;
	    color: white;
	    background:lightcoral;
	}
.boton:hover{
	    color: white;
	    background:transparent;
	}
form {
    margin: auto;
    width: 100%;
    max-width: 500px;
    background: #F3F3F3;
    padding: 30px;
}

h2 {
   text-align: center;
   margin-bottom: 20px;
   color; rgba(0,0,0,0.5);
}

input {
    display: block;
    padding: 10px;
    width: 100%;
    margin: 15px 0;
    font-size: 10px;
    border-radius: 20px;
    -webkit-border-radius: 50px;
}

input[type="submit"]  {
   background: linear-gradient(#FFDA63, #FFB940);
   border: 0;
   color: brown;
   opacity: 0.8;
   cursor: pointer;
   border-radius: 20px;
   margin-bottom: 0;
}

input[type="submit"]:hover  {
   opacity: 1;
}

input[type="submit"]:active  {
   transform: scale(0.95);
}

div_cabecera {
    width: 100%;
    overflow: hidden;
    float: left;
    background:transparent;
    padding: 0.5%;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    -moz-border-top-left-radius: 5px;
    -moz-border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    -moz-border-bottom-left-radius: 5px;
    -moz-border-bottom-right-radius: 5px;
}
.div_cabecera_logo {
    width: 28%;
    margin: 0.5%;
    font-size: 18px;
    font-weight: bold;
    float: left;
}
.div_cabecera_hora {
    width: 70%;
    margin: 0.5%;
    overflow: hidden;
    float: right;
    text-align: right;
}
.div_logueo_vacio {
	    height: 40%;
	    max-width: 307px;
}

/* ======= Post postAudioLibro  The language center ======= */
.postAudioLibro {
  position: relative;
  padding-left: 100px;
}

.postAudioLibro img {
  border: 3px solid #30b098;
  border-radius: 200px;
  position: absolute;
  left: 1px;
  top: -2px;
}
.RotacionBeginner {
}

.RotacionBeginner img:hover {
-webkit-transition:1.5s;
-webkit-transform:rotate(360deg);
}


