* {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

html,
body {
	width: 100%;
	padding: 0px;
	margin: 0px;
}

header>div:not(.menu):first-child {
	width: 100%;
	text-align: center;
}

header>div:not(.menu):not(.estado_en_linea) {
	height: initial;
	margin-bottom: 0px;
	overflow: auto;
}

header {
	position: static;
	padding-bottom: 20px;
}

header img {
	width: 300px;
	max-width: 90%;
}

.titulo {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	color: #FEFEFE;
	border: 1px solid #F2D821;
	border-bottom: 0px;
	font-family: sans-serif;
	font-size: 25px;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#F2D821+0,F2D822+100 */
	background: #F2D821;
	/* Old browsers */
	background: -moz-linear-gradient(top, #F2D821 0%, #F2D822 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, #F2D821 0%, #F2D822 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #F2D821 0%, #F2D822 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F2D821', endColorstr='#F2D822', GradientType=0);
	/* IE6-9 */

}

table {
	border: 1px solid #F2D821;
	border-top: 0px;
}

table:not(:empty) {
	border: 1px solid #F2D821;
}

table tr:last-child td {
	padding-bottom: 30px;
}

table tr td {
	border: 0px;
}

table tr td input:not([type="checkbox"]),
table tr td select {
	width: 80%;
	font-family: sans-serif;
	font-size: 18px;
	border: 1px solid #C0C0C0;
	padding: 5px;
	padding-left: 15px;
	box-shadow: 0px 0px 5px 2px #dadada;
	-moz-box-shadow: 0px 0px 5px 2px #dadada;
	-webkit-box-shadow: 0px 0px 5px 2px #dadada;
	outline: 0;
}

table tr td input:not([type="checkbox"]):focus,
table tr td select:focus {
	box-shadow: 0px 0px 5px 2px #F2D821;
	-moz-box-shadow: 0px 0px 5px 2px #F2D821;
	-webkit-box-shadow: 0px 0px 5px 2px #F2D821;
}

.nota {
	text-align: center;
	color: #C0C0C0;
}

form {
	width: 400px;
	margin: 0px auto;
	margin-top: 100px;
}

#resultado div {
	font-size: 14px;
	padding: 5px;
	border-radius: 15px;
	-webkit-border-radius: 5px;
	-webkit-border-radius: 5px;
}

table tr td button,
button {
	background: #F2D821;
	box-shadow: 3px 3px 3px 0px #ccc;
	-wekit-box-shadow: 3px 3px 3px 0px #ccc;
	-moz-box-shadow: 3px 3px 3px 0px #ccc;
}

body {
	text-align: center;
}

header {
	padding: 0px;
}

header img {
	margin: 0px;
	display: block;
	width: 100%;
	max-width: 100%;
}

.login {
	display: inline-block;
	vertical-align: top;
	margin: 0px;
	margin-bottom: 40px;
}

.login table {
	background: #F8F8F8;
}

.login+img {
	display: inline-block;
	display: none;
	vertical-align: top;
	width: 432px;
	margin-left: 80px;
	margin-bottom: 40px;
}

#resultado img {
	width: initial;
	height: initial;
	max-width: 100%;
}

@media screen and (max-width: 1149px) {
	body {
		padding-top: 0px !important;
	}
}

@media screen and (max-width: 640px) {
	.login+img {
		width: 90%;
		margin: 0px auto;
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 500px) {
	body {
		padding-top: 0px !important;
	}

	header {
		position: static;
	}

	form {
		width: 90%;
		margin-top: 20px;
	}
}