body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	background: url(/images/rectorado.jpg) no-repeat center center fixed;
	background-size: cover;
	background-attachment:fixed;
	height: 90%;
	padding: 0px;
}

@media handheld, only screen and (max-width: 500px), only screen and (max-device-width: 500px) {
	table {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 4em;
	}
}


@media only screen and (min-width: 500px) {
	table {
		width: 550px;
	}

	.screen {
            position: fixed;
            top: 45%;
            left: 50%;
            -webkit-transform: translate(-50%, -45%);
            transform: translate(-50%, -45%);
	}
}

/* Formularios */
table:not(.table-header) {
	border-spacing: 0;
	border-radius: 15px;
	-webkit-box-shadow: 8px 7px 18px -3px rgba(0,0,0,0.75);
	-moz-box-shadow: 8px 7px 18px -3px rgba(0,0,0,0.75);
	box-shadow: 8px 7px 18px -3px rgba(0,0,0,0.75);
	background: linear-gradient(#dcdcdc, #e4e4e4);
}

table > thead > tr > th
{
	border-radius: 15px 15px 0 0;
}

.form-start thead > tr > th
{
	background: linear-gradient(#881536, #B82B54), url(/images/title-start.png);
}

.form-start
{
	/*	border: thin solid #9932cc;*/
	border: thin solid #881536;
}

thead
{
	color: white;
	height: 30px;
	font-size: small;
}

thead th {
	height: 30px;
	white-space: nowrap;
}

tbody {
	padding: 10px;
}

tbody th {
	padding-left: 5px;
	padding-top: 5px;
	vertical-align: top;
	width: 100px;
}

tbody td {
	padding: 5px;
/*	width: 100%;*/
}

tbody td:not(.error-msg) {
	vertical-align: top;
	/*	width: 100%;*/
}

.button a {
	display: block;
	text-align: center;
	background-color: indigo;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-sizing: border-box;
	color: white;
	font-weight: bold;
	font-size: small;
	text-decoration: none;
	color: white;
	margin: 0px;
	padding: 8px;
}

.button a:hover {
	background-color: #5600FF;
}


