Yu-Gi-Oh! Wiki en Español
Yu-Gi-Oh! Wiki en Español
Sin resumen de edición
Sin resumen de edición
Línea 239: Línea 239:
 
{
 
{
 
list-style-type: none;
 
list-style-type: none;
padding:.25em;
+
padding:.2em 0px;
 
}
 
}
   

Revisión del 23:18 4 abr 2019

/*Estilo para el header*/
.wikia-ad .noprint .WikiaMainPageBanner{
     background-color:#BB2F1B;
}

.WikiHeader{
     background-color:#BB2F1B;
     background-image: -moz-linear-gradient(top, #BB2F1B 10%, #891100 80%);
     background-image: -webkit-gradient(linear, left top, left bottom, color-stop(10%,#BB2F1B), color-stop(80%,#891100));
     color:white;
}

.WikiHeader li:hover{
     background:#BB2F1B;
}

.WikiHeader .subnav{
     border-color:#891100
}

.WikiHeader nav li a{
     color:white;
}

.WikiHeader .subnav li a:hover{
     color:white;
     background-color:#BB2F1B;
}

.WikiHeader ul.subnav{
     background:#891100;
}

a.wikia-button.secondary{
     background-color: #F2F2F2;
     background-image: -moz-linear-gradient(top, Khaki 5%, Orange 95%);
     background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(5%, Khaki), color-stop(95%, Orange));
     border: 0;
     color: DimGray;
}

a.wikia-button.secondary:hover{
     background-color: #F2F2F2;
     background-image: -moz-linear-gradient(top, Orange 5%, Khaki 95%);
     background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(5%, White), color-stop(95%, Khaki));
     border: 0;
     color: black;
}

/*Categoria al final del artículo (no sé cual de los dos es)*/
.article-categories,
.WikiaArticleCategories,
.CategorySelect.articlePage {
     background-color:black;
     color:white;
     background-image: -moz-linear-gradient(top, #555555 10%, black 80%);
     background-image: -webkit-gradient(linear, left top, left bottom, color-stop(10%,#555555), color-stop(80%,black));
     -moz-border-radius: 8px;
     -webkit-border-radius: 8px;
     border:2px;
}

.catlinks a{
     color:white;
     font-weight:bold;
     font-size:0.86em; /* 12px */
}

/* Cambiando presentación a "Editar sección"*/
.editsection a{
     text-decoration:none;
     color:white;
}

/* Cambiando presentación a "Editar sección"*/
.editsection a:hover{
     text-decoration:none;
     color:steelblue;
}

.User.chat-mod .username:after {
        content: url(https://images.wikia.nocookie.net/yugiohenespanol/es/images/c/c3/Eye.png);
}

/* DARWIN. Infobox autoajustable */

/* WIKIAMOBILE: Infobox autoajustable según resolución de pantalla */

/* Común para los navegadores que no soportan "mediaquery" */

div.infoboxcarta {
    width:664px;
}
    
.infoboxcarta table.infobox{
    border:none !important;
    background-color:none !important;
}

.infoboxcarta .infobox-responsive,
.infoboxcarta .infobox-responsive2 {
    margin:0 auto;
    float:left !important;
    vertical-align:top;
}

.infoboxcarta .infobox-responsive td[colspan='2'],
.infoboxcarta .infobox-responsive2 td[colspan='2'] {
    text-align:center;
}

.infoboxcarta .infobox-responsive {
    width:50%;
}

.infoboxcarta .infobox-responsive2 {
    width:100%;
}

div.infobox-twocolumns {
    width:100%;
    clear:both;
    height:1px;
}

div.infobox-threecolumns {
    display:none;
}

/* resolución normal */

div.infoboxcarta {
    min-width:664px;
    width:75% !important;
}

/* Vista previa mínima */
.ArticlePreviewInner[data-size="min"] div.infoboxcarta {
    min-width:664px;
    width:75% !important;
}

.ArticlePreviewInner[data-size="min"] .infoboxcarta .infobox-responsive {
    width:50% !important;
}

.ArticlePreviewInner[data-size="min"] .infoboxcarta .infobox-responsive2 {
    width:100% !important;
}

.ArticlePreviewInner[data-size="min"] div.infobox-twocolumns {
    width:100% !important;
    clear:both !important;
    height:1px !important;
    display:block !important;
}

.ArticlePreviewInner[data-size="min"] div.infobox-threecolumns {
    display:none !important;
}


/* Vista previa extendida */
.ArticlePreviewInner[data-size="max"] div.infoboxcarta {
    min-width:938px;
    width:80% !important;
}

/* Todos */
.ArticlePreviewInner[data-size="max"] .infoboxcarta .infobox-responsive {
    width:33.3333% !important;
}

/* Sólo imagen de carta */
.ArticlePreviewInner[data-size="max"] .infoboxcarta .infobox-responsive2 {
    width:66.6666% !important;
}

.ArticlePreviewInner[data-size="max"] div.infobox-twocolumns {
    display:none !important;
}

.ArticlePreviewInner[data-size="max"] div.infobox-threecolumns {
    width:100%;
    clear:both;
    display:block !important;
    height:1px;
}

/* Común para todos los Infoboxes */
.portable-infobox .pi-border-color {
    border-color:silver;
}

.portable-infobox .pi-data,
.portable-infobox .pi-horizontal-group {
    background-color:white;
}

.portable-infobox .pi-header::after {
    border-color:white;
}

.portable-infobox .pi-image {
    background-color:white;
}

.portable-infobox ul.pi-image-collection-tabs li {
    border:1px solid rgba(255,255,255,0.25);
}

.portable-infobox ul.pi-image-collection-tabs li.current {
    color:white;
}

/* Infobox Personajes (Azul) */
.portable-infobox.pi-theme-InfoboxPersonaje {
    border:1px solid #0C4074;
    background-color:#16B;
    padding:3px;
}

.portable-infobox.pi-theme-InfoboxPersonaje .pi-title {
    background-color:#16B;
    color:white;
}

.portable-infobox.pi-theme-InfoboxPersonaje .pi-secondary-background {
    background-color:#0C4074;
    color:white;
    margin-top:4px;
}

.portable-infobox.pi-theme-InfoboxPersonaje ul.pi-image-collection-tabs li.current {
    background-color:#0C4074;
}

.portable-infobox.pi-theme-InfoboxPersonaje .pi-data-value > div > li
{
    list-style-type: none;
    padding:.2em 0px;
}

/* Infobox Anime (Verde) */
.portable-infobox.pi-theme-InfoboxAnime {
    border:1px solid #0C7349;
    background-color:#11B873;
    padding:3px;
}

.portable-infobox.pi-theme-InfoboxAnime .pi-title {
    background-color:#11B873;
    color:white;
}

.portable-infobox.pi-theme-InfoboxAnime .pi-secondary-background {
    background-color:#0C7349;
    color:white;
    margin-top:4px;
}

.portable-infobox.pi-theme-InfoboxAnime ul.pi-image-collection-tabs li.current {
    background-color:#0C7349;
}

/* Infobox Saga (Amarillo) */
.portable-infobox.pi-theme-InfoboxSaga {
    border:1px solid #734E0C;
    background-color:#B87B11;
    padding:3px;
}

.portable-infobox.pi-theme-InfoboxSaga .pi-title {
    background-color:#B87B11;
    color:white;
}

.portable-infobox.pi-theme-InfoboxSaga .pi-secondary-background {
    background-color:#734E0C;
    color:white;
    margin-top:4px;
}

.portable-infobox.pi-theme-InfoboxSaga ul.pi-image-collection-tabs li.current {
    background-color:#734E0C;
}

/* Infobox Capitulo (Púrpura) */
.portable-infobox.pi-theme-InfoboxCapitulo {
    border:1px solid #452558;
    background-color:#6D3A8D;
    padding:3px;
}

.portable-infobox.pi-theme-InfoboxCapitulo .pi-title {
    background-color:#6D3A8D;
    color:white;
}

.portable-infobox.pi-theme-InfoboxCapitulo .pi-secondary-background {
    background-color:#452558;
    color:white;
    margin-top:4px;
}

.portable-infobox.pi-theme-InfoboxCapitulo ul.pi-image-collection-tabs li.current {
    background-color:#452558;
}

/* Infobox TCG (Rojo) */
.portable-infobox.pi-theme-InfoboxTCG {
    border:1px solid #73180C;
    background-color:#B82411;
    padding:3px;
}

.portable-infobox.pi-theme-InfoboxTCG .pi-title {
    background-color:#B82411;
    color:white;
}

.portable-infobox.pi-theme-InfoboxTCG .pi-secondary-background {
    background-color:#73180C;
    color:white;
    margin-top:4px;
}

.portable-infobox.pi-theme-InfoboxTCG ul.pi-image-collection-tabs li.current {
    background-color:#73180C;
}

/* Infobox Default (Gris) */
.portable-infobox.pi-theme-Infobox {
    border:1px solid #585F5C;
    background-color:#75807B;
    padding:3px;
}

.portable-infobox.pi-theme-Infobox .pi-title {
    background-color:#75807B;
    color:white;
}

.portable-infobox.pi-theme-Infobox .pi-secondary-background {
    background-color:#585F5C;
    color:white;
    margin-top:4px;
}

.portable-infobox.pi-theme-Infobox ul.pi-image-collection-tabs li.current {
    background-color:#585F5C;
}

/* Infobox Carta 50% (Diferentes colores) */
.portable-infobox.pi-theme-InfoboxCarta {
    width:100%;
    margin-bottom:0;
    background-color:transparent;
}

.portable-infobox.pi-theme-InfoboxCarta .pi-group {
    float:left;
    width:50%;
    height:23.57em; /* 330px */
}

.portable-infobox.pi-theme-InfoboxCarta .pi-header,
.InfoboxDescripcion h2,
.InfoboxPendulo h2,
.InfoboxEnlace h2 {
    font-size:125%;
    font-weight:bold;
    text-align:center;
    padding:0.343em; /* 6px */
    border-bottom:0px;
    margin-top:0px;
    margin-bottom:0px;
}

.InfoboxPendulo {
    background-color:mediumseagreen;
    color:black;
}

.InfoboxPendulo {
    background-color:mediumseagreen;
    color:black;
}

.InfoboxPendulo h2 {
    background-color:rgb(37, 152, 81);
}

.portable-infobox.pi-theme-InfoboxCarta .pi-group:first-child,
.portable-infobox.pi-theme-InfoboxCarta .pi-group:first-child h2:first-child {
    border-radius:16px 0px 0px;
}

.portable-infobox.pi-theme-InfoboxCarta .pi-data,
.portable-infobox.pi-theme-InfoboxCarta .pi-image {
    background-color:transparent;
    border-bottom-style:none;
    border-bottom-width:0px;
    padding:0px;
}

.portable-infobox.pi-theme-InfoboxCarta .pi-data-value {
    width:100%;
    font-size:1em; /* 12px */
    line-height:1.28em; /* 18px */
}

.portable-infobox.pi-theme-InfoboxCarta .pi-data-value li {
    line-height:1.59em; /* 19px */
}

.portable-infobox.pi-theme-InfoboxCarta .pi-border-color {
    border-color: transparent;
}

.portable-infobox.pi-theme-InfoboxCarta .pi-data-label,
.portable-infobox.pi-theme-InfoboxCarta .data {
    padding: 0.42em; /* 5px */
    font-size:0.855em; /* 12px */
}

.portable-infobox.pi-theme-InfoboxCarta .data-prohibida {
    background-color:#EE362D;
}

.portable-infobox.pi-theme-InfoboxCarta .data-limitada {
    background-color:#1E90FF;
}

.portable-infobox.pi-theme-InfoboxCarta .data-semi-limitada {
    background-color:LightSeaGreen;
}

.portable-infobox.pi-theme-InfoboxCarta .data-permitida {
    background-color:#82AD2A;
}

.portable-infobox.pi-theme-InfoboxCarta .data-prohibida,
.portable-infobox.pi-theme-InfoboxCarta .data-limitada,
.portable-infobox.pi-theme-InfoboxCarta .data-semi-limitada,
.portable-infobox.pi-theme-InfoboxCarta .data-permitida {
    font-weight:bold;
    color:white;
}

.portable-infobox.pi-theme-InfoboxCarta .pi-data {
    width:100%;
}

.portable-infobox.pi-theme-InfoboxCarta .pi-data p {
    margin:0px;
}

.portable-infobox.pi-theme-InfoboxCarta .pi-data-value:not(:first-child) {
    flex-basis:75%;
}

.portable-infobox.pi-theme-InfoboxCarta .pi-data-label {
    flex-basis:25%;
}

.portable-infobox.pi-theme-InfoboxCarta figure.pi-image {
    display:table;
    width:100%;
}

.portable-infobox.pi-theme-InfoboxCarta figure.pi-image a {
    display:table-cell;
    vertical-align:middle;
    height:260px;
}

.portable-infobox.pi-theme-InfoboxCarta figure.pi-image a img,
.InfoboxDescripcion .image_border img {
    background-color: white;
    box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.25);
}

.portable-infobox.pi-theme-InfoboxCarta figure.pi-image a img {
    max-width: 240px;
    max-height: 240px;
    width: auto;
    height: auto;
    padding: 5px;
}

.InfoboxDescripcion .image_border img {
    padding: 1px;
}

.portable-infobox.pi-theme-InfoboxCarta a,
.portable-infobox.pi-theme-InfoboxCarta a span {
    text-decoration:none;
}

/* Color del texto (blanco) */
.infobox_monstruodefusion .pi-theme-InfoboxCarta,
.infobox_monstruodefusion .pi-theme-InfoboxCarta a,
.infobox_monstruodefusion .pi-theme-InfoboxCarta a span,
.infobox_monstruodefusion .pi-theme-InfoboxCarta h2,
.infobox_monstruodefusion .InfoboxDescripcion,
.infobox_monstruodefusion .InfoboxDescripcion a,
.infobox_monstruodefusion .InfoboxDescripcion a span,
.infobox_monstruodefusion .InfoboxDescripcion h2,
.infobox_monstruodesincroniaoscura .pi-theme-InfoboxCarta,
.infobox_monstruodesincroniaoscura .pi-theme-InfoboxCarta a,
.infobox_monstruodesincroniaoscura .pi-theme-InfoboxCarta a span,
.infobox_monstruodesincroniaoscura .pi-theme-InfoboxCarta h2,
.infobox_monstruodesincroniaoscura .InfoboxDescripcion,
.infobox_monstruodesincroniaoscura .InfoboxDescripcion a,
.infobox_monstruodesincroniaoscura .InfoboxDescripcion a span,
.infobox_monstruodesincroniaoscura .InfoboxDescripcion h2,
.infobox_monstruoxyz .pi-theme-InfoboxCarta,
.infobox_monstruoxyz .pi-theme-InfoboxCarta a,
.infobox_monstruoxyz .pi-theme-InfoboxCarta a span,
.infobox_monstruoxyz .pi-theme-InfoboxCarta h2,
.infobox_monstruoxyz .InfoboxDescripcion,
.infobox_monstruoxyz .InfoboxDescripcion a,
.infobox_monstruoxyz .InfoboxDescripcion a span,
.infobox_monstruoxyz .InfoboxDescripcion h2 {
    color:white !important;
}

/* Color del texto (blanco azulado) */
.infobox_monstruodeenlace .pi-theme-InfoboxCarta,
.infobox_monstruodeenlace .pi-theme-InfoboxCarta a,
.infobox_monstruodeenlace .pi-theme-InfoboxCarta a span,
.infobox_monstruodeenlace .pi-theme-InfoboxCarta h2,
.infobox_monstruodeenlace .InfoboxDescripcion,
.infobox_monstruodeenlace .InfoboxDescripcion a,
.infobox_monstruodeenlace .InfoboxDescripcion a span,
.infobox_monstruodeenlace .InfoboxDescripcion h2,
.infobox_monstruodeenlace .InfoboxEnlace,
.infobox_monstruodeenlace .InfoboxEnlace a,
.infobox_monstruodeenlace .InfoboxEnlace a span,
.infobox_monstruodeenlace .InfoboxEnlace h2 {
    color:#F1F6FD !important;
}

.portable-infobox.pi-theme-InfoboxCarta,
.portable-infobox.pi-theme-InfoboxCarta a,
.portable-infobox.pi-theme-InfoboxCarta a span,
.portable-infobox.pi-theme-InfoboxCarta h2,
.InfoboxDescripcion,
.InfoboxDescripcion a,
.InfoboxDescripcion a span,
.InfoboxDescripcion h2 {
    color:black;
}


/* TIPOS DE CARTA */
/* Monstruo normal */
.infobox_monstruonormal {
    background-color:rgb(245,200,20);
    background-image: linear-gradient(to top, #F9DE71, #F5C814);
}

.infobox_monstruonormal .pi-header,
.infobox_monstruonormal .InfoboxDescripcion h2 {
    background-color:#F0B20A
}

.infobox_monstruonormal .data-color {
    background-color:#FAE48A;
}

/* Monstruo de efecto, Monstruo péndulo */
.infobox_monstruodeefecto {
    background-color:rgb(242, 162, 21);
    background-image: linear-gradient(to top, #F7C771, #F2A215);
}

.infobox_monstruodeefecto .pi-header,
.infobox_monstruodeefecto .InfoboxDescripcion h2 {
    background-color:rgb(235, 132, 11);
}

.infobox_monstruodeefecto .data-color {
    background-color:rgb(249, 209, 138);
}

/* Monstruo de fusión */
.infobox_monstruodefusion {
    background-color:indigo;
    background-image: linear-gradient(to top, #9265B3, #4B0082);
}

.infobox_monstruodefusion .pi-header,
.infobox_monstruodefusion .InfoboxDescripcion h2 {
    background-color:#300062;
}

.infobox_monstruodefusion .data-color {
    background-color:#A580C1;
}

/* Monstruo de ritual */
.infobox_monstruoderitual {
    background-color:#3995E7;
    background-image: linear-gradient(to top, #87BFF0, #3995E7);
}

.infobox_monstruoderitual .pi-header,
.infobox_monstruoderitual .InfoboxDescripcion h2 {
    background-color:#0C57D1;
}

.infobox_monstruoderitual .data-color {
    background-color:#78C2F2;
}

/* Monstruo de sincronía */
.infobox_monstruodesincronia {
    background-color:#E4DFE1;
    background-image: linear-gradient(to top, #EFECED, #E4DFE1);
}

.infobox_monstruodesincronia .pi-header,
.infobox_monstruodesincronia .InfoboxDescripcion h2 {
    background-color:#C5BEC0;
}

.infobox_monstruodesincronia .data-color {
    background-color:#F3F2F3;
}

/* Monstruo de sincronía oscura */
.infobox_monstruodesincroniaoscura {
    background-color:#2D2A2A;
    background-image: linear-gradient(to top, #807E7E, #2D2A2A);
}

.infobox_monstruodesincroniaoscura .pi-header,
.infobox_monstruodesincroniaoscura .InfoboxDescripcion h2 {
    background-color:#100E0D;
}

.infobox_monstruodesincroniaoscura .data-color {
    background-color:#4C4949;
}

/* Monstruo xyz */
.infobox_monstruoxyz {
    /* background-color:#16181D; */
    /*background-image: linear-gradient(to top, #666C73, #16181D);*/
    background-color:#000;
    background-image:url("https://vignette.wikia.nocookie.net/yugiohenespanol/images/d/d7/Fondo_monstruo_xyz.jpg/revision/latest?cb=20180307010315&path-prefix=es");
    background-position:top center;
    background-repeat:no-repeat;
}

.infobox_monstruoxyz .pi-header,
.infobox_monstruoxyz .InfoboxDescripcion h2 {
    /*background-color:#0B0C10;*/
    background-color:#121216;
}

.infobox_monstruoxyz .data-color {
    /*background-color:#666C73;*/
    background-color:rgba(54,54,66,0.8);
}

/* Monstruo de enlace */
.infobox_monstruodeenlace {
    background-color:#0F6DD5;
    /*background-image: linear-gradient(to top, #0C57C7, #0F6DD5);*/
    background-image:url("https://vignette.wikia.nocookie.net/yugiohenespanol/images/c/c6/Fondo_monstruo_de_enlace.png/revision/latest?cb=20170730011609&path-prefix=es");
}

.infobox_monstruodeenlace .pi-header,
.infobox_monstruodeenlace .InfoboxDescripcion h2,
.infobox_monstruodeenlace .InfoboxEnlace h2 {
    background-color:#123088;
}

.infobox_monstruodeenlace .data-color {
    /*background-color:#0C57C7;*/
    background-color:rgba(12,87,199,0.8);
}

/* Carta mágica */
.infobox_cartamagica {
    background-color:mediumseagreen;
    background-image: linear-gradient(to top, #89D1A9, #3CB371);
}

.infobox_cartamagica .pi-header,
.infobox_cartamagica .InfoboxDescripcion h2 {
    background-color:#259851;
}

.infobox_cartamagica .data-color {
    background-color:#9ED9B8;
}

/* Carta de trampa */
.infobox_cartadetrampa {
    background-color:#B62781;
    background-image: linear-gradient(to top, #D37CB3, #B62781);
}

.infobox_cartadetrampa .pi-header,
.infobox_cartadetrampa .InfoboxDescripcion h2 {
    background-color:#9B1661;
}

.infobox_cartadetrampa .data-color {
    background-color:#DB93C0;
}

/* Monstruo Slifer */
.infobox_monstruoslifer {
    background-color:#C92519;
    background-image: linear-gradient(to top, #CC3227, #C92519);
}

.infobox_monstruoslifer .pi-header,
.infobox_monstruoslifer .InfoboxDescripcion h2 {
    background-color:#B3150D;
}

.infobox_monstruoslifer .data-color {
    background-color:#D98A86;
}

/* Monstruo Obelisco */
.infobox_monstruoobelisco {
    background-color:#5A86CE;
    background-image: linear-gradient(to top, #648DD1, #5A86CE);
}

.infobox_monstruoobelisco .pi-header,
.infobox_monstruoobelisco .InfoboxDescripcion h2 {
    background-color:#3C66BA;
}

.infobox_monstruoobelisco .data-color {
    background-color:#ADC3E7;
}

/* Monstruo Ra */
.infobox_monstruora {
    background-color:#F2CA0D;
    background-image: linear-gradient(to top, #F3CD1B, #F2CA0D);
}

.infobox_monstruora .pi-header,
.infobox_monstruora .InfoboxDescripcion h2 {
    background-color:#EBB506;
}

.infobox_monstruora .data-color {
    background-color:#F9E586;
}


/* Carta por defecto (sin clase especial) */
.infobox_default {
    background-color:LightSlateGray;
}

.infobox_default .pi-header,
.infobox_default .InfoboxDescripcion h2 {
    background-color:rgb(87, 104, 122);
}

.infobox_default .data-color {
    background-color:rgb(187, 196, 204);
}

/* Infobox Deck */
.InfoboxDeckBorder {
    width:90%;
    margin:auto;
    background-color:white;
    border:2px solid LightGrey;
    border-radius:20px 0 20px 0;
    padding:4px;
    margin:0 auto;
}

.portable-infobox.pi-theme-InfoboxDeck {
    width:100%;
    margin:auto;
    float:none;
    clear:none;
    display:table;
    background:white;
    border-bottom:12px solid rgb(68, 150, 228);
    border-radius:0px 0px 16px;
}

.portable-infobox.pi-theme-InfoboxDeck .pi-group {
    display:table-cell;
    vertical-align:top;
    background-color:#D4CFD1;
}

.portable-infobox.pi-theme-InfoboxDeck .pi-header {
    display:none;
}

.portable-infobox.pi-theme-InfoboxDeck .pi-group:nth-child(2),
.portable-infobox.pi-theme-InfoboxDeck .pi-group:last-child {
    width:25%;
    min-width:180px;
    text-align:center;
}

.portable-infobox.pi-theme-InfoboxDeck .pi-title {
    display:table-caption;
    text-align:center;
    background-image:linear-gradient(rgb(213, 81, 68), rgb(137, 37, 32));
    color:white;
    border-radius:16px 0px 0px;
    text-shadow:1px 1px 2px black;
    line-height:22px;
}

.portable-infobox.pi-theme-InfoboxDeck .pi-caption {
    text-align:center;
}

.portable-infobox.pi-theme-InfoboxDeck .pi-data {
    display:block;
    background-color:rgb(243, 242, 243);
}

.portable-infobox.pi-theme-InfoboxDeck .pi-border-color {
    border-color:#D4CFD1;
    border-bottom-style:dotted;
}

.portable-infobox.pi-theme-InfoboxDeck figure.pi-image {
    padding:5px;
    background-color:transparent;
}

.portable-infobox.pi-theme-InfoboxDeck figure.pi-image a img {
    width:160px;
    height:auto;
    box-shadow:1px 0 3px rgba(0,0,0,0.5);
    padding:3px;
    background-color:white;
}

/* Noticias */
.news_image img {
    width:100%;
    height:500px;
}

/* Noticias */
.news_image img {
    width:100%;
    height:500px;
}

.news_text a {
    text-decoration:none;
    color:gold;
}