
*{margin:0px; padding:0px; font-family:Helvetica, Arial, sans-serif;}

/* Full-width input fields */
input[type=text], input[type=password] {
    width: 90%;
    padding: 12px 20px;
    margin: 8px 26px;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
	font-size:16px;
}

/* Set a style for all buttons */
button {
    background-color: #4CAF50;
    color: white;
    padding: 14px 20px;
    margin: 8px 26px;
    border: none;
    cursor: pointer;
    width: 90%;
	font-size:20px;
}
button:hover {
    opacity: 0.8;
}

/* Center the image and position the close button */
.imgcontainer {
    text-align: center;
    margin: 24px 0 12px 0;
    position: relative;
}
.avatar {
    width: 100px;
	height:100px;
    border-radius: 10%;
}

/* The Modal (background) */
.modal {
	display:none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(11, 11, 11, 0.89);
}

/* Modal Content Box */
.modal-content {
    background-color: rgba(255, 255, 255, 0.79);
    margin: 4% auto 15% auto;
    border: 1px solid #888;
    width: 40%; 
	padding-bottom: 30px;
}

/* The Close Button (x) */
.close {
    position: absolute;
    right: 25px;
    top: 0;
    color: #000;
    font-size: 35px;
    font-weight: bold;
}
.close:hover,.close:focus {
    color: red;
    cursor: pointer;
}

/* Add Zoom Animation */
.animate {
    animation: zoom 0.6s
}
@keyframes zoom {
    from {transform: scale(0)} 
    to {transform: scale(1)}
}


/**********************************************/


 .mensajes-form
        {
            
            margin: auto;
            margin-top:  100px;
            width: 1200px;
            height: 500px;
            padding: 90px 50px;
            box-sizing: border-box;
            background: rgba(0,0,0,.5);
        }
        
        .mensajes-form h2 {
            margin: 0;
            padding: 0 0 20px;
            color: #fcfcfc;
            text-align: center;
            text-transform: uppercase;
        }
        .mensajes-form p
        {
            margin: 0;
            padding: 0;
            font-weight: bold;
            color: #fff;
             text-align: center;
            text-transform: uppercase;
        }
       
        .mensajes-form a
        {
            color: #fff;
            font-size: 14px;
            font-weight: bold;
            text-decoration: none;
        }
       #boton1
        {
            
    margin: auto;
            margin-top:  -500px;
	width: 20%;
	 
            
}
     
    
