.ui-panelgrid td, .ui-panelgrid tr{
    border-style: none !important
}

.ui-menuitem-text {
  font-family: "OpenSans-Regular";
  font-size: 14px;
  width: 160px;
  display: -webkit-box;  
  -webkit-line-clamp: 2; /*  Muestra máximo 2 líneas */
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.4; /*  Ajusta la altura de línea */
  word-wrap: break-word; /*  Ajusta palabras largas */    
}
.ui-menu .ui-widget .ui-widget-content .ui-corner-all .ui-helper-clearfix {
  width: 120px;	 
}

.ui-panel-title {
	font-family: "Montserrat-SemiBold";
	font-size: 16px;
	color: #336699;	
}

H2 {
    font-family: Arial, Helvetica, sans-serif;
    color:#336699;
    border : solid #cccc99;
    font-size: 12px;
    border-width : 0px 0px 2px 0px;
    width : 100%;
}
.col_right_align {
	font-weight: bold;
	text-align: right;
}
body {
    /* background-color: #7088A2; #f4f7f9*/
    background-color: #ffffff;
    font-size:90% !important;    
}

.accesoLogin {
   padding-left: 95px;	
   width:525px; /*470*/
}
.creacionUsuarios {
   width:80%; 
}
.formatoLogin1 {
   width: 225px; /*180*/
   padding: 2px;	
}
.formatoLogin2 {
   width: 425px; /*425*/
   padding: 2px;	
}
.formatoLoginClv {
   width: 213px;
   padding: 2px;	
}
.formatoLoginClave {
   width: 355px;
   padding: 2px;	
}
.formatoLoginService {
   width: 138px;
   padding: 2px;	
}
.formatoOpcionesMenu {
   width: 425px;	/*380*/
}
.formatoSearchService {
   width: 134px;
   padding: 2px;	
}

.formatoProducto {
   width: 410px;
   padding: 2px;	
}
.formatoInputProducto {
   width: 425px; /*425*/
   padding: 2px;	
}

.textLogin {
  font-family: "Montserrat-Regular";
  font-size:11px; 
  width:225px;
  height:10px;
  background-color: #f4f7f9;
  padding:7px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  line-height:9px;
  float:left;
  box-shadow: none;
  border: 1px solid black;  
}

.ui-inputfield, .ui-selectonemenu, .ui-selectonemenu-item {
  font-family: "OpenSans-Regular";
  font-size: 11px;
  color: #09415c;
  letter-spacing: 0;
  line-height: 25px;
}
.ui-selectonemenu .ui-widget .ui-state-default .ui-corner-all {
  font-family: "OpenSans-Regular";
  font-size: 11px;
  color: #09415c;
  letter-spacing: 0;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;  
  line-height: 25px;	
}
.contenedor_global {
  width: 1254px;	
  /* background-color:  #f2f3f7;*/
  border: 2px;
  /* border-right: 5px solid red;*/
}
.contenedor_izquierda {
  float: left;
  width: 216px;	
}
.contenedor_derecha {
  float: left;
  width: 1038px;
  background-color: #ffffff;
}

.whatsapp-float {
      position: fixed;
      width: 60px;
      height: 60px;
      bottom: 20px;
      right: 20px;
      background-color: #25D366;
      color: #FFF;
      border-radius: 50%;
      text-align: center;
      font-size: 36px;
      box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
      z-index: 1000;
    }

.whatsapp-float:hover {
      background-color: #1EBE57;
    }

.whatsapp-icon {
      margin-top: 12px;
    }


