/* CSS Document */

html,body{
	
	margin:0px;
	height:100%;
	background-color: #a5b7aa;
	background-image: url('../img/back.png');
	background-repeat: repeat;
	
	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	

}

a:hover{color:black;}
a:visited{color:black;}
a:link{color:black;}

/*para quitar bordes en imagenes IE*/
img{
  border:0;
}

/* MAIN CONTS*/
#main_cont{
	
}

#main_left{
	width: 200px;
	height: 600px;
	float: left;
	top: 30px;
	
	
}
#main_right{
	width: 1050px;
	min-height: 790px;
	float: left;
	padding: 5px;
	background-color: #f1f1f1;
	margin-left: 15px;
	margin-top: 10px;
	
	
}
#menu_main_cont{
	background-color:#0C4F1D;
	color:#fff;
	
	font-size: 17px;
	width: 1050px;
	height: 22px;
	padding: 5px;
	/*para el padding del main*/
	margin-left: -5px;
	margin-top: -5px;
	
}

#menu_main_r{
	float: right;
	margin-right: 5px;
	margin-top: -17px;
	
}


#menu_submenu{
	background-color: #d0d0d0;
	
	border-bottom: solid 1px #A0A0A0;
	width: 1040px;
	height: 22px;
	padding-left: 20px;
	margin-bottom: 20px;
	
	/*para el padding del main*/
	margin-left: -5px;
	font-size: 14px;
}
#menu_submenu a:link{
	text-decoration: none;
	color: #000000;
	
}
#menu_submenu a:visited{
	text-decoration: none;
	color: #000000;
	
}
#menu_submenu a:hover{
	text-decoration: none;
	color: #666666;
	
}





/* TOPFRAME */
#topframe{
	
	height: 60px;
	padding: 15px;
	width:100%;
	background-color: #328749;
	
	border-bottom: solid 1px #328749;
	color: #fff;
	background-image: url('../img/topframe_back.png');
	
}
#topframe_usr{
	position: absolute;
	top: 25px;
	right: 15px;
	z-index: 999;
	color:black;
	
	
	
}
#topframe_left{
	position: absolute;
	top: 60px;
	left: 0px;
	
	background: #0C4F1D;
	width: 100%;
	height: 30px;
	margin-left: -15px;
	margin-top: 5px;
	padding-left: 15px;
	border-top: solid 1px #0C4F1D;
	
	
}
#logoLogin{
	position: absolute;
	top: -85px;
	left: 0px;
	width: 400px;
	height: 80px;

	
	background-image: url('../config/logo.png');
	background-size: 350px;
	background-repeat: no-repeat;
	background-position: center;
}
#topframe_logo{
	position: absolute;
	top: 	0px;
	left: -15px;
	width: 350px;
	height: 65px;
	
	background-image: url('../config/logo.png');
	background-size: 310px;
	background-repeat: no-repeat;
	background-position: center;

	
	

}
#topframe_caja{
	position: absolute;
	top: 10px;
	left: 0px;
	width: 900px;
	height: 70px;
	margin-left: 15px;
	
	

}
#topframe a:link{
	text-decoration: none;
	color: #CCCCCC;
}
#topframe a:visited{
	text-decoration: none;
	color: #CCCCCC;
}
#topframe a:hover{
	text-decoration: none;
	color: #fff;
}


/* MENU */
/* topframe.php */

#menuh {
        font: 80% "Trebuchet MS", Arial, Helvetica, sans-serif;
        margin-top: 5px;
        width: 900px;
        
        
        
}

#menuh ul, li {
        list-style-type: none;
        
}

#menuh ul {
        margin: 0;
        padding: 0;
}

#menuh li {
        float: left;
        position: relative;
        
}

#menuh a {
        text-decoration: none;
        color: #fff;
        background: #0C4F1D;
        display: block;
        padding: 3px 10px;
        text-align: center;
        border: 1px solid #0C4F1D;
        border-width: 1px 1px 1px 0;
        
}


#menuh a#primero {
        border-left: 1px solid #17662c;
        
}

#menuh a:hover {
        background: #208039;
}


/* LI DEL SUBMENU */
#menuh li ul li{
	    background-color: red;
		width: 200px;
		
	    
	    
        
}
/* UL DEL SUBMENU */
#menuh li ul{
	border: solid 2px #208039;
	position: absolute;
	display: none;
	
     
}
/* A DEL SUBMENU */
#menuh li ul li a {
        text-decoration: none;
        color: #3366CC;
        background: #208039;
        display: block;
        padding: 3px 10px;
        text-align: left;
        border: 1px solid #208039;
        border-width: 0px 0px 1px 0;
}
#menuh li ul li a:hover {
	color: #FFF;
	background: #17662c;
}






/* LOGIN */
#login_cont{
	position: absolute;
	width: 400px;
	height: 150px;
	background-color:#FFF;
	
    top:50%;
    left: 50%;
    margin-top: -100px;
    margin-left: -200px;
    
    border: solid 1px #125A23;
    
    
	
}
#login_title{
	width: 400px;
	height: 10px;
	background-color:#125A23;
	
}
#login_image{
	width: 77px;
	height: 99px;
	float: right;
	position: absolute;
	margin-left: 305px;
	margin-top: -10px;
	background-image: url('../img/login01.jpg');
}
#login_cont label{
	float: left;
	clear: both;
	margin-left: 0px;
	text-align: right;
	width: 120px;
	padding-right:10px; 
	font-size: 14px;
	margin-top: 5px;
	
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	
}

#login_cont input{
	float: right;
	margin-right: 110px;
	margin-top: 5px;
	color: #7d2b27;
	width: 150px;
	
	
}
#login{
	margin-top: 30px; 
	
}
#login_cont .submit {
	margin-top: 5px;
	color: #000000;
}
#login_sms{
	width: 360px;
	height: 30px;
	margin-top: 115px;
	margin-left: 20px;
	color: #d05959;
}


/* TABLAS GENERICAS*/

table.table1 {
	text-align:left;
	border-collapse:collapse;
	float: left;
	font-size:12px;
	width: auto;
}

.table1 tr {
	color:black;
	border-bottom: solid 1px #d4d4d4;
	
}

tr.titulo {
	font-weight: bold;
	
	background-color: #3F3F3F;
	border-bottom: solid 1px #d4d4d4;
	color: white;
}

td.titulo {

	border-left: none;;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 2px;
	padding-bottom: 2px;
}

td {
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 4px;
	padding-bottom: 4px;
}

tr {
	background-color: #ffffff;
}
tr.par {
	background-color: #f6f4f0;
}






#table_edit_right{
	float: right;	
	
	right: 5px;
	width: 320px;
	
	
	
}


/*  FORMULARIOS  */

/*general*/
#form_error{
	background-image: url('../img/icons/cross.png');
	height: 16px;
	width: 16px;

}
#error_box{
	color: red;
	font-weight: bold;
}



#fastAdd_cliente_cont{
	width: 480px;
	min-height: 450px;
	overflow-x:hidden; 
	overflow-y:auto;


	position: absolute;
	top: 150px;
	right: 50px;
	border: solid 1px #0C4F1D;
	background-color: #f1f1f1;
	padding: 10px;
	
	visibility: hidden;	
	z-index: 999;
}



#fastAdd_cliente_title{
	width: 496px;
	height: 20px;
	background-color: #0C4F1D;
	margin-left: -10px;
	margin-top: -10px;
	margin-bottom: 10px;
	padding: 2px;
	color: white;	
}



#fastAdd_cliente_fondo{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;

	visibility: hidden;
	z-index: 98;
	
}

form.formfull .form_total{
	width:110px; 
	height: 40px;
	font-weight:bold;
	color:green;
	font-size: 22px;
}





/* config_software.php */

form.empresa{
	
}
form.empresa label{
	
}

form.empresa imput{
	
}


.myform{
margin:0 auto;

padding:14px;
}





/* FORM GENERICO GENERAL */
form.formfull{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	
}

form.formfull input[readonly]{
/* para cambiar color de readonly*/
	background: buttonface;
}

form.formfull textarea[readonly]{
/* para cambiar color de readonly*/
	background: buttonface;
	resize: none;
}

form.formfull label{
	font-size: 13px;
	
}



form.formfull li{
	list-style: none;
	display: inline-block;
	margin-left: 0px;
	margin-top: 0px;
	font-weight: bold;
	color: #333333;
	
	
	
}
form.formfull input{
	width: 150px;
	padding: 0px;
	font-size: 14px;
	border: solid 1px #D5D5D5;
	height: 20px;
	
}
form .boton{
	color: #FFFFFF;
	border: solid 1px #0C4F1D;
	font-size: 16px;
	background-color: #0C4F1D;
	
	height: 20px;
	width: 100px;
}

form.formfull .radio{
	width: 10px;
	height: 10px;
	
	
}
form.formfull .checkbox{
	width: 10px;
	height: 10px;
	
	
	
}
form.formfull label .checkbox{
	color:blue;
}

form.formfull #form_cont{
	width: 210px;
	
}
form.formfull .mid_fieldset{
	width: 350px;
	float: left;
	border: solid 1px #CCCCCC;
	
	font-size: 14px;
}

form.formfull .mid_fieldset span{
	display: block;
	font-size: 13px;
	
}



.mid_fieldset{
	width: 350px;
	float: left;
	border: solid 1px #CCCCCC;
	float: left;
	
	
}

form.formfull input.campomonto {
	width: 120px;
	height: 40px;
	font-size: 25px;
	color: #005b0f;
	font-weight: bold;
	text-align: right;
	border-color: green;
	background-color: #bee1b3;
	
}
form.formfull input.campomonto2 {
	width: 120px;
	height: 40px;
	font-size: 25px;
	color: #6e5d19	;
	font-weight: bold;
	text-align: right;
	border-color: #b39d44;
	background-color: #EFDC90;
	
}
form.formfull input.campomonto3 {
	width: 120px;
	height: 40px;
	font-size: 25px;

	font-weight: bold;
	text-align: right;
	border-color: black;
	
	
}




/* ENTORNO DE VISUALIZACION, LISTAS Y EDICIONES */
#order_table_list{
	border: solid 2px;
	width: 720px;
	height: 300px;
	overflow: auto;
	
	float: left;
	font-size: 14px;
	background: #A0A0A0;
	margin: 5px;

	
	
}
#order_table_list a:visited{
	text-decoration: none;
	color: #000000;
}
#order_table_list a:hover{
	text-decoration: none;
	color: blue;
}

.order_table_list{
	border: solid 2px;
	width: 680px;
	height: 300px;
	overflow: auto;
	
	float: left;
	font-size: 14px;
	background: #A0A0A0;
	margin: 10px;

	
	
}

#order_table_list_float{
	border: solid 2px;
	width: 680px;
	height: 300px;
	overflow: auto;
	float: left;
	font-size: 14px;
	background: #A0A0A0;
	margin: 10px;
	
	
}
#order_table_lateral{
	
	width: 186px;
	float: left;
	
	
		
}
#order_table_image{
	
	width: 200px;
	height: 200px;
	float: left;
}
#order_table_edicion{
	
	width: 700px;
	height: 300px;
	clear: both;
	
}
#order_table_edicion fieldset{
	background: #FFFFEE;
}
#order_table_edicion fieldset legend{
	font-weight: bold;
	
}


/* WINDOWS */
.field_window{
	float:left;
	background: #FFFFEE;

}
.field_window legend{
	font-weight: bold;	
}

/* STATUS BAR */
#sis_loading{
	
	
}

#sis_status.green{
	background: #cce297;
	color: #405529;
	border: solid 1px #b2dc4d;
	
	overflow: auto;
	

	
	width: 220px;
	height: 80px;
	font-weight: bold;
	font-size: 12px;
	float:left;
	padding-left: 5px;
	padding-top: 2px;
	
	font-size: 10px;
	
	position: absolute;
	left: 750px;
	top: 7px;
	-moz-border-radius: 3px 3px 3px 3px;
	
	
}
#sis_status.red{
	background: #e7928d;
	color: #c82820;
	border: solid 1px #c82820;

	
	width: 200px;
	height: 100px;
	font-weight: bold;
	font-size: 12px;
	float:left;
	padding-left: 20px;
	padding-top: 2px;
	
	position: absolute;
	left: 750px;
	top: 7px;
	-moz-border-radius: 3px 3px 3px 3px;
	
	
}
#sis_status.yel{
	background: #fffecc;
	color: #a9a014;
	border: solid 1px #efdc90;

	
	width: 200px;
	height: 100px;
	font-weight: bold;
	font-size: 12px;
	float:left;
	padding-left: 20px;
	padding-top: 2px;
	
	position: absolute;
	left: 750px;
	top: 7px;
	-moz-border-radius: 3px 3px 3px 3px;
	
	
}


/* DATA PICKER */
table.dpTable{
	background-color:white;
	border: solid 1px #CCC;
	
}
.dpTitleTR{
	font-weight:bold;
}

tr.dpDayTR{
	font-weight:bold;
	
}
td.dpTDHover{
	font-weight:bold;
	background-color:#CCC;
	
}
td.dpTD{
	
}
td.dpDayHighlightTD{
	
	background-color: gray;
}




/* MENSAJES */
#mensage_chat_fecha{
	width:140px;
	height:20px;
	float:right;
	text-align:right;

}
#mensage_chat_usuario{
	width:100px;
	height:20px;

}
#mensage_chat_detalle{
	border: solid 1px #333;	
	padding: 5px;
}


/* FLOTANTES - MOVIMIENTOS */
#mov_img_mini{
	height: 120px;
	width: 120px;
	border: solid 1px black;
	float: right;
}
#mov_factura_logo{
	width: 50px;
	height: 50px;
	border: solid 1px;
	font-size: 40px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;

	
}

#flotante_busqueda{
	width: 800px;
	height: 400px;
	border: solid 2px #7d2b27;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -400px;
	margin-top: -200px;
	
	
	background: #f1f1f1;
	z-index: 99;
	visibility: hidden;
	padding: 20px;
	
}
#flotante_fondo{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background-color:#000000;
	/*IE*/
	filter: alpha(opacity=50);
	/*FireFox Opera*/
	opacity: .5;
	
	visibility: hidden;
	z-index: 98;
	
}
#flotante_sright{
	font-size: 10px;
	float: right;
	width: 70px;
	height: 290px;
	padding: 5px;
	border: solid 1px #7d2b27;
	margin-top: 10px;
	margin-right: 10px;

}
#flotante_sform{
	width: 660px;
	height: 20px;
	padding: 10px;
	border: solid 1px #7d2b27;
	margin-top: 20px;
	margin-left: 10px;
}
#flotante_title{
	font-size: 14px;
	color: #FFF;
		 
	
	width: 840px;
	height: 20px;
	
	background: #7d2b27;
	margin-left: -20px;
	margin-top: -20px;
}


#float_status{
	float: right;
	margin-right: 450px;
}



/* //////// VERSIONES //////////  */

#ver_box {
	
}
#ver_box #ver_version {
	color: #3A73A1;
	font-weight: bold;
	width: 60px;
	height: 25px;
	
	float:left;
}
#ver_box #ver_titulo {
	width: 400px;
	height: 25px;
	color: #3A73A1;
	font-weight: bold;
	float:left;
}
#ver_box #ver_fecha {
	width: 100px;
	height: 25px;
		
	float:left;
	
}
#ver_box #ver_detalle {
	width: 540px;
	margin-left: 60px;
	padding-left:20px;

	
	clear:both;
}
#ver_box #ver_item {
	display:list-item;
}
#topframe_ver{
	position: absolute;
	right: 20px;
	
}




/*   GESTION ST   */
/* otros */
#cl_his{
	border: solid 1px gray; 
	height: 120px; 
	width: 220px; 
	font-size: 9px;
	overflow-y: auto;
}




/* USUARIOS SMS*/

#flotante_SMS{
	width: 600px;
	height: 300px;
	border: solid 2px #7d2b27;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -400px;
	margin-top: -200px;
	
	
	background: #f1f1f1;
	z-index: 99;
	visibility: hidden;
	padding: 20px;
	
}
#flotante_SMS_title{
	font-size: 14px;
	color: #FFF;
		 
	
	width: 640px;
	height: 20px;
	
	background: #7d2b27;
	margin-left: -20px;
	margin-top: -20px;
}
#flotante_SMS_fondo{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background-color:#000000;
	/*IE*/
	filter: alpha(opacity=50);
	/*FireFox Opera*/
	opacity: .5;
	
	visibility: hidden;
	z-index: 98;
	
}



/*SISTEMA*/


/*SYSTEM ALERT*/ 
#sysAlert_fondo, #sysAlert2_fondo{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background-color:#000000;
	/*IE*/
	filter: alpha(opacity=50);
	/*FireFox Opera*/
	opacity: .5;
	
	visibility: hidden;
	z-index: 98;
	
}

#sysAlert_title, #sysAlert2_title{
	width: 472px;
	height: 20px;
	text-align: left;
	background-color:#29292c;
	font-weight: bold;
	color: white;
	padding: 2px;
	float: left;
}
#sysAlert_text, #sysAlert2_text{
	width: 495px;
	min-height: 45px;
	float: left;
	text-align: left;
	padding: 5px;
	
}
#sysAlert_boton, #sysAlert2_boton{
	width: 20px;
	height: 20px;
	text-align: center;
	float: left;
	font-weight: bold;
	padding: 2px;
	background-color:#29292c;
}


#sysAlert_boton a:link{ color: white; text-decoration: none;}
#sysAlert_boton a:visited{ color: white; text-decoration: none;}
#sysAlert_boton a:hover{ color: black; text-decoration: none;}




/* NUEVO SYSTEM ALERT*/
.sysAlert_g{
	width: 500px;
	min-height: 100px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -250px;
	margin-top: -75px;
	z-index: 99;
	
	text-align: right;
	
	border: solid 2px #29292c;
	
	background-color:#ade2a0;
	visibility: hidden;
	
	/*IE*/
	filter: alpha(opacity=90);
	/*FireFox Opera*/
	opacity: .9;
	
}

.sysAlert_r{
	width: 500px;
	min-height: 100px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -250px;
	margin-top: -75px;
	z-index: 99;
	
	text-align: right;
	
	border: solid 2px #29292c;
	
	background-color:#d89c9c;
	visibility: hidden;
	
	/*IE*/
	filter: alpha(opacity=90);
	/*FireFox Opera*/
	opacity: .9;
	
}

.sysAlert_y{
	width: 500px;
	min-height: 100px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -250px;
	margin-top: -75px;
	z-index: 99;
	
	text-align: right;
	
	border: solid 2px #29292c;
	
	background-color:#ebe89f;
	visibility: hidden;
	
	/*IE*/
	filter: alpha(opacity=90);
	/*FireFox Opera*/
	opacity: .9;
	
}

















/* panel de busqueda rapida */

#rap_cont{
	position: absolute;
	width: 700px;
	height: 200px;
	background-color:#FFF;
	
    top:50%;
    left: 50%;
    margin-top: -100px;
    margin-left: -300px;
    
    border: solid 1px #666666;
    padding: 10px;
    
}

#rap_title{
	width: 720px;
	height: 10px;
	background-color:#7d2b27;
	margin-top: -10px;
	margin-left: -10px;
	
}

#rap_resultCod, .rap_resultCod{
	width: 80px;
	height: 40px;
	background-color: #ADE2A0;
	font-size: 30px;
	margin-top: 10px;
	border: solid 1px #A0A0A0;
	
}

#rap_resultDes{
	width: 490px;
	height: 80px;
	font-size: 30px;
	color:#333333;
	background-color: #FFFFEE;
	border: solid 1px #EFDC90;
}

#rap_resultPre{
	margin-top: 10px;
	width: 140px;
	height: 40px;
	font-size: 30px;
	background-color: #FFFFEE;
	border: solid 1px #EFDC90;
	text-align: right;
	margin-left: 350px;
	color:#333333;
}

#rap_imagen{
	margin-top: 10px;
	margin-right: 5px;
	width: 180px;
	height: 180px;
	border: solid 1px #EFDC90;
	float: right;
	text-align:center;
	font-size: 140px;
	color:#E0E0E0;
}




/*///////////////////////*/
	/* CONTROL TABS */
/*///////////////////////*/


#Main_tab_menu{
	/*background-color: #666666;*/
	
}
#Main_tab_menu .Main_tab_button{
	color: white;
	background-color: #424246;
	
	padding: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	
	display: inline-block;
	cursor:pointer;
	
}

#Main_tab_menu .Main_tab_button_active{
	color: black;
	background-color: #e3d0cf;
	
	
	padding: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	
	display: inline-block;
	cursor:pointer;
}

.Main_tab_cont{
	background-color: #e3d0cf;
	width: 930px;
	min-height: 300px;
	padding: 10px;
	position: absolute;
	visibility: hidden;
	z-index: 1;
}

.Main_tab_cont_active{
	background-color: #e3d0cf;
	width: 930px;
	min-height: 300px;
	padding: 10px;
	visibility: visible;
	z-index: 1;
}

#mid_fieldset.mid_fieldset {
	background: red;
}


#noticias_cont {
	width: 800px;
	min-height: 100px;
	

}
#noticias_titulo {
	width: 850px;
	height: 25px;
	border-bottom: solid 1px gray;
	font-size: 18px;
	font-weight: bold;

}
#noticias_cuerpo {
	width: 800px;
	padding: 20px;
	overflow: auto;

}
#noticias_fecha {
	width: 100px;
	
	
	float: right;
	font-size: 14px;
	

}