body {
    font-family: 'Ubuntu';
	background-color: #E8EBF0 ;
}
.a-IRR {
    border-radius: 10px;
    overflow: hidden;
    font-size: 1.4rem;
    line-height: 1.6rem;
}
/* boton 
#66CC66  verde
#FF6F4D  naranja
#E23B3D  rojo 
#FACD48  AMARILLO 
*/ 
.t-Button, .a-Button, .ui-button {
    border: none;
    text-shadow: none;
    border-radius: 10px;
    transition: background-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
}
/* region */ 
.a-IRR-table {
    border-collapse: collapse;
}
.a-IRR-header{
    box-shadow:none;
}
.a-IRR-table td {
    border-left: 4px solid #f2f2f2;
    border-top: 4px solid #f2f2f2;
    border-radius: 10px;
}

element.style {
    top: 60px;
    left: 10px;
    right: 10px;
}
@media only screen and (min-width: 641px)
:not(.u-RTL) .apex-side-nav.js-navCollapsed--hidden .t-Body-title {
    margin-left: 10px;
    margin-top: 12px;
    margin-left: 10px;
}

body .ui-dialog, .ui-dialog-content, .t-Dialog-page, .ui-corner-all {
    border-radius: 10px;
}
body .ui-corner-all {
    border-radius: 10px;
}
.t-Region, .t-Region-header {
    border-radius: 10px;
}
.t-TreeNav .a-TreeView-node--topLevel.is-collapsible .a-TreeView-content .fa,
.t-TreeNav .a-TreeView-node--topLevel.is-collapsible .a-TreeView-content .a-Icon {
    color: #262262;
}










