.titulo{
   text-align: center;
   text-decoration: underline;
   font-family: times, arial, serif, sans-serif;
   font-size: 150%;
   color: #0a0b0f;
}
.titulo_menores{
   font-size: 130%;
   font-variant: small-caps;
   border-style: solid;
   border-bottom-width: medium;
   border-left: none;
   border-top: none;
   border-right: none;
}
.lista_inicial{
   font-size: 130%;
   font-variant: small-caps;
   list-style-type: circle;
}
.lista_interna_n1{
   font-variant: normal;
   font-size: 70%;
   list-style-type: disc;
   list-style-position: inside;
}
.lista_interna_n2{
/*   font-size: 95%;*/
   font-variant: normal;
   list-style-type: square;
    
}
#texto_normal{
   font-variant: normal;
   font-size: 70%;
}
#posi_tlfn{
   position: absolute;
   font-variant: normal;
   left: 425px;
   display: inline;
}
#posi_email{
   position: absolute;
   left:  575px; /*625px*/
   width: 150px;
   display: inline;
}
/* #posi_email_graf{
   position: absolute;
   left: 625px;
   display: inline;
}*/
.enlace_centro{
   float: left;
   width: 10%;
   margin-left: 32%;
   margin-top: 0em; 
}
.enlace_izquierdo{
    float: left;	
    padding-left: 75px;
    margin-top: 0em; 
}
.enlace_derecho{
    float: right; 
    padding-right: 75px;
    margin-top: 0em; 
}/* Para que estén en la misma línea y en extremos opuestos  los enlaces con cada clase deben 
colocarse en parrafos diferentes, porque dentro de un parrafo "<P>" al ser un elemento inline
no funciona la propiedad "float" de la CSS, y al ponerlos en parrafos distintos al ser cada 
uno un elemento en bloque si funciona la propiedad "float" de la CSS */

.texto_borde{
    border-bottom-style: double;
    padding-bottom: 0em;    
    padding-left: 75px;
    padding-right: 75px;
    margin-bottom: 0em;
    margin-left: 75px;
    margin-right: 75px;
/*    width: 85%;*/
}

#mancha_azul{
  position: absolute; /* relative;*/
  background-image:url('../imagenes/mancha_azul.png'); /* no-repeat scroll top*/ 
  background-attachment:scroll;
  background-repeat:no-repeat;
  background-position:top left; 
  border: 0px solid;
}
#mancha_canela{
  position: absolute; /* relative;*/
  background-image:url('../imagenes/mancha_canela.png'); /* no-repeat scroll top*/ 
  background-attachment:scroll;
  background-repeat:no-repeat;
  background-position:top left; 
  border: 0px solid;
}
#mancha_verde{
  position: absolute; /* relative;*/
  top: 80px;
  background-image:url('../imagenes/mancha_verde.png'); /* no-repeat scroll top*/ 
  background-attachment:scroll;
  background-repeat:no-repeat;
  background-position:top left; 
  border: 0px solid;
}
