/* XHTML y CSS con AMAYA
   Bartolomé Sintes Marco
   http://www.mclibre.org
   26 de octubre de 2005

   CSS para Ejercicio Citas
*/
body { font-family: cursive; color: gray; background-color: lightgrey;} 

h1 { text-align: center; text-transform: uppercase; font-family: sans-serif; }

p { border-width: 8px;  
  border-left-style: solid; border-right-style: solid;
  margin: 50px; }

p.cita { padding: 30px 30px 5px; margin-bottom: 0px; 
 border-top-style: solid; border-bottom-style: none; text-align: justify; }

p.autor { font-family: serif; margin-top: 0px; padding: 0px 30px 30px;
 border-top-style: none; border-bottom-style: solid;  
 text-align: center;}

p.amor    { border-color: #FFC0CB; background-color: #FFE5E9; }
p.trabajo { border-color: #00CC99; background-color: #A6EDDB; }
p.vida    { border-color: #0066CC; background-color: #C2DAF3; }
