﻿html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}


body   
{
    background-color:White ;
    font-size: .80em;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    margin: 0px auto; /* con esto queda centrada la pagina */ 
    padding: 0px;
    color: #696969;
    /*border:1px solid #e4e4e4;*/
    width:980px;
	text-align:left;	
}



a:link, a:visited
{
    color: #656565;
    text-decoration: none;
}

a:hover
{
    color: #006600;
    background-color: #e9e9e9;
}

a:active
{
  color: #656565; 
}


p
{
    margin-bottom: 1px;
    line-height: 1.1em;    
}

.IMAGE
{
    color: #FF0000;
    text-decoration: none;
    
}

/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 16px;
    color: #666666;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1
{
    font-size: 15px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2
{
    font-size: 13px;
    font-weight: 600;
}

h3
{
    font-size: 13px;
}

h4
{
    font-size: 13px;
}

h5, h6
{
    font-size: 9px;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page
{
    width: 970px;    
    background-color: #fff;
    margin: 5px;
    
}

.header
{    
    position: relative;
    margin: 0px;
    padding: 0px;
    background-color:White;    
    width: 100%;
    top: 0px;
    left: 0px;
}

.header h1
{
    font-weight: 700;
    border: none;       
    color: #059ddd;
    font-size: 15px;    
    padding:0px 0px 0px 5px;
}

.mapa_sitio {
    padding: 2px;
    margin: 3px 0px 3px 0px;
    min-height: auto; /*: 420px;*/
    background-color: #0303b8; /* celeste anterior #059ddd */
}

.mapa_sitio_nodo_actual
{
    color: #FFFFFF;
    font-weight: bold;
}


.main
{
    padding: 0px;
    margin: 0px; 
    min-height:auto; /*: 420px;*/
    text-align:left;    
}

.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer
{
    width: 960px;    
    color: White ;
    background-color:#656565;        
    margin: 1px 5px 1px 5px;
    padding: 1px 5px 2px 5px;
    text-align: center;
    line-height: normal;
    
}




/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink
{       
    background-color:#646464;
    width:100%;          
}

div.menu
{
    padding: 0px 0px 0px 0px;
    font-size: 12px;
    font-style: normal;
        background-color:#646464;
    width:100%; 
}

div.menu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
    z-index:999; /* agregado 2015-06-06 para que el menu de opciones se posicione sobre cualquier objeto. ver capacitacion de capas  */    
}

div.menu ul li a, div.menu ul li a:visited
{
    background-color: #646464;
    border: 1px #e9e9e9 solid;
    color: #e9e9e9;
    display: block;
    line-height: 1.35em;
    padding: 2px 10px 2px 10px;
    text-decoration: none;
    white-space: nowrap;
    
}

div.menu ul li a:hover
{
    background-color: #e9e9e9;
    color: #646464;
    text-decoration: none;
}

div.menu ul li a:active
{
    background-color: #646464;
    color: #cfdbe6;
    text-decoration: none;
}



/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    margin: 0px 0px 1px 0px;
    padding: 10px;
    border: 1px solid #ccc;    
}

fieldset p 
{
    margin: 0px 0px 0px 0px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

legend  
{
    font-size: 1em;
    font-weight:600;
    padding: 1px 1px 1px 1px;    
    align-items: center;
    align-content:center;
}


div.accountInfo
{
    width: 42%;
}

div.ImagenCentrada
{    
    position:absolute;
    top:25px; 
    left:405px; 
    margin-top:110px; 
    margin-left:-300px;         
}



/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}

.title
{
    display: block;
    float: left;
    text-align: left;
    width: auto;
}

.loginDisplay
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px 0px 0px 0px ;
    color:Gray ;
}

.loginDisplay a:link
{
    color: gray;
}

.loginDisplay a:visited
{
    color: gray;
}

.loginDisplay a:hover
{
    color:#656565;
}

.failureNotification
{
    font-size: 1.2em;
    color: Red;
    margin:10px 10px 10px 10px;
}

.bold
{
    font-weight: bold;
    text-align: right;
}

.submitButton
{
    text-align: right;
    padding-right: 10px;
}

/* DATAGRID */

.gridView
{
	border-color:#000000;
	border-style:solid;
	border-width:0px;
	padding:2px;
}

.headerStyle
{
	font-family:Arial;
	font-size:9pt;
	color:#FFFFFF;
	font-weight:bold;
	background-color:#666666;
	text-align:left;
	text-decoration:none;
	
}

.headerStyle a:link {
     color: #FFFFFF;
     text-decoration:none;
}

.headerStyle a:hover {
     color:#CCCCCC;
     text-decoration:none;
}

.rowStyle
{
	font-family:Arial;
	font-size:8pt;
	background-color:#FFFFFF;
	text-align:left;
}

.alternatingRowStyle
{
	font-family:Arial;
	font-size:8pt;
	background-color:#E6E6E6;
	text-align:left;
}


.SelectedRowStyle
{
  background-color:Yellow;
}

.pagerStyle
{
	font-family:Arial;
	font-size:10pt;
	color:#FFFFFF;
	background-color:#666666;
	text-align:center;
	font-weight:bold;
}

.pagerStyle a:link 
{
	font-size:9pt;
	color:#999999;
    text-decoration:none;
    font-weight:normal;
}

.pagerStyle a:hover 
{
    color:#000000;
    text-decoration:none;
    font-weight:normal;
}

.pagerStyle a:active
{
    color:#FFFFFF;
    font-weight:normal;
}

.pagerStyle a:visited
{
    color:#FFFFFF;
    font-weight:normal;
}

/* FIN DATAGRID */


/* General */

.titulo
{
    float: left;
    left: 0px;
    margin: 2px 3px 3px 0px;
    width: 100%;
    /*border-bottom: 1px solid #656565;*/
    color:rgb(3,3,184);
    text-transform: uppercase;    
    font-weight: bold;
    font-size: 11px;
}




.Panel_Cotizacion {
    float: left;
    margin: 10px 30px 0px 0px;
    padding: 0px;
    width: 170px;
    height: auto;/*
    background:blue;*/
     text-align:center;
    font-size: 11px;
}

.Panel_Higiene {
    float: left;
    margin: 10px 30px 0px 0px;
    padding: 0px;
    width: 340px;
    height: auto;/*
     background:yellow;*/
    text-align:center;
    font-size: 11px;
}


.Panel_Equipamientos {
    float: right;
    margin: 10px 0px 0px 0px;
    padding: 0px;
    width: 400px;
    height: auto;
    /*background:red;*/
    font-size: 11px;
     text-align:center;
}


.imageW190 
{
    float:left;
    border: 1px solid #ccc;
    padding:2px;
    margin:0px 5px 0px 0px;     
}

.imageW100
{
   /*float:left; se quito esto para que queden centrados los iconos en la pagina gestionGEA.aspx*/
    border: 0px solid #ccc;
    padding:5px;
    margin:0px 0px 0px 0px;     
    max-width:200px;
}


.imageW970max
{
    /*float:left;*/
    /*border: 1px solid #ccc;*/
    padding:2px;
    margin:5px 5px 0px 0px; 
    max-width:960px;    
}
     
/* Utiles para DEFAULT.ASPX */  
.PanelesDefault
{
      float: left;
      /*background-color:Aqua;*/
      width:300px;
      height:auto;  
      /*border: 1px solid #ccc;*/
      margin: 10px 10px 10px 10px;

}

/* Utiles para CONTACTO */  
.fieldsetListadoContacto  
{
    float:left ;
    top:10px;
    margin: 0px 0px 10px 0px;
    padding: 1em;
    border: 1px solid #ccc;
    width:300px;
    height:auto;
}

.PanelIzquierdoContacto
{
      float: left;
      /*background-color:Aqua;*/
      width:280px;
      height:auto;  
      /*border: 1px solid #ccc;*/
      margin: 0px 0px 10px 0px;
}

.PanelDerechoContacto
{
      float:right;
      /*background-color:Aqua;*/
      width:280px;
      height:auto;  
      /*border: 1px solid #ccc;*/
      margin: 0px 5px 10px 0px;
}



.fieldsetDetalleContacto    
{
    float:right;
    left:350px;
    top:197px;    
    margin: 0px 0px 10px 0px;
    padding: 1em;
    border: 1px solid #ccc;
    width:605px;
    height:auto;    
}


.labelContacto
{
    font-weight: bold;
}



/* Utiles para PRODUCTO */
.fieldsetListadoProducto  
{
    float:left ;
    top:10px;
    margin: 0px 0px 10px 0px;
    padding: 1em;
    border: 1px solid #ccc;
    width:500px;
    height:auto;
}

.fieldsetDetalleProducto    
{
    float:right;
    left:350px;
    top:197px;    
    margin: 0px 0px 10px 0px;
    padding: 1em;
    border: 1px solid #ccc;
    width:400px;
    height:auto;
}
 
.PanelIzquierdoProducto
{
      float: left;
     /*background-color:Aqua;*/
      width:400px;
      height:auto;  
      /*border: 1px solid #ccc;*/
      margin: 0px 0px 10px 0px;
}
 
/* Utiles para GESTION TAMBO */
       
.Bloque0Icono
{
    float: left;
    width: 90px;
    margin: 0px 0px 0px 0px;
    /*background-color: Green;*/
}
                           
.Bloque1Cliente
{ 
  float:left ;
  width:390px;
  margin:10px 10px 0px 0px;
/* background-color:Red;*/
}

.Bloque2Tambo {
    float: right;
    width: 450px;
    margin: 10px 0px 0px 0px;
    /*  background-color: blue;*/
}


.BloqueCliente {
    float: left;
    width: 400px;
    margin: 10px 10px 0px 0px;
    /*background-color:Red;*/
}

.BloqueTambo {
    float: right;
    width: 550px;
    margin: 10px 0px 0px 0px;
    /*  background-color: blue;*/
}

      
.fichaImageW100 
{
    float:left;
    width:60px;    
    border: 1px solid #ccc;
    padding:2px;
    font-size:11px;
}


    

.PanelIzquiero300  
{
    float:left ;
    margin:0px 5px 0px 0px;
    padding:5px;
    width:300px;
    height:auto;
   /* background-color:red ;*/
    font-size:11px;
    }
.PanelIzquiero400  
{
    float:left ;
    margin:0px 5px 0px 0px;
    padding:5px;
    width:400px;
    height:auto;
    /*background-color:red ;*/
    font-size:11px;
    }


.PanelCentro300
{    
    float:left  ;
    margin:0px 5px 0px 0px;
    padding:5px;
    width:300px;
    height:auto;
   /*background-color:blue;*/
   font-size:11px;
}
    
.PanelDerecho300
{    
    float:left  ;
    margin:0px 5px 0px 0px;
    padding:5px;
    width:300px;
    height:auto;
   /*background-color:orange;*/
   font-size:11px;
}


.labelFicha
{
    font-weight: bold;
    font-size:11px;
}

/* Utiles para DIVIDIR EN 3 PANELES */
/* la suma no debe superar los 970 px */
.PanelLeft250
{
      float: left;
     /*background-color:blue;*/
      width:240px;
      height:auto;  
      /*border: 1px solid #ccc;*/
      margin: 0px 10px 10px 0px;
}

.PanelLeft350
{
      float: left;
     /*background-color:blue;*/
      width:340px;
      height:auto;  
      /*border: 1px solid #ccc;*/
      margin: 0px 10px 10px 0px;
}


.PanelRight370
{
      float:right;
     /*background-color:Red;*/
      width:370px;
      height:auto;  
      /*border: 1px solid #ccc;*/
      margin: 0px 0px 10px 0px;
}


.Producto750
{
    float:left;
    margin:5px 0px 0px 0px;
    padding:0px 10px 0px 10px;
    width:750px;
    /*height:100%;*/
     /*min-height:300px;*/
    /*background-color:red ;*/
    font-size:11px;
    }

/* Utiles para AUDITORIA CONSUMO */  

.PanelIzquierdoAC
{
      float: left;
     /*background-color:red;*/
      width:200px;
      height:auto;  
      /*border: 1px solid #ccc;*/
      margin: 5px 0px 10px 0px;
}

.PanelCentroAC
{
      float:left;
      /*background-color:Aqua;*/
      width:300px;
      height:auto;  
      /*border: 1px solid #ccc;*/
      margin: 5px 0px 10px 30px;
}


.PanelDerechoAC
{
      float:left;
      /*background-color:Aqua;*/
      width:370px;
      height:auto;  
      /*border: 1px solid #ccc;*/
      margin: 5px 0px 10px 30px;
}

.Panel300
{
      float: left;
     /*background-color:Yellow ;*/
      width:295px;
      height:auto;  
      /*border: 1px solid #ccc;*/
      margin: 5px 10px 10px 0px;
}




/* UTIL PARA EQUIPO ORDEÑO */
/* ----------------------- */

.PanelMitadIzquierdo930
{
    float:left ;
    margin:0px 5px 0px 0px;
    padding:5px;
    width:450px;
    height:auto;
    /*background-color:red ;*/
    font-size:11px;
}

.PanelMitadDerecho930
{
    float:right ;
    margin:0px 10px 0px 0px;
    padding:5px;
    width:450px;
    height:auto;
    /*background-color:red ;*/
    font-size:11px;
}
    
.PanelCompleto780  
{
    float:left ;
    margin:0px 5px 0px 0px;
    padding:5px;
    width:930px;
    height:auto;
    /*background-color:red ;*/
    font-size:11px;
    }

.PanelCompleto970 {
    float: left;
    margin: 0px 5px 0px 0px;
    padding: 5px;
    width: 970px;
    height: auto;
    background-color:red ;
    font-size: 11px;
}


.PanelIzquiero250  
{
    float:left;
    margin:0px 5px 0px 0px;
    padding:5px;
    width:300px;
    height:auto;
    /*background-color:red ;*/
    font-size:11px;
    }

.PanelIzquiero320  
{
    float:left;
    margin:0px 5px 0px 0px;
    padding:5px;
    width:320px;
    height:auto;
    /*background-color:red ;*/
    font-size:11px;
    }


.PanelCentro250
{    
    float:left  ;
    margin:0px 5px 0px 0px;
    padding:5px;
    width:300px;
    height:auto;
   /*background-color:blue;*/
   font-size:11px;
}
    
.PanelDerecho250
{    
    float:left;
    margin:0px 5px 0px 0px;
    padding:5px;
    width:300px;
    height:auto;
   /*background-color:orange;*/
   font-size:11px;
}

.PanelIzquiero380  
{
    float:left ;
    margin:0px 10px 0px 0px;
    padding:5px;
    width:380px;
    height:auto;
    /*background-color:red ;*/
    font-size:11px;
}

.PanelDerecho380
{    
    float:left  ;
    margin:0px 5px 0px 0px;
    padding:5px;
    width:380px;
    height:auto;
   /*background-color:orange;*/
   font-size:11px;
}




.tituloEquipoOrdeño
{
    float: left;
    left: 0px;
    margin: 2px 3px 3px 0px;
    width: 100%;
    border-bottom: 1px solid #656565;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 11px;
    border-bottom-width: 2px;
    border-bottom-style: solid;
}



INPUT.boton {
    border-style: none;
    padding: 3px;
    FONT-SIZE: 12px;
    COLOR: #fff;
   /* FONT-FAMILY: "Arial, Helvetica, sans-serif";
    BACKGROUND-COLOR: */
    background-color: #0303b8;
    margin-right: 0px;
}

.ClaseTextBox
{
    padding: 2px;
    margin: 3px 0px 3px 0px;    
    text-transform: uppercase; 
}


/* UTIL PARA PUNTO VENTA */
/* --------------------- */

.Panel70
{
    float:left ;
    margin:0px 5px 0px 0px;
    padding:5px;
    width:765px;
    height:auto;
    /*background-color:red ;*/
    font-size:11px;
    }
    
.PanelPV100
{
    float:left ;
    margin: 0px 0px 5px 0px;
    padding:0px;
    width:970px;
    height:auto;
    /*background-color:red ;*/
    font-size:11px;
    }

.PanelPV33
{
    float:left;
    margin:0px 15px 0px 0px;
    padding:5px;
    width:320px;
    height:100%;
    /* min-height:300px;*/
    /*background-color:red ;*/
    font-size:11px;
    }
    
.PanelPV66
{
    float:left;
    margin:0px 0px 0px 0px;
    padding:5px;
    width:595px;
    height:100%;
    /*background-color:red ;*/
    /* min-height:300px;*/
    font-size:11px;
    }


.Panel30
{
    float:left ;
    margin:0px 5px 0px 0px;
    padding:5px;
    width:175px;
    height:auto;
    /*background-color:red ;*/
    font-size:11px;
    }


.PanelPVA
{
    float:left ;
    margin:0px 5px 0px 0px;
    padding:0px;
    width:235px;
    height:auto;
    /*background-color:red ;*/
    font-size:11px;
    }


.PanelPVB
{    
    float:left  ;
    margin:0px 5px 0px 0px;
    padding:0px;
    width:235px;
    height:auto;
   /*background-color:blue;*/
   font-size:11px;
}
    
.PanelPVC
{    
    float:left  ;
    margin:0px 5px 0px 0px;
    padding:0px;
    width:235px;
    height:auto;
   /*background-color:orange;*/
   font-size:11px;
}


.PanelPVD
{    
    float:left  ;
    margin:0px 5px 0px 0px;
    padding:0px;
    width:235px;
    height:auto;
   /*background-color:orange;*/
   font-size:11px;
}



/* UTIL PARA REPORTE  */
/* ------------------ */

.PanelA
{
    float:left ;
    margin:0px 20px 0px 0px;
    padding:0px;
    width:240px;
    height:auto;
    /*background-color:red ;*/
    font-size:11px;
    }


.PanelB
{    
    float:left  ;
    margin:0px 10px 0px 0px;
    padding:0px;
    width:240px;
    height:auto;
   /*background-color:blue;*/
   font-size:11px;
}

.PanelBDoble
{    
    float:left  ;
    margin:0px 10px 0px 0px;
    padding:0px;
    width:420px;
    height:auto;
   /*background-color:blue;*/
   font-size:11px;
}
    
.PanelC
{    
    float:left  ;
    margin:0px 10px 0px 0px;
    padding:0px;
    width:235px;
    height:auto;
   /*background-color:orange;*/
   font-size:11px;
}

.PanelD
{    
    float:left  ;
    margin:0px 0px 0px 0px;
    padding:0px;
    width:235px;
    height:auto;
   /*background-color:orange;*/
   font-size:11px;
}

.PanelCD
{    
    float:right ;
    margin:0px 0px 0px 0px;
    padding:0px;
    width:430px;
    height:auto;
       font-size:11px;
   /*background-color:Yellow;*/
   
}


/* Utiles para PRESUPUESTO */  
/* ----------------------- */
.PresuPanelIzquierdo
{
      float: left;
     /*background-color:red;*/
      width:200px;
      height:auto;  
      /*border: 1px solid #ccc;*/
      margin: 0px 0px 5px 0px;
}

.PresuPanel720
{
      float: left;
     /*background-color:red;*/
      width:720px;
      height:auto;  
      /*border: 1px solid #ccc;*/
      margin: 0px 0px 0px 5px;
      
}

.PresuPanel175
{
      float: left;
     /*background-color:red;*/
      width:170px;
      height:auto;  
      /*border: 1px solid #ccc;*/
      margin: 0px 0px 0px 5px;
      
}



.PresuPanelQuimico
{
      float: left;
     /*background-color:red;*/
      width:140px;
      height:26px;  
      /*border: 1px solid #ccc;*/
      margin: 0px 0px 0px 5px;
}

.PresuPanelCnt
{
      float: left;
   /* background-color:red;*/
      width:70px;
      height:auto;  
      /*border: 1px solid #ccc;*/
      margin: 0px 0px 0px 5px;
}

.PresuPanelProducto
{
      float:left;
      /*background-color:Aqua;*/
      width:320px;
      height:auto;  
      /*border: 1px solid #ccc;*/
      margin: 0px 0px 0px 5px;
}

.PresuPanelPrecio
{
      float:left;
      /*background-color:Aqua;*/
      width:70px;
      height:auto;  
      /*border: 1px solid #ccc;*/
      margin: 0px 0px 0px 5px;
    text-align: right;
}

.PresuPanelTotal
{
      float:left;
      /*background-color:Aqua;*/
      width:70px;
      height:auto;  
      /*border: 1px solid #ccc;*/
      margin: 0px 0px 0px 5px;
    text-align: right;
}

.Error
{
    color:Red;
}

/* Utiles para DOCUMENTOS  */  
/* ----------------------- */
.DocPresuPanelTotal
{
      float: left;
     /*background-color:red;*/
      width:950px;
      height:auto;  
      /*border: 1px solid #ccc;*/
      margin: 0px 0px 5px 0px;
}


.DocPresuPanel550
{
      float: left;
     /*background-color:red;*/
      width:600px;
      height:auto;  
      /*border: 1px solid #ccc;*/
      margin: 0px 0px 0px 10px;
}

.DocPresuPanel300
{
      float: left;
     /*background-color:red;*/
      width:300px;
      height:auto;  
      /*border: 1px solid #ccc;*/
      margin: 0px 10px 0px 5px;
      
}



/* Utiles para ATP PRESUPUESTO */  
/* ----------------------- */
.AtpPresuPanel550
{
      float: left;
     /*background-color:red;*/
      width:550px;
      height:auto;  
      /*border: 1px solid #ccc;*/
      margin: 0px 0px 5px 0px;
}

.AtpPresuPanel300
{
      float: left;
     /*background-color:red;*/
      width:300px;
      height:auto;  
      /*border: 1px solid #ccc;*/
      margin: 0px 0px 0px 5px;
      
}


/* estilos paginador grilla asp.net */
.paginador {
  margin: 20px 0;
  Font-Size:7pt;
}


.paginador tr {
  display: inline-block;
  display: inline;
  zoom: 1;
  margin-left: 0;
  margin-bottom: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.paginador tr > td {
  display: inline;
}

.paginador tr > td > a,
.paginador tr > td > span {
  float: left;
  padding: 4px 12px;
  line-height: 20px;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-left-width: 0;
}

.paginador tr > td > a:hover, .paginador tr > td > a:focus, .paginador tr > td > .active > a, .paginador tr > td > .active > span
{
    background-color: #e9e9e9;
}

.paginador tr > .active > a,
.paginador tr > .active > span {
  color:Maroon;
  cursor: default;
}

.paginador tr > .disabled > span, .paginador tr > .disabled > a, .paginador tr > .disabled > a:hover, .paginador tr > .disabled > a:focus
{
    color: #000000;
    background-color: transparent;
    cursor: default;
    font-size: large;
}
.paginador tr > td:first-child > a,
.paginador tr > td:first-child > span {
  border-left-width: 1px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
.paginador tr > td:last-child > a,
.paginador tr > td:last-child > span {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}

.paginador-centered {
  text-align:left ;
}

.paginador-right {
  text-align: right;
}

.LabelMultiLinea
{
    WHITE-SPACE:pre-wrap;
}


.Bloque1ClientePlanta
{ 
  float:left ;
  width:320px;
  /*background-color:Maroon;*/
}


.Bloque2Planta
{ 
  margin-left:10px;  
  float:left ;
  width:300px;
  /*background-color:Red;*/
}

.Bloque3Maquina
{ 
  float:left ;
  margin-left:10px;
  width:300px;
  /*background-color:Yellow ;*/
}


.PanelIzq300
{
      float: left;
     /*background-color:red;*/
      width:300px;
      height:auto;  
      /*border: 1px solid #ccc;*/
      margin: 0px 0px 5px 0px;
}

.PanelDer660
{
      float: left;
     /*background-color:red;*/
      width:660px;
      height:auto;  
      /*border: 1px solid #ccc;*/
      margin: 0px 0px 0px 10px;
      
}

/* Utiles para CEERTIFICADO TRABAJO */  
/* -------------------------------- */
.CTPanel300
{
      float: left;
     /*background-color:blue;*/
      width:325px;
      height:auto;  
      /*border: 1px solid #ccc;*/
      margin: 0px 20px 0px 0px;
}

.CTPanel250
{
      float: left;
     /*background-color:red;*/
      width:250px;
      height:auto;  
      /*border: 1px solid #ccc;*/
      margin: 0px -10px 0px 5px;
      
}

  
.BloqueMaquina
{ 
  float:left ;
  width:830px;
  margin:0px 10px 0px 0px;
  /*background-color:Red;*/
}



/* UTIL 4 COLUMNAS */
/* ---------------- */

.PanelCol1de4
{    
    float:left  ;
    margin:0px 5px 0px 0px;
    padding:5px;
    width:220px;
    height:auto;
   /*background-color:red;*/
   font-size:11px;
}

.PanelCol2de4
{    
    float:left  ;
    margin:0px 5px 0px 0px;
    padding:5px;
    width:220px;
    height:auto;
   /*background-color:orange;*/
   font-size:11px;
}

.PanelCol3de4
{    
    float:left  ;
    margin:0px 5px 0px 0px;
    padding:5px;
    width:220px;
    height:auto;
   /*background-color:orange;*/
   font-size:11px;
}

.PanelCol4de4
{    
    float:left  ;
    margin:0px 5px 0px 0px;
    padding:5px;
    width:240px;
    height:auto;
 /*  background-color:orange;*/
   font-size:11px;
}



/* Utiles para COTIZACION 2020-02-26 */  

.PanelIzquierdoCotizacion
{
      float: left;
     /*background-color:orange;*/
      width:300px;
      height:260px;  
      border: 1px solid #ccc;
      margin: 5px 0px 5px 0px;
      padding:0px 0px 0px 5px;
}

.PanelCentroCotizacion
{
      float:left;
      /*background-color:Aqua;*/
      width:300px;
       height:260px;  
      border: 1px solid #ccc;
      margin: 5px 0px 5px 10px;
      padding:0px 0px 0px 5px;
}


.PanelDerechoCotizacion
{
      float:left;
   /*  background-color:Aqua;*/
      width:300px;
      height:260px;  
      border: 1px solid #ccc;
      margin: 5px 0px 5px 10px;
      padding:0px 0px 0px 5px;
}