﻿* {
    padding: 0;
    margin: 0;
}
html {
    height: 100%;
}
body {
    font-family: "lucida sans" , verdana, arial, helvetica, sans-serif;
    font-size: 80%;
    margin: 0;
    background: url(../images/layout/fon.jpg) repeat-x center;
    height: 100%;
    cursor: default;
}
#container {
    height: auto !important;
    height: 100%;
    min-height: 100%;
    margin:0 auto;
    position: relative;
    background-color: #fff;
}
    #container #leftshadow {
        width:30px;position:absolute;left:-33px;height:100%;
        /*gradient*/
        background: transparent;
        background: -moz-linear-gradient(right,  rgba(77,77,77,1) 0%, rgba(77,77,77,0.97) 2%, rgba(77,77,77,0.43) 40%, rgba(77,77,77,0.42) 41%, rgba(178,178,178,0) 80%); /* FF3.6+ */
        background: -webkit-gradient(linear, right top, left top, color-stop(0%,rgba(77,77,77,1)), color-stop(2%,rgba(77,77,77,0.97)), color-stop(40%,rgba(77,77,77,0.43)), color-stop(41%,rgba(77,77,77,0.42)), color-stop(80%,rgba(178,178,178,0))); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(right,  rgba(77,77,77,1) 0%,rgba(77,77,77,0.97) 2%,rgba(77,77,77,0.43) 40%,rgba(77,77,77,0.42) 41%,rgba(178,178,178,0) 80%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(right,  rgba(77,77,77,1) 0%,rgba(77,77,77,0.97) 2%,rgba(77,77,77,0.43) 40%,rgba(77,77,77,0.42) 41%,rgba(178,178,178,0) 80%); /* Opera 11.10+ */
        background: -ms-linear-gradient(right,  rgba(77,77,77,1) 0%,rgba(77,77,77,0.97) 2%,rgba(77,77,77,0.43) 40%,rgba(77,77,77,0.42) 41%,rgba(178,178,178,0) 80%); /* IE10+ */
        background: linear-gradient(to left,  rgba(77,77,77,1) 0%,rgba(77,77,77,0.97) 2%,rgba(77,77,77,0.43) 40%,rgba(77,77,77,0.42) 41%,rgba(178,178,178,0) 80%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b2b2b2', endColorstr='#4d4d4d',GradientType=1 ); /* IE6-9 */
    }
    #container #rightshadow {
        position:absolute;right:-33px;height:100%;
        /*gradient*/
        background: transparent;
        background: -moz-linear-gradient(left,  rgba(77,77,77,1) 0%, rgba(77,77,77,0.97) 2%, rgba(77,77,77,0.43) 40%, rgba(77,77,77,0.42) 41%, rgba(178,178,178,0) 80%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(77,77,77,1)), color-stop(2%,rgba(77,77,77,0.97)), color-stop(40%,rgba(77,77,77,0.43)), color-stop(41%,rgba(77,77,77,0.42)), color-stop(80%,rgba(178,178,178,0))); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(left,  rgba(77,77,77,1) 0%,rgba(77,77,77,0.97) 2%,rgba(77,77,77,0.43) 40%,rgba(77,77,77,0.42) 41%,rgba(178,178,178,0) 80%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(left,  rgba(77,77,77,1) 0%,rgba(77,77,77,0.97) 2%,rgba(77,77,77,0.43) 40%,rgba(77,77,77,0.42) 41%,rgba(178,178,178,0) 80%); /* Opera 11.10+ */
        background: -ms-linear-gradient(left,  rgba(77,77,77,1) 0%,rgba(77,77,77,0.97) 2%,rgba(77,77,77,0.43) 40%,rgba(77,77,77,0.42) 41%,rgba(178,178,178,0) 80%); /* IE10+ */
        background: linear-gradient(to right,  rgba(77,77,77,1) 0%,rgba(77,77,77,0.97) 2%,rgba(77,77,77,0.43) 40%,rgba(77,77,77,0.42) 41%,rgba(178,178,178,0) 80%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d4d4d', endColorstr='#00b2b2b2',GradientType=1 ); /* IE6-9 */
    }
    #container #leftborder {
        width:5px;position:absolute;left:-8px;height:100%;background-color: #FFF;
    }
    #container #rightborder {
        width:5px;position:absolute;right:-8px;height:100%;background-color: #FFF;
    }
    #container #headerLeft {
        height: 113px;
        background: #FFF url('../images/app/logoIzquierda.png') no-repeat ;
        padding: 10px;
        padding-top: 0px;
        padding-left: 0px;
        padding-right: 0px;
        display: inline-block;
        width: 39%;
    }
    #container #headerRight {
        height: 113px;
        background: #FFF url('../images/app/logoDerecha.png') no-repeat ;
        padding: 10px;
        padding-top: 0px;
        padding-left: 0px;
        padding-right: 0px;
        display: inline-block;
        width: 59%;
    }
    #container #content {
        background-color: transparent;
    }
        #container #content #content-inner {
            padding: 10px 18px 10px 18px;
            clear: left;
        }
    #container #footer {
        position: absolute;
        width: 100%;
        bottom: 0;
        background-color:#FFF;
    }
        #footer #footer-inner {
            margin: 10px;
            height: 40px;
            margin-bottom: 8px;
            /*background-color:#980032;*/ /*definido dinamicamente en el site.master*/
        }
            #footer-inner #logossn 
            {
                position:absolute;
                top: -6px;
            }
            #footer-inner #footer-items {
                list-style-type: none;
                float: right;
                margin-right: 11px;
                margin-top: 13px;
                width: 150px;
            }
                #footer-items li {
                    padding: 0 7px;
                    border-right: 1px dotted #FFF;
                    float: left;
                }
                #footer-items li.last { border-right: none; }
            
.ssnlink
{
    position:relative;
    top:-1px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #FFFFFF;
    text-decoration: none;
}

#MenuArbol
{
    position: relative;
    height: 25px;
    /*background-color: #C0C0C0;*/ /*definido dinamicamente en el site.master*/
    font-family: Verdana;
    font-size: 10px;
    color: #FFFFFF;
    margin: 0 7px;
}
#MenuArbol ul li, #MenuArbol .sf-menu li
{
    /*background-color: #C0C0C0;*/ /*definido dinamicamente en el site.master*/
    color: #FFFFFF;
}

#content-inner .DDSubHeader {
    font-size: 20px;
    padding: 2px 10px 1px 0;
    margin: 0 0 10px 0;
    border-bottom: 1px solid #BBB;
    color: #444;
}

#filter-box {
    padding: 6px;
    margin-bottom: 10px;
    background-color: #FCFDFE;
    border: 1px solid #DBDDFF;
    color: #505050;
    line-height: 1.5em;
    font: .9em Tahoma, Arial, Sans-Serif;
}
    #filter-box tr {
        height: 21px;
    }
    #filter-box .filter-label {
        padding-right: 10px;
    }
    #filter-box .filter-control {
        
    }
        /*#filter-box .filter-control input, #filter-box .filter-control #searchButton,
        #filter-box .filter-control input, #filter-box .filter-control #clearButton
        {
            width: 70px;
        }
        #filter-box .filter-control input, #filter-box .filter-control select {
            width: 300px;
        }*/
        
        
a.gen-btn {
    text-decoration: none !important;
    background: #EBEBEB;
}
.gen-btn {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #050505 !important;
    padding: 3px 9px;
    /*background: -moz-linear-gradient(top,#FAF7FA 0%,#EBEBEB 50%,#DBDBDB 50%,#B5B5B5);
    background: -webkit-gradient(linear, left top, left bottom, from(#FAF7FA),color-stop(0.50, #EBEBEB),color-stop(0.50, #DBDBDB),to(#B5B5B5));*/
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #6B636B;
    text-decoration: none !important;
    /*-moz-box-shadow: 0px 1px 3px rgba(000,000,000,0.5), inset 0px 0px 2px rgba(255,255,255,1);
    -webkit-box-shadow: 0px 1px 3px rgba(000, 000, 000, 0.5), inset 0px 0px 2px rgba(255, 255, 255, 1);
    box-shadow: 0px 1px 3px rgba(000, 000, 000, 0.5), inset 0px 0px 2px rgba(255, 255, 255, 1);
    text-shadow: 0px -1px 0px rgba(000, 000, 000, 0.2), 0px 1px 0px rgba(255, 255, 255, 1);*/
}
.gen-btn:hover {
    background: -moz-linear-gradient(
     bottom,
     #FAF7FA 0%,
     #EBEBEB 50%,
     #DBDBDB 50%,
     #B5B5B5);
    background: -webkit-gradient(
     linear, left top, left bottom, 
     from(#B5B5B5),
     color-stop(0.50, #DBDBDB),
     color-stop(0.50, #EBEBEB),
     to(#FAF7FA));
     text-decoration: none !important;
}

th.sortasc { padding-left: 0 !important;}
th.sortasc a  
{
    display:block; padding:0 4px 0 18px; 
    background:url(../images/layout/asc.gif) no-repeat;  
}
 
th.sortdesc { padding-left: 0 !important;}
th.sortdesc a 
{
    display:block; padding:0 4px 0 18px; 
    background:url(../images/layout/desc.gif) no-repeat;
}

.tittle {
    font-family: helvetica;
    font-size: 18px;
    color: steelblue;
    font-weight: bold;
    margin-bottom: 25px;
    margin-top: 5px;
    margin-left: 5px;
    text-align: left;
}

.lineag {
    font-family: helvetica;
    font-size: 18px;
    color: steelblue;
    font-weight: bold;
    margin-bottom: 25px;
    margin-top: 5px;
    margin-left: 5px;
    text-align: left;
    margin-right: 5px;
}

.tittle-center {
    font-family: helvetica;
    font-size: 18px;
    color: steelblue;
    font-weight: bold;
    margin-bottom: 25px;
    margin-top: 5px;
    margin-left: 5px;
    text-align: center;
}

.marco {
    padding: 10px;
    border-left: 9px solid steelblue;
    border-radius: 6px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.marco-double {
    padding: 10px;
    border-left: 9px solid steelblue;
    border-right: 9px solid steelblue;
    border-radius: 6px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.marco-nd {
    padding: 10px;
    border-radius: 6px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.buttons-sm {
    font-family: helvetica;
    font-size: 12px;
    width: 101px;
    margin-bottom: 20px;
    text-decoration: none;
    background-color: steelblue;
    color: #fcfdfe;
    border-color: slateblue;
    border: 2px;
    border-radius: 5px;
    padding: 5px;
    cursor: pointer;
}
.buttons-sm:hover {
    background-color: cornflowerblue;
}

.buttons-sm-opuesto {
    font-family: helvetica;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 20px;
    text-decoration: none;
    background-color: lightcoral;
    color: #ffffff;
    border-color: #faf7fa;
    border: 2px;
    border-radius: 5px;
    padding: 8px;
    cursor: pointer;
}
.buttons-sm-opuesto:hover {
    background-color: #ffffff;
    color: steelblue;
}

.buttons3 {
    font-size: 16px;
    font-family: helvetica;
    padding: 5px;
    border-color: slateblue;
    border: 2px;
    border-radius: 6px;
    color: #fcfdfe;
    background-color: steelblue;
    width: 150px;
    margin-bottom: 30px;
    margin-top: 5px;
    position: center;
    cursor: pointer;
}

.buttons3:hover {
    background-color: cornflowerblue;
}

.filaForm {
    margin-bottom: 15px;
    text-align: center;
}

.filaForm-center {
    margin-bottom: 15px;
    text-align: center;
    font-size: 14px;
}

.filaForm-center2 {
    margin-bottom: 10px;
    text-align: center;
    font-size: 14px;
}

.filaForm-Justify {
    margin-bottom: 15px;
    text-align: justify;
}

.filaForm-Left {
    margin-bottom: 15px;
    text-align: left;
}

.filaForm-Right {
    margin-bottom: 15px;
    text-align: right;
}

.parrafo {
    color: darkblue;
    font-family: helvetica;
    font-size: 16px;
    text-align: justify;
}

.parrafo-left {
    color: darkblue;
    font-family: helvetica;
    font-size: 16px;
    text-align: left;
    margin-left: 150px;
    margin-bottom: 15px;
}

.ancho1 {
    margin-right: 20px;
    width: 200px;
    text-align: right;
    display: inline-block;
    vertical-align: middle;
}

.ancho1a {
    margin-right: 20px;
    width: 150px;
    text-align: right;
    display: inline-block;
    vertical-align: middle;
}

.ancho1b {
    margin-right: 10px;
    text-align: justify;
    display: inline-block;
    vertical-align: middle;
    font-style: italic;
}

.ancho1e {
    margin-right: 10px;
    text-align: justify;
    display: inline-block;
    vertical-align: middle;
}

.ancho2 {
    width: 300px;
    text-align: left;
    display: inline-block;
    vertical-align: middle;
    padding: 3px;
}

.ancho2-comb {
    width: 200px;
    text-align: left;
    display: inline-block;
    vertical-align: middle;
    padding: 3px;
}

.ancho3-comb {
    width: 80px;
    text-align: left;
    display: inline-block;
    vertical-align: middle;
}

.ancho2selec {
    width: 310px;
    text-align: left;
    display: inline-block;
    vertical-align: middle;
    padding: 3px;
}

.ancho2selec2{
    width: 150px;
    text-align: left;
    display: inline-block;
    vertical-align: middle;
    padding: 3px;
}

.ancho2b {
    width: 68px;
    text-align: left;
    display: inline-block;
    vertical-align: middle;
    padding: 3px;
    margin-left: 0px;
}

.circle {
    width: 55px;
    height: 55px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: lightcoral;
    color: #ffffff;
    border: 3px solid lightcoral;
    font-size: 24px;
    font-weight: bold;
    margin-left: 25px;
}

.alert-success {
    font-size: 14px;
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #dff0d8;
    padding: 11px;
    text-align: center;
    margin-bottom: 10px;
    border-radius: 5px;
}
.alert-danger {
    font-size: 14px;
    color: #a94442;
    background-color: #f2dede;
    border-color: #f2dede;
    padding: 11px;
    text-align: center;
    margin-bottom: 10px;
    border-radius: 5px;
}
.alert-warning {
    font-size: 14px;
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #fcf8e3;
    padding: 11px;
    text-align: center;
    margin-bottom: 10px;
    border-radius: 5px;
}
.alert-info {
    font-size: 14px;
    color: #31708f;
    background-color: #d9edf7;
    border-color: #d9edf7;
    padding: 11px;
    text-align: center;
    margin-bottom: 10px;
    border-radius: 5px;
}

.cuadro-info {
    display: inline-block;
    vertical-align: middle;
    background-color: steelblue;
    border-color: slateblue;
    border: 2px;
    border-radius: 6px;
    padding: 9px;
    color: #fcfdfe;
    font-family: helvetica;
    font-size: 16px;
}

.tabla {
    text-align: center;
    width: 100%;
}


.tablamini {
    text-align: center;
    width: 100%;
    font-size: 10px;
    font-weight: bold;
    overflow: auto;
    overflow-y: hidden;
}

.tabla th
{
    font-family: helvetica;
    font-weight: bold;
    font-size: 16px;
    background-color: lightsteelblue;
    color: #2e386f;
    padding: 12px;
    border-color: cornflowerblue;
}
.tablamini th
{
    font-family: helvetica;
    font-weight: bold;
    background-color: lightsteelblue;
    color: #2e386f;
    padding: 12px;
    border-color: cornflowerblue;
}
.tabla td
{
    padding: 4px;
    color: #2e386f;
    font-family: helvetica;
    font-size: 14px;
    border-color: cornflowerblue;
}
.tablamini td
{
    padding: 4px;
    color: #2e386f;
    font-family: helvetica;
    border-color: cornflowerblue;
}
.icons {
    margin-right: 40px;
    display: inline-block;
    vertical-align: middle;
}

.wraper {
    display: inline-block;
}