@charset "utf-8";
/* CSS Document */
*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
body{
  min-height: 100vh;
  margin: 0;
}
.fondo_azul{
	background:#051039;
	color:white;
}
.fondo_rojo{
	background:#FF0000;
	color:white;
}
.color_azul{
	color:#051039;
}
.color_rojo{
	color:#FF0000;
}
.menu_ico{
	width: 45px;
	height: 40px;
}

.tarjeta_cab{
	color:white;
	font-size: 9px;
}

.TituloLogin{
	background:#FF0000;
	margin: auto;
	color:white;
	font-family: Segoe UI;
	font-size:30px;
}

.PagLogin{
	background:rgba(4,7,46,1.00);
	padding: 20px;
	margin: auto;
}
.ImgPlanin{
	width: 100%;
	height: 200px;
	border:solid 1px;
	border-radius: 3px;
	border-color:lightgray;
}

.CabLogin{
	width: 100%;
	margin:auto;
	background:white;
	border-radius: 20px 20px 0 0;
}

.ImgLogo{
	width: 180px;
	height: 80px;
}

.ImgUser{
	width: 60px;
	height: 70px;;
	border-radius: 5px;
	padding: 2px;
}
.ImgUser2{
	width: 40px;
	height: 40px;;
	border-radius: 50%;
	padding: 0;
}
.ImgCuenta{
	width: 100%;
	height: 150px;
}
.ImgFoto{
	max-width: 100%;
	min-height: 190px;
	max-height: 190px;
	border-radius: 10px;
	padding: 5px;
}
.ImgIcon1{
	width: 100px;
	height: 100px;
}

.ImgIcon2{
	width: 100px;
	height: 90px;
}
.ImgIcon3{
	width: 100px;
	height: 70px;
}
.ImgPlanin2{
	width: 100%;
	height: 120px;
}
.ImgLunch{
	min-width: 100px;
	max-height: 220px;
	border-radius: 20px;
	padding: 5px;
}
.ImgEditar{
	min-width: 100px;
	max-height: 220px;
}
.ImgLunch2{
	width: 45px;
	height: 45px;
	border-radius: 5px;
}
.ImgCitas{
	width: 40px;
	height: 40px;
	border-radius: 5px;
}
.ImgEleccion{
	width: 100px;
	height: 120px;
	border-radius: 10px;
	padding: 5px;
}

.TarjetaDasboard{
	width: 170px;
	height: 180px;
	background: white;
	padding: 10px;
	border: double lightgray;
	border-radius: 10px;
}
.UserDashboard{
	width: 120px;
	height: 120px;
}
.IconDashboard{
	width: 200px;
	height: 120px;
}
.ImgDashboard{
	width: 100%;
	height: 100px;
}

h2{
	padding: 5px;
}
section{
	max-width: 100%;
	min-height: 350px;
	background: White;
	height: auto;
	margin: auto;
}

footer{
	/*width: 100%;
	position: relative;
	bottom: 0;
	*/
  margin-top: 5px;
  display: table;
  width: 100%;
}

footer div{
	color: gray;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 10px;
}

.boxlogin{
	width: 100%;
	min-height: 300px;
}
.imgreg{
	width: 100%;
	height: 290px;
	border-radius: 10px;
	padding: 5px;
}

.iconoproceso{
	width: 150px;
	height: 150px;
}
.iconoganador{
	content: url(../img/ganador.png);
	height: 20px;
	width: 20px;
}
.iconoganador2{
	content: url(../img/ganador2.png);
	height: 20px;
	width: 20px;
}
.iconoguardar{
	content: url(../img/guardar.png);
	height: 20px;
	width: 20px;
}

/* OPCIONES LEAN CORNER */
.pizarra_cabe{
	border: solid 1.5px black;
	background-image: url(../img/marco_pizarra.jpg?21);
	background-size: 100%;
}
.pizarra_titulo{
	padding-left: 30px;
	font-family: Arial;
	font-size: 30px;
	font-weight: bold;
	color: white;
}
.pizarra_titulo2{
	font-family: Arial;
	font-weight: bold;
	text-align: left;
	color: #051039;
}
.pizarra_logo{
	float: right;
	margin: auto;
	height: 40px;	
}
.pizarra_cuer{
	border: solid 1.5px black;
	border-top: none;
}
.pizarra_5s1{
	border-right: solid 1.5px black;
	border-left: solid 1.5px black;
}
.noticia_img{
	border: solid 1.5px #D0D3D4;
	width: 100%;
	height: auto;
}
.noticia_img img{
	width: 100%;
	height: 100%;
}
.noticia_img:hover{
  	border: solid 1.5px red;
}
.ventana{
	z-index:1000;
	position: fixed;
	width:100%;
	height:100%;
	top:0;
	left:0;
	overflow-y: auto;
	background:rgba(45, 52, 54, 0.6);
	display: flex;
	justify-content: center;
	align-items: flex-start;
}
.ventana img{
	max-width: 90%;
	width: auto;
	height: auto;
}
.noticia_edit{
	width: 90%;
	height: auto;	
}

/* OPCIONES INDICADORES */
.ImgIconKPI1{
	width: 40px;
	height: 40px;
}

.ImgIconKPI2{
	width: 60px;
	height: 50px;
}

.area_titulo{
	font-size: 20px;	
}

.area_tabla{
	font-size: 8px;
}
.area_tabla tr{
	vertical-align: middle;
	text-align: center;
}

.area_tabla2{
	font-size: 10px;
}
.area_tabla2 tr{
	vertical-align: middle;
	text-align: center;
}
.area_tabla2 input{
	font-size: 10px;
}

.ventana_ma{
	z-index:1000;
	position: fixed;
	width:100%;
	height:100vh;
	top:0;
	left:0;
	background:rgba(45, 52, 54, 0.6);
	display: flex;
	justify-content: center;
	align-items: center;
}
.ventana_ma img{
	width:95%;
	height:95%;
}

.ventana_cerrar{
	position: absolute;
	right:0;
	top:0;
}

.tabla_msc_c .sticky{
 	position: sticky;
	left: 0px;
}
.tabla_msc_c .sticky-2{
 	position: sticky;
	left: 200px;
}
.tabla_msc{
	border-top: solid 1px #E5E5E5;
	border-bottom: solid 1px #E5E5E5;
	border-spacing: 0;
}
.tabla_msc th, .tabla_msc td{
	border-right: solid 1px #E5E5E5;
}
.tabla_msc th:last-child, .tabla_msc td:last-child{
	border-right: 0;
}
.tabla_msc .sticky{
 	position: sticky;
	left: 0px;
}
.tabla_msc .sticky-2{
 	position: sticky;
	left: 80px;
}
.tabla_msc .sticky-3{
 	position: sticky;
	left: 230px;
}

@media only screen and (max-width: 900px) and (min-width: 5px){
	
.pizarra_titulo{
	font-size: 25px;
}
.pizarra_titulo2{
	font-size: 10px;
}
.pizarra_logo{
	height: 35px;
}
}
@media only screen and (max-width: 575px) and (min-width: 5px){
	
.nom_ico1{
	content: "PR";		
}

.pizarra_titulo{
	font-size: 15px;
}
.pizarra_titulo2{
	font-size: 8px;
}
.pizarra_logo{
	height: 20px;	
}	
.ventana{
	align-items: center;
}

footer{
	position:relative;
}

}
