
textarea {
	display: block;
	width:100%;
	height:200px;	
}

input {
}

fieldset {
	margin:10px;
}

.general {
	background: #F0F0F0;		
	text-align: center;		
	width: 800px;	
}

#contenidoFichero {
	visibility:hidden
}


