/*body,html{
    margin: 0px;
    padding: 0px;
}
header{
    position: relative;
    width: 100%;
    margin: 0px;
    padding: 0px;
}
header nav{
    position: absolute;
    width: 100%;
    height: 35px;
    background-color: #4FB901;
    top: 90px;
    left: 0px;
}
header img{
    width: 1024px;
    display: block;
    margin: 0px auto;
}

footer{
    position: relative;
    width: 100%;
    margin: 0px;
    padding: 0px;
    background-color: #efefef;
}*/
/*footer nav{
    position: absolute;
    width: 100%;
    height: 38px;
    background-color: #acacac;
    top: 0px;
    left: 0px;
}*/
/*footer img{
    width: 1024px;
    display: block;
    margin: 0px auto;
}*/

#comp_pensionados{
    margin: 0px;
    padding: 0px;
    position: relative;
    box-sizing: border-box;
}
#comp_pensionados *{
    position: relative;
    box-sizing: border-box;
}
#comp_pensionados p,
#comp_pensionados h1,
#comp_pensionados h2,
#comp_pensionados h3,
#comp_pensionados h4,
#comp_pensionados h5,
#comp_pensionados h6
{
    margin: 0px;
    padding: 0px;
}
#comp_pensionados h1
{
    font-size: 48px;
    line-height: 48px;
    font-weight: 700;
}

#comp_pensionados a{
    text-decoration: none;
}

.comp_pensionados_h1{
    font-family: 'FSJoey-Bold';
    font-size: 30px;
    color: #0033A0;
    text-align: center;
    border: none;
    font-weight: normal;
    line-height: normal;

    width: 100%;
}
.comp_pensionados_h2{
    font-family: 'FSJoey-Bold';
    font-size: 35px;
    color: #0033A0;
    text-align: left;
    border: none;
    font-weight: normal;
    line-height: 35px;

    width: 100%;
}
.comp_pensionados_h6{
    font-family: 'Roboto-Regular';
    font-size: 16px;
    color: #0033A0;
    text-align: left;
    border: none;
    font-weight: normal;

    width: 100%;
}

.comp_pensionados_text{
    font-family: 'Roboto-Regular';
    font-size: 16px;
    color: #53565A;
    text-align: left;
    width: 100%;
    font-weight: normal;
    line-height: normal;
}


/*********************************VISTA 1 Y 2************************/

.arl_colh-350{
    height: 350px;
}

#pensionados_banner{
    position: absolute !important;
    top: 0px;
    left: 100%;
    left: calc(100% - 429px);
    left: -moz-calc(100% - 429px);
    width: 429px;
    height: 350px;

    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    background-image: url(../images/banner_v2.jpg);
}


/********************MINI VISTAS (Sin recargar la pagina)**************/

.arl_vista_on{
    display: block;
}
.arl_vista_off{
    display: none;
}

/***********************VISTA 2 (HOME-MENU)**************************/
.arl_card{
    width: 300px;
    border-radius: 5px;
    -ms-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;

    border: #E3E3E3 solid 1px;
    
    padding: 15px;

    transition: box-shadow 0.2s, -ms-box-shadow 0.2s, -moz-box-shadow 0.2s, -webkit-box-shadow 0.2s, -o-box-shadow 0.2s;
    -webkit-transition: box-shadow 0.2s, -ms-box-shadow 0.2s, -moz-box-shadow 0.2s, -webkit-box-shadow 0.2s, -o-box-shadow 0.2s;
}
.arl_card:hover{
    cursor: pointer;
    box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.1);
    -ms-box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.1);
    -o-box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.1);
}
.arl_card_float{
    float: left;
}
.arl_card_float_right{
    display: inline-block !important;
    float: right !important;
}
.arl_card_title{
    font-family: 'FSJoey-Bold';
    font-size: 30px;
    color: #0033A0;
    text-align: center;
    border: none;
    font-weight: normal;
    line-height: normal;

    width: 100%;
    margin-bottom: 20px !important;
}
.arl_card_icon{
    width: 80px;
    height: 80px;
    margin: 0px auto;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}
.arl_card_text{
    font-family: 'Roboto-Regular';
    font-size: 16px;
    color: #9EA2A2;
    text-align: center;
    font-weight: normal;
    line-height: normal;
    margin-top: 20px !important;
    width: 100%;
}