ul {
    list-style: none
}
a {
    font-weight: bold;
    color: #ff3d66;
    text-decoration: none
}
.accordion-trigger {
    background-color: rgba(241, 239, 239, .5);
    display: block;
    padding: 3px 10px;
    position: relative
}
.accordion-trigger:after {
    display: block;
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 2em
}
.acordeon h1,
.acordeon h2 {
    font-size: 0.8rem;
    font-weight: 400;
    line-height: 1.0rem;
    color: #000;
	font-stretch: condensed;
}
.accordion-trigger.expanded:after {
    content: "-"
}
.accordion-trigger.collapsed:after {
    content: "+"
}
.accordion-content {
    overflow: hidden;
    background-color: rgba(255, 61, 102, 0.88);
    -webkit-transition: height 0.25s;
    -moz-transition: height 0.25s;
    transition: height 0.25s;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}
.accordion-content.expanded {
    height: auto
}
.accordion-content.collapsed {
    height: 0
}
.accordion-content p {
    padding: 14px;
    text-align: left;
    font-family: 'Work Sans', sans-serif;
    font-weight: 300
}
table {
    font-family: 'Work Sans'
}
table tbody tr td {
    padding: 4px 4px 3px 10px;
    vertical-align: top
}
table tbody tr td {
    border-bottom: 1px solid #a6a6a6
}
table tbody tr:hover {
    background-color: #def4f5
}
.numeral {
    font-family: 'Giorgio Sans';
    font-size: 20px;
    color: #979797
}
.imagen-tabla {
    max-width: 65px;
    float: left;
    margin-right: 12px
}
.header-top img {
    max-width: 210px;
    padding: 12px 10px;
    margin-bottom: 20px
}

@media (min-width: 450px){
.acordeon h1,
.acordeon h2 {
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 1.3rem;
    color: #000;
	font-stretch: condensed;
	padding: 15px;
}
}