html {margin:0; padding:0;}

body {
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	background-color: #F0CC8C;
}


p {
	font-size: 16px;
}

input {
	font-size: 16px;
}

select {
	font-size: 16px;
}

#patron {
	position: absolute;
	top: 90px;
	left: 10px;
	width: 650px;
	height: 390px;
	padding: 10px;
	background-color: #B9CBFA;
}



#logo
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 800px;
}

