.glossymenu{
margin: 5px 0;
padding: 0;
width: 170px; /*width of menu*/
/*border: 1px solid #9A9A9A;*/
border-bottom-width: 0;
}

.glossymenu a.menuitem{
/*background: black url(extras/glossyback.gif) repeat-x bottom left;*/
background: #ececff;
border: 1px solid #000000;
font: 70% Verdana, "Lucida Grande", "Trebuchet MS",  Helvetica, sans-serif;
color: #000000;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
padding: 2px 0;
padding-left: 5px;
text-decoration: none;
margin: 4px;
}


.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{
color: #000000;
}

.glossymenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
position: absolute;
top: 5px;
right: 5px;
border: none;
}

.glossymenu a.menuitem:hover{
background-image: url(extras/glossyback2.gif);
}

.glossymenu div.submenu{ /*DIV that contains each sub menu*/
background: white;
}

.glossymenu div.submenu ul{ /*UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
}

.glossymenu div.submenu ul li{
border-bottom: 1px solid #b7b7f7;
}

.glossymenu div.submenu ul li a{
display: block;
font: normal 70% "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: black;
text-decoration: none;
padding: 2px 0;
padding-left: 10px;
}

.glossymenu div.submenu ul li a:hover{
background: #ececff;
colorz: white;
}
/************************** Columna única **********************/

#colUnica {    
  padding-left: 30px;  
  padding-top:30px; 
  font-size: 80%;
  color: #000000;
  font-family:  Arial, Tahoma, euphemia, "estrangelo edessa", Arial;
}
#colUnica td{    
  font-size: 80%;
  color: #000000;
  font-family:  Arial, Tahoma, euphemia, "estrangelo edessa", Arial;
}
#colUnica h1{
	font-size: 150%;
	font-weight: bold;
	margin: 30px 0px 10px 0px; /*top right bottom left */
}
#colUnica h2{
	font-size: 120%;
	font-weight: bold;
	color: #333333;
}
#colUnica h3{
	font-size: 120%;
	font-weight: bold;
	color: #333333;
	padding-left: 100px;
}
#colUnica img{
	float: left;
	margin-top: -30px;
	padding: 5px;
	border: 0px;
}
#colUnica a{
	text-decoration: none;
	color: #365c97;

}
#colUnica li{
	margin: 20px 0px 0px 0px; /*top right bottom left */
	list-style-position: inside;
	list-style-image:  url(../CongresDones/img/flecha.gif);
}
#colUnica a:hover{
	color: #284621;	
}
#colUnica .text{
	margin-left: 100px;
}
#colunica #linia100 {
 	height: 120px;
}
#col1 {  
  float: right;
  display: inline-table;
/*  border-left: 1px dotted #cccccc;*/
  text-align: center;
  padding-left: 20px;
  height: auto;
  width: 150px;;
  font-family:  Arial, Tahoma, euphemia, "estrangelo edessa", Arial;
  font-size: 80%;
  color: #000000;
  margin: 5px 0px 0px 0px; /*top right bottom left */
}
#col1 img{  
	padding: 2px;
	border: 0px;
	margin-top: 5px;
}

#col2 {  
  display: inline-table;
  border-left: 1px dotted #cccccc;
  padding-left: 20px;
  height: auto;
/*  width: 70%;*/
  font-family:  Arial, Tahoma, euphemia, "estrangelo edessa", Arial;
  font-size: 80%;
  color: #000000;
  margin: 5px 0px 0px 0px; /*top right bottom left */
}
#col2 td{  
  font-family:  Arial, Tahoma, euphemia, "estrangelo edessa", Arial;
  font-size: 80%;
  color: #000000;
}

#col2 a{
	text-decoration: none;
//*   font-size: 80%;*//
	color: #365c97;
}
#col2 a:hover{
	text-decoration: underline;
	color: #000000;
}
#col2 h1{
	font-size: 150%;
	font-weight: bold;
	margin: 30px 0px 10px 0px; /*top right bottom left */
}
#col2 h2{
	font-size: 120%;
	font-weight: bold;
	color: #333333;
	margin: 10px 0px 0px 0px; /*top right bottom left */
	border-bottom: 1px dashed #cccccc;
}
#col2 h3{
	font-size: 120%;
	font-weight: bold;
	color: #333333;
	padding-left: 90px;
	margin: 10px 0px 0px 0px; /*top right bottom left */
}
#col2 img{  
	float: left;
	margin-top: -30px;
	margin-right: 20px;
	padding: 2px;
	border: 1px solid #365c97;
}
#col2 li{
	padding-bottom: 5px;
	list-style-position: outside;
	list-style-image: url(img/li.gif);
}



