/* Styles for use in ILV pages */

p { margin-left: 10px; margin-right: 10px; }

/* captions on photographs */
.fotografia { color: green; }
.photograph { color: red; }

/* Names of distinguished Mexicans, whose words are quoted
on the following page; usually used with h1 */
.nombre, .nombreC, .name { color: blue; font-size: large; margin-bottom: .2em; }
.nombre { text-align: left; }
.nombreC { text-align: center; }
.name { text-align: right; }

/* Indications of where a person said or wrote something
that is quoted on the page that follows; often used with h2 */
.donde, .dondeC, .where  {color: navy; margin-top: 0; font-size: 90%; }
.donde { text-align: left;}
.dondeC { text-align: center;}
.where { text-align: right;}

.etitulo, .ititle, .etituloConSub, .ititleWithSub { color: blue; font-size: large; text-align: center; }
.etituloConSub, .ititleWithSub { margin-bottom: .2em; }
.isubtitle, .esubtitulo { color: navy; font-size: large; text-align: center; }

