/*******************************/
/* HOJA DE ESTILO - Tutoría 7M */
/* Bartolomé Sintes Marco      */
/* 28 de septiembre de 2005    */
/*******************************/

body { background-color: #FFE2C6; font-family: sans-serif;}
h1 { text-align: center; text-transform: uppercase; font-size: 130%;
  color: #D89D61; }
h2 { font-size: 115%; }
.d { text-align: right; }
address { font-style: oblique; border-top: black 2px solid; margin-top: 20px; }


img#vpp { position: absolute; left: 10px; top: 10px; border: none; }

div#menututo { position: absolute; top: 5em; left: 1em; width: 9em; height: 12em;
  line-height: 1.3em; }
div#texto { position: absolute; top: 5em; left: 10em; right: 10em;}

div.novedad { border: #EBAC6E 3px solid; background-color: #FFDCA0; margin: 20px 50px 3px; 
  -moz-border-radius: 0px 20px 20px 20px; }
div.novedad { padding-left: 20px; }
div.novedad p.fecha { background-color: #EBAC6E; color: #FFFFFF; font-weight: bolder;
  margin-top: 0px; margin-left: -20px; padding: 5px; 
  -moz-border-radius: 0px 20px 0px 0px; }

div.plazo { border-left: #CFFFBF 3pt solid; padding: 0 0 0 0.5em; }
div.otros { border-left: #D2FFFF 3pt solid; padding: 0 0 0 0.5em; }
div.fct   { border-left: #CCCCCC 3pt solid; padding: 0 0 0 0.5em; } 
div.ot    { border-left: #FFFFCE 3pt solid; padding: 0 0 0 0.5em; } 

table { margin-left: auto; margin-right: auto; }
table.calen td { text-align: center; }
td.mes { background-color: #EEDDFF; }
td.ds  { background-color: #F6EDFF; width: 2em; } 
td.fe  { background-color: #FFB1B1; }
td.pl  { background-color: #CFFFBF; }
td.ev  { background-color: #D2FFFF; }
td.fct { background-color: #CCCCCC; }
td.ot  { background-color: #FFFFCE; }

td.df  { background-color: #F6EDFF; }
td.ia1 { background-color: #F6EDFF; }
td.ia2 { background-color: #FFB1B1; }
td.ia3 { background-color: #CFFFBF; }
td.sg1 { background-color: #D2FFFF; }
td.sg2 { background-color: #CCCCCC; }


