﻿body /*, html*/ {
    background-image: url('../GFX/RecargameBG.jpg');
    background-repeat: repeat;
    background-size: cover;
    height: 100%;
    padding-top: 40px;
    overflow-x: hidden;
}

@media all and (max-width: 1000px) {
    .grdLast10 {
        width:100% !important;
    }
}

/*
@media all and (min-width: 1001px) {
    .grdLast10 {
        
    }
}
*/

.myicon-bar {
	background-color:#FFFFFF;
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 1px;
	margin-top: 4px;
}
.mainlogo {
    width:230px;
    height:90px;
    margin-top:-40px;
}
.imgBanner{
    max-width:100%;
    height:auto;
}
.CellPadding {font-weight:bold;}
.CellPadding td{padding: 4px 4px 4px 4px;}
.CellPadding input{font-weight:normal;}
.CellPadding select{font-weight:normal;}

.SaldoFont {
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size:18px;
    color:darkblue;
}
#pnlIcons {
    margin-top:0px;
    border-style:solid;
    border-width:1px;
    border-color:darkgrey;
    max-height:600px;
    background-color:lightblue;

    background:rgb(0,0,100);  
    background: transparent\9;  
    background:rgba(0,70,150,0.1);  
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000,endColorstr=#66000000);
    zoom: 1;  
}
.btnIcons {
    border-style:ridge;
    border-color:cadetblue;
    border-width:1px;
}

#pMain {width:100%; text-align:center; position:absolute; top:10px;}
#pCalen1 {float:left; min-width:24%; padding-top:10px;}
#pCalen2 {float:left; min-width:24%; padding-top:10px;}
#pResTran {float:left; min-width:24%; padding-top:10px;}

.btnOptionsCls {
    height: 30px;
    font-size: 18px;
    font-family: Verdana;
    margin-bottom:2vh;
}

/* CSS 2 Horizonal DIVs */
.outerDiv {
    color: #fff;
    overflow: auto;
    width: 100%;
    margin: 0px auto;
    padding: 5px;
}

.leftDiv {
    overflow: auto;
    width: 48%;
    float: left;
    /*border-right-style: solid;*/
    padding-right: 2%;
}

.rightDiv {
    overflow: auto;
    width: 48%;
    float: right;
}
/* END CSS 2 Horizonal DIVs */