/* 

Los colores se tomaron de la página web:
https://www.materialpalette.com
@autor: Carlos Perez

*/

/* == body == */
body { font-family: "Times Roman", serif; font-size: 16px; color: #212121; }

/* == Wrappers == */
#caja-pcpal { width: 960px; margin: 0 auto; }

/* == Encabezados == */
h1,h2, h3 { font-family: "Times Roman", serif; }
h1 { font-size: 2rem; color: #fff; background-color: #ff5722; text-align: center; padding: 2rem 0; }
h2 { font-size: 1.5rem; color: #ff5722; }
h3 { font-size: 1.2rem; }

/* == PREFORMATEADOS == */
pre { font-family: monospace; background-color: #eee; padding: 1rem; }