﻿/*ICONOGRAFIA DE CONTROLES*/

.cssEmail {
    background: #fff url('images/formularios/correo.png') 2px 8px no-repeat;
    background-size: 1.8%;
}

.cssTelefono {
    background: #fff url('images/formularios/telefono.png') 2px 8px no-repeat;    
    background-size: 2%;
}

.cssMesaje {
    background: #fff url('images/formularios/mensaje.png') 2px 8px no-repeat;
    background-size: 1.8%;    
}

.cssUsuario {
    background: #fff url('images/formularios/Usuario.png') 2px 8px no-repeat;
    background-size: 1.7%;
}

.cssAcceso {
    background: #fff url('images/formularios/llave.png') 2px 8px no-repeat;
    background-size: 1.8%;
}
