/*!
 * nuevos codigos
 */
.botonEstudianteVer{
  	margin:7px; 
 	width: 128px;
}
.textRed{
	color: #ce1d25;
}
.textRedBold{
	color: #ce1d25;
	font-weight: bold;
}
.textGreen{
	color: #04B404;
}
.textGreenBold{
	color: #04B404;
	font-weight: bold;
}
.textBlack{
	color: #000000;
}
.textBlackBold{
	color: #000000;
	font-weight: bold;
}
.hrRed{
	margin: 0px;
	border-color: red;
}
.spanRedBol{

}
.tablaLista{
	background-color: #ce1d25;
	color:#FFFFFF;
	font-weight: bold;
}
.tablaListaAmarillo{
	background-color: #FFFF00;
	color:#FFFFFF;
	font-weight: bold;
}
.tablaListaAzul{
	background-color: #0040FF;
	color:#FFFFFF;
	font-weight: bold;
}
.tablaListaRojo{
	background-color: #ce1d25;
	color:#FFFFFF;
	font-weight: bold;
}
.tablaListaVerde{
	background-color: #088A08;
	color:#FFFFFF;
	font-weight: bold;
}
.tablaListaFuscia{
	background-color: #FF00FF;
	color:#FFFFFF;
	font-weight: bold;
}
.tablaListaTr{
	background-color: #F8E0E0;
}
.tablaHome{
	margin: 10px; 
	width: 50% !important; 
	text-align: center;
	-webkit-box-shadow: 0px 0px 5px 4px rgba(0,0,0,0.22) !important;
	-moz-box-shadow: 0px 0px 5px 4px rgba(0,0,0,0.22) !important;
	box-shadow: 0px 0px 5px 4px rgba(0,0,0,0.22) !important;
}
.tituloHome{		
	margin: 10px; 
	width: auto !important;
	text-align: center;
	-webkit-box-shadow: 0px 0px 5px 4px rgba(0,0,0,0.22) !important;
	-moz-box-shadow: 0px 0px 5px 4px rgba(0,0,0,0.22) !important;
	box-shadow: 0px 0px 5px 4px rgba(0,0,0,0.22) !important;
}
.btnCircleHome{
	-webkit-box-shadow: 0px 0px 5px 4px rgba(0,0,0,0.22) !important;
	-moz-box-shadow: 0px 0px 5px 4px rgba(0,0,0,0.22) !important;
	box-shadow: 0px 0px 5px 4px rgba(0,0,0,0.22) !important;
}
.divBtnCircleHome{
	margin: 30px 20px 30px 20px; 
	display: inline-block;
}
.divBtnManual{
	margin: 30px 20px 30px 20px; 
	display: -webkit-box;
}

.tableEst{
	width: auto !important;
	padding: 10px;
	border-color: red;
}
.tableEstTdI{
	padding: 10px;
	text-align: right;
}
.tableEstTdD{
	padding: 10px;
	text-align: left;
}
.tableEstInput{
	-webkit-box-shadow: 0px 0px 5px 4px rgba(0,0,0,0.22) !important;
	-moz-box-shadow: 0px 0px 5px 4px rgba(0,0,0,0.22) !important;
	box-shadow: 0px 0px 5px 4px rgba(0,0,0,0.22) !important;
	padding: 5px;
	/*background: #ce1d25;*/
	border: 2px solid red;
}
.tableEstInput:focus{
  background-color: lightblue;
}
.tdCentrado{
	text-align: center;
	vertical-align: middle !important;
}
.tdCentradoBlackBold{
	color: #000000;
	font-weight: bold;	
	text-align: center;
	vertical-align: middle !important;
}
.tdCentradoBlackBold50{
	color: #000000;
	font-weight: bold;	
	text-align: center;
	vertical-align: middle !important;
	width: 50px !important;
}
.tdCentradoBlackBold200{
	color: #000000;
	font-weight: bold;	
	text-align: center;
	vertical-align: middle !important;
	width: 200px !important;
}
.subtablatd{
	background-color: #FCF5F5;
}
.subtablatdspanpeq{
	color: #F79090;
	font-size:9px;
}
/* borde intermitente inicio */
.intermitente{
  border: 1px solid red !important;
  padding: 20px 20px;
  box-shadow: 0px 0px 20px;
  animation: infinite resplandorAnimation 1s;
}
@keyframes resplandorAnimation {
  0%,100%{
    box-shadow: 0px 0px 20px;
  }
  50%{
  box-shadow: 0px 0px 0px;
  }
}
/* borde intermitente fin */
.trCentradoBlackBoldLetra12{
	color: #000000;
	font-weight: bold;	
	text-align: center;
	vertical-align: middle !important;
	font-size: 12px;
}
.trCentradoBlackBoldLetra10{
	color: #000000;
	font-weight: bold;	
	text-align: center;
	vertical-align: middle !important;
	font-size: 10px;
}
/* barra de progreso */
#progress {
	width: 500px;
	border: 1px solid #aaa;
	height: 20px;
}
#progress .bar {
	background-color: #ccc;
	height: 20px;
}
/* div de la asistencia estudiante */
.divAsistRed {
	-webkit-box-shadow: 0px -1px 20px 0px rgba(255,0,0,0.83);
	-moz-box-shadow: 0px -1px 20px 0px rgba(255,0,0,0.83);
	box-shadow: 0px -1px 20px 0px rgba(255,0,0,0.83);
}
.divAsistGreen {
	-webkit-box-shadow: 0px -1px 20px 0px rgba(0,240,28,1);
	-moz-box-shadow: 0px -1px 20px 0px rgba(0,240,28,1);
	box-shadow: 0px -1px 20px 0px rgba(0,240,28,1);
}