﻿body{
    /*background: #ededed;*/
    margin:0;
    padding:0;
    
}

#menu_wrap{
    position:relative;
    margin-top:0px;
    margin-left:auto;
    margin-right:auto;
    padding:0; 
    padding-right:0px;
    width:100%;
    height:40px;
    list-style-type:none;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    border-radius:10px;
    -webkit-box-shadow:0 1px 3px rgba(0,0,0,.2);
    -moz-box-shadow:0 1px 3px rgba(0,0,0,.2);
    box-shadow:0 1px 3px rgba(0,0,0,.2)
}

.button a{
    cursor:pointer;
    text-align:center;
    font:13px/100% Arial, Helvetica, sans-serif;
    font-weight:bold;
    position:relative;
    min-width:50px;
    height:20px;
    float:left;
    padding:10px;
    padding-top:10px;
    padding-bottom:10px;
    text-decoration:none;
    text-shadow:0 1px 1px rgba(0,0,0,.3)
}

.button:first-child a{
    -webkit-border-top-left-radius:10px;
    -webkit-border-bottom-left-radius:10px;
    -moz-border-topleft-radius:10px;
    -moz-border-bottomleft-radius:10px;
    border-top-left-radius:10;
    border-bottom-left-radius:10px
}

.Blue,.Blue .button a{
    color:#d9eef7;
    background: #00adee;
    border-right:solid 1px #0078a5;
    background: -moz-linear-gradient(top, #00adee 0%, #0078a5 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00adee), color-stop(100%,#0078a5));
    background: -webkit-linear-gradient(top, #00adee 0%,#0078a5 100%);
    background: -o-linear-gradient(top, #00adee 0%,#0078a5 100%);
    background: -ms-linear-gradient(top, #00adee 0%,#0078a5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00adee', endColorstr='#0078a5',GradientType=0 );
    background: linear-gradient(top, #00adee 0%,#0078a5 100%);
}

.Blue .button a:hover,.Blue .button a:focus{
     background: #0095cc;
     background: -moz-linear-gradient(top, #0095cc 0%, #00678e 100%);
     background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0095cc), color-stop(100%,#00678e));
     background: -webkit-linear-gradient(top, #0095cc 0%,#00678e 100%);
     background: -o-linear-gradient(top, #0095cc 0%,#00678e 100%);
     background: -ms-linear-gradient(top, #0095cc 0%,#00678e 100%);
     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0095cc', endColorstr='#00678e',GradientType=0 );
     background: linear-gradient(top, #0095cc 0%,#00678e 100%);
}

.Blue .button a:active{
    background: #0078a5;
    background: -moz-linear-gradient(top, #0078a5 0%, #00adee 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0078a5), color-stop(100%,#00adee));
    background: -webkit-linear-gradient(top, #0078a5 0%,#00adee 100%);
    background: -o-linear-gradient(top, #0078a5 0%,#00adee 100%);
    background: -ms-linear-gradient(top, #0078a5 0%,#00adee 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0078a5', endColorstr='#00adee',GradientType=0 );
    background: linear-gradient(top, #0078a5 0%,#00adee 100%);
}

.button:last-child a{
    float:left;
    border:none; 
    -webkit-border-top-right-radius:10px;
    -webkit-border-bottom-right-radius:10px;
    -moz-border-radius:10px;
    border-top-right-radius:10px;
    border-bottom-right-radius:10px
}

/*DIV PERSONALIZADOS*/

#DivTitulo {
    /*float:left;*/
    /*margin:2px;*/
    border-bottom: 1px solid #999999; 
    text-align:center;
    width: 100%;
    color: #999999;
}

#DivCuerpo {
    /*float:left;*/
    /*border-radius: 15px 0px 15px 0px;
    -moz-border-radius: 42px 42px 42px 42px;
    -webkit-border-radius: 42px 42px 42px 42px;*/
    border: 1px solid #000000;
    /*margin: 5px;*/
    /*margin-bottom: 5px;
    margin-left:35px;
    margin-right: 5px;*/
    width: 100%;
    background-color: transparent; /*#f7f1e6;*/
    height: 600px;
    overflow: auto;
    text-align:center;
    align-content:center;
    position:relative;
}

/* tables
----------------------------------------------------------*/
table {
    border-collapse: collapse;
    border-spacing: 0;
    margin-top: 0.75em;
    border: 0 none;
    font-family: 'Century Gothic';
    font-size: 12px;
}

th {
    font-size: 1.2em;
    text-align: left;
    border: none 0px;
    padding-left: 0;
    }

    th a {
        display: block;
        position: relative;
    }

    th a:link, th a:visited, th a:active, th a:hover {
        color: #333;
        font-weight: 600;
        text-decoration: none;
        padding: 0;
    }

    th a:hover {
        color: #000;
    }

    th.asc a, th.desc a {
        margin-right: .75em;
        }

    th.asc a:after, th.desc a:after {
        display: block;
        position: absolute;
        right: 0em;
        top: 0;
        font-size: 0.75em;
    }

    th.asc a:after {
        content: '▲';
        }

    th.desc a:after {
        content: '▼';
    }

td {
    padding: 0.25em 2em 0.25em 0em;
    border: 0 none;
    }

tr.pager td {
    padding: 0 0.25em 0 0;
        }




