.otrosP, .otrosP:visited { 
        background: #fff;
    margin-bottom: 1.5em; 
    position: relative; 
}
.otrosP:focus, .otrosP:hover { 
        background: #f5f0f1;
}

.otrosP-img { 
    height: 144px; 
    position: relative; 
    overflow: hidden; 
    border-radius: 4px 4px 0; 
}
.otrosP-img > img { 
    position: absolute; 
    width: 100%; 
    height: 100%; 
    object-fit: cover; 
}
.otrosP-body {
    padding: 1.125em;
}
.otrosP a{
    text-decoration: none;
    color: #07171d;
}
.otrosP-title {
    margin: 0;
    height: auto;
    word-break: break-word; 
 }
.otrosP-title h2 {
    word-break: break-word; 
    margin:0;
    font-size: 1.125em;
    line-height: 1.1em; 
    font-weight: normal;
    color: #833a3f;
}

.otrosP-tipoVmin p { 
    font-size: 0.99em;
    line-height: 1.2em;
    overflow: hidden;
    text-overflow: ellipsis; 
    margin: 0.5em auto;
    color: #a6494f;
}

.otrosP-tipoVdesc {
    min-height: 6.4em;
}
.otrosP-tipoVdesc p { 
    font-size: 0.99em;
    line-height: 1.2em;
    overflow: hidden;
    text-overflow: ellipsis; 
    margin: 0.5em auto;
    color: rgba(7,23,29,0.8);
}




table {width:100%; border-collapse: collapse; border: 1px solid #ddd; margin: 20px auto;}
table th, table td { padding: 10px; width: auto !important;}   
tbody td {display: table-cell;  text-align:left !important; line-height: normal; color: #5c6176;}
th { color: #fff; background: #a6494f; font-weight:700; text-align: left; text-transform: uppercase; }
 table tbody tr:nth-of-type(2n+1) { background-color: #f7f8fa; }
table th a, table th a:visited, table th a:hover, table th a:focus { color: #fff; text-decoration: underline; line-height: normal; }
  

@media screen and (max-width: 678px) {
table {width:100%;}
thead {display: none;}
tbody td {display: block;  text-align:left !important;}
tbody td:before { content: attr(data-th); display: inline-block; width: 50%; margin-right: 10px; float: left; color: #a6494f; font-weight: 400 }
}
table td a, table td a:visited { color: #a6494f; text-decoration: underline; }
table td a:hover, table td a:focus { color: #aaa174; text-decoration: underline; }

