#congreso {
	display: block;
	margin: auto;
	padding: 1em;
	width: 90%;
	/*font-size: 11px;*/
	color: #000000;
}
#congreso fieldset {
	display: block;
	margin: 1.5em auto;
	padding: 1em;
	width: 90%;
	border: 1px solid #009955;
	font-weight: bold;
	color: #2C618B;
}
#congreso label, #congreso input, #congreso select{
	margin: 0.5em 0;
	display: block;
	padding: 2px;
	line-height: 1.5em;
}
#congreso label {
	clear: left;
	width: 45%;
	text-align: right;
	float: left;
}
#congreso input, #congreso select {
	clear: right;
	width: 50%;
	float: right;
	color: #000000;
}
#congreso select {
	padding: 0px;
	font-weight: bold;
	font-size:100%;
}
#congreso #send, #congreso #reset {
	width: 10em;
	margin: 2em auto;
	background-color: #FFFFFF;
	color: #2C618B;
	font-weight: bold;
}
#congreso #send:hover, #congreso #reset:hover {
	background-color: #5697CB;
	color: #FFFFFF;
}
#congreso #send {
	float: left;
	margin-left: 30%;
}
#congreso #reset {
	float: right;
	margin-right: 30%;
}
#congreso .empty{
	color: #FF0000;
}
#congreso #error{
	display: none;
}
/*Tabla de Datos de Inscripción*/

#results{
	padding: 1em;
	margin: auto;
	width:80%;
}

#results tr{
	line-height:1.5em;
	border-bottom: #CCC666 solid 1px;
}

#results th {
	margin:0.5em 0;
	line-height:2em;
	color: #397CB2;
	font-weight: bold;
	font-size:12px;
	text-align:center;
	border-bottom: #CCC666 solid 1px;
}

#results td{
	padding:0;
	margin:0;
	width:30%;
}

#results td .item{
	width:70%;
	font-weight:bold;
	color:#2C618B;
}
#note{
	font-size:1em;
	text-align:center;
}
#error{
	display:block;
	width:80%;
	margin: 0.2em auto;
	font-size:1.5em;
	font-weight:bold;
	color:#FF0000;
	text-align:center;
}
