

.back_login {
        background-image: url(../images/foto_inicio3.png);
		background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
		background-attachment: fixed;

  }
  
.back_form{
		background-color:#ff8f00;
 }
 
.boton_inicio{
		background-color:#2c7b9b;
		color:#FFFFFF;
		border:hidden;
		width:100%;
		height:45px;
		border-radius:7px;
		font-size:20px;
		box-shadow: 2px 2px #23607A;
}
	.boton_inicio:hover{
		background-color:#276B89;
		cursor:pointer;
	}
	
.titulo_card{
	text-align:left;
	font-size:28px;
	color:#263238;
	font-weight:bold;
	text-wrap:normal;
}
.footerCursosCard{
	background-color:#939dd3;
}
.footerEvalCard{
	background-color:#fccb57;
}
.footerReportesCard{
	background-color:#2d88bd;
}
.bgCards{
	background-color:#fff8e1;
}
.boton_cards{
		background-color:#fff8e1;
		color:#263238;
		border-radius:7px;
		font-size:16px;
/*		box-shadow: 2px 2px #263238;
*/}
	.boton_cards:hover{
		background-color:#b0bec5;
		cursor:pointer;
	}
.back_footer {
        background-image: url(../images/2_12_ilustracioon_footer.svg);
		background-position: center center;
/*        background-size: cover;
*/        background-repeat: no-repeat;
/*		background-attachment: fixed;
*/
  }
.sesion{
	padding: 15px 20px 30px 15px;
	color: #263238;
	
}
.titulo_cats{
	font-weight:bold;
	color: #263238;
	font-size:40px;
	padding-bottom:40px;
	text-align:center;
	
}
.ttl_forms{
	font-weight:bold;
	color: #263238;
	font-size:25px;
	padding-bottom:10px;
	text-align:center;
}
.sttl_forms{
	font-weight:bold;
	color: #263238;
	font-size:18px;
	padding-bottom:10px;
	text-align:center;
}
