a {
	font-weight: bold;
	text-decoration: none;
	font-size: 11px;
}
a:link {color:#2E2E2E;}      /* unvisited link */
a:visited {color:#2E2E2E;}  /* visited link */
a:hover {color:black;text-decoration: underline;}  /* mouse over link */
a:active {color:#2E2E2E;}  /* selected link */


.columna_menu{
	width: 200px;vertical-align: top!important ;
}

.link_amarillo{
	color: #dde786!important;font-size: 15px!important;font-weight: bold;
}

.link_blanco{
	color: white!important;font-size: 15px!important;font-weight: bold;
}

.link_gris{
	color: black!important;font-size: 14px!important;font-weight: bold!important;
}

.boton_conf{
	 opacity: 55%;
}

.boton_conf:hover{
	 opacity: 90%;
}

.cuadro_grilla{
	background: #e9e9e9;
	padding: 15px;
}

input:focus{
	background-color: #E4FFFE;
}
.form{
	border-bottom: 1;
	border-left: 1;
	border-right: 1;
	
}

.texto_form{
	font-size: 15px;
	font-weight: bold;
}

.grilla_multi_dos{
	display: grid;
	margin: auto;
	padding: 10px;
	width: 98%;
	grid-template-columns: 15% 30% 10% 15% 30%;
}

.fieldsetform{
	margin-bottom: 15px;
}

.tabla_form{
	display:table;clear: both;margin-top: 10px;width: 100%;margin-bottom: 10px;max-width: 545px;
}

.border_table_form{
	padding: 5px 5px 5px 5px;
	background-color:#EFFED9;
	border: 1px solid;
	
}

.sucursales{
	
}

.sucursales input{
	display: inline;
	margin-left: 10px;
}

.lef{
	border-left-width: medium;
	border-left-color: silver;
	border-left-style: solid;
	text-align: center;
}

.rig{
    border-right-width: medium;
	border-right-color: silver;
	border-right-style: solid;
	text-align: center;
}

.tabla_cabecera{
	
}


.tabla_cabecera tr td{
	border-left-width: medium;
	border-left-color: silver;
	border-left-style: solid;
	text-align: center;
}

.selectui{
	margin-bottom: 12px;
}

    .ui-dialog .ui-state-error { padding: .3em; }
    .validateTips { border: 1px solid transparent; padding: 0.3em; }


.ventana_ovalada { 
border-radius:10px; 
-moz-border-radius:10px; /* Firefox */ 
-webkit-border-radius:10px; /* Safari y Chrome */ 

/* Otros estilos */ 
border:1px solid #333;
background:#eee;
width:100%;
padding:5px;
}

.ventana_cabecera{
	border-radius:20px; 
	-moz-border-radius:10px; /* Firefox */ 
	-webkit-border-radius:10px; /* Safari y Chrome */ 
	
	/* Otros estilos */ 
	border:1px solid #E6E6E6;

	min-width:800px;
	max-width:90%;
	padding:8px;
	height:20px;
	margin-left: auto;
	margin-right: auto;
	margin: auto;
}


.ventana_ovalada_manto{
	border-color:#E95C00;
	border-radius:10px; 
	-moz-border-radius:10px; /* Firefox */ 
	-webkit-border-radius:10px; /* Safari y Chrome */ 
	
	/* Otros estilos */ 
	border:1px solid silver;
	background:white;
	min-width:800px;
	max-width:90%;
	padding:5px;
	margin-left: auto;margin-right: auto; margin: auto; width:90%;
}


.messagealert{
	border-color: #a5a831;
	background-color: #fcfeb9;
	color:#3e3e35;
	margin-left:5px;
	margin-top:5px;
	margin-right:5px;
	margin-bottom:5px;
	font-weight: bold;
	font-size:12px;
	margin-left: auto;margin-right: auto; margin: auto; width:95%;
	border-style:solid; 
	border-width:2px;
		padding-left:5px;
	padding-top:5px;
	padding-right:5px;
	padding-bottom:5px; 
}

.messageerror{
	border-color: #D90C0C;
	background-color: #F7E0E0;
	color:#BB0000;
	margin-left:5px;
	margin-top:5px;
	margin-right:5px;
	margin-bottom:5px;
	font-weight: bold;
	font-size:12px;
	margin-left: auto;margin-right: auto; margin: auto; width:95%;
	border-style:solid; 
	border-width:2px;
		padding-left:5px;
	padding-top:5px;
	padding-right:5px;
	padding-bottom:5px; 
}

.messageexito{
	border-color: #3BB01D;
	background-color: #E1F5DC;
	color:#336626;
	margin-left:5px;
	margin-top:5px;
	margin-right:5px;
	margin-bottom:5px;
	font-weight: bold;
	font-size:12px;
	margin-left: auto;margin-right: auto; margin: auto; width:95%;
	border-style:solid; 
	border-width:2px;
		padding-left:5px;
	padding-top:5px;
	padding-right:5px;
	padding-bottom:5px; 
}

.messageerror *{
 
	padding-left:5px;
	padding-top:5px;
	padding-right:5px;
	padding-bottom:5px; 
  
}

.btn {
  background: #A1E8A6;
/*   background-image: -webkit-linear-gradient(top, #e3e5e6, #9ea0a1); */
/*   background-image: -moz-linear-gradient(top, #e3e5e6, #9ea0a1); */
/*   background-image: -ms-linear-gradient(top, #e3e5e6, #9ea0a1); */
/*   background-image: -o-linear-gradient(top, #e3e5e6, #9ea0a1); */
/*   background-image: linear-gradient(to bottom, #e3e5e6, #9ea0a1); */
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border : 0.5px solid #8A8A8A;
  border-radius: 28px;
  font-family: Arial;
  color: #302f30;
  font-size: 12px;
  padding: 4px 10px 5px 12px;
  text-decoration: none;
  cursor: pointer;
}

.btn:hover {
  background: #D5EE4C;
  background-image: -webkit-linear-gradient(top, #D5EE4C, #8DCB03);
  background-image: -moz-linear-gradient(top, #D5EE4C, #8DCB03);
  background-image: -ms-linear-gradient(top, #D5EE4C, #8DCB03);
  background-image: -o-linear-gradient(top, #D5EE4C, #8DCB03);
  background-image: linear-gradient(to bottom, #D5EE4C, #8DCB03);
  text-decoration: none;
  
}

.button {
cursor:pointer;
   border-top: 1px solid #12691f;
   background: #14521c;
   background: -webkit-gradient(linear, left top, left bottom, from(#2b9c4f), to(#14521c));
   background: -webkit-linear-gradient(top, #2b9c4f, #14521c);
   background: -moz-linear-gradient(top, #2b9c4f, #14521c);
   background: -ms-linear-gradient(top, #2b9c4f, #14521c);
   background: -o-linear-gradient(top, #2b9c4f, #14521c);
   padding: 4px 8px;
   -webkit-border-radius: 6px;
   -moz-border-radius: 6px;
   border-radius: 6px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: #ffffff;
   font-size: 13px;
   font-family: 'Lucida Grande', Helvetica, Arial, Sans-Serif;
   text-decoration: none;
   vertical-align: middle;
   width:auto;
   }
.button:hover {
   border-top-color: #318c32;
   background: #318c32;
   color: #ffffff;
   width:auto;
   }
.button:active {
   border-top-color: #6ce354;
   background: #6ce354;
   width:auto;
   }
   
   
   
   
   
   
   
   
table.tftable {font-size:12px;color:#333333;width:100%;border-width: 1px;border-color: #9dcc7a;border-collapse: collapse;}
table.tftable th {font-size:12px;background-color:#abd28e;border-width: 1px;padding: 8px;border-style: solid;border-color: #9dcc7a;text-align:left;}
table.tftable tr {background-color:#ffffff;}
table.tftable td {font-size:12px;border-width: 1px;padding: 8px;border-style: solid;border-color: #9dcc7a;}


