/* reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border:0 none;
	font-family:inherit;
	font-style:inherit;
	font-weight:inherit;
	margin:0;
	padding:0;
	vertical-align:middle;
}

body {
	color: #4B4B4B;
	font-family: Segoe UI, Arial Unicode MS, Arial, sans-serif;
	padding: 10px;
}
section {
	text-align: center;
	max-width: 600px;
	margin: 50px auto;
}
ol, ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}
h2 {
	font-family: 'Gill Sans MT', Arial, sans-serif;
	font-size: 24px;
}

button {
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
	padding: 5px 10px;
}

#footer {
	font-size: 80%;
}

.formulario {
	text-align: left
}
.formulario p {margin-top: 0px; margin-bottom: 5px;}
.formulario input {width: 90%}
.formulario textarea {width: 90%}
.formulario .bigbutton {font-weight: bold; padding: 5px 20px; width: auto;}
.formulario .fecha {width: 100px}
.formulario .checkbox {width: auto}



img.logocliente {
	xfilter: gray; /* IE6-9 */
	x-webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
	xfilter: grayscale(1); /* Microsoft Edge and Firefox 35+ */
	max-width: 150px;
	max-height: 50px;
	margin: 10px;
}

	/* Disable grayscale on hover */
	img.logocliente:hover {
		-webkit-filter: grayscale(0);
		filter: none;
	}

#errorMessage {
	padding: 10px;
	border: 1px solid crimson;
	color: black;
	margin: 5px 0;
	background-color: lightcoral;
}
#successMessage {
	padding: 10px;
	border: 1px solid darkgreen;
	color: black;
	margin: 5px 0;
	background-color: lightgreen;
}