

form ul{
	margin:0 0 0 20px;
}

form li {
	margin-bottom:5px;
}

fieldset {
	background-color: #eee;
	width:90%;
	margin:10px auto;
	padding:10px;
	border:2px solid #357;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

legend {
	padding:3px 5px;
	background-color: #fff;
	border:2px solid #357;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color:#357;
	font-size: 105%;
	font-weight: bolder;
	font-family: "Trebuchet MS";
}

textarea {
	width:95%;
	display:block;
	margin:0px auto;
	height: 90px;
}

td input {
	width:100%;
	height: 90%;
	font-size: 110%;
}

#send{
	display: block;
	margin:5px auto;
	padding:3px 5px;
	background-color: #eee;
	border:2px solid #357;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size: 120%;
	font-family: "Trebuchet MS";
}

#send:hover{
	cursor:pointer;
	background-color: #357;
	color:#fff;
}

table{
	width:90%;
	display:block;
	margin:5px auto;
}

form td{
	height: 30px;
	width:59%;
}

th{
	width:40%;
	text-align: right;
	padding-right:10px;
}

.participantes {
	display: block;
	width: 100%!important;
	font-size:90%;
	padding:0;
}

.participantes tr{
	width:100%;
}

.participantes th{
	text-align: center;
	font-size: 100%;
	font-weight: bolder;
	border-bottom: 2px solid #357;
	padding:5px 0px;
	font-family: "Trebuchet MS";
	color: #357;
}


.participantes-nombre{
	width:45%!important;
}

.participantes-institucion{
	width:50%!important;
}


.participantes td{
	font-size: 105%;
	padding: 5px;
	text-align: left;
}

.filapar {
	background-color: #eef;
}

.valid {
	color:#373;
	background-color: #efe;
	margin: 5px;
	border: 1px solid #373;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 5px;
}

.invalid {
	color:#753;
	background-color: #fff0e3;
	margin: 5px;
	border: 1px solid #753;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 5px;
}

.invalid ul {
	margin-left: 20px;
	margin-top: 3px;
}

.datos-bancarios{
	margin: 5px auto;
	width: 100%;
	border-spacing: 5px;
}

.datos-bancarios tr{
	margin-top:3px;
}

.datos-bancarios th{
	color:#246;
	font-weight: bolder;
	width: 40%;
}
.datos-bancarios td{
	padding: 3px 0;
}

.declaracion{
	width:90%;
	color: #555;
	font-size: 95%;
	margin:5px auto;
}

.boton {
	display: block;
	width: 25%;
	text-align: center;
	margin:5px auto;
	padding:3px 5px;
	background-color: #eee;
	border:2px solid #357;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size: 120%;
	font-family: "Trebuchet MS";
}

.boton:hover{
	cursor:pointer;
	background-color: #357;
	color:#fff;
	text-decoration: none;
}

strong {
	font-weight: bolder;
}