

  /* Logotipo */
  .logo { width: 115px;
    height: 107px;
    text-align:center;
	 background-color : rgb(255,231,146);
    }

  /* Cabecera; Datos de la asociación */
  #datosasoc { text-align: center;
    font-family: Arial;
    font-size: 8pt;
	 
    }
  #datosasoc1 { text-align: center;
    font-family: Arial;
    font-size: 14pt;
    font-weight:bold;
    }  
	 
  #tDatosAsoc {
		text-align:right;
		background-color : rgb(255,231,146);
  }
  
  /* Opciones seleccionables */
  #tOpciones {
     Font-Family : Arial;
     Font-Weight : Bold;
     Font-Size : 10pt;
	  height : 430px;
	  margin-top : 10px;
	  margin-left : 0px;
	  margin-right : 0px;
	  width : 220px;
	  background-color : rgb(255,231,146);
  }
  
  /* Estilos del menú */
  #tOpciones UL {
     width : 230px; 
     margin-left  : 0px;
     margin-right : 0px;
     padding-left : 20px;
     list-style-type : none;
  }
  
  
  #tOpciones2 LI {
    position : relative;
    left : -20px;
    font-weight : bold;
  }
  

  #Banderas {
     margin-top  : 50px;
     margin-left : 20px;
	  text-align  : left;
  }
  
  
A:link    {text-decoration: none; color : Blue; }
A:visited {text-decoration: none; color : Blue;}
A:active  {text-decoration: none; color : Blue;}
A:hover   {text-decoration: underline; color: red;}