/**
	Incluir aquí las reglas css propias de este proyecto 
*/

#tipclick_div.tooltip{ /* The styling on the tooltip */
	background-color: #ffffe0;			 
	padding: 2px;
	border: 1px solid black;
	line-height:18px;
	z-index:100;
	color: #000000;
	font: normal normal normal 11px Verdana, Arial, Helvetica, sans-serif; 
	position: absolute;
	opacity: 90;
}

.titulo_alumno {
	background: transparent;
	border-bottom: 2px solid #214A4F;
	color: #214A4F;
	display: block;
	font-size: 1.5rem;
	font-weight: bold;
	margin: auto;
	margin-bottom: 20px;
	max-width: 1100px;
	width: 100%;
	text-align: center;
	padding: 2px;
}

/*****************************************************************
 Cambia el color de la fila en la que está el cursor en un cuadro
******************************************************************/

.ei-cuadro-celda-impar:hover {
	background-color: #DCE1FA;
}

.ei-cuadro-celda-par:hover {
	background-color: #CDD5FA;
}

/***************************************************************
 					Reglas de la factura C
 ***************************************************************/
.factura {
	table-layout: fixed;
}

.fact-info > div > h5 {
	font-weight: bold;
}

.factura > thead {
	border-top: solid 3px #000;
	border-bottom: 3px solid #000;
}

.factura > thead > tr > th:nth-child(2), .factura > tbod > tr > td:nth-child(2) {
	width: 300px;
}

.factura > thead > tr > th:nth-child(n+3) {
	text-align: right;
}

.factura > tbody > tr > td:nth-child(n+3) {
	text-align: right;
}

.factura > tfoot > tr > th, .factura > tfoot > tr > th:nth-child(n+3) {
	font-size: 24px;
	text-align: right;
}

.cond {
	border-top: solid 2px #000;
}

.nombre{
	position: absolute;
	height: 30.9vh;
	margin-left: 180px;
	margin-top: -164px;
	border-right: thick solid #181515ce;
}

.logo{
	border-left: thick solid #181515ce;
	border-right: thick solid #181515ce;

}

.ladoderecho{
	position: absolute;
	margin-left: 700px;
	margin-top: -120px;
}

.medio{
	border-left: thick solid #181515ce;
	border-right: thick solid #181515ce;
}

.abajo1{
	border-left: thick solid #181515ce;
	border-right: thick solid #181515ce;
	height: 60vh;
}

.textofooter{
	/* position: absolute;
     margin-top: 300px;
     margin-left: 1000px;*/
	text-align: right;
}

footer{
	border-left: thick solid #181515ce;
	border-right: thick solid #181515ce;
}

.textofooter2{
	text-align: center;
}