*{
	list-style: none;
	text-decoration:none;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	margin:0;
}

.container {
	width:100%;
	height:100vh;
	margin:auto;
	
  	display: flex;
  	flex-direction:row;
	justify-content: center; 
}

/* **************** header **************** */
header {
	flex:1 30%;
}

/* **************** main **************** */
.main {
  	flex: 1 40%;
	height:40%;
	margin: 15% 0 0 0;
	
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	
	display: flex;
	flex-direction: column;
}

.m_titulo{
	margin: 10px 0 0 0;
	border-bottom: 1px solid rgba(255,255,255, .3);
	background: #428bca;
	width: 95%;
	
	color: #fff;
	font-weight: bold;
	font-size:14px;
	text-align: center;
	
	align-self: center;
	border-radius: 5px 5px 0 0;
}

.m_box {
	width: 95%;
	padding:0;
	align-self: center;
	
	display: flex;
	flex-direction: row;
}

.m_box li{
	padding: 20px;
	text-align: center;
	display: block;
}

.m_b_login{
	background: #428bca;
	width: 41%;
	height: 28vh;
}

.m_b_login .m_t_estad{
	margin: -10px 0 10px 0;
	color: #fff;
	font-weight: bold;
	
	font-size:22px;
	
	align-self: center;
	text-align: center;
}

.m_b_login .m_t_estd{
	display: flex;
	flex-direction: row;
	margin: 0 0 0 -40px;
}

.estd1{
	background: #91c73c;
	width: 41%;
	margin: 0 5px 0 0;	
	border-radius: 5px 5px 0 0;
	border-bottom: 1px solid rgba(255,255,255, .3);
}

.estd2{
	background: #f1ae40;
	width: 41%;
	border-radius: 5px 5px 0 0;
	border-bottom: 1px solid rgba(255,255,255, .3);
}

.estd1b{
	background: #e6e4d7;
	width: 41%;
	margin: 0 5px 0 0;
	border-radius: 0 0 5px 5px;
}

.estd2b{
	background: #e6e4d7;
	width: 41%;
	border-radius: 0 0 5px 5px;
}

.m_b_estad{
	background: #dff0d8;
	width: 42%;
}

.m_b_estad .m_t_login{
	margin: -10px 0 10px 0;
	color: #9a9b9f;
	font-weight: bold;
	
	font-size:22px;
	
	align-self: center;
	text-align: center;
}

.m_t_login img{
	width: 200px;
}

.m_t_datos{
	padding: 0;
	display:flex;
	flex-direction: column;
	
	height: 1px;
}

.m_t_datos input{
	width: 160px;
}

.m_t_datos .boton{
	margin: 0 0 0 40px;
	width: 120px;
	height: 30px;
	border: none;
	background: #0090ca;
	color: #fff;
	cursor: pointer;
}

.m_t_datos .submit:hover{
	background: #0578a6;
}

/* **************** header **************** */
footer {
  	flex: 1 30%;
}

.icono{
	color: #fff;
	font-size: 30px;
}

.datos{
	font-weight:bold;
	font-size: 30px;
}