/* Make all body text maroon-colored 12-point Book Antiqua
   with 16-point vertical spacing between lines of text
   and 10-point margins. Use parchment.gif as the background. */
body {
  background-color:#d5e3d1;
}

/* Indent paragraphs */
p {
  margin-left:5pt;
  margin-right:5pt;
}

p.titulohand {
  font-size:24pt;
  font-family:Times New Roman, Arial, Verdana;
  font-weight:bold;
  line-height:26pt;
  color:blue; 
}

p.fuerte_azul_subrayado {
  font-weight:bold;
  color:blue;
  text-decoration: underline;
}

p.negrita_centrado {
  font-weight:bold;
  font-size: 10pt;
  text-align:center;
}
/* Don't underline links, and make all links red.
   Make links flash black when activated. */
a {
  text-decoration:none;
}

a:link {
  color:white;
}

a:hover {
  color:red;
}
a:visited {
  color:white;
}

a:active {
  color:red;
}

div.escudo {
  /* Position */
  position:absolute;
  left:0px;
  top:0px;
  width:120px;
  height:100px;
  z-index: 1;
  /* colours */
  background-color:#d5e3d1;
  color:blue;  
  /* text align */
  text-align:center;
  vertical-align:center;
}

div.title {
  /* Position */
  position:absolute;
  left:170px;
  top:20px;
  width:630px;
  height:100px;
  z-index: 1;
  /* colours */
  background-color:#d5e3d1;
  color:#386fed;  
  /* text align */
  text-align:center;
  vertical-align:center;
  /*text font and size */  
  font-size:48pt;
  font-family:URW Chancery L, Lucida Handwriting;
  font-weight:bold;
  line-height:52pt;
}

/*shadow effect*/
div.banner_left_shadow {
  /* Position */
  position:absolute;
  top:124px;
  left:9px;
  width:150px;
  height:470px;
  z-index:2;
  /* colours */
  background-color:black;
}

div.banner_left {
  /* Position */
  position:absolute;
  top:120px;
  left:5px;
  width:150px;
  height:470px;
  z-index:3;
  /* colours */
  background-color:#386fed;
  color:#fdff64;  
  /* text align */
  text-align:left;
  /*text font and size */  
  font-size:12pt;
  font-family: Times New Roman, Arial, Verdana;
  font-weight:bold;
  line-height:14pt;
}

div.banner_fondo {
  /* Position */
  position:absolute;
  top:115px;
  left:58px;
  width:762px;
  height:485px;
  z-index:1;
  /* colours */
/*  background-color:#90da7f;*/
  background-color:#f5f17c;
}

div.tablondeanuncios {
  /* Position */
  position:absolute;
  top:125px;
  left:170px;
  width:640px;
  height:465px;
  z-index:2;
  /* colours */
  background-color:#f5f17c;
  /*text font and size */  
  font-size:11pt;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-weight:normal;
  line-height:12pt;
}

div.arbol_caballo {
  /* Position */
  position:absolute;
  top:25px;
  left:50px;
  width:165px;
  height:30px;
  z-index:3;
  /* colours */
  background-color:#5d8951;
  /*text font and size */  
  font-size:8pt;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-weight:normal;
  line-height:12pt;
}




