
.nombre {width: 150px; }

.apellidos {width: 300px; }

.email {width: 300px; }

.telefono {width: 100px; }

.boton {width: 100px; align:right }

.botonYouTube {width: 200px; align:right }


label,input,textarea {
	display: block;
	float: left;
	margin-bottom: 7px;
}

label {
	text-align: right;
	padding-right: 20px;
	width: 75px;
}

br {
	clear: left;
}

