/* CSS Document */

/*PARTE DEL FORMULARIO DE REGISTRO */

fieldset {
	float:left;
	clear:left;
	width:100%;
	padding: 0px;
	margin-top: 1.5em;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(../imagenes/participacion/fondofields.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	border: 1px solid #CCCCCC;
}
legend{
	font-weight: bold;
	color: #FF9966;
	margin-left: 1em;
	font-size: 120%;
}
label{
float:left;
width:20em;
margin-right:1em;
position:relative;
}

fieldset label strong {
position:absolute;
left:46em;
top:0.2em;
width:23em;

/*display:block;*/
color:#CC0000;
font-size:85%;
font-weight:normal;
text-transform:uppercase;
}


fieldset ol {
	padding-top: 1em;
padding-right: 1em;
	padding-left: 1em;
	list-style-type: none;
}
fieldset li {
float:left;
clear:left;
width:100%;
	padding-bottom: 1em;
}

fieldset li img{
	float: right;
	margin-right: 28em;

}
fieldset.submit {
	float:none;
	width:auto;
	padding-left: 22em;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: none;
	background-color:transparent;
	padding-top: 2em;
}

.campotexto {
	font-size: 12px;
	color: #990000;
	background: #FFFFFF;
	border: 1px solid #FF9966;
}

label strong.especial {
position:absolute;
left:62em;
top:-1em;
width:19em;
/*display:block;*/
color:#CC0000;
font-size:80%;
font-weight:normal;
text-transform:uppercase;
}
