﻿.modulo {
    padding: 20px;
}

    .modulo h3 {
        font-weight: bold !important;
    }

.gris {
    background-color: #f0f0f0;
    border-radius: 2px;
}

.cont-tema h2 {
    text-align: center;
    margin-top: 20px;
}

.tematico {
    border-radius: 5px;
    -webkit-box-shadow: -1px 2px 10px -1px rgba(0,0,0,0.53);
    -moz-box-shadow: -1px 2px 10px -1px rgba(0,0,0,0.53);
    box-shadow: -1px 2px 10px -1px rgba(0,0,0,0.53);
    margin: 10px 0;
    height: 370px;
    padding: 0 !important;
}

.imagen-tematico img {
    width: 100%;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.texto {
    padding: 20px;
}

.tarifas h2 {
    text-align: center;
}

.tarifas h3 {
    text-align: center;
}
