* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	font-size: 16px;
	font-family: 'Raleway', sans-serif;
	background: #115EB3;
	color:#fff;
}

a {
	text-decoration: none;
	color:#E7782D;
}

a:hover {
	text-decoration: underline;
}

.contenedor {
	max-width: 800px auto;
	width: 600px;
	margin: auto;
}

.titulo {
	font-weight: 300;
	color: #E7782D;
	text-align: center;
	margin: 60px 0 30px 0;
}

.border {
	border:none;
	margin-bottom: 5px; 
	border-top:10px solid #8ED41D;
	background: none;
	color:none;
}

.formulario {
	background: #2F5D99;
	padding: 30px;
	margin-bottom: 30px;
}

.form {
	background: #2F5D99;
	padding: 30px;
	margin-bottom: 30px;
	color:#D6DDEF;
}

.formulario .form-group {
	width: 100%;
	margin-bottom: 10px;
}

.formulario input[type="text"],
.formulario input[type="password"] {
	padding: 15px;
	font-family: 'Raleway', sans-serif;
	font-size: 18px;
	line-height: 18px;
	border: none;
	vertical-align: top;
}

.formulario .icono {
	padding: 15px;
	text-align: center;
	width: 48px;
	max-height: 48px
	font-size: 18px;
	line-height: 18px;
	background: #c8c8c8;
	display: inline-block;
	color:#6b6b6b;
	vertical-align: top;
}

.formulario .icono.izquierda {
	margin-right: 4px;
	-webkit-border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
	-ms-border-radius: 3px 0 0 3px;
	-o-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px;
}

.formulario .usuario,
.formulario .password {
	width: calc(100% - 52px);
	-webkit-border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	-ms-border-radius: 0 3px 3px 0;
	-o-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
}

.formulario .password_btn {
	width: calc(100% - 105px);
}

.formulario .error ul {
	padding: 0 15px;
}

.formulario .error ul li {
	margin-bottom: 10px;	
}

.formulario .submit-btn {
	padding: 15px;
	text-align: center;
	width: 48px;
	max-height: 48px;
	font-size: 18px;
	line-height: 18px;
	background: #8ED41D;
	display: inline-block;
	color:#fff;
	background: #8ED41D;
	cursor: pointer;

	-webkit-border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	-ms-border-radius: 0 3px 3px 0;
	-o-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
}

.texto-registrate {
	text-align: center;
}

.texto-registrate a {
	display: block;
	font-size: 18px;
}

.contenido article {
	padding: 30px;
	background: #fff;
}

.contenido article p{
	margin-bottom: 10px;
	color:#000;
}

table {
	background-color: #ABB1BA;
	text-align: left;
	width: 100%;
	height: 50%;

}

td{
	padding: 12px;
	border:solid 1px black;
}

thead {
	background-color: #6EBADF;
	border-bottom: solid 5px #484848;
	color: white;
}

tr:nth-child(even) {
	background-color: #E67123;
}

tr:hover td{
	background-color: #115EB3;
}


.container {
  background-color: #6EBADF;	
  position: static;
  border: 15px solid #115EB3;
  bottom: 15;
  right: 15;
  height: 40%;
  max-height: 28px;
}

