﻿.default_main {
    text-align: center;
    margin: auto;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 30px;
    border-bottom: 3px solid #3e5db7;
}

.imagen {
    width: 100%;
}

.titulo {
    font-size: 14px;
    text-align: center;
    margin: 5px;
    height: 45px;
}

    .titulo a {
        text-decoration: none;
        color: #8e0711;
    }

        .titulo a:hover {
            color: rgba(0,46,144,1);
            cursor: pointer;
            -moz-transition: color 0.5s ease;
            -webkit-transition: color 0.5s ease;
            -o-transition: color 0.5s ease;
        }

.box {
    display: inline-table;
    margin: 0 auto;
    padding: 7px;
    /*width: 229.6px;*/
    width: 19%;
    height: auto;
    border-right: 1px solid #cecece;
    border-right-style: dashed;
    margin-top: 10px;
    margin-bottom: 20px;
    box-sizing: border-box;
}

    .box p {
        /*tamaño texto minimo*/
        min-height: 90px;
        text-align: left;
        border: 0px solid #ccc;
        font-size: 14px;
    }

.contenido_box {
    min-height: 100px;
    height: 100%;
}

@media screen and (max-width:1150px) {

    .box {
        padding: 7px;
        /*width: 229.6px;*/
        width: 250px !important;
        height: auto;
        border-right: 0px solid #cecece;
        border-right-style: none;
        margin-top: 10px;
        margin-bottom: 10px;
        margin: 20px !important;
        box-sizing: border-box;
        /*diseño borde     border-right: 1px solid #cecece;*/
        border-radius: 8px 8px 8px 8px;
        -moz-border-radius: 8px 8px 8px 8px;
        -webkit-border-radius: 8px 8px 8px 8px;
        border: 2px solid #cecece;
        padding: 10px;
    }

    .default_main {
        border-bottom: 0px solid #3e5db7;
    }
}
