


/* CSS ====================== *
 * login.php.css *
 * ========================== */


		/* ====================== **RESET CSS ** ======================= */




* {
  	
  	/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

box-sizing: border-box;

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

}

/* ==========================================================================================================
 *									FIN RESET CSS																		*
 ==========================================================================================================*/

 html {
  		height: 100% !important;
  		width: 100% !important;
  		position: relative;
		margin 0;
		padding: 0;
}

body		{ 
		font-family: Verdana, Arial, sans-serif; 
		margin: 0;
		padding: 0;
		height: 100%;
  		width: 100%;
  		position: relative;
  		background-color: #F5F2F2;
  		overflow: auto;
}

#cuerpo{
	margin: auto;
	padding: 0;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	align-content: center;
	overflow: auto;
}

#acceso { 
	 
	padding: 0; 
	margin-right: auto; 
	margin-left: auto;
	margin-bottom: 0; 
	width: auto; 
	height: auto;
	
}

	#acceso img{
		padding: 0;
		margin: 0;
		width: 100px;
		height: 100px;
		border: 5px solid black !important;
		border-radius: 100%;
		padding: 8px;
	}

#menu{
	padding: 0;
	margin: 0;
	margin-top: 1.5vh;
	width: 98%;
	height: auto;
	border: 3px solid white;
	background-color: silver;
	margin-right: auto;
	margin-left: auto;
	display: flex;
	flex-direction: column;
	border-radius: 25px;
	overflow: auto;
}

#imagen{
	width: auto;
	height: auto;
	padding: 0;
	margin: auto;
	display: table;
}

	#imagen img{
		width: auto;
		height: auto;
		margin: auto;
		padding: 0;
    	padding-top: 1vh;
    	display: table-cell;
    	vertical-align: middle;
	}

#centrado{
	text-align: center;	
	font-size: 1em;
	margin-top: 1%;
}

#formulario {
	width: 96%;
	height: auto;
	background-image: url("../images/teclado.gif");
		background-repeat: no-repeat;
  		background-color: #cccccc;
  		background-size: cover;
	border-radius: 25px;
	justify-content: center;
	margin: auto;
	text-align: center;
	
}

form{
	width: 95%;
	height: auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-content: center;
	margin:auto;
	margin-top: 4%;
	
}
		#centrar1{
			display: table;
			height: 100%;
		}

		#centrar2{
			display: table-cell;
			vertical-align: middle;
			height: auto;
		}	

	.txt_us, .txt_pw{
		font-size: 38px;
		padding-bottom: 1%;
	}	

	input {
		border-radius: 25px;
		width: 95%;
		margin: auto;
		height: auto;
		padding-left: 2%;
		margin-bottom: 6%;
		font-size: 30px;

	}
			#input2{
				margin-bottom: 10%;
			}

		input:hover {
			border-color: red;
			background-color: #C3DCFE;
			font-weight: bold;
			font-size: 1.3 em;
		}

#div_boton{
	padding: 0;
	bottom: 0;
	margin: auto;
	width: 170px;
	height: 50px;
	margin-bottom: 6%;
}

	#div_boton input{
		margin-top: 0.1vh;
		text-align: center;
	   	width: 100%;
       	height: 100%;
       	font-size: 35px;
       	font-weight: bold;
       	border-radius: 50px;
       	background-color: silver;

	}	 


#error{
	color: red;
	font-size: 22px;
	margin: auto;
	bottom: 0;
}


.version {
	font-weight: bold;
	font-size: 20px;
	margin-top: 1vh;
}

p{
	padding: 0;
	margin: 0;
	font-weight: bold;
}



/* --- MEDIA QUERIES ------------------------------------------------------------------------------------------------------------------------------------------ */

@media only screen and (min-width: 460px) {
	
	form{
		padding-top: 3%;	
	}

	#imagen img{
		height: 90px;
		width: 225px;
	}

	.txt_us, .txt_pw{
		font-size: 42px;
	}	

	input {
		font-size: 34px;
	}
	
	#div_boton input{
       	font-size: 37px;
	}	 


}

@media only screen and (min-width: 620px) {
  	
  	
	#imagen img{
		height: 100px;
		width: 250px;
	}				

	.txt_us, .txt_pw{
		font-size: 50px;
	}

	#centrado{
		font-size: 1.3em;
	}
	
	form{
		padding-top: 1.5% !important;
	}	

	input {
	width: 90%;
	font-size: 45px;
	}
	
	#div_boton{
		width: 180px;
		height: 54px;
	}			

	#div_boton input{
       	font-size: 5.5vw;
	}	 

	#error{
		font-size: 1.3em;
	}									

}

@media only screen and (min-width: 850px) {
	
	#acceso	img{
		width: 160px !important;
		height: 160px !important;
	}

	#imagen img{
		height: 110px;
		width: 275px;
	}	

	#menu{
		width: 90%;
		height: 95%;
	}

	form{
		width:95%;
		padding-top: 1% !important;
	}	

	#imagen img{
		width: 290px;
		height: 114px;
	}				
	
	.siscon{
		padding-top: 2%;
	}

	#formulario {
		width: 95%;
	}

	form{
		padding-top: 2%;
		width: 95%;
	}			

		input{
			width: 85%;
		}

	#div_boton{
		width: 195px;
		height: 60px;
	}			

		#div_boton input{
       		font-size: 45px;
		}	 
}

@media only screen and (min-width: 1350px) {

	#menu{
		width: 80%;
	}

	form{
		width:95%;
		padding-top: 1% !important;
	}	

		#imagen img{
			height: 145px !important;
			width: 355px !important;
		}			
	
	.siscon{
		font-size: 1.4em !important;
	}

		input{
			width: 75%;
		}

	#div_boton{
		width: 25%;
		height: 10%;
	}			

		#div_boton input{
       		font-size: 3.5vw;
		}	
}


@media screen and (orientation: landscape) {
	
	html{
		height: 1100px;
	}

	body{
		height: 1100px;
	}	

	cuerpo{
		height: 1100px;
	}

	#menu{
		height: 900px;
	}
			

		

		


/* --- FIN ------  MEDIA QUERIES ------FIN---------------------------------------- -------FIN---------=============-------FIN---------------------------------------*/


