/* General */

/* Menú */
.congressTitle
{
  font-size   : 16px;
  text-align  : left;
  color       : #94252E;
  font-weight : bold;
}

.CongressMenu
{
  margin: 5px;
  width : 98%
}


.CongressMenuCell
{
  color            : #154A4C;
  background-color : #D6E8E9;
  text-align       : right;
  vertical-align   : bottom;
}

.CongressMenuSelected
{
  color            : #000000;
  background-color : #E3E9E9;
  text-align       : right;
  vertical-align   : bottom;
}

/* Otros */
.searchBox
{
  text-align: center;
  border: 1px solid rgb(214, 232, 233);
  padding: 5px;
}


.buttonSearch
{
  text-align: center;
}

.buttonArea
{
  text-align: center;
}

/* Página de Inicio */
.congressEntry
{
  margin : 0 40 0 60;
}

.congressEntry img {border:none;}


.congressEditTable {text-align: center;}
.editTableLeft     {text-align: right;}
.editTableRight    {text-align: left;}
.editSection       {width: 80%; margin: 20 10 10 15; font-weight:bold; border-bottom: 1px solid black;}

.congressDescription {margin: 20 25 10 25; text-align: justify;}
.congressInfo        {vertical-align: top; border: 1px dashed #D6E8E9; padding: 5px;}

/* Comités */
.commiteeTitle   {font-weight: bold; font-size: 0.9em; margin-left:15;}
.commiteeSection {font-weight: bold; color: #94252E;}
.commiteeEdit    {margin-left: 10px;}
.commiteePart    {font-weight: bold;}
.denyLine        {margin: 10, 10, 10, 15;}

/* Ponencias */
.participationTitle {text-align:center; font-size: 2em; color: #94252E;}
.participationLeft  {float:left; width: 40%; padding: 10 10 10 25; text-align: left;}
.participationRight {float:right; width: 40%; padding: 10 10 10 25; text-align: left;}
.participationFiles {text-align: center; width: 60%;}