/**
 * @version    3.7.0
 * @package    Simple RSS Feed Reader (module)
 * @author     JoomlaWorks - https://www.joomlaworks.net
 * @copyright  Copyright (c) 2006 - 2019 JoomlaWorks Ltd. All rights reserved.
 * @license    GNU/GPL license: https://www.gnu.org/copyleft/gpl.html
 */

/* Template: Default */

/* Common */
a:active,
a:focus {outline:0;}
img {border:none;}
.clr {clear:both;height:0;line-height:0;display:block;float:none;padding:0;margin:0;border:0;}

.notiContainer h1{    font-size: 34px;    color: #9e9e9e;    border-bottom: 1px solid #ccc;    margin: 13px 0 12px 0;    padding: 8px 0 6px 8px;    text-align: center;    font-weight: 200;}
img.notiImage {    width: 100%;}
div#noticia-b a {    font-size: 20px;    font-weight: 500;}
.notiList {    background-color: #e9e9e9;    overflow: auto;    padding: 15px 0px 25px 0px;    margin-bottom: 20px;}
h3.titulos_a {    font-size: 32px;	margin-top: 6px;    margin-bottom: 8px;}
h3.titulos_b {    font-size: 20px;	margin-top: 0px;    margin-bottom: 10px;}
h3.titulos_b a:hover, h3.titulos_a a:hover  {    color: #00afd9;}
.srfra {    padding-bottom: 10px;}
.noticia-a span.notiFeedItemDate {font-size: 100%;}
span.notiFeedItemDate {    font-size: 90%;    font-weight: 400;    color: #00afd9;}
span.notiFeedDescription {    font-size: 1.1em;}

.boton_vermas {    width: 100%;    text-align: center;    overflow: hidden;    margin-top: 12px;}
a.view-more {    margin: auto;    background: #01AAE3;    padding: .5rem 1em;    color: white;    text-transform: uppercase;    width: 15em;    text-align: center;    font-family: Roboto, Arial;    text-decoration: none;}

div#noticia-b section.thumbnail{margin-bottom: 5px;    max-height: 240px;    overflow: hidden;    position: relative;    height: 215px;    padding: 0px;}
div#noticia-b img {    width: 100%;    top: 25%;    transform: translate(0%, -25%);    position: absolute;     min-height: 240px;}

div#noticia-a section.thumb {    margin-bottom: 5px;    max-height: 480px;    overflow: hidden;    position: relative;    padding: 0px;height: 465px;}
div#noticia-a img {    width: 100%;    top: 25%;    transform: translate(0%, -25%);    min-height: 465px;   position: absolute;}

@media screen and (max-width: 720px) {
div#noticia-a img { min-height: 240px;}
div#noticia-a section.thumb { height: 240px;}
div#noticia-a {    margin-bottom: 25px;}
}
