body, html {
	width: 100%; height: 100%; margin: 0; padding: 0;overflow: auto;
	background-color:#EEEEEE;
		 
}
body:after {
	background-image: url("images/Login.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	opacity : 0.2;
   	z-index: -1;
}		
#encabezado{
	width: 100%;
	height:120px;
	background-color: #ec2626;	
}
	
#encabezado .logoizq{
	position:relative;
	left: 10px;
	float:left;
}
	
#encabezado .logoder{
	position:relative;
	right: 10px;
	top:20px;
	float:right;
}
#central{
	width: 100%;
	height: auto;
}
	
#central .seccion{
	position:relative;
	margin-top:5%;
	border:solid 1px #888888;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	width: 600px;
	display:block;
	margin-left:auto;
	margin-right:auto;
	height: 250px;
	background-color:#FFF;		 
	text-align: center;
}
#central h1{
	font-family: Arial,Sans-serif;
	font-size: 19px;
	color:#3156A4;
}
#central ul{
	list-style: none;
	margin:0;
	padding:0;
}
	
#central li{
	float: left;
	text-align: center;
	margin: 5px;
	width: 90%;
	font-family: Arial,Sans-serif;
	font-size: 15px;
	color: #333;
	font-weight: bold;
}
#central input{
	font-size: 16px;
}
#central input[type=submit] {
	background-color: #FFFFFF;
	font-size: 15px;	
}	
.campo{
	width:300px;
}
.etiqueta {
	width:500px;	
}
.liga{
	font-size: 9px;
	text-decoration: underline;
	color: #000000;
}
	
#pie{
	width:700px;
	margin-left: auto;
	margin-right: auto;
	display:block;
}
	
#pie ul{
	list-style: none;
}
#pie li{
	font-size: 9px;
	font-family: Arial,Sans-serif;
	float:left;
}

.sec_peq{
	width: 20%;
}
.sec_grd{
	width: 60%;
}
.titulo{
	font-size: 20px;
	font-family: Arial,Sans-serif;
	margin-left:auto;
	margin-right:auto;
	text-align: center;
	color:black;
	position:relative;
	top:30px;
}
@media screen and (max-width: 480px) {
	#encabezado{
		height:100px;
	}
	#encabezado .logoizq{
		width: 180px;	
	}
	#encabezado .logoder{
		top:5px;	
	}
	#central .seccion{
		width:90%;	
	}
	#pie{
		width:90%;
	}
	#pie ul{
		margin:0;
		padding:0;
	}
	#pie li{
		width:100%;	
		text-align: center;
		padding: 5px;
	}	
	#central input{
		font-size: 20px;
	}
	.campo{
		width:90%;
	}
	.titulo{			 
		top:5px;
	}
}	
	
.seccion{				/* Sombra para el cuadro donde se pregunta usuario y contraseņa */
	-webkit-box-shadow: 13px 11px 16px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    13px 11px 16px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         13px 11px 16px 0px rgba(50, 50, 50, 0.75);
}

.style-1 input{
  padding: 10px;
  border: solid 1px #dcdcdc;
  transition: box-shadow 0.3s, border 0.3s;
}
.style-1 input:focus,
.style-1 input.focus {
  border: solid 1px #707070;
  box-shadow: 0 0 5px 1px #969696;
}

