﻿body {
    height:100%;
}
.centrar {
    margin:0 auto;
    max-width:330px;
    width:100%;
}

.centrarDiv {
    text-align:center;
    margin-bottom:3px;
}
.textBox{
    height:45px;
}
.btn-enviar{
    width:100%;
    margin:auto;
    height:50px;
    font-size:18px;
    font-family:sans-serif;
}
.iconos {
    text-align: center;
    height: 50px;
    width: 60%;
    display:block;
    margin:auto;
}
.iconos1 {
    text-align: center;
    height: 50px;
    width: 50%;
    display: block;
    margin: auto;
}
