.modal-header{
	background: blue; 
	color: white
}
.row{
	margin-bottom: 20px;	
	
}
.lblAccesoCorreo,.lblAccesoCorreoRegistro{
	margin-top: 12px;
	font-size: 12px;
}

/* h2{ */
	/* top: 0;

	
	background: #5858FA;
	color: white; */
	/* margin-bottom: 50px;
	text-align: center;
	font-size: 30px; 

} */

.boxloginUsuario{
	/* border-style: solid; */
	border-color: black;
	border-radius: 5px 5px 5px 5px; 
	margin: 5px auto;
	width: 600px ;
	height: 410px;
	max-width: 600px;
	 -webkit-border-radius: 5px; 
	-moz-border-radius: 5px;  */
	box-shadow: 0px 0px 15px 10px #999;
	-webkit-box-shadow: 0px 0px 15px 10px #999;
    -moz-box-shadow: 0px 0px 15px 10px #999; 
    padding-bottom: 15px;
    background: white;
}
.boxloginCorreo{
/* 	border-style: solid; */
	border-color: black;
	border-radius: 5px 5px 5px 5px; 
	margin: 5px auto;
	width: 600px ;
	height: 385px;
	max-width: 600px;
	 -webkit-border-radius: 5px; 
	-moz-border-radius: 5px;  */
	box-shadow: 0px 0px 15px 10px #999;
	-webkit-box-shadow: 0px 0px 15px 10px #999;
    -moz-box-shadow: 0px 0px 15px 10px #999; 
    padding-bottom: 15px;
    background: white;

}

.grup1{
	margin: 0px 50px;
}

.gintup1{

	width: 150px;
}

.row .gintup2{
	width: 380px;
	margin-bottom: 0px;
}
.tituloCorreoUsuario{
	border-radius: 5px 5px 0px 0px; 
	margin-left: 0;
	margin-top: 0;
	padding: 10px 10px;
	background: #337AB7;
	color: white;
	font-size: 18px;
	margin-bottom: 40px;
	font-weight: 600;
	height:40px;

}
.columnaCierre{
	margin-top: 30px;

}
.btnIngreso, .btnCierre{
	width: 150px;
	margin-bottom: 15px;
}
.btnIngreso{
	margin-right: 15px;	

}

.errorMensaje{
	color: red; 
	font-family: Arial; 
	font-weight: bold;
	
}
.principalMenu{
	background:#fbfcfc ;	
	color: SlateBlue;
	font-family:calibri;
	font-size: 15;
	padding: 0px 2px;
	font-weight: bold;
	/*border-bottom: 1px solid; 
	border-top: 2px solid;*/
	border-bottom: 1px solid #cdcccf;
	height:25px;
	/* box-shadow: 0px 0px 2px 2px; */

}

.aprincipal{
	font-family:calibri;
	font-size: 16;	
}

.indexBody{
	width:100%;
	height:100%;
	background: white;


}
.imageBox{
	
	 margin: 0px ;/*
	box-shadow: 1px 2px 2px 2px; */
	/*1px 2px 2px 2px;*/
	border: 0.5px solid  #fbfcfc   ;
	border-color:   #ccd1d1   ;
	border-radius: 12px 12px;
}

.rowFirts{
	
	margin-top : 15px;

}

img:hover{
   
    overflow: hidden;
	filter: brightness(0.7);
	
}