/*Estos dos son para q se vean bien las crucecitas de las imágenes*/
.img-wrap {
  position: relative;
}
.img-wrap .close {
  position: absolute;
  top: 2px;
  right: 2px;
  z-index: 100;
}


/* Estos dos los usa para el manejo de menajes, modals y superposición de pantallas*/
.center_div {
	position: fixed;
	background-image: url("../../img/web/cargando.gif");
    background-repeat: no-repeat;
    background-position: center;
	height: 100%;
}

.executing
{
    position:fixed;
    padding:0;
    margin:0;

    top:0;
    left:0;

    width: 100%;
    height: 100%;
	
    background:rgba(48, 98, 129, 0.5);
	
	z-index: 1100;
	
	display: none;
}

td.center_td_content {
    text-align: center; /* center checkbox horizontally */
    vertical-align: middle; /* center checkbox vertically */
}

th.center_th_content {
    text-align: center; /* center checkbox horizontally */
    vertical-align: middle; /* center checkbox vertically */
}

.padding_0 {
	padding : 0px;
}

.margin_top_5 {
	margin-top : 5px;
}

.margin_top_10 {
	margin-top : 10px;
}

.margin_top_15 {
	margin-top : 10px;
}

.margin_top_30 {
	margin-top : 30px;
}

.margin_right_10 {
	margin-right : 10px;
}

.fl {
	float:left;
}

.fr {
	float:right;
}

.div_height_expand {
	overflow: hidden;
}

.manito{
	cursor: pointer
}

.table tbody tr.tk_leido {
  background-color: #f6f9f5 !important;
}

.table tbody tr.tk_no_leido {
  background-color: #bfbfbf !important;
  font-weight: bold;
}