body{
    font-size: 15px;
}
.textinbox{
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    color: #039;    
    background: rgb(228,245,252); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(228,245,252,1) 0%, rgba(191,232,249,1) 50%, rgba(159,216,239,1) 51%, rgba(183,217,229,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(228,245,252,1)), color-stop(50%,rgba(191,232,249,1)), color-stop(51%,rgba(159,216,239,1)), color-stop(100%,rgba(183,217,229,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(228,245,252,1) 0%,rgba(191,232,249,1) 50%,rgba(159,216,239,1) 51%,rgba(183,217,229,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(228,245,252,1) 0%,rgba(191,232,249,1) 50%,rgba(159,216,239,1) 51%,rgba(183,217,229,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(228,245,252,1) 0%,rgba(191,232,249,1) 50%,rgba(159,216,239,1) 51%,rgba(183,217,229,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(228,245,252,1) 0%,rgba(191,232,249,1) 50%,rgba(159,216,239,1) 51%,rgba(183,217,229,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4f5fc', endColorstr='#b7d9e5',GradientType=0 ); /* IE6-9 */
}
.textinboxred{
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    color: white;    
    background: -webkit-linear-gradient(#ff0000,#cd0a0a);
    background: -moz-linear-gradient(top, #ff0000,#cd0a0a);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0000', endColorstr='#cd0a0a');
}
.textinboxpurple{
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    color: white;    
    background: -webkit-linear-gradient(#8d01b0,#8d01b0);
    background: -moz-linear-gradient(top, #8d01b0,#8d01b0);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8d01b0', endColorstr='#8d01b0');
}
.textinboxorange{
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    color: white;    
    background: -webkit-linear-gradient(#e17009,#ff7400);
    background: -moz-linear-gradient(top, #e17009,#ff7400);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e17009', endColorstr='#ff7400');
}
.textinboxyellow{
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    color: black;    
    background: -webkit-linear-gradient(#fad42e,#FFFF0A);
    background: -moz-linear-gradient(top, #fad42e,#FFFF0A);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fad42e', endColorstr='#FFFF0A1');
}
.textinboxgreen{
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    color: black;    
    background: -webkit-linear-gradient(#08D308,#08D308);
    background: -moz-linear-gradient(#08D308, #08D308);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='green', endColorstr='#08D308');
}
.textinboxblue{
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    color: black;    
    background: -webkit-linear-gradient(#6cf,#6cf);
    background: -moz-linear-gradient(#6cf, #6cf);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6cf', endColorstr='#6cf');    
}
.textinboxlg{    
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    position: absolute;
    top: 50%; 
    left: 50%;
    width: 400px; 
    height: 400px; 
    margin-top: -200px; 
    margin-left: -300px; 
    color: white;
    padding-top: 50px;
    padding-left: 150px;
    padding-right: 5px;
    padding-bottom: 5px;
    border-left: 5px;
    border-right: 5px;
    border-bottom: 5px;
    border-top: 5px;    
        
    color: #039;    
    background: rgb(228,245,252); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(228,245,252,1) 0%, rgba(191,232,249,1) 36%, rgba(159,216,239,1) 73%, rgba(129,203,232,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(228,245,252,1)), color-stop(36%,rgba(191,232,249,1)), color-stop(73%,rgba(159,216,239,1)), color-stop(100%,rgba(129,203,232,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(228,245,252,1) 0%,rgba(191,232,249,1) 36%,rgba(159,216,239,1) 73%,rgba(129,203,232,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(228,245,252,1) 0%,rgba(191,232,249,1) 36%,rgba(159,216,239,1) 73%,rgba(129,203,232,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(228,245,252,1) 0%,rgba(191,232,249,1) 36%,rgba(159,216,239,1) 73%,rgba(129,203,232,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(228,245,252,1) 0%,rgba(191,232,249,1) 36%,rgba(159,216,239,1) 73%,rgba(129,203,232,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4f5fc', endColorstr='#81cbe8',GradientType=0 ); /* IE6-9 */
}
.textinboxses{    
    font-size: 12px;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    position: absolute;
    top: 1%; 
    right: 10px;
    width: 300px; 
    height: 60px;     
    color: #2e6e9e;
    padding-top: 5px;
    padding-left: 10px;
    padding-right: 5px;
    padding-bottom: 5px;
    border-left: 5px;
    border-right: 5px;
    border-bottom: 5px;
    border-top: 5px;
    color:#039;
    /*
    background: #808080; /* Old browsers */
    background: rgb(228,245,252); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(228,245,252,1) 0%, rgba(191,232,249,1) 50%, rgba(159,216,239,1) 51%, rgba(183,217,229,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(228,245,252,1)), color-stop(50%,rgba(191,232,249,1)), color-stop(51%,rgba(159,216,239,1)), color-stop(100%,rgba(183,217,229,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(228,245,252,1) 0%,rgba(191,232,249,1) 50%,rgba(159,216,239,1) 51%,rgba(183,217,229,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(228,245,252,1) 0%,rgba(191,232,249,1) 50%,rgba(159,216,239,1) 51%,rgba(183,217,229,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(228,245,252,1) 0%,rgba(191,232,249,1) 50%,rgba(159,216,239,1) 51%,rgba(183,217,229,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(228,245,252,1) 0%,rgba(191,232,249,1) 50%,rgba(159,216,239,1) 51%,rgba(183,217,229,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4f5fc', endColorstr='#b7d9e5',GradientType=0 ); /* IE6-9 */
}
a:link{
    color: #2e6e9e;
}
a:visited{
    color:#d3d3d3;
}
.textalert{
    float: right;
    width: 20%;
    padding: 5px;
    border: 1px #000;
    margin: 2px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    color: #039;    
    background: rgb(228,245,252); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(228,245,252,1) 0%, rgba(191,232,249,1) 50%, rgba(159,216,239,1) 51%, rgba(183,217,229,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(228,245,252,1)), color-stop(50%,rgba(191,232,249,1)), color-stop(51%,rgba(159,216,239,1)), color-stop(100%,rgba(183,217,229,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(228,245,252,1) 0%,rgba(191,232,249,1) 50%,rgba(159,216,239,1) 51%,rgba(183,217,229,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(228,245,252,1) 0%,rgba(191,232,249,1) 50%,rgba(159,216,239,1) 51%,rgba(183,217,229,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(228,245,252,1) 0%,rgba(191,232,249,1) 50%,rgba(159,216,239,1) 51%,rgba(183,217,229,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(228,245,252,1) 0%,rgba(191,232,249,1) 50%,rgba(159,216,239,1) 51%,rgba(183,217,229,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4f5fc', endColorstr='#b7d9e5',GradientType=0 ); /* IE6-9 */
}
.boxsearch{    
    width: 180px;
    padding: 5px;
    border: 1px #000;
    margin: 2px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    color: #039;
    font-size: 12px;    
    background: rgb(228,245,252); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(228,245,252,1) 0%, rgba(191,232,249,1) 50%, rgba(159,216,239,1) 51%, rgba(183,217,229,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(228,245,252,1)), color-stop(50%,rgba(191,232,249,1)), color-stop(51%,rgba(159,216,239,1)), color-stop(100%,rgba(183,217,229,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(228,245,252,1) 0%,rgba(191,232,249,1) 50%,rgba(159,216,239,1) 51%,rgba(183,217,229,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(228,245,252,1) 0%,rgba(191,232,249,1) 50%,rgba(159,216,239,1) 51%,rgba(183,217,229,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(228,245,252,1) 0%,rgba(191,232,249,1) 50%,rgba(159,216,239,1) 51%,rgba(183,217,229,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(228,245,252,1) 0%,rgba(191,232,249,1) 50%,rgba(159,216,239,1) 51%,rgba(183,217,229,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4f5fc', endColorstr='#b7d9e5',GradientType=0 ); /* IE6-9 */
}
.tabform{
    width: 100%;
}
.tabform div{
    margin: .4e 0;
}
.tabform div label{
    float: left;
    width: 40%;
}
.tabform input{
    width: 90%;
}
.tabform input[type=checkbox]{
    width: auto;
} 
.tabform textArea{
    width: 90%;
    height: 150px;
}
.tabfull{
    width: 100%;    
    text-align: right;
    font-size: 12px;
}
.tabhalf{
    width: 50%px;
    text-align: center;
    font-size: 12px;
}
.inputtextc{
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 12px;
    width: 150px;
    text-align: left;
    margin-top: 5px;
    margin-left: 5px;
   
}
.inputtextm{
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 12px;
    width: 200px;
    text-align: left;
    margin-top: 5px;
    margin-left: 5px;
   
}
.editardir{
    width:80px;
}
.eliminardir{
    width: 80px;
}
.divscrolltab{
    overflow: auto;
    height: 350px;
    /*width: 100%;*/
}
.divscrollprod{overflow: auto;
    height: 200px;
    
}
.realzado{
    font: bold 12px "Trebuchet MS";
    color: #e17009;
}


