function validaCombo() {
	if(document.getElementById('sexo_id').value=='') {
		alert('sexooooo')
	}
}