@charset "utf-8";
/* CSS Document */
#usu_section {
	float:right;
	margin-top: 5px;
	height:90px;
	width:450px;
}
#usu_section .alumnos {background: url(../img/line_alumnos.png) right center no-repeat; float:left; margin-top:10px; margin-right:15px; margin-left:42px; padding-right:10px;}
#usu_section #logg {
	float:left;
	margin-top:10px;
	padding-top:10px;
	width:281px;
}
#usu_section #logg  p {color:#222;clear:right;display:block;float:left;line-height:25px; margin-right:10px;}
#logg input.inputlogg {
	background: url(../img/fnd_usu_input.png) no-repeat top;
	color:#666;
	float:left;
	height:21px; 
	margin-right:5px;
	padding-left:5px;
	width:116px; 
} 
#logg input.enviar {
	background: url(../img/fnd_usu_btn.png) top no-repeat ; 
	cursor:pointer; 
	height:21px; 
	width:24px;
}
#logg input.enviar:hover {
	background: url(../img/fnd_usu_btn_h.png) top no-repeat ; 
}
#logg .btn_reg { color: #333; font-size: 11px; float: right; margin-right: 35px}

/* head usu */ 

.head_usu b { color:#222; }
.usu_menu { background: url(../img/usu_ico.png) no-repeat top left;  display:block; float:left; margin-left:10px;padding-left:18px; position:relative; width:180px;}
.usu_salir {background: url(../img/salir_ico.png) no-repeat top left;  float: left; display:block; padding-left:18px; width:26px;}

#menu-icons {
	margin-top: 5px;
}
#menu-icons ul li {
	float: left;
	margin-right:10px;
	list-style: none;
}
/* menu vertical */
.ico_menu_v {
	background: url(../img/key-menu.png) center center no-repeat;
	display: block;
	float: left;
	position: relative;
	padding: 5px;
	width: 35px;
	height: 30px;
}
.ico_menu_v  .menu_usu {
	display:none;
	list-style:none;
	z-index:999;
}
.ico_menu_v:hover {
	border: 1px dotted #888;
	cursor: pointer;
	background: url(../img/key-menu_h.png) center center no-repeat;
}
.ico_menu_v:hover .menu_usu {
	display:block;
	height:auto;
	position:absolute;
	width:192px;
	top:25px;
	left:-80px;
}
.ico_menu_v:hover .menu_usu .menu_up {background: url(../img/fnd_menu_usu_up.png) no-repeat top ; float:left; height:20px; width:192px; cursor: pointer;}
.ico_menu_v:hover .menu_usu .menu_mid {background: url(../img/fnd_menu_usu_mid.png) repeat-y ; float:left; width:192px; cursor: pointer;}
.ico_menu_v:hover .menu_usu .menu_bot {background: url(../img/fnd_menu_usu_bot.png) no-repeat top ; float:left; height:12px; width:192px; cursor: pointer;}

.ico_menu_v:hover .menu_usu ul {	list-style:none;}
.ico_menu_v:hover .menu_usu ul li {}
.ico_menu_v:hover .menu_usu ul li a {color:#900; display:block;margin-left:13px; padding:10px; width:147px; text-align:left;}
.ico_menu_v:hover .menu_usu ul li a:hover { background:#9B1313; color:#f8f8f8;font-weight:bold;}

/* consultas iconos */

#menu-icons .alert { background-color: #000}
.ico_consultas {
	background: url(../img/ico-consulta.png) center center no-repeat;
	display: block;
	float: left;
	position: relative;
	padding: 5px;
	width: 35px;
	height: 30px;
}
.ico_consultas:hover {
	border: 1px dotted #888;
	cursor: pointer;
	background: url(../img/ico-consulta_h.png) center center no-repeat;
}

#menu-icons .new {
	display: block;
	padding: 2px;
	background-color: #FF0000;
	position: absolute;
	bottom: 2px;
	right: 2px;
}
/* consultas iconos */
.ico_ticket {
	background: url(../img/ico-ticket.png) center center no-repeat ;
	display: block;
	float: left;
	position: relative;
	padding: 5px;
	width: 35px;
	height: 30px;
	cursor: pointer;
}
.ico_ticket:hover {
	border: 1px dotted #888;
	background: url(../img/ico-ticket_h.png) center center no-repeat #ddd;
}
.ico_ticket .expand {
	position: absolute;
	display: none;
}
.ico_ticket:hover .expand {
	display: block;
	background-color:none;
	top: 0px;
	left: -50%;
	width: 100px;
	height: 50px;
}
/*  TICKES PANEL */
.ticket-panel {
	position: absolute;
	display: none;
}
.ico_ticket:hover .ticket-panel {
	right: -100px; 
	top: 38px;
	background-color: #ddd;
	display:block;
	width: 400px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px; 
	-moz-box-shadow:    0 3px 3px #555;
   -webkit-box-shadow: 0 4px 4px #555;
   box-shadow:         0 4px 3px #555;
   	z-index: 99999;
}

.ticket-panel #ticket-menu {
	border-bottom: 1px solid #C3C3C3;
	margin:10px 30px 0px;
	height: auto;

}
.ticket-panel #ticket-menu li {

	list-style: none;
	float: left;
}
.ticket-panel #ticket-menu li a {
	color: #666;
	background-color: #ddd;
	border-top-left-radius: 10px;  
	border-top-right-radius: 10px; 
	display: block;
	text-align: center;
	float: left;
	padding: 15px 15px 10px;	
	min-width: 60px;
} 
.ticket-panel #ticket-menu li a.selected  {
	background-color: #C3C3C3;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
	border-bottom:2px solid #C3C3C3;
	color: #f8f8f8;
	font-weight: bold; 
	
}
.ticket-panel-page {
	background-color: #C3C3C3;
	padding: 10px 10px;
	overflow-y: scroll;
	color: #333;
	display:block;
	height: 500px;
	border-bottom: 2px solid #a3a3a3
}

.ticket-panel .ticket-deta {
	background-color: #C3C3C3;
	overflow-y: scroll;
	margin: 0px 10px 10px;
	padding: 10px 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px; 
}
.ticket-panel .ticket-deta .ticket_box, 
.ticket-panel-page .ticket_box {
	min-height: 70px;
	background-color: #f8f8f8;
	margin: 10px 0px;
	padding: 5px 10px;
	position: relative;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px; 
	-moz-box-shadow:    0 1px 2px #999;
	-webkit-box-shadow: 0 1px 2px #999;
	box-shadow:         0 1px 2px #999;
}
.ticket-panel .ticket-deta .pendiente,
 .ticket-panel-page .pendiente {
	border-left: 2px solid #FF0000;
	border-bottom: 2px solid #FF0000;
}
.ticket-panel .ticket-deta .visto, 
.ticket-panel-page .visto {

	border-left: 2px solid #FFFF00;
	border-bottom: 2px solid #FFFF00;
}
.ticket-panel .ticket-deta .resuelto, 
.ticket-panel-page  .resuelto{
	border-left: 2px solid #009933;
	border-bottom: 2px solid #009933;
}
.ticket-panel .ticket-deta .ticket_box p, 
.ticket-panel-page .ticket_box p  {
	font-size: 12px;
	line-height: 18px !important;
}
.ticket-panel .ticket-deta .ticket_box .ticket_rem , 
.ticket-panel-page  .ticket_box .ticket_rem{
	font-style: italic;
	font-weight: bold;
	border-bottom: dotted 1px #aaa;
	display: block;
	float: left;
	margin-bottom: 2px;
}
.ticket-panel .ticket-deta .ticket_box .ticket_feho, 
.ticket-panel-page .ticket_box .ticket_feho {
	font-style: italic;
	font-weight: bold;
	border-bottom: dotted 1px #aaa;
	padding: 0px 3px;
	display: block;
	position: absolute;
	right: 25px;
}
.ticket-panel .ticket-deta .ticket_box .ticket_est, 
.ticket-panel-page .ticket_box .ticket_est {
	color: #0082B3;
	border: solid 1px #aaa;
	width: 18px;
	height: 18px;
	line-height: 18px;
	padding: 0px;
	font-size: 10px !important;
	text-align: center;
	font-weight: normal;
	display: block;
	position: absolute;
	right: 10px;
}
.ticket-panel .ticket-deta .ticket_box .ticket_est .t_menu_est, 
.ticket-panel-page  .ticket_box .ticket_est .t_menu_est { display: none; position: absolute; }

.ticket_est .expand2 {
	position: absolute;
	display: none;
}
.ticket_est:hover .expand2 {
	display: block;
	background-color:none;
	top: 0px;
	left:-60px;
	width: 80px;
	height: 50px;
}
.ticket-panel .ticket-deta .ticket_box .ticket_est:hover .t_menu_est,  
.ticket-panel-page .ticket_box .ticket_est:hover .t_menu_est{ 
	background-color: #0082B3;
	cursor: pointer;
	min-width: 100px;
	min-height: 10px;
	display: block;
	right: 0%;
	top: 18px;
	border: solid 1px #aaa;
	padding: 5px;
}
.ticket-panel .ticket-deta .ticket_box .ticket_est:hover .t_menu_est ul li ,  
.ticket-panel-page .ticket_box .ticket_est:hover .t_menu_est ul li {
	list-style: none;
	display: block;
}
.ticket-panel .ticket-deta .ticket_box .ticket_est:hover .t_menu_est ul li a ,
 .ticket-panel-page .ticket_box .ticket_est:hover .t_menu_est ul li a  {
	color: #f8f8f8;
	display: block;
	padding: 0px 5px;
	text-align: center;
}
.ticket-panel .ticket-deta .ticket_box .ticket_est:hover .t_menu_est ul li a:hover,
.ticket-panel-page .ticket_box .ticket_est:hover .t_menu_est ul li a:hover {
	background-color: #222;
	color: #f8f8f8;
} 

.ticket-panel .ticket-deta .resuelto .ticket_est,
 .ticket-panel-page .resuelto .ticket_est {
	background-color: #009933;
	color: #f8f8f8 !important;
}
.ticket-panel .ticket-deta .visto .ticket_est,
.ticket-panel-page .visto .ticket_est {
	background-color: #FFFF00;
	color: #555 !important;
}
.ticket-panel .ticket-deta .pendiente .ticket_est, 
.ticket-panel-page .pendiente .ticket_est {
	background-color: #FF0000;
	color: #f8f8f8 !important;
}

.ticket-panel .alert-msj {
	color: #444 !important;
	font-weight: normal;
	font-size: 12px
}

.ticket-panel-page p.ticket_feho {
	margin-right: 10px;
}
/* ============================*/

/* ABM BUTTONS */
.abm_btn { 
	color:#f8f8f8;
	position: absolute;

}
.noticia_sec:hover .nta_all, .file_item:hover .nta_all { display: block;}
.nta_head {background: url(../img/fnd_btn_abm_2.png) no-repeat; height:61px; padding:15px 0px 0px 20px;width:168px; left:700px; top:-40px;}
.nta_com {background: url(../img/fnd_btn_abm_3.png) no-repeat; color:#f8f8f8; display:none; height:65px; padding:20px 0px 0px 25px;width:68px; text-align:center;left:780px;  top:-75px;}
.comentario:hover .nta_com { display:block;}
.nta_all {background: url(../img/fnd_btn_abm.png) no-repeat; display:none; height:103px; padding: 15px 0px 0px 20px; width:65px; left:-70px; top:-10px; }

/*  MENU ABM */

#menu_abm { 
	float:right;
	width: auto;
}

#menu_abm a { 
	float: left;
	text-decoration: none;
	color: #f8f8f8;
}
#menu_abm a .icon, #menu_abm a .texto { 
	display: inline-block;
	line-height: 13px;
	padding: 0px;
	margin: 0px;
	vertical-align: middle;
}
#menu_abm a .icon { width: 40px; height: 40px;} 
#menu_abm a .texto { width: 60px;  font-weight: bold; text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);}
#menu_abm a.abm_add .icon { background: url(../img/add_icon.png) no-repeat center;}
#menu_abm a.abm_delete .icon { background: url(../img/del_icon.png) no-repeat center;}

	/* hover */
	#menu_abm a:hover { color: #EA7D1E}

/* send ticket */
.mc_send { 
	background-color: #0082B3; 
	display: block; 
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px; 
	padding:10px;
	text-align: center;
	-webkit-box-shadow: inset 1px 1px 1px rgba(50, 50, 50, 0.5);
	-moz-box-shadow:    inset 1px 1px 1px rgba(50, 50, 50, 0.5);
	box-shadow:         inset 1px 1px 1px rgba(50, 50, 50, 0.5);
}
.mc_send label {
	display: block;
	text-align: center;
	margin-bottom: 2px;
}
.mc_send input, .mc_send select, .mc_send textarea {
	background: #fefefe;
	color:#444
}
.mc_send .input_not_s {

	padding: 3px;
	border: 1px #ccc solid;
	width: 250px;
}

.mc_send .input_not_m {
	padding: 3px;
	border: 1px #ccc solid;
	width: 250px;
}
.mc_send  .btn_small, .mc_send #form_mc_send .btn_small {
	cursor: pointer;
	display: inline-block;
	color: #f8f8f8;
	padding: 5px 10px; 
	border-radius: 3px;
	background: #606c88; /* Old browsers */
	background: -moz-linear-gradient(top, #606c88 0%, #3f4c6b 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#606c88), color-stop(100%,#3f4c6b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #606c88 0%,#3f4c6b 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #606c88 0%,#3f4c6b 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #606c88 0%,#3f4c6b 100%); /* IE10+ */
	background: linear-gradient(to bottom, #606c88 0%,#3f4c6b 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#606c88', endColorstr='#3f4c6b',GradientType=0 ); /* IE6-9 */
}
.mc_send  .btn_small:hover, .mc_send #form_mc_send .btn_small:hover  {
	background: #222222; /* Old browsers */
	background: -moz-linear-gradient(top, #222222 0%, #3f4c6b 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#222222), color-stop(100%,#3f4c6b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #222222 0%,#3f4c6b 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #222222 0%,#3f4c6b 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #222222 0%,#3f4c6b 100%); /* IE10+ */
	background: linear-gradient(to bottom, #222222 0%,#3f4c6b 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222222', endColorstr='#3f4c6b',GradientType=0 ); /* IE6-9 */

}