/* CSS Document */

.news-detail-container {
	margin-top: 20px;
	padding-bottom: 80px;
}

	.news-detail-container h3 {
		line-height: 30px;
	}

.image-container {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	height: 400px;
}

.tags {
	width: 100%;
    /*float: left;*/
    margin: 10px 0 0 0px;
    background: rgba(182, 207, 239, 0.5);
    line-height: 22px;
    padding: 0px 0px 8px 0px;
}

.tags p {
    color: #5578a7;
    font-size: 15px;
    margin-top: 0px;
    text-align: center;
	padding-right: 0;
}
.tags p :hover {
    color: #334D80;
}

.text {
	color: #3e3e3e;
	font-size: 15px;
}

.space-between {
	margin-right: 10px;
}

.header-detail {
	overflow: auto;
	margin-bottom: 10px;
}

.header-detail .back {
	float: left;
	cursor: pointer;
	color: #849DBD;
	background-image: url(../images/back.png);
	background-repeat: no-repeat;
    background-size: 16px;
	width: 70px;
    background-position: 0px 6px;
}

.header-detail .back:hover {
	color: #334D80;
	background-image: url(../images/back-selected.png);
}

.header-detail .back label {
	float: right;
	cursor: inherit;
}

.header-detail .next {
	float: right;
	cursor: pointer;
	color: #849DBD;
	background-image: url(../images/next.png);
	background-repeat: no-repeat;
    background-size: 16px;
	width: 80px;
    background-position: 55px 6px;
}

.header-detail .next:hover {
	color: #334D80;
	background-image: url(../images/next-selected.png);
}

.header-detail .next label {
	cursor: inherit;
}

.header-detail .previous {
	float: right;
	margin-right: 40px;
	cursor: pointer;
	color: #849DBD;
	background-image: url(../images/back.png);
	background-repeat: no-repeat;
    background-size: 16px;
	width: 80px;
    background-position: 12px 6px;
}

.header-detail .previous:hover {
	color: #334D80;
	background-image: url(../images/back-selected.png);
}

.header-detail .previous label {
	float: right;
	cursor: inherit;
}

.share {
	float: right;
	margin-top: 5px;
	cursor: pointer;
	color: #849DBD;
	margin-right: -24px;
}

.share:hover {
	color: #334D80;
}

.share .share-icon {
	float: right;
	margin-top: 6px;
}

.share .text-icon {
	float: right;
	cursor: inherit;
}

/* PUPOP */
.pupop {
	position: absolute;
	background-color: #f1f1f1;
	width: 239px;
	padding: 10px;
    top: 45px;
    right: 10px;
	border-style: solid;
    border-width: 1px;
	border-color: #334D80;
	-webkit-border-radius: 1px 1px 1px 1px;
	-moz-border-radius: 1px 1px 1px 1px;
	border-radius: 1px 1px 1px 1px;
	-webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.75);
	display: none;
	text-align: left;
	font-size: 11.5px;
	z-index: 1px;
}

.pupopCompartir {
	position: absolute;
	background-color: #f1f1f1;	
	padding: 10px;
    top: 45px;
    right: 10px;
	border-style: solid;
    border-width: 1px;
	border-color: #334D80;
	-webkit-border-radius: 1px 1px 1px 1px;
	-moz-border-radius: 1px 1px 1px 1px;
	border-radius: 1px 1px 1px 1px;
	-webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.75);
	display: none;
	text-align: left;
	font-size: 11.5px;
	z-index: 1px;
}

.pupop .pupop-arrow {
	position: absolute;
	top: -15px;
    right: 18px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 10px 15px 10px;
	border-color: transparent transparent #334D80 transparent;
}

.pupop img {
	cursor: pointer;
}

.date {
	margin-left: -12px;
	margin-right: -24px;
}

