﻿@font-face {
    font-family: 'roboto';
    src: url('fonts/roboto-regular-webfont.woff2') format('woff2'), url('fonts/roboto-regular-webfont.woff') format('woff'), url('fonts/roboto-regular-webfont.svg#robotoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

html, body {
    height: 100%;
    width: 100%;
    margin: 0;
    background-color: #fff;
}

span .cls_008 {
    font-family: roboto;
    font-size: 12px;
    color: rgb(0,99,255);
    font-weight: bold;
    font-style: normal;
    text-decoration: none
}

div.cls_008 {
    font-family: roboto;
    font-size: 15px;
    /*color: rgb(0,99,255);*/
    color: dodgerblue;
    font-weight: bold;
    font-style: normal;
    text-decoration: none
}

span.cls_012 {
    font-family: roboto;
    font-size: 20px;
    color: rgb(45,56,77);
    font-weight: 300;
    font-style: normal;
    text-decoration: none
}

div.cls_012 {
    font-family: roboto;
    font-size: 26px;
    color: rgb(45,56,77);
    font-weight: normal;
    font-style: normal;
    text-decoration: none
}

span.cls_009 {
    font-family: roboto;
    font-size: 10px;
    color: rgb(134,151,172);
    font-weight: normal;
    font-style: normal;
    text-decoration: none
}

div.cls_009 {
    font-family: roboto;
    font-size: 12px;
    color: rgb(134,151,172);
    font-weight: normal;
    font-style: normal;
    text-decoration: none
}

span.cls_006 {
    font-family: roboto;
    font-size: 18px;
    color: rgb(45,56,77);
    /*font-weight: 500;*/
    font-style: normal;
    text-decoration: none
}

div.cls_006 {
    font-family: roboto;
    font-size: 10px;
    color: rgb(0,99,255);
    font-weight: normal;
    font-style: normal;
    /*font-weight: bold;*/
    text-decoration: none;
}

span.cls_005 {
    font-family: roboto;
    font-size: 15px;
    color: rgb(45,56,77);
    /*font-weight: 500;*/
    font-style: normal;
    text-decoration: none
}

div.cls_005 {
    font-family: roboto;
    font-size: 10px;
    color: rgb(0,99,255);
    font-weight: normal;
    font-style: normal;
    /*font-weight: bold;*/
    text-decoration: none;
}




.caja {
    background-color: #fff;
    padding: 15px 5px 15px 15px;
    border: 1px solid rgba(100,101,255,0.1);
    margin: 2px;
    width: 288px;
    height: 83px;
    float: left;
    display: flex;
    align-items: center;
}

    .caja:hover {
        border-color: dodgerblue;
    }

.seccion-caja {
    background-color: #fff;
    display: inline-block !important;
    padding: 0px 3px 0px 0px;
    margin-right: auto;
}

.seccion-img {
    display: inline-grid;
}

.columns {
    width: 100%;
    height: auto;
    display: inline-block
}

.seccion-info {
    float: left;
    display: flex;
    align-items: center;
}

.seccion-info-caja {
    background-color: #fff;
    display: inline-block !important;
    padding: 20px 30px 20px 70px;
}

.img-CM {
    max-width: 35px;
}

.img-foot {
    align-content: center;
    max-width: 311px;
    max-height: 206px;
}

.mb {
    margin-bottom: 20px;
}

