::-webkit-input-placeholder {
   
}

:-moz-placeholder { /* Firefox 18- */
  
}

::-moz-placeholder {  /* Firefox 19+ */
  
}

:-ms-input-placeholder {  
  
}

body{

    background-color: rgb(195, 247, 198);
  
}

p{
    margin: 20px 20px 20px 20px;
}



.tamFuente{
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.tamFuenteBotones{
    height:20px;
    width: 20px;
    cursor: pointer;
}

.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 10px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgba(99,87,87, 0.9); /* Fallback color */
  
}

/* Modal Content */
.modal-content {
    
    margin: auto;
    padding: 20px;
    width: 400px;
    height: 400px;
    background-repeat: no-repeat;
    background-size:cover;
}
