Code: Select all
\documentclass[12pt,letterpaper]{standalone}
\usepackage[utf8]{inputenc}
\usepackage[spanish]{babel}
\usepackage{tikz}
\usetikzlibrary{shadings}
\pagestyle{empty}
\begin{document}
\begin{tikzpicture}
\draw [shading=ball, ball color=red] (0,1.498) circle (2.3cm);
\draw (-2.295,1.35) arc (180:360:2.295 and 1);
\filldraw[opaque, black, fill=white, line width=1pt] (0, 0.35) circle (0.22cm);
\end{tikzpicture}
\end{document}