﻿body {
    background: #E88037;
}

.fondo {
    background: #fff;
}

.subtitulo {
    font-weight: bold;
    color: #5587A1;
}

.shadow {
    /*max-width: 340px;*/
    -webkit-box-shadow: 0px 0px 18px 0px rgba(48, 50, 50, 0.48);
    -moz-box-shadow: 0px 0px 18px 0px rgba(48, 50, 50, 0.48);
    box-shadow: 0px 0px 18px 0px rgba(48, 50, 50, 0.48);
    border-radius: 6%;
}

th {
    background-color: #5587A1;
    color: #fff;
    text-align: center;
}

hr {
    border-top: 2px solid #ccc;
}

h4 {
    color: #5587A1;
    font-weight: bold;
    /*border-bottom:1px solid #ccc;*/
}
