.menu
	{
		color: #ffffff;
		font-style: normal;
		font-weight: normal;
		font-size: 10px;
		font-family: Verdana;
		text-decoration: none;
	}

.menu:hover
	{
		color: #dedede;
	}

.lateral
	{
		color: #ffffff;
		font-style: normal;
		font-weight: normal;
		font-size: 11px;
		font-family: Verdana;
		text-decoration: none;
	}
	
.lateral:hover
	{
		color: #dedede;
	}


.submenu
	{
		color: #000000;
		font-style: normal;
		font-weight: normal;
		font-size: 10px;
		font-family: Verdana;
		text-decoration: none;
	}

.submenu:hover
	{
		color: #487775;
	}

.tabla_separador
	{
		background-image: url(./images/separador.gif);
		background-repeat: repeat-x;
	}

.form
   {
      background-color: #DFEAEA;
      border: 1px solid #487775;
      font-size: 9px;
      font-family: Verdana;
   }


.tribuna
	{
		color: #6948d6;
		font-style: normal;
		font-weight: normal;
		font-size: 14px;
		font-family: Verdana;
		text-decoration: none;
	}

.tribuna:hover
	{
		color: #487775;
	}

.titulo_tribuna
	{
		color: #360e93;
		font-style: normal;
		font-weight: bold;
		font-size: 18px;
		font-family: Verdana;
		text-decoration: none;
	}
.texto_tribuna
	{
		color: #4a5b70;
		font-style: normal;
		font-weight: normal;
		font-size: 14px;
		font-family: Verdana;
		text-decoration: none;
	}
.autor_tribuna
	{
		color: #360e93;
		font-style: normal;
		font-weight: bold;
		font-size: 18px;
		font-family: Verdana;
		text-decoration: none;
	}

.enlace
	{
		color: green;
		font-style: normal;
		font-weight: normal;
		font-size: 10px;
		font-family: Verdana;
		text-decoration: none;
	}

.enlace:hover
	{
		color: #487775;
	}
