body{
  background:#000;
}
#socio{
    position:center;
    color:darkgrey;
    position:center;
    float:left;
    padding:5px;
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size:20px;
    margin:0px 0px;
    text-align:center
}
#txtSocio{
    border-radius:10px;
    height:50px;
    font-size:35px;
    font-family:'Arial Rounded MT';
    font:bold;
    width:300px;
    border-style:hidden;
    text-align:center;
    margin:0px 0px;
    position:center;
    

}

#Boton{
    border-radius:10px;
    height:60px;
    padding:10px;
    border-style:hidden;
    position:center;
    font-size:20px;
    margin:50px auto;
}
#Boton:hover{
   color: rgba(255, 255, 255, 1) !important;
  box-shadow: 0 4px 20px rgba(49, 138, 172, 1);
  transition: all 0.1s ease;
  font-size:20.2px;
}

#LblMensaje{
    color:chocolate;
    font-size:15px;
}
.declaration{
    width: auto;
    height: 200px;
    margin: 50px auto;
    overflow: auto;
    color:darkgray;
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size:13px;
    padding:10px;
    text-align:justify;
    position:relative;
    /*display:inline-block;*/

}

.declaration::-webkit-scrollbar {
	width: 7px;
}

.declaration::-webkit-scrollbar-thumb {
	background:#808080 ;
	border-radius: 5px;
}



.Acepto{
   color:darkturquoise;
   font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
   font-size:25px;
   padding:0%;
   position:absolute;
}



input[type=checkbox]
{
  /* Doble-tamaņo Checkboxes */
  -ms-transform: scale(2.5); /* IE */
  -moz-transform: scale(2.5); /* FF */
  -webkit-transform: scale(2.5); /* Safari y Chrome */
  -o-transform: scale(2.5); /* Opera */

}   

#chkAcepto{
    color:aquamarine;
    margin:0px 20px;

}
.instrucciones{
    font-size:15px;
    color:beige;
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    text-align:center;
}
