}
/* Estilos para imágenes en Portada 2019 y secciones */
.radius-img img {
margin-bottom:7px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius:5px;
}
.tarjeta img {
-webkit-border-radius: 5px 5px 0 0;
-moz-border-radius: 5px 5px 0 0;
border-radius:5px 5px 0 0;
transition: width 1s, height 1s, transform 1s;
-moz-transition: width 1s, height 1s, -moz-transform 1s;
-webkit-transition: width 1s, height 1s, -webkit-transform 1s;
-o-transition: width 1s, height 1s,-o-transform 1s;
width: 100%;
height: auto;
}
.tarjeta img:hover{
-ms-transform : scale(1.05); /* IE */
-moz-transform : scale(1.05); /* Firefox */
-webkit-transform : scale(1.05); /* Chrome - Safari */
-o-transform : scale(1.05); /* Opera */
transform : scale(1.05);
}
.tarjeta-main img {
transition: width 7s, height 7s, transform 7s;
-moz-transition: width 7s, height 7s, -moz-transform 7s;
-webkit-transition: width 7s, height 7s, -webkit-transform 7s;
-o-transition: width 7s, height 7s,-o-transform 7s;
width: 100%;
height: auto;
}
.tarjeta-main img:hover{
-ms-transform : scale(1.2); /* IE */
-moz-transform : scale(1.2); /* Firefox */
-webkit-transform : scale(1.2); /* Chrome - Safari */
-o-transform : scale(1.2); /* Opera */
transform : scale(1.2);
}
/* Estilos de la [[Plantilla:Portada:Sección]]*/