body {
	font-size: 2.5em;
}
	
h1 {
	font-size: 1.25em;
	color: #3a3a3a;
	margin-top: 0px;
	margin-bottom: 0px;
}

h1 img {
	height : 80px;
	vertical-align: middle;
}

img.icons {
	height: 40px;
	width: 40px;
	vertical-align: middle;	
	}

.reader_img img {
	width: 95%;
}


/* Forms */
input[type=submit],
input[type=button],
input[type=reset],
input[type=text], 
input[type=number],
input[type=password],
input[type=email],
input[type=file],
input[type=url],
select,
textarea
 {
	font-size: inherit;
	color: #333;
	width: 100%;
	margin-bottom: 10px;
	margin-top: 10px;
	}

input[type=text], 
input[type=number],
input[type=password],
input[type=email],
input[type=file],
input[type=url],
select,
textarea
 {
	background-color: beige;
	}	


input[type=submit],
input[type=button],
input[type=reset]
 {
	height: 1.5em;
}

input[type=checkbox],
input[type=radio] {
	transform: scale(1.5); /* General */
	/* display: inline; */
	width: auto;
	-moz-transform: scale(2.5);
	-ms-transform: scale(2.5); /* IE */
	-moz-transform: scale(2.5); /* FF */
	-webkit-transform: scale(2.5); /* Safari y Chrome */
	-o-transform: scale(2.5); /* Opera */
	padding: 10px;
	margin-left: 2.5%;
	}


.formZoneButton {
	width: 100%;
}