@charset "utf-8";
/* CSS Document */
h1 {
	margin: 0 0 0 40px;
	font-size: 36px;
	color: #333;
}


#botonera_principal {

	height: 70px;
	border-left: 20px solid #029aff;
	background-color: #FFF;

}
 #sec2{
	padding: 10px;
 }
#botonera_principal ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#botonera_principal ul li {
	display: inline;
}

#botonera_principal ul li a {
	display: inline-block;
	color: #333;
	text-decoration: none;
	text-align: center;
	width: 113px;
	height: 70px;
	line-height: 70px;
}

.btn-expedientes {
	font-size: 18px;
	line-height: 30px;
	text-align: center;
	width: 250px;
	height: 60px;
	margin-top: 4px;
	color: black;
	font-weight: 9;
	background-color: rgba(160, 160, 160, 0.5);
	border: 3px black solid;
}
.contenedor-input {
	padding: 15px;
	width: 300px;
}

.input-contenedor {
	margin-bottom: 15px;
	width: 300px;
	border: none;
}

input[type="text"],
input[type="password"] {
	font-size: 15px;
	width: 275px;
	padding: 10px;
	border-radius: 5px;
}

.button {
	border: none;
	width: 275px;
	color: white;
	font-size: 18px;
	background: #364c70;
	padding: 10px;
	border-radius: 5px;
	cursor: pointer;
}

.button:hover {
	background: #029aff;
}

#bad {
	color: red;
	margin: 0 0 0 40px;
	font-size: 36px;
	font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}

#good {
	color: #029aff;
	text-shadow: 1px 1px 2px black;
	margin: 0 0 0 40px;
	font-size: 36px;
	font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}
/* Adaptacion a dispositivos de 600 a 1024px */
@media all and (min-width:600px) and (max-width:1023px) {

	header,
	section,
	footer {
		width: 599px;
	}
	#botonera_principal {
		height: auto;
	}
	#footext {
		float: left;
	}
	.reloj {
		float: right;
	}
}

/* Adaptacion a dispositivos menos de 600px */
@media all and (max-width: 599px) {

	header,
	section,
	footer {
		width: auto;
		height: auto;
		float: none;
	}
	#botonera_principal {
		height: auto;
	}
	#footext {
		float: none;
	}
	.reloj {
		float: none;
	}
}