a.butt{background-image:url('../images/fondoBoton.png');display:block;padding:0 10px;color:white;font-size:11px;font-weight:bold;cursor:pointer;max-width:200px;text-align:center;margin:2px 5px;text-decoration:none;}
img.butt{cursor:pointer;margin:2px 0 0 2px;float:right;}
img{border:none;}

thead th {
  position: sticky;
  top: 0;
  background: #f2f2f2;
  z-index: 2;
}

.height200 {
        height: 200px;
        overflow-x: auto;
        overflow-y: auto;
}

.height250 {
        height: 250px;
        overflow-x: auto;
        overflow-y: auto;
}

.height350 {
        height: 350px;
        width: 95%;
        overflow-x: auto;
        overflow-y: auto;
        border: 0px solid black;
        box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}

.height400 {
        height: 400px;
        width: 95%;
        overflow-x: auto;
        overflow-y: auto;
        border: 0px solid black;
        box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}

.container_Fixed_Header
{
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}

.container_Fixed_Header_90Porciento
{
        margin-left: auto;
        margin-right: auto;
        width: 90%;
}

.container_Fixed_Header_100Porciento
{
        margin: 0 auto;
        width: 100%;
        border: 1px;
        max-width: 1250px; 
        border: 0px solid black;
}
.container_Fixed_Header500px
{
        margin-left: auto;
        margin-right: auto;
        width: 100%;
}

.error
{
	color: red;
	font-size: 15px; 	
}

.buttonWompi{
    background : #8B8E8F;  /* #8B8E8F=gris  #027DA1=contraste habilitado */
    color: #FFFFFF;
    font-weight : bold;
    height : 20px;
    width : 120px;
    text-shadow : 0 0px #000 
}