
#error-login{
  display: none;
}

.modalVentana{
	position: center;
	width: 100%;
	background: #FFF;
}

.color-titulo{
	background: #CCC;
}
#carreraDiv{
	display:none;
}

span{
	 display: none; 
	 color:#E8B817;
}

.color-rojo{
	color: white;
	background-color: rgba(164,0,0,0.6);
}
.color-verde{
	color: white;
	background-color: rgba(0,164,0,0.6);
	
}
.color-ama{
	color: black;
	background-color: rgba(255,246,0,0.6);
}

#tablaCurso{
	position: relative;
	top:10%;
	text-align: center;
}

#preguntasPuntaje{
	display: none;
}

.btn-sig{
	background-color: #8080ff; 
	color: white;
}

.btn-sig:hover{
	background-color: #8080ff
	color: black
}
body{
	color:# #393839  !important;
	
}
table,th,td,p,h1,h2,h3,h4,h5{
	color:# #393839 ;
}


h1{
	font-size: 18pt;
}

h2{
	font-size: 17pt !important;
	color:  #913130;
	
}

h3{
	font-size: 14pt !important;
}

h4{
	font-size: 10pt;
}

h5{
	font-size: 10pt;
}

.fondo{
	background-color: #FFECD7;
	width: 120%;
	margin-left: -10%;
	padding: 10px;
	border-radius: 22px;
	box-shadow: 0px -10px 15px 20px #FFE1DA80;

}

a{
	color: #f95845 ;
}