#contactoFTP label{
	display: block;
	margin-top: 10px;
}
#captcha{display: block;}

#resultadoKO { 
 border: 3px solid #C40043;
 text-align: center;
 vertical-align:middle;
 background-image: url("../img/ftp/error.png");
 background-position: left;
 background-repeat: no-repeat;
 padding-left: 70px;
 min-height: 70px;
}

#resultadoOK { 
 border: 3px solid #004F00;
 text-align: center;
 vertical-align:middle;
 background-image: url("../img/ftp/ok.png");
 background-position: left;
 background-repeat: no-repeat;
 padding-left: 70px;
 min-height: 70px;
}

#capaInstrucciones{
float:right;
width: 210px;
border:3px solid white;
padding: 5px;
text-align: left;
}

#capaInstrucciones .titulo{
	border-bottom: 2px solid #C40043;
	color: #C40043;
	font-size: 14px;	
	margin: 0px;
	padding: 0px;
}

#capaformulario{
width: 490px;
}

.botones
{
 clear: both;
 text-align: center;
}
