html {
	padding: 0px;
	margin: 0px;
}

body {
	font-size: 12px;
	font-family: Helvetica, Sans-Serif;
	color: Black;
	margin: 0px;
}

a {
	color: #369;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#footer {
	/*background-image: url(images/bgShadowTop.png);
	background-repeat: repeat-x;*/
	position: absolute;
/*margin: 0;*/
	width: 100%;
	height: 30px;
	padding: 7px 0px 7x 0px;
	background-color: Gray;	
}

#footerShadow {
	position: absolute;
	width: 100%;
	background-image: url(../images/bgShadowTop.png);
	background-repeat: repeat-x;
	height: 7px;
}

#header, #footer {
/*  background-color: White;*/
  text-align: center;
  margin: 0;
}

/* Contenido central */
#centerColumn {
/*	background-image: url(images/bgShadow.png);
	background-repeat: repeat-y;*/
	margin: 70px 0px 0px 0px;
	margin-left: 160px;
	margin-right: 190px;
/*	background-color: Lime;*/
}

#centerShadow {
	position: absolute;
	width: 7px;
	background-image: url(../images/bgShadow.png);
	background-repeat: repeat-y;
	margin-left: 160px;
	top: 70px;
}

#leftColumn, #rightColumn {
/*	background-image: url(images/bgShadow.png);
	background-repeat: repeat-y;*/
	position: absolute;
	top: 70px;
	margin: 0;
	font-size: small;
}

#leftShadow {
	position: absolute;
	width: 7px;
	background-image: url(../images/bgShadow.png);
	background-repeat: repeat-y;
	margin-left: 0px;
	top: 70px;
	z-index: 10;
}

#leftColumn {
	padding: 70px 0px 0px 0px;
	left: 0;
	width: 160px;
	/*background-color: Aqua;*/
	z-index: 5;
}

#rightColumn {
	right: 0;
	width: 190px;
	background-color: #CCCC99;
}

#rightShadow {
	position: absolute;
	width: 7px;
	background-image: url(../images/bgShadow.png);
	background-repeat: repeat-y;
	right: 183px;
	top: 70px;
	z-index: 10;
}

#leftColumnContent, #centerColumnContent, #rightColumnContent {
  margin: 0;
}

#centerColumnContent {
  margin: 0;
  padding: 20px 7px 7px 9px;
  font-family: Helvetica, Sans-Serif;
  font-size: 12px;
}

#centerColumnContent table {
  font-family: Helvetica, Sans-Serif;
  font-size: 12px;
}

#rightColumnContent {
  margin: 0;
  padding: 0px 5px 7px 7px;
}

/*#content {
	padding: 20px 7px 5px 15px;
}
*/

#centerColumnContent h2 {
	font-family: Helvetica, Sans-Serif;
	font-size: 15px;
	text-transform: uppercase;
	color: #000;
	text-decoration: none;
	letter-spacing: 3px;
	margin: 5px 0px 10px 0px;
	border-bottom: 1px solid #000;
}

#centerColumnContent h3 {
	font-size: 14px;
}

#centerColumnContent h4 {
	font-size: 14px;
	margin: 5px 0px 10px 0px;
	border-bottom: 1px dotted #000;
}

/* Columna derecha */
/*#rightcontainer {
	position: absolute;
	right: 0px;
	top: 70px;
	width: 190px;
	margin: 0px;
	background-color: #CCCC99;
	background-color: Fuchsia;
	border-left: 1px solid Gray;
	height: 100%;
}
*/
/*#right {
	background: url("images/bgShadow.png") repeat-y left;
	height: 100%;
	padding: 0px 0px 0px 0px;

}
*/
/*
#rightcontent {
	padding: 75px 5px 5px 7px;
}
*/
#rightColumnContent h2 {
	font-family: Helvetica, Sans-Serif;
	font-size: x-small;
	text-transform: uppercase;
	color: #333300;
	text-decoration: none;
	letter-spacing: 3px;
	border-bottom: 1px solid #333300;
}

#news a {
	text-decoration: none;
	color: #660000;
}

#rightColumnContent a:hover {
	text-decoration: none;
	color: #ff0000;
}

#guests {
	font-size: 12px;
}

#date {
	padding: 5px 0px 0px 0px;
	text-align: center;
	font-size: 9px;
	text-transform: uppercase;
}

/* Columna izquierda */
/*#leftshadow {
	position: absolute;
	left: 0px;
	width: 8px;
	background: url("images/bgShadow.png");
	background-repeat: repeat-y;*/
/*	background-color: Aqua;*/
/*	height: auto;
	bottom: 0px;
	top: 0px;
	}
*/
/*#left {
	position: absolute;
	left: 0px;
	width: 160px;
	margin: 0px; 
	padding: 0px;*/
/*	background: url("images/bgShadow.png");
	background-repeat: repeat-y;*/
/*	height: 100%;*/
/*	background-color: Aqua;*/
/*}*/

/*#leftcontent {
	padding: 138px 5px 5px 0px;
}*/

#leftColumnContent h2 {
	font-family: Helvetica, Sans-Serif;
	font-size: x-small;
	text-transform: uppercase;
	color: #036;
	text-decoration: none;
	text-align: right;
	letter-spacing: 3px;
	margin: 10px 3px 5px 5px;
	border-bottom: 1px solid #036;
}

/* Menu */
#navcontainer { 
 	margin-left: 0px;
	font-size: 12px;
}

#navcontainer ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: Helvetica, Sans-Serif;
}

#navcontainer li {
	margin: 0 0 1px 0;
}

#navcontainer a {
	display: block;
	padding: 3px 10px;
	width: 140px;
	color: #fff;
	background-color: #036;
	text-decoration: none;
}

#navcontainer a:hover {
	color: #fff;
	background-color: #69C;
	text-decoration: none;
}

#navcontainer ul ul li {
	margin: 0 0 1px 0;
}

#navcontainer ul a#current {
	background-color: #69C;
}

#navcontainer ul ul a {
	display: block;
	padding: 3px 5px 3px 30px;
	width: 125px;
	color: #fff;
	background-color: #369;
	text-decoration: none;
}

#navcontainer ul ul a#current {
	display: block;
	padding: 3px 5px 3px 30px;
	width: 125px;
	color: #fff;
	background-color: #69C;
	font-style: italic;
	text-decoration: none;
}

#navcontainer ul ul a#current:hover {
	color: #fff;
	background-color: #69C;
	text-decoration: none;
}

#navcontainer ul ul a:hover {
	color: #fff;
	background-color: #69C;
	text-decoration: none;
}

/* Header */
#header {
	position: absolute;
	z-index: 5;

	top: 0px;
	left: 0px;
	right: 0px;
	width: 100%;
	height: 70px;
	background-color: White;
	background: url("../images/headerbg.png") no-repeat;
}

#headerShadow {
	position: absolute;
	z-index: 10;
	top: 70px;
	left: 0px;
	right: 0px;
	width: 100%;
	height: 7px;

	background: url("../images/bgShadowTop.png");
	background-repeat: repeat-x;

/*	border-top: 1px solid gray;*/
}

/* Logo */
#logo {
	position: absolute;
	top: 0px;
	left: 10px;
	border: 0px;
	background: url("../images/LogoSmall.png") no-repeat;
	width: 140px;
	height: 140px;
	z-index: 15;
}

#slogan {
	position: absolute;
	top: 0px;
	right: 10px;
	border: 0px;
	background: url("../images/SloganCongreso.png") no-repeat;
	width: 251px;
	height: 70px;
	z-index: 15;
}

/* Sea */
#sea {
	position: absolute;
	top: 70px;
	left: 0px;
	border: 0px;

	background: url("../images/sea.png") no-repeat;
/*	background-color: Green;*/
	width: 160px;
	height: 70px;
	z-index: 3;
}

#guestleft {
	position: relative;
	float: left;
	width: 50%;
/*	background-color: Lime;
	border-right: 1px solid gray;*/
}

#guestright {
	position: relative;
	float: right;
	width: 49%;
/*	background-color: red;*/
}

#txtform {
	font-size: 10px;
	color: gray;
}
