Mauricio Aceves
Mauricio Aceves (born December 18, 1960 in Mexico City, Distrito Federal, Mexico) was a Mexican boxer in the Light welterweight division. He was the first ever WBO Lightweight Champion.[1][2]
Mauricio Aceves | |
---|---|
Statistics | |
Real name | Mauricio Aceves |
Weight(s) | Welterweight Light Welterweight Lightweight |
Height | 6 ft 1 in (185 cm) |
Reach | 75 in (191 cm) |
Nationality | Mexican |
Born | Mexico City, Federal District, Mexico | December 18, 1960
Stance | Southpaw |
Boxing record | |
Total fights | 43 |
Wins | 26 |
Wins by KO | 20 |
Losses | 16 |
Draws | 1 |
No contests | 0 |
Professional career
Mauricio has fought many undefeated boxers, including Shane Mosley, Dingaan Thobela, Todd Foster, Dennis Holbæk Pedersen, Billy Schwer and Rene Arredondo.[3]
WBO Lightweight Championship
Aceves won the WBO Lightweight Championship by upsetting the veteran Amancio Castro in Santa Ana, California.[4]
He almost lost his championship in his first defense, when his opponent Bejines had won every round before being knocked out with a single short left hook by Mauricio. He had to survive cuts over both eyes.[5]
One of his last fights was a loss to boxing legend Jorge Páez.[6]
Preceded by Inaugural Champion |
WBO Lightweight Champion 6 May 1989– 22 September 1990 |
Succeeded by Dingaan Thobela |
gollark: Unrelated: slowly, my reactor efficiency goes up... soon, it shall reach a slightly higher percentage.
gollark: It simulates injuries to individual bodyparts.
gollark: Dwarf Fortress!
gollark: We need some sort of Rust-based RPG, because Rust is good, all Hail Rust Rust Rust, Rust Rust, Rust... Rust.
gollark: ```rustuse wasm_bindgen::prelude::*;#[derive(Default)]pub struct Counter { value: i32,}pub enum Message { Increment, Decrement, Reset,}impl draco::App for Counter { type Message = Message; fn update(&mut self, _: &draco::Mailbox<Message>, message: Self::Message) { use self::Message::*; match message { Increment => self.value += 1, Decrement => self.value -= 1, Reset => self.value = 0, } } fn render(&self) -> draco::Node<Self::Message> { use draco::html as h; h::div() .push(h::button().push("-").on("click", |_| Message::Decrement)) .push(self.value) .push(h::button().push("+").on("click", |_| Message::Increment)) .push(h::button().push("Reset").on("click", |_| Message::Reset)) .into() }}#[wasm_bindgen]pub fn start() { draco::start( Counter::default(), draco::select("main").expect("main").into(), );}pub fn main() {}```RUSTRUSTRUSTRUST
See also
- List of Mexican boxing world champions
- List of WBO world champions
- List of lightweight boxing champions
References
- Mauricio Aceves Profile, Boxrec.com.
- McKibben, Dave (July 21, 1995). Former Champion Aceves Will Face Mosley Tonight, Los Angeles Times.
- McKibben, Dave (July 22, 1995).BOXING AT THE POND : Mosely Looks Sharp Against Aging Foe, Los Angeles Times.
- Kresal, Steve (May 7, 1989). Boxing at Santa Ana Stadium : Leon and Aceves Win WBO Titles in Contrasting Style, Los Angeles Times.
- (August 31, 1989). Aceves Comes Back to Stop Bejines in 10th, Los Angeles Times.
- Baker, Chris (April 12, 1994). Paez Defeats Aceves by a Unanimous Decision, Los Angeles Times.
External links
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.