@charset "utf-8";
/* CSS Document */

form {
	font-family: "Arial", sans-serif;
	font-size: 12px;
	color: #5c5c5c;
	width: 400px;
	margin: auto 20px ;
}

form div {
	display: block;
	margin: 4px 0px;
}

label {
	font-weight:bold;
	display: block;
	float: left;
	text-align: left;
	width: 100px;
	padding: 0px 10px 0px 0px;
}

input, select, textarea {
	width: 250px;
}

input#submit {
	padding: 2px 0px;
	width: 150px;
}
input#borrar {
	padding: 2px 0px;
	width: 150px;
}
input#nombre {
	width: 150px;
}
#boletin {
	width: 400px;
}
input#boletin {
	width: 30px;
	float:left;
}
input#Curriculum {
	width: 150px;
}
#Curriculum  label{
	width: 280px;
}
.cheq {
	float: left;
	vertical-align: sub;
}
.cheq label {
	text-align: left;
	width: 350px;
	padding: 3px 10px 0px 5px;
	display:inline;
	vertical-align:baseline
}

.clearIt {
clear:both;

