/* CSS Document */

/* This stylesheet generated by Transfonter (http://transfonter.org) on June 16, 2016 7:50 PM */
@font-face {
	font-family:'HPSimplified-Regular';
	src:url('../font/HPSimplified-Regular.eot');
	src:url('../font/HPSimplified-Regular.eot?#iefix') format('embedded-opentype'),
		url('../font/HPSimplified-Regular.woff') format('woff'),
		url('../font/HPSimplified-Regular.ttf') format('truetype');
	font-weight:500;
	font-style:normal;
}


* {font-family: 'HPSimplified-Regular', "Trebuchet MS";}

body {
	background-color:rgb(253,254,255);
	font-size:1em;
	color:rgb(62,62,62);
}

body {
	cursor:default;
	margin:0px 10px 12em 10px;
	padding:0;
}

form {
	cursor:default;
	margin:0;
	padding:0;
}

::placeholder {color:rgb(208,208,208);}
::-moz-placeholder {color:rgb(170,170,170);}

html {
	height:100%;
	width:100%;
	overflow-y: scroll;
}

textarea,select,[type="button"],[type="submit"],[type="password"],[type="text"],[type="reset"],[type="datetime-local"],button {
	color:rgb(83,84,85);
	font-size:1em;
	-webkit-appearance:none;
	border-radius:.4em;
	border:1px solid rgb(83,102,198);
	box-sizing:border-box;
	padding:.4em .5em;
}

[type="button"],[type="submit"],[type="reset"],button {
	background-color:rgb(241,241,241);
	cursor:pointer;
}

input[disabled],textarea[disabled],[disabled][type="button"],[disabled][type="submit"],[disabled][type="reset"],button[disabled] {
	opacity:.5;
}

[disabled][type="checkbox"], [disabled][type="radio"] {
	background-color:rgb(175,175,175);
}

select[disabled] {
	background-color:rgb(241,241,241);
	opacity:.75;
}

:checked {
	background-color:rgb(107,58,151);
	color:white;
	opacity:.85;
}

[disabled][type="checkbox"]:checked, [disabled][type="radio"]:checked {
	background-color:rgb(107,58,151);
	color:white;
	opacity:.7;
}

textarea {
	resize:none;
}


a:link {color:inherit;text-decoration:none;color:rgb(0,128,255);}
a:visited {color:inherit;text-decoration:none;color:rgb(0,128,255);}
a:hover {color:inherit;text-decoration:none;color:rgb(0,98,196);}
a:active {color:inherit;text-decoration:none;color:rgb(0,128,255);}




.tabla {
	display:table;
}
.fila {
	display:table-row;
}
.celda {
	display:table-cell;
	padding-right:12px;
	white-space:nowrap;
	vertical-align:top;
}
.mayusc {
	text-transform:uppercase;
}







