@charset "utf-8";



input[type="input_form"]{
	margin:0; padding:0; outline:none;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */
	box-sizing:border-box;
	border-radius:2px; border: solid 1px #ccc; padding:0.2em;
	text-align:left;
	font-size:16px;
  font-family: 'Roboto Condensed', sans-serif;
	-webkit-box-shadow: inset 0 2px 3px rgba(0,0,0,0.2);
	box-shadow: inset 0 2px 3px rgba(0,0,0,0.2);
	background-color: #fff;
	cursor:text;
  width: 100%;
	max-width:300px;
	height:40px;
}

input[type="input_form_fecha"]{
	margin:0; padding:0; outline:none;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */
	box-sizing:border-box;
	border-radius:2px; border: solid 1px #ccc; padding:0.2em;
	text-align:center;
	font-size:16px;
  font-family: 'Roboto Condensed', sans-serif;
	-webkit-box-shadow: inset 0 2px 3px rgba(0,0,0,0.2);
	box-shadow: inset 0 2px 3px rgba(0,0,0,0.2);
	background-color: #fff;
	cursor:text;
  width: 100%;
	max-width:150px;
	height:40px;
}


select[type="select_form_personas"]{
	margin:0; padding:0; font-size:0.5em; outline:none;
	font-family:inherit;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */
	box-sizing:border-box;
	border-radius:2px; border: solid 1px #ccc; padding:0.2em;
	text-align:center;
	font-size:16px;
  font-family: 'Roboto Condensed', sans-serif;
	-webkit-box-shadow: inset 0 2px 3px rgba(0,0,0,0.2);
	box-shadow: inset 0 2px 3px rgba(0,0,0,0.2);
	background-color: #fff;
	cursor: pointer;
	 width: 110px;
	height:40px;
} 

select[type="select_form"]{
	margin:0; padding:0; font-size:0.5em; outline:none;
	font-family:inherit;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */
	box-sizing:border-box;
	border-radius:2px; border: solid 1px #ccc; padding:0.2em;
	text-align:center;
	font-size:16px;
  font-family: 'Roboto Condensed', sans-serif;
	-webkit-box-shadow: inset 0 2px 3px rgba(0,0,0,0.2);
	box-shadow: inset 0 2px 3px rgba(0,0,0,0.2);
	background-color: #fff;
	cursor: pointer;
 width: 100%;
	max-width:300px;
	height:40px;
} 

select[type="select_form_op"]{
	margin:0; padding:0; font-size:0.5em; outline:none;
	font-family:inherit;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */
	box-sizing:border-box;
	border-radius:2px; border: solid 1px #ccc; padding:0.2em;
	text-align:center;
	font-size:16px;
  font-family: 'Roboto Condensed', sans-serif;
	-webkit-box-shadow: inset 0 2px 3px rgba(0,0,0,0.2);
	box-shadow: inset 0 2px 3px rgba(0,0,0,0.2);
	background-color: #fff;
	cursor: pointer;
	width: 70px;
	height:40px;
} /* Get the stuff to line up right */


textarea[type="textarea_comments"]{
	font-family: 'Roboto Condensed', sans-serif;
	padding:0.5em 1em; line-height:1em;
	font-size:16px;
	border-radius:4px; color:#f8ac0b;
	border:solid 1px #ccc;	box-shadow:0 1px 5px rgba(0,0,0,0.2);
	background-position: center bottom;
	min-height:15px;
  text-align: left;
	color: #000;
	width: 100%;
	max-width:270px;
	height:100px;
	cursor:text;
}


input[type="checkbox"]{
  width: 40px;
  height: 40px;
}



input[type="button"] {
	font-family: 'Roboto Condensed', sans-serif;
	padding:0.5em 1em; line-height:1em; cursor:pointer;
	font-size:14px;
	border-radius:4px; color:#2a4a7b; font-weight:bold;
	border:solid 1px #ccc;	box-shadow:0 1px 5px rgba(0,0,0,0.2);
	background-position: center bottom;
	min-height:15px;
  text-align: center;
}








