/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 09-ago-2016, 16:22:34
    Author     : PC-JUAN
*/

#domicilio::-webkit-input-placeholder {
color: #FF0000;
}
#domicilio::-moz-placeholder {
color: #FF0000;
}
#domicilio::-ms-input-placeholder { 
color: #FF0000;
}


