*{	margin: 0;
	padding: 0;
}

.contenedor {
	width: 90%;
}

.lista{
	border: 0;
	width: 30px;
	
}

.salida {
	border: 0;
	width: 30px;
	
}


#central {
	display: flex;
	justify-content: space-around;
	margin-bottom: 15px;
}

.columna {
	padding: 10px;
}

#dos {
	flex-basis: 65%;
	
	padding:10px;
	background: #FFFFE0;
	margin-bottom: 15px;
	font-family: tahoma;
	color: #4169E1;

	font-weight: bold;	
}

#tres {
	background: #B0E0E6;
	flex-basis: 28%;
	max-height: 250px;
	font-size: .8em;
	background: #B0E0E6;
	font-family: tahoma;
	font-weight: bold;
	color: #DAA520;
	padding: 10px;
}

@media(max-width: 1024px){
	#b_continuar {
	font-size: 40px;
	height: 50px;
	}
	
	#empresa {
	font-weight: lighter;
	width: 600px;
	}
	
	#central {
		flex-direction: column;
	}
	header nav {
		font-size: 30px;
	}
	#tres{
		font-size: 30px;
	}
	#dos{
		font-size: 30px;
	}
	
	.access{
	padding: 1px 2px;
	font-size: 45px;
	height: 60px;
	width: 600px;
	background: #E0FFFF;
	}
	
	.acceder{
	font-size: 40px;
	height: 50px;
	}
	
	.mov{
	padding: 1px 2px;
	height: 60px;
	font-size: 30px;
	text-transform: uppercase;
	/*width: 600px;*/
	background: #E0FFFF;
	}

	.mov1{
	padding: 1px 2px;
	height: 60px;
	width: 80px;
	font-size: 30px;
	text-transform: uppercase;
	/*width: 600px;*/
	background: #E0FFFF;
	}
	
}

#fech {
text-align: right;
}

.datos_orig {
  font-weight: lighter;
	color: #000;
}

body{background: #e6e6e6;}

header, .main, footer {
	width:98%;
	margin:auto;
}

header nav {
	background: #528fd5;
	overflow: hidden;
	margin-bottom: 15px;
	font-family: tahoma;
}


.ima {
	margin-bottom: 10px;
}

.sigran {
	width: 100%;
	display: block;
	vertical-align: middle;
}

header nav ul{
	list-style: none;
}

header nav ul li {
	float: left;
}

header nav ul li a {
	padding:10px 20px;
	display: block;
	color:#fff;
	text-decoration: none;
}

header nav ul li a:hover {
	background: #75ACEC;
}

.main .articles {
	width: 68.5%;
	margin-right: 1.5%;
	float: left;
}

.articles article{
	padding:20px;
	background: #FFFFE0;
	margin-bottom: 15px;
	font-family: tahoma;
	color: #4169E1;
	font-size: .7em;
	font-weight: bold;
}

.listado {
	background: #e6e6e6;
	margin-bottom: 15px;
	font-family: tahoma;
	color: #4169E1;
	font-size: .7em;
	font-weight: bold;
}

aside {
	width: 30%;
	font-size: .8em;
	background: #B0E0E6;
	font-family: tahoma;
	font-weight: bold;
	color: #DAA520;
	float: right;
	padding: 20px;
	box-sizing: border-box;
}

footer{
	background: #000;
	color: #fff;
	clear: both;
	padding: 10px 0px;
	text-align: right;
}
ol{
	margin-left: 20px;
	font-size:.8em;
}

.etiq{
	padding: 1px 2px;
	height: 20px;
	text-transform: uppercase;
	border-bottom: 1px solid #FFD700;


}
.inp{
	padding: 1px 2px;
	height: 20px;
	background: #E0FFFF;
	text-transform: uppercase;
}

.mov{
	padding: 1px 2px;
	text-transform: uppercase;
	background: #E0FFFF;
}

.mov1{
	padding: 1px 2px;
	text-transform: uppercase;
	background: #E0FFFF;
}

.cali{
	width: 95%;
	padding: 2px 2px;
}

select{
	font-weight: bold;
	color: #4169E1;
	height: 30px;
	font-size:.9em;
}

INPUT[type="button"]{
	height: 20px;
	color: #E0FFFF;
	background: #4169E1;
	border-radius: 4px;
	border-color: #E0FFFF;
	font-size: 10px;
}