.articleNew {
    max-width: 720px;
    margin: 30px auto 40px;
    width: 100%;
}

/* HEADING */
.articleNew h1 {
	font-family: 'Merriweather';
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 2.8rem;
	margin-bottom: 10px;
	margin-top: 10px;
}
.articleNew h2 {
    font-size: 2rem;
    line-height: 2.2rem;
    font-weight: 700;
}
.articleNew h4 {
    font-size: 1.3rem;
    line-height: 1.6rem;
    font-weight: 600;
}
.articleNew h5 {
    font-size: 1.1rem;
    line-height: 1.3rem;
    font-weight: 600;
}
.articleNew h6 {
    font-size: .80rem;
    line-height: 1rem;
    font-weight: 600;
}
/*HOVER*/
.articleNew h1 a:hover,
.articleNew h2 a:hover,
.articleNew h4 a:hover,
.articleNew h5 a:hover,
.articleNew h6 a:hover{
    color: #141414;
}

/* PARRAFOS */
.articleNew p {
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1.8;
    color: #222227;
    font-family: 'Hind';
    margin-bottom: 20px;
    margin-top: 20px;
}
/*Enlaces  */
.articleNew p a {
    color: #c51111;
    font-weight: 500;
}

/*Citas*/
.articleNew blockquote {
    quotes: none;
    color: #141414;
    font-size: 1.2rem;
    line-height: 1.6;
    font-weight: 500;
    padding: 30px 0 30px;
    border-top: 1px solid #DBDCE0;
    border-bottom: 1px solid #DBDCE0;
    margin: 0 auto;
    margin-bottom: 20px;
    text-align: center;
}
.articleNew blockquote::before{
    content: '“';
    font-size: 1.2rem;
    color: #c51111;
    font-weight: 700;
}
.articleNew blockquote::after{
    content: '”';
    font-size: 1.2rem;
    color: #c51111;
    font-weight: 700;
}
/*Citas aliniadas a la izquierda*/
.articleNew blockquote.leftquote{
    width: 50%;
    float: left;
    margin-right: 20px;
    text-align: right;
}
/*Citas aliniadas a la derecha*/
.articleNew blockquote.rightquote{
    width: 50%;
    float: right;
    margin-left: 20px;
    text-align: left;
}
/* SUBTITULOS */
.articleNew h3{
    font-weight: 600;
    font-size: 1.6rem;
    line-height: 1.9rem;
}
.articleNew h3 a:hover{
    color: #141414 !important;
}
/*imagenes general  */
.articleNew figure {
	height: 300px;
	margin-top: 10px;
	width: 100%;
}
.articleNew figure.aWide,.articleNew figure.aCenter, .articleNew figure.aCENTER, .articleNew figure.aWIDE{
    width: 100%;
    margin: 0 auto;
    padding-bottom: 20px;
    height: auto;
    text-align: center;
}
/*imagenes aliniadas a la izquierda y derecha*/
.articleNew figure.aLeft,.articleNew figure.aRight{
    width: 50%;
    padding-bottom: 20px;
    height: auto;
    margin: 0 auto;
}
.articleNew figure.aLeft{
    margin-right: 20px;
    float: left;
}
.articleNew figure.aRight{
    margin-left: 20px;
    float: right;
}
/*Pie de pagina*/
.articleNew > figure  figcaption{
    font-family: 'hind';
    font-size: .95rem;
    line-height: 1.4rem;
    color: #757575;
    margin-top: 10px;
    text-align: center;
}
.articleNew figure.aWide img{
    width: 100%;
}
.articleNew figure.aCenter img{
    width: 80%;
}
.articleNew figure.aCENTER img{
    width: 100%;
}
.articleNew figure.aWIDE img{
    width: 100%;
}
.articleNew figure.aLeft img,.articleNew figure.aRight img{
    width: 100%;
}
/* LISTAS */
.articleNew ul,
.articleNew ol {
    margin-bottom: 20px;
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1.8;
    color: #222227;

}
.articleNew ul li {
	list-style-type: circle;
    
}
.articleNew ul li,
.articleNew ol li {
	list-style-position: inside;
    
}
.articleNew ul li > a{
    color: #c51111;   
}

/* SPOILER */
.articleNew span.spoiler:before {
    color: #FFF;
    content: "SPOILER:";
    font-size: 14px;
}
.articleNew span.spoiler {
    background-color: #222;
    color: #222;
}
/*FACEBOOK*/
.articleNew .fbEmbed.mobile{
	display: none !important;
}
.articleNew .fbEmbed.desktop{	
	margin: 1.250rem auto;
}
.articleNew iframe.youtubeVideo,.articleNew iframe.vimeoVideo,iframe.post_video{
	height: 400px;
}
.articleNew iframe{
    margin: 0 auto;
    width: 100%;
   	margin-bottom: 20px;
}
#iframe_container{
    height: 0;
    padding-bottom: 56.25%;
    position: relative;
    width: 100%;
}
#iframe_video{
    height: 100%;
    position: absolute;
    width: 100%;
}

@media only screen and (max-width: 940px) {
    .articleNew blockquote.leftquote,.articleNew figure.aLeft{
        margin-right: 30px;
    }
    .articleNew blockquote.rightquote,.articleNew figure.aRight{
        margin-left: 30px;
    }
}
@media only screen and (max-width: 939px) {
	.articleNew {
		padding-left: 30px;
		padding-right: 30px;
	}
}

@media only screen and (max-width: 639px) {   
   .articleNew blockquote,.articleNew blockquote.leftquote,.articleNew blockquote.rightquote{
        width: 100%;
        border: none;
        padding: 0;
        margin: 0 auto;
        margin-bottom: 20px;
        text-align: center;
    }
    .articleNew figure.aCenter img{
        width: 100%;
    }
    .articleNew figure.aLeft,.articleNew figure.aRight{
        width: 100%;
    }
    .articleNew iframe.youtubeVideo,.articleNew iframe.vimeoVideo,iframe.post_video{
   		height: 230px;
	}
}