body {
  /*background: #DDDDDD;*/
  font-family: Verdana;
  font-size: 10px;
  scrollbar-base-color: #C0C0C0;
  scrollbar-base-color: #C0C0C0;
  scrollbar-3dlight-color: #C0C0C0;
  scrollbar-highlight-color: #C0C0C0;
  scrollbar-track-color: #EBEBEB;
  scrollbar-arrow-color: black;
  scrollbar-shadow-color: #C0C0C0;
  scrollbar-dark-shadow-color: #C0C0C0;
  background-image: url(img/background1.png);
  padding: 0;
  margin: 0;
  
}
/********************************************CHECK BOX NUEVO*****************************************/
label {
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
input[type=checkbox].css-checkbox {
    position: absolute; 
    overflow: hidden; 
    clip: rect(0 0 0 0); 
    height:1px; 
    width:1px; 
    margin:-1px; 
    padding:0;
    border:0;
    color: black;
}

input[type=checkbox].css-checkbox + label.css-label {
	padding-left:20px;
	height:15px; 
	display:inline-block;
	line-height:15px;
	background-repeat:no-repeat;
	background-position: 0 0;
	font-size:1.2em;
	vertical-align:middle;
	cursor:pointer;
    color: black;
}
.heading{
    font-size: 40px;
    text-align: center;
    color: #f1f1f1;
    margin-bottom: 40px;
}
input[type=checkbox].css-checkbox:checked + label.css-label {
	background-position: 0 -15px;
}

.css-label{
	background-image:url(http://csscheckbox.com/checkboxes/dark-check-green.png);
}
.vlad{background-image:url(http://csscheckbox.com/checkboxes/vlad.png);}
.dark-plus-cyan{background-image:url(http://csscheckbox.com/checkboxes/dark-plus-cyan.png);}
/********************************************FIN CHECK BOX********************************************/
.con_estilo {
width: 150px;
padding: 3px;
font-size: 14px;
border: 1px solid #ccc;
height: 30px;
background-color:#ddd;
text-shadow: 1px 1px 1px #000000;
}
input.powerdown{
    background-image: url(img-new/salir_del_sistema.jpg);
    background-repeat: no-repeat;
    height: 120px;
    width:120px;
    border: none;
}
div.topmenuread {
    width:100%;
    position: fixed;
    top:0;
    right: 0;
    z-index: 10;
    background-image: url('images/degrade.png');
    background-repeat: repeat-x;
}
div.enviado{vertical-align: middle; font-family: fantasy; font-size: 2.5em; }

/*FORMULARIO*/

.textbox {
    background: none repeat scroll 0 0 #c1bfbf;
    border-radius: 5px;
    color: #164a20;
    display: block;
    font-family: calibri;
    font-size: 20px;
    padding: 5px;
    text-shadow: 1px 1px 1px #CCCCCC;
    width: 420px;
    height: 150px;
}
div.cantmensajes{
    padding-top: 0px;
    /*border: white solid 1px;*/
    border: 0;
    font-family: courier new;
    font-size: 1.5em;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    color: white;
    height:20px;
    width:25px;
    background:#4EC551;
    /*-moz-border-radius: 100px;
    -webkit-border-radius: 100px;*/
    /*position: absolute;
    margin-right:-15px;
    margin-top:-10px;*/
    z-index: 10;
}
div.piepagina{
    margin-bottom: -100px;
    position: absolute;
    text-align: center;
    font-family: tahoma;
    font-size: 12px;
    font-weight: 200;
    color: black;
    text-decoration: none;
    
}
div.sinmensajes{
    padding-top: 0;
    /*border: white solid 1px;*/
    border:0;
    font-family: courier new;
    font-size: 1.5em;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    color: white;
    height:20px;
    width:25px;
    background:silver;
    /*-moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    position: absolute; 
    margin-left:5px;
    margin-top:-30px;*/
    z-index: 10;
}
div.cantimportantes{
    padding-top: 0px;
    /*border: white solid 1px;*/
    border:0;
    font-family: courier new;
    font-size: 1.5em;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    color: white;
    height:20px;
    width:25px;
    background:#f0a030;
    /*-moz-border-radius: 100px;
    -webkit-border-radius: 100px;*/
    /*position: absolute;
    margin-left:-10px;
    margin-top:5px;*/
    z-index: 10;
}



/*--- estilos para los ul y li del formulario ---*/
.contact_form ul {
    width:500px;
    list-style-type:none;
    margin:0px;
    padding:0px;
}
.contact_form li{
    padding:12px;
    border-bottom:1px solid #eee;
    position:relative;
}
.contact_form label {
    color: #555555;
    display: inline-block;
    float: left;
    font-family: calibri;
    font-size: 13px;
    font-weight: bold;
    margin-top: 3px;
    padding: 3px;
    width: 90px;
}
.contact_form input {
    height:20px;
    width:220px;
    padding:5px 8px;
}
.contact_form textarea {
    width:280px;
    border: 3px solid #cccccc;
	padding: 3px;
	font-family: Tahoma, sans-serif;
    height: 200px;
}
.contact_form button {
    margin-left:90px;
}

/*----- estilos visuales de los elementos --------*/

.contact_form input, .contact_form textarea {
    border:1px solid #aaa;
    box-shadow: 0px 0px 3px #ccc, 0 10px 15px #eee inset;
    border-radius:2px;
    color: #888;
    font-size: 12px;
    padding-right:30px;
    -moz-transition: padding .25s;
    -webkit-transition: padding .25s;
    -o-transition: padding .25s;
    transition: padding .25s;
}
.contact_form input:focus, .contact_form textarea:focus {
    background: #fff;
    border:1px solid #555;
    box-shadow: 0 0 3px #aaa;
    padding-right:80px;
}

/* === Estilos de Validacion === */    

.contact_form input:required:valid, .contact_form textarea:required:valid {
    box-shadow: 0 0 5px #5cd053;
    border-color: #28921f;
}
.contact_form input:focus:invalid, .contact_form textarea:focus:invalid {
    box-shadow: 0 0 5px #d45252;
    border-color: #b03535
}

/* === Estilos del boton de Envio === */
button.submit {
    padding: 9px 17px;
   font-family: Helvetica,calibri, Arial, sans-serif;
   font-weight: bold;
   line-height: 1;
   color: #444;
   border: none;
   text-shadow: 0 1px 1px rgba(255, 255, 255, 0.85);
   background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#bbb));
   background-image: -moz-linear-gradient(0% 100% 90deg, #BBBBBB, #FFFFFF);
   background-color: #fff;
   border: 1px solid #f1f1f1;
   border-radius: 10px;
   box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}
button.submit:hover {
    opacity:.55;
    cursor: pointer;
    color: #fff;
}
button.submit:active {
    border: 1px solid #222;
    box-shadow: 0 0 10px 5px #444 inset;
}

/*FORMULARIO*/
p.bienvenida{
    position: absolute;
    right: 50px;
       
}
div.background{
    background-image: url(img-new/coop_fondo.png);
    background-repeat: no-repeat;
    position: absolute;
    z-index: -1000;
    width: 250px;
    height: 250px;
}
div.fechahora {
    position: absolute;
    top: 0;
    right: 0;
}
div.panelusuario{ 
    position: absolute;
    right: 5px;
    top: 5px;        
}
div.piepagina{
    position: absolute;
    right: 30%;
    bottom: 0;
    
}
@font-face {
font-family: "segoeui";
src: url(fonts/segoeui.ttf) format("opentype");
}
.texto {
font-family: segoeui, Arial, Verdana, sans-serif;
color: black;
font-size: 10px;
}

@font-face {
font-family: "segoeui";
src: url(fonts/segoeui.ttf) format("opentype");
}
.texto1 {
font-family: segoeui, Arial, Verdana, sans-serif;
color: black;
font-size: 24px;
}
body.sombra {
	background-attachment: fixed;
	background-image: url(sombra.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.highlightit img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.highlightit:hover img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);
-moz-opacity: 0.8;
opacity: 0.8;
}
a:link {
  color: black;
  font-weight: bold; text-decoration: none; 
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  
}
a:visited {
  color: white; font-weight: bold; text-decoration: none; 
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
}
a:active {
  color: #ff9900; font-weight: bold; text-decoration: none; 
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;  
}
  
a:hover {
  color: white; text-decoration: none; 
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
  text-shadow: 1px 1px 1px #111111;
}
input.ingresar{
    background-image: url(img-new/boton_ingresar.png);
    background-repeat: no-repeat;
    width: 26px;
    height: 26px;
    border: 0;
}
label {
	font-size: 10px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #FFF;
	display: block;
}

.campo {
  background-image:url(a1.jpg);
  background-repeat:no-repeat;   
	border: 1px Solid #222;
	color: #000;
	font-family: segoeui, Arial, Verdana, tahoma, sans-serif;
	font-size: 12px;
	font-weight: bold;
    width:120px;
	height:20px;
    padding-left: 3px;
}
table.tabla1{
	font-family: Georgia, "Times New Roman", Times, serif;
	background-image: url(fondotabla.jpg);
	background-position: center;
	background-repeat: no-repeat;
}
table.tabla2{
	font-family: Georgia, "Times New Roman", Times, serif;
	background-image: url(fondotabla1.jpg);
	background-position: center;
	background-repeat: no-repeat;
}

input.boton {
	color:#ffffff;
	background-color:#007E77;
	border: 1px solid;
	border-color: #000000;
	font: arial;
	font-weight: bolder;
}

#verclave { background:url('img/ver_clave.gif') no-repeat; border: none; width: 100px; heigh: 20px; }
#buscar { background:url('img/buscar.gif') no-repeat; border: none;width: 100px; heigh: 20px;}
#consultar { background:url('img/consultar.gif') no-repeat; border: none; width: 100px; heigh: 20px;}
#ingresar { background:url('img/ingresar.gif') no-repeat; border: none; width: 100px; height: 20px;}
#cerrar { background:url('img/cerrar.gif') no-repeat; border: none; width: 100px; height: 20px;}
#ejecutar { background:url('img/ejecutar.gif') no-repeat; border: none; width: 100px; height: 20px;}
#guardar { background:url('img/guardar.gif') no-repeat; border: none; width: 100px; height: 20px;}

img {
    padding:0px;
    border:0px;
	background-repeat: no-repeat;
}

td.td1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
td.td2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #cccccc;
}
td.td3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #99cccc;
}

table.listado {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}
table.tabla3 {

	font-family: Georgia, "Times New Roman", Times, serif;
	background-image: url(fondotabla2.jpg);
	background-position: center;
	background-repeat: no-repeat;
}

table.datos {
	font-family: Verdana, Arial, Helvetica, sans-serif;
    border-width: 2px;
	border-left-color: #007E77;
	border-left: 2px;
	border-left-style:solid;
	border-right-color: #007E77;
	border-right: 2px;
	border-right-style:solid;
	border-top-color: #007E77;
	border-top: 2px;
	border-top-style:solid;
	border-bottom-color: #007E77;
	border-bottom: 2px;
	border-bottom-style:solid;
	font-size: 11px;
	border-spacing: 2px;
	border-collapse: collapse;
    padding: 5px;
    border-radius:5px;
    background-color: white;
    padding-left: 30px;
    padding-top: 30px;
    /*height: 95%;*/
    /*width: 95%;*/
    /*margin-top: 20px;*/
    /*margin-left: 20px*/
}
table.datosmodeminst {
	font-family: Verdana, Arial, Helvetica, sans-serif;
    border-width: 2px;
	border-left-color: #007E77;
	border-left: 2px;
	border-left-style:solid;
	border-right-color: #007E77;
	border-right: 2px;
	border-right-style:solid;
	border-top-color: #007E77;
	border-top: 2px;
	border-top-style:solid;
	border-bottom-color: #007E77;
	border-bottom: 2px;
	border-bottom-style:solid;
	font-size: 11px;
	border-spacing: 2px;
	border-collapse: collapse;
    padding: 5px;
    border-radius:5px;
    background-color: white;
 
}


#menu3 a {
color:black;
background-color:white;
text-decoration:none;
text-indent:1ex;
}
#menu3 a:hover {
color:white;
background-color:#A6AE9A;
}
#menu3 a:active	{color:black;text-decoration:none;}
#menu3 a:visited	{color:black;text-decoration:none;}

tr.resaltar { 
    background-color: #A6AE9A; 
    cursor: pointer; 
}  

.button, .button:visited { /* botones gen�ricos */
  background: #222 url(URL_overlay.png) repeat-x;
  display: inline-block;
  padding: 4px 12px 4px;
  color: #FFF;
  text-decoration: none;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
  text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
  border-bottom: 1px solid rgba(0,0,0,0.25);
  position: relative;
  cursor:pointer;
}
.button:hover { /* el efecto hover */
  background-color: #111;
  color: #FFF;
}
.button:active{  /* el efecto click */
  top: 1px;
}

 /* botones peque�os */
.small.button, .small.button:visited {
  font-size: 11px ;
}
.green.button, .green.button:visited { background-color: #007e77; }
.green.button:hover{ background-color: #299999; }
.silver.button, .silver.button:visited { background-color: silver; }
.silver.button:hover{ background-color: silver; }


/**  Transici�n */
 	.w8-button, .w8-icon { transition: 0.2s all ease; -moz-transition: 0.2s all ease; -webkit-transition: 0.2s all ease; -o-transition: 0.2s all ease; -ms-transition: 0.2s all ease; }

/** Fuentes */
 	@font-face {
	    font-family: 'open_sans_lightregular';
	    src: url('../fonts/opensans-light-webfont.eot');
	    src: url('../fonts/opensans-light-webfont.eot?#iefix') format('embedded-opentype'),
	         url('../fonts/opensans-light-webfont.woff') format('woff'),
	         url('../fonts/opensans-light-webfont.ttf') format('truetype'),
	         url('../fonts/opensans-light-webfont.svg#open_sans_lightregular') format('svg');
	    font-weight: 800;
	    font-style: normal;
	}

/** Botones */
 	.w8-button { display: table; padding: 7px 15px 8px 15px; border: none; font-family: "open_sans_lightregular"; font-size: 13px; font-weight: bold; cursor: pointer; opacity: 0.9; }
 	.w8-icon { display: table; padding: 7px 7px 7px 7px; border: none; background: url(../images/win.png) no-repeat center; cursor: pointer; opacity: 0.9; width: 48px; height: 48px; }
 	.w8-button:hover, .w8-icon:hover { opacity: 1; }	
 	.w8-button:active, .w8-icon:active { color: white !important; background-color: #191919 !important; }

 	.w8-button.iconize { padding-right: 50px !important; background: url(../images/win.png) no-repeat 115px center; }

	.w8-button.red, .w8-icon.red { color: #fff; background-color: #d9522c; }
	.w8-button.green, .w8-icon.green { background-color: #009900; }
	.w8-button.pink, .w8-icon.pink { background-color: #ae193e; }
	.w8-button.d-blue, .w8-icon.d-blue { color: #fff; background-color: #0099ab; }
	.w8-button.yellow, .w8-icon.yellow { background-color: #fba919; }
	.w8-button.l-blue, .w8-icon.l-blue { color: #fff; background-color: #2d87ef; }
	.w8-button.violet, .w8-icon.violet { background-color: #5b39b6; }
	.w8-button.grey, .w8-icon.grey { background-color: #474747; }

	/** (UnComment if you don't like border) */
	/*.w8-button, .w8-icon { border: solid 2px white; }*/

	/** (Comment if you don't like border on hover) */
	.w8-button:hover { color: #000; border-left: solid 3px white; }
    
    /*MI BOTON PERSONALIZADO*/
    .custom-icon { padding: 7px 7px 7px 7px; border: none; background: url(../images/win.png) no-repeat center; cursor: pointer; opacity: 0.9; width: 48px; height: 48px; }
    .custom-button:hover, .w8-icon:hover { opacity: 1; }	
 	.custom-button:active, .w8-icon:active { color: white !important; background-color: #191919 !important; }
    .custom-button { padding: 5px 13px 6px 13px; border: none; font-family: "open_sans_lightregular"; font-size: 12px; font-weight: bold; cursor: pointer; opacity: 0.9; }
    .custom-button, { transition: 0.2s all ease; -moz-transition: 0.2s all ease; -webkit-transition: 0.2s all ease; -o-transition: 0.2s all ease; -ms-transition: 0.2s all ease; }
    .custom-button:hover { color: #000; border-left: solid 3px white; }
    .custom-button.l-blue, .w8-icon.l-blue { color: #fff; background-color: #2d87ef; }
    .custom-button.green, .w8-icon.green { color: #fff; background-color: #007e77; }
    .custom-button.red, .w8-icon.red { background-color: #e82e09; }
    .custom-button.violet, .custom-icon.violet { background-color: #5b39b6; }
table.leermensajes{
    border-right: black solid 2px;
    border-bottom: black solid 2px;
    border-left: black solid 1px;
    border-top: black solid 1px;
    font-size: 12px;
    
}
table.leermensajes #origen{
    font-weight: bolder;
    color: red;
}

/*formato imput file nuevo*/
.file-input-wrapper {
    width: 80px;
    height: 30px;
    overflow: hidden;
    position: relative;
  }
  .file-input-wrapper > input[type="file"] {
    font-size: 80px;
    height: 30px;
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0;
    
  }
  .file-input-wrapper > .btn-file-input {
    display: inline-block;
    width: 80px;
    height: 30px;

  }
.uploadfile input.upload {
	position: relative;
	top: 0px;
	right: 0px;
	margin: 0;
    padding: 5px;
	font-size: 20px;
	cursor: pointer;
    opacity: 0;
	filter: alpha(opacity=0);
  }
  
  
 /*estilos tooltips nuevo proveedores*/
 .tooltip{
   position: absolute;
   background: #c0df71;
   color: #fff;
   border-radius:10px;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	padding: 10px;
	margin-top: -10px;
	margin-left: 10px;
   z-index: 3;
   display: none;
	background-color: #ff934f;
}

.tooltip-seg{
   position: absolute;
   background: #c0df71;
   color: #fff;
   border-radius:10px;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	padding: 10px;
	margin-top: -10px;
	margin-left: 30px;
   z-index: 3;
   display: none;
	background-color: #ff934f;
}


textarea#styled {
	/*width: 100%;
	height: 100%;*/
	border: 3px solid #cccccc;
	padding: 5px;
	font-family: Tahoma, sans-serif;
	background-position: bottom right;
	background-repeat: no-repeat;
}

#element_to_pop_up { 
    background-color:#fff;
    border-radius:15px;
    color:#000;
    display:none; 
    padding:20px;
    min-width:400px;
    min-height: 180px;
}
#element_to_pop_up2 { 
    background-color:#fff;
    border-radius:15px;
    color:#000;
    display:none; 
    padding:20px;
    min-width:400px;
    min-height: 180px;
}

.b-close{
    cursor:pointer;
    position:absolute;
    right:10px;
    top:5px;
}
/*Agregado por Eze*/
div#titulo{
    background-color: #007e77;
    width: 212px;
    margin: 0 auto;
    display: none;
} 
div#precarga{
    width: 250px;
    margin: 0 auto;
    
} 
div#precarga>img{
    width: 13px;
    height: 13px;
}
div#tv{
    display: none;
}

/*Fin de agregado por Eze*/
