#top {
    position: relative;
    background-color: #ffffff;
    color: #335d4f;
    margin: 0px 0px 1px 0px;
    font-size: 30px;
    font-family:Verdana, "Verdana CE",  Arial, "Arial CE", "Lucida Grande CE", lucida, "Helvetica CE", sans-serif;
    padding-right: 2%;
    padding-top: 1%;
    padding-left: 7%;
    padding-bottom: 1%;
    /*height: 70px;    */
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-color: #335d4f;
    background: rgba(255,255,255,1);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(47%, rgba(246,246,246,1)), color-stop(100%, rgba(237,237,237,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=0 );
}

.ui-fileupload-buttonbar {
    background: transparent none;
    border: none;
}
.ui-fileupload-content {
    border: none;
}
/*
.ui-fileupload-content {
    display: none;
    border: none;
}
*/
#toplogin {
    position: relative;
    background-color: #335d4f;
    color: #335d4f;
    margin: 0px 0px 1px 0px;
    font-size: 30px;
    font-family:Verdana, "Verdana CE",  Arial, "Arial CE", "Lucida Grande CE", lucida, "Helvetica CE", sans-serif;
    padding-right: 1%;
    padding-top: 1%;
    padding-left: 2%;
    padding-bottom: 1%;
    height: 50px;    
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-color: #335d4f;
    background: rgba(255,255,255,1);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(47%, rgba(246,246,246,1)), color-stop(100%, rgba(237,237,237,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=0 );
    /*white-grey
    background: rgba(226,226,226,1);
    background: -moz-linear-gradient(top, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 50%, rgba(209,209,209,1) 51%, rgba(254,254,254,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(226,226,226,1)), color-stop(50%, rgba(219,219,219,1)), color-stop(51%, rgba(209,209,209,1)), color-stop(100%, rgba(254,254,254,1)));
    background: -webkit-linear-gradient(top, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 50%, rgba(209,209,209,1) 51%, rgba(254,254,254,1) 100%);
    background: -o-linear-gradient(top, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 50%, rgba(209,209,209,1) 51%, rgba(254,254,254,1) 100%);
    background: -ms-linear-gradient(top, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 50%, rgba(209,209,209,1) 51%, rgba(254,254,254,1) 100%);
    background: linear-gradient(to bottom, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 50%, rgba(209,209,209,1) 51%, rgba(254,254,254,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#fefefe', GradientType=0 );
    */
}

#bottom {
    position: relative;
    background-color: #777474;
    color: #ffffff;
    text-align: center;
    width: 100%;
    clear: both;
    z-index: 10;
    margin-top: 1em;
    left: 0px;
    bottom: 0px;
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-color: #000000;
    padding-top: 5px;
    padding-bottom: 45px;
}

#bottom .whitelink {
  color: #fff;
  font-weight : bold;   
  text-decoration : none;
}
#bottom a:hover {
  text-decoration : underline;
}

#content{
    padding-left: 0%;/*En algunos los carga y en algunos no*/
    padding-right: 0%;
}
#contentLogin{
    padding-left: 0%;
    padding-right: 0%;
}
#wrapper{
    position: relative;
    background-color: #ffffff;
    margin: 0 auto;
    background: rgba(226,226,226,1);
    background: -moz-linear-gradient(top, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 50%, rgba(209,209,209,1) 51%, rgba(254,254,254,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(226,226,226,1)), color-stop(50%, rgba(219,219,219,1)), color-stop(51%, rgba(209,209,209,1)), color-stop(100%, rgba(254,254,254,1)));
    background: -webkit-linear-gradient(top, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 50%, rgba(209,209,209,1) 51%, rgba(254,254,254,1) 100%);
    background: -o-linear-gradient(top, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 50%, rgba(209,209,209,1) 51%, rgba(254,254,254,1) 100%);
    background: -ms-linear-gradient(top, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 50%, rgba(209,209,209,1) 51%, rgba(254,254,254,1) 100%);
    background: linear-gradient(to bottom, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 50%, rgba(209,209,209,1) 51%, rgba(254,254,254,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#fefefe', GradientType=0 );
}
#controls{
    padding-left: 0%;
    padding-right: 0%;
}
#menu{
    padding-left: 0%;
    padding-right: 0%;
}
#left {
    float: left;
    background-color: #ece3a5;
    padding: 0px;
    width: 65%;
    /*font-size: 50px;*/
    background: rgba(252,252,252,1);
    background: -moz-linear-gradient(left, rgba(252,252,252,1) 0%, rgba(242,242,242,1) 47%, rgba(235,235,235,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(252,252,252,1)), color-stop(47%, rgba(242,242,242,1)), color-stop(100%, rgba(235,235,235,1)));
    background: -webkit-linear-gradient(left, rgba(252,252,252,1) 0%, rgba(242,242,242,1) 47%, rgba(235,235,235,1) 100%);
    background: -o-linear-gradient(left, rgba(252,252,252,1) 0%, rgba(242,242,242,1) 47%, rgba(235,235,235,1) 100%);
    background: -ms-linear-gradient(left, rgba(252,252,252,1) 0%, rgba(242,242,242,1) 47%, rgba(235,235,235,1) 100%);
    background: linear-gradient(to right, rgba(252,252,252,1) 0%, rgba(242,242,242,1) 47%, rgba(235,235,235,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#ebebeb', GradientType=1 );
}
#breadcrum {
    padding: 1px 1px 2px;
    padding-left: 0%;
    padding-right: 0%;
}

#right {
    float: right;
    background-color: #ece3a5;
    padding-bottom:0px;
    padding-left: 3%;
    padding-right: 0px;
    padding-top: 0px;
    width: 32%;
    text-align: left;
    height: 550px;/*Absolute!!!*/
    font-family: Verdana, "Verdana CE",  Arial, "Arial CE", "Lucida Grande CE", lucida, "Helvetica CE", sans-serif;
    font-size: 25px !important;
    font-stretch: condensed;
    font-weight: 700;
    background: rgba(252,252,252,1);
    background: -moz-linear-gradient(left, rgba(252,252,252,1) 0%, rgba(242,242,242,1) 47%, rgba(235,235,235,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(252,252,252,1)), color-stop(47%, rgba(242,242,242,1)), color-stop(100%, rgba(235,235,235,1)));
    background: -webkit-linear-gradient(left, rgba(252,252,252,1) 0%, rgba(242,242,242,1) 47%, rgba(235,235,235,1) 100%);
    background: -o-linear-gradient(left, rgba(252,252,252,1) 0%, rgba(242,242,242,1) 47%, rgba(235,235,235,1) 100%);
    background: -ms-linear-gradient(left, rgba(252,252,252,1) 0%, rgba(242,242,242,1) 47%, rgba(235,235,235,1) 100%);
    background: linear-gradient(to right, rgba(252,252,252,1) 0%, rgba(242,242,242,1) 47%, rgba(235,235,235,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#ebebeb', GradientType=1 );
}

p.textSmall{
    line-height: 100%;
    font-size: 15px;
}

div#fixedfooter {
    position:fixed;
    bottom:0px;
    left:0px;
    width:100%;
    color:#CCC;
    background:#333;
    padding:8px;

}
.infoSection{
    font-family:Verdana, "Verdana CE",  Arial, "Arial CE", "Lucida Grande CE", lucida, "Helvetica CE", sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 100%;
    font-stretch: condensed;
}

.breadcrumbStyle{
    padding: 1px 1px 1px 1px;  
    font-style: normal; 
    font-size: 0.9em;
}
.textHead{
    font-family:  Verdana, "Verdana CE",  Arial, "Arial CE", "Lucida Grande CE", lucida, "Helvetica CE", sans-serif;
    font-weight: bold;
    font-size: 100%;
    text-align: left;
    padding-left: 20px;
}
.textLogin{
    font-family:  Verdana, "Verdana CE",  Arial, "Arial CE", "Lucida Grande CE", lucida, "Helvetica CE", sans-serif;
    font-weight: bold;
    font-size: 1.1em;
    text-align: left;
    padding-left: 20px;
}

.center_content {
    position: relative;
    background-color: #ffffff;
}

.left_content {
    background-color: #ffffff;
    padding: 5px;
    margin-left: 170px;
}

.right_content {
    padding: 5px;
    margin: 0px 170px 0px 170px;
    text-align: right !important
}
.customDataTable{
    font-size: 10px !important;
}
/*
Para los datatables
*/
.customCell {
	font-size: 11px !important;
	font-family: Verdana, "Verdana CE", Arial, "Arial CE", "Lucida Grande CE", lucida, "Helvetica CE", sans-serif !important;
	padding: 2px 4px 2px 4px !important;
}

.dialogBoxCustom{
 top: 35% !important;
}

.customHeaderCell{
    font-weight: 700  !important; /*Igual a bold*/
}
#top a:link, #top a:visited {
    color: white;
    font-weight : bold;
    text-decoration: none;
}


#top a:link:hover, #top a:visited:hover  {
    color: black;
    font-weight : bold;
    text-decoration : underline;
}

.panelCentered{
    margin: 0 auto;
}

.ui-datatable tbody td {
    text-align: center;
}
.ui-column-title {
    font-weight: 800;
    font-size: 11px;
}
/*Align the buttons to right in panelGrid footer*/
.ui-panelgrid-footer {
    text-align: right !important;
    padding: 2px 5px;
}
.ui-fluid .ui-button {
    width: auto !important;
    border-radius: 2px !important;   /*Borde de todos los botones del tema*/
}
.customButton{
    width: 100% !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    font-size: 20px !important;
    border-radius: 2px !important;
}

.customButtonTwo{
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    font-size: 20px !important;
}

.customInputLogin {
    width: 98% !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    font-size: 20px !important;

}
.customLabelLogin {
    font-size: 30px !important;
    font-stretch: condensed;
    font-weight: 700;
}

.ui-datatable table{
    width: 99.9% !important;
}

.ui-g div {
   /* background-color: #ededed;*/
    text-align: left;
    font-size: 1em;
    /*border: 1px solid #fafafa;*/
}

.ui-g-1 {
    width: 8.33333333%;
}

.ui-g-2 {
    width: 16.66666667%;
}

.ui-g-3 {
    width: 25%;
}

.ui-g-4 {
    width: 33.33333333%;
}

.ui-g-6 {
    width: 50%;
}

.ui-g-12 {
    width: 100%;
}

.ui-g-1, .ui-g-2, .ui-g-3, .ui-g-4, .ui-g-5, .ui-g-6, .ui-g-7, .ui-g-8, .ui-g-9, .ui-g-10, .ui-g-11, .ui-g-12 {
    float: left;
    box-sizing: border-box;
    padding: .5em;
}

.ui-tabs{
    border: 1px solid #D5D5D5 !important;
}