/* Style inputs, select elements and textareas */
input[type=text] {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  resize: vertical;
  font-size: 17px;
  font-family: Raleway;
  margin-bottom: 10px;
}

.menuselect {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  resize: vertical;
  font-size: 17px;
  font-family: Raleway;
  margin-bottom: 10px;
}

.selectnaissance {
  width: 33%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  resize: vertical;
  font-size: 17px;
  font-family: Raleway;
  margin-bottom: 10px;
}

.selectnumero {
  width: 15%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  resize: vertical;
  font-size: 17px;
  font-family: Raleway;
  margin-bottom: 10px;
}

.table {
	  font-family: Raleway;
	font-size:17px;
}

input[type=textarea] {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  resize: vertical;
  font-size: 17px;
  font-family: Raleway;
  margin-bottom: 10px;
}

/*input[type=checkbox] {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  resize: vertical;
  font-size: 17px;
  font-family: Raleway;
  margin-bottom: 10px;
  text-align: left;

}*/

input[type=date] {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  resize: vertical;
  font-size: 17px;
  font-family: Raleway;
  margin-bottom: 10px;
}

fieldset {
    background-color:  #d94d3a;
    border:  1px solid #ccc;
    margin:  2em 0;
    padding:  1em;
}

/* Style the label to display next to the inputs */
label {
  padding: 12px 12px 12px 0;
  display: inline-block;
}

/* Style the submit button */
input[type=submit] {
  width: 153px;
  border: 1px solid #000000;
  background: #ffffff;
  display: inline-block;
  font: 24px/46px 'Open Sans', sans-serif;
  text-align: center;
  text-transform: uppercase;
  color: #000000;
  margin-top: 20px;
}
input:hover[type=submit] {
  background: #000000;
  color: #ffffff;
}

/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
@media (max-width: 600px) {
	width: 100%;
	margin-top: 0;
}