
* {
	margin: 0px;
	padding: 0px;
}

body {
/*	background-color: rgb(17,19,23);
	background-image: linear-gradient(to bottom, rgba(17,19,23,1), rgba(40,49,58,1), rgba(17,19,23,1));
*/
	background-image: url("../img/fondo/base.jpg");
	background-size: auto;
	text-align:	justify;
	font-family: calibri;
	font-size: 12pt;
/*	min-height: 200px;
	min-width: 500px;
*/
}

.cabecera { 
	margin-top: 2em;
	text-align: center;
	font-family: calibri;
	font-size: 14pt;
	color: #333;
}

p.fecha { 
	margin-top: 1em;
	text-align: center;
	font-family: calibri;
	font-size: 10pt;
	color: #888888;
}

p.footer { 
	margin-top: 2.1em;
	text-align: center;
	font-family: calibri;
	font-size: 9pt;
	color: #777777;
}

p.alertas {
	margin-top: 2.1em;
	text-align: center;
	font-family: calibri;
	font-size: 11pt;
	color: red;
}

p.avisos {
	margin-top: 2.1em;
	text-align: center;
	font-family: calibri;
	font-size: 11pt;
	color: royalblue;
}

#login-form {
	padding: 20px 25px 20px 25px;
	width: 29em;
	margin:  0 auto;
	border: 1px solid #707070;
/*	background-color: #232a31; */
	border-radius: 2em;
/*	box-shadow: rgba(90,90,90, 0.5) 12px 12px 6px; */
}

#login-form td.title {
	width: 20%;
	white-space: nowrap;
	color: #cecece;
	text-shadow: 0px 1px 1px black;
	text-align: right;
	padding-right: 1em;
}

#login-form td.input {
	width: 80%;
	padding: 8px;
}

#login-form input[type="text"],
#login-form input[type="password"] {
	font-size: 10pt;
	margin: 0; /* Safari by default adds a margin */
	padding: 4px;
	border: 1px solid #b2b2b2;
	border-radius: 4px;
	box-shadow: inset 0 0 2px 1px rgba(0,0,0, 0.1);
	width: 100%;
	border-color: #666;
	color: #735d20;
}

#login-form input[type="text"]:focus,
#login-form input[type="password"]:focus {
	outline: none;
	border-color: #465864;
	box-shadow: 0 0 5px 2px #be9933, inset 0 1px 0 0 #fff;
}

#login-form p.formlogo {
	margin-top: 0em;
	text-align: center;
}

#login-form p.formbuttons {
	margin-top: 2em;
	text-align: center;
}

#login-form .formbuttons input.button {
	display: inline-block;
	margin: 0 2px;
	padding: 5px 5px;
	color: #525252;
	font-size: 10pt;
	text-shadow: 0px 1px 1px #fff;
	border: 1px solid #c0c0c0;
	border-radius: 1em;
	background: #f7f7f7;
	background: linear-gradient(top, #f9f9f9 0%, #a6a6a6 100%);
	box-shadow: 0 1px 1px 0 rgba(140, 140, 140, 0.3);
	text-decoration: none;
	outline: none;
	width: 9em;
}

#login-form .formbuttons input.button:hover,
#login-form .formbuttons input.button:focus {
	border-color: #465864;
	box-shadow: 0 0 5px 2px #be9933, inset 0 1px 0 0 #888;
}

#login-form .formbuttons input.button:active {
	color: #ededed;
	text-shadow: 0px 1px 1px #333;
	border-color: #1f262c;
	background: #505050;
	background: -moz-linear-gradient(top, #505050 0%, #2a2e31 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#505050), color-stop(100%,#2a2e31));
	background: -o-linear-gradient(top, #505050 0%, #2a2e31 100%);
	background: -ms-linear-gradient(top, #505050 0%, #2a2e31 100%);
	background: linear-gradient(top, #505050 0%, #2a2e31 100%);
	box-shadow: inset 0 1px 0 0 #777;
}

@media screen and (orientation: portrait) {
	#login-form {
		display: none;
	}
	#acceso {
		margin: auto;
		/* position: fixed;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		background-color: white; */

		/* Con esto ajustamos la posición del texto */
		display: flex;
		align-items: center;
		justify-content: center;
		z-index: 1000;
	}

	/* El texto que vamos a mostrar */
	#acceso::before {
		color: #735d20;
		color: white;
		content: "Para una mejor experiencia gire su dispositivo...";
		font-size: 2.5em;
	}
}
