[v-cloak] {
    display: none;
}

.noticia_content {
    text-align: justify;
    font-size: 18px;
}

.noticia_content p {
    margin-bottom: 15px;
}

.noticia_content strong {
	font-weight: bold;
}

.noticia_content em {
	font-style: italic;
}

.noticia_content img {
    padding: 0px 10px 5px 10px;
}

.noticia_content figure.image {
    display: inline-block;
    border: none;
    padding: 0px 10px 5px 10px;
    margin: 0;
    background: white;
    margin-bottom: 10px;

}

.noticia_content figure.align-left {
    float: left;
}

.noticia_content figure.align-right {
    float: right;
}

.noticia_content figure.image img { 
    margin: 0;
    /*margin-left: auto;
    margin-right: auto;*/
}

.noticia_content figure.image figcaption {
    margin: 0px 0px 0px 10px;
    text-align: left;
    font-size: 12px;
}

@media screen and (max-width: 1300px) {
    .noticia_content img {
        width: 100%;
        height: auto;
    }
    .noticia_content p iframe {
        width: 100%;
    }
    .noticia_content div.yutub iframe {
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    /*.social ul li { margin: 0 10px !important; }*/ /* Choca con los iconos sociales hover publicidad */
    .noticia_content img {
        width: 100%;
        height: auto;
    }
    .noticia_content p iframe {
        width: 100%;
    }
    .noticia_content div.yutub iframe {
        width: 100%;
    }
}

.PanloaderSpin {
    float: left;
    width: 100%;
}

.loaderSpin {
    margin-left: auto; /* Centered */
    margin-right: auto;
    border: 2px solid rgba(0,0,0,0.1); /* Light grey */
    border-top: 2px solid #353586; /* Color */
    border-radius: 50%;
    -webkit-animation: spinLoaderEffect 0.40s linear infinite;
    -moz-animation: spinLoaderEffect 0.40s linear infinite;
    -o-animation: spinLoaderEffect 0.40s linear infinite;
    -ms-animation: spinLoaderEffect 0.40s linear infinite;
    animation: spinLoaderEffect 0.40s linear infinite;
}

@keyframes spinLoaderEffect {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* errores de corre */

.has-error {
    border: 1px solid #e01313 !important;
}

.help-block {
    color: #AF2A2B;
}