@charset "utf-8";

/* sis23_1.css */

.css_1_btn {
	display: table-cell;
	vertical-align: middle;
	cursor: pointer;
}
.css_1_btn_key {
	font-style: italic;
	color: #3A5B31;
}
.css_img_fondo {
    margin: 0px;
    padding: 0px;
    position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-image: url(../imagenes_s/fondo_2.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
	transition: background-image 0.2s;
}
.css_img_fondo_mask {
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.53);
}

/* items del menu principal >>> */
.css_im_1 {
	float:left;
	display:inline-block;
	width:110px;
	margin:10px 20px 10px 20px;
	text-align:center;
}
.css_im_1_b {
	display:inline-block;
	width:75px;
	height:75px;
	border:2px solid #fff;
	border-radius:100%;
	text-align:center;
	margin-bottom:10px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.css_im_1_b:hover {
	background-color: rgba(62, 140, 64, 0.57);
	cursor: pointer;
	-moz-transform:scale(1.1);
	-webkit-transform:scale(1.1);
	-o-transform:scale(1.1);
	-ms-transform:scale(1.1);
}
.css_im_1_txt {
	color: #fff;
	text-shadow:0 2px 4px rgba(0,0,0,0.5);
	font-size:14px;
}
.css_im_1_txt:hover {
	cursor: pointer;
}
/* items del menu principal <<< */

.css_row_chat_c {
	float: left;
	width: 100%;
	cursor: pointer;
	border-bottom: 1px solid #ccc;
    transition: all 0.3s linear;
}
.css_row_chat_c:hover {
	background-color: #C7DCE5;
}
.css_row_chat_c_activo {
	background-color: #E4EDFB;
}
.css_row_chat_c_no_leido {
	background-color: #E0C467;
}

.css_row_contacto_chat {
	float: left;
	width: 100%;
	cursor: pointer;
	border-bottom: 1px solid #ccc;
    transition: all 0.3s linear;
	overflow: hidden;
}
.css_row_contacto_chat:hover {
	background-color: #D7C9E0;
}

.css_cell_link {
	cursor: pointer;
	
}
.css_cell_link:hover {
	text-decoration: underline;
	background-color: #E2E2E2;
}

.css_grid_row_h {
	float: left;
	overflow: hidden;
	height: 25px;
	line-height: 25px;
	background-color: #787fa3;
}
.css_grid_cell_h {
	float: left;
	position: relative;
	color: #fff;
	background-color: #787fa3;
	border-right: 1px solid #ccc;
}
