.validation_summary{
	background: #d2251a;
	padding: 20px 20px 17px 20px;
	color: #f5f5f5;
	margin-bottom: 20px;
}

.validation_summary ul{
	margin:0;
}

.validation_summary ul > li{
	padding-bottom:3px;
}

.prensa-aviso{
    background: rgba(232,232,232,0.95);
    height: 140px;
    position: absolute;
    top: -210px;
    width: 95%;
    left: 2.5%;
    position: relative;
    padding: 30px 72px 10px 30px;
    overflow:hidden;
}

.prensa-aviso-icon{
	display:none;
}

.prensa-aviso-icon img{
	width:80px;
	height:80px;
}

.prensa-aviso-icon i{
	line-height:80px;
	color:#d0232b;
	font-size:40px;
}

.prensa-aviso-titulo{
	font-size:20px;
	font-weight: 400;
	color:#000;
	line-height: 20px;
	margin-bottom:10px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.prensa-aviso-desc{
	font-size: 16px;
	font-weight: 300;
	color:#000;
	line-height: 24px;
	max-height: 48px;
	overflow: hidden;
	white-space:  nowrap;
	text-overflow: ellipsis;
	margin-bottom:10px;
}

.prensa-aviso > a{
	display:inline-block;
	background:#fff;
	font-size:12px;
	padding:3px 6px;
	border-radius:2px;
	text-transform:uppercase;
	overflow: hidden;
	white-space:  nowrap;
	text-overflow: ellipsis;
}

.prensa-aviso > a:hover{
	color:#2196f3 !important;
}

.prensa-aviso-lateral{
	background: #2196f3;
	height:100%;
	position:absolute;
	right:0;
	top:0;
	width:32px;
	text-align:center;
	padding:8px 0;
}

.prensa-aviso-lateral a i{
	color:#fff;
}

/**/

.aviso{
	padding: 15px 0 10px 0;
	border-bottom: 2px solid #e4e4e4;
}

.aviso:last-child{
	border-bottom:none;
}

.aviso-title{
	overflow:hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 18px;
	margin-bottom:10px;
}

.aviso-title a{
	/*color: #000 !important;*/
}

.aviso .aviso-title a:hover{
	color: #2196f3;
}

.aviso-desc{
	font-size:16px;
	line-height:20px;
	max-height:40px;
	overflow:hidden;
	text-overflow: ellipsis;
	margin-bottom:10px;
}

.aviso .aviso-desc:hover{
	text-decoration:underline;
}

.aviso-desc a{
	color: #000 !important;
}

.aviso-fecha{
	overflow:hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 14px;
	color:#004486;
}

.aviso-fecha > .chip{
	margin-left:5px;
	height:24px;
	line-height:24px;
	padding:0 6px;
}

.aviso-fecha > .chip > i{
	margin-right:6px;
	height:24px;
	line-height:24px;
}

/**/

.aviso-completo-title{
	line-height: 38px;
	font-size:30px;
	font-weight: 300;

	padding-bottom: 12px;
	border-bottom: 2px solid #004481;
	margin-bottom:20px;
}

.aviso-completo-meta{
	min-height:43px;
	margin-bottom:5px;
}

.aviso-completo-meta >a.btn-icon{
	height:40px;
	line-height:40px;
	width:40px;
	margin-right:5px;
}

.aviso-completo-meta >a.btn-icon >i{
	margin:0;
	line-height:  40px;
}

.aviso-completo-fecha{
	color:#004481;
	font-size:14px;
	line-height: 43px;
	min-height:43px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	text-align: center;
}

.aviso-completo-fecha > .chip > i{
	height:32px;
	line-height:32px;
}

.aviso-completo-social{
	display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.aviso-completo-social a, .aviso-completo-social a:visited{
	display:block;
	width:40px;
	height:40px;
	text-align: center;
	color:#fff;
	margin-left:3px;
	text-align: center;
	/*float: right;*/
}

.aviso-completo-social a:hover{
	color: rgba(255,255,255,0.7);
}

.aviso-completo-social a.facebook{
	background: #3b5998;
}

.aviso-completo-social a.twitter{
	background: #1da1f2;
}

.aviso-completo-social a.whatsapp-social{
	background: #29a628;
}

.aviso-completo-social a.mail{
	background: #848484;
}

.aviso-completo-social a.print{
	background: #738a8d;
}

.aviso-completo-social a.more{
	background: #ff6550;
}

.aviso-completo-social a i{
	font-size:24px;
	line-height: 40px;
}

.aviso-completo-box{
	padding: 10px 15px 9px 19px;
	background: #eee;
	line-height: 24px;
    white-space: pre-wrap;
    margin-bottom: 30px;
}

.aviso-completo-desc{
	line-height: 24px;
    /*white-space: pre-wrap;*/
    margin-bottom:30px;
}

.aviso-completo-desc li {
	list-style-type: disc !important;
}
/**/

.paginado{
	margin-bottom:20px;
	min-height:44px;
	background: #f7f7f7;
	line-height:44px;
	padding:0 22px 0 12px;
	text-align:center;

    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

.paginado a{
	height:44px;
	line-height:44px;
	width: 32px;
	text-align:center;
	display:inline-block;
}

.paginado a.active{
	color:#000;
	font-weight:bold;
}

.paginado a > i{
	line-height:44px;
	color:#2196f3
}

.paginado > span{
	display:block;
	font-size:14px;
	line-height:14px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	padding: 5px 0 12px 0;
	width: 100%;
}

/* Tablet */
@media (min-width: 768px) {
	.prensa-aviso{
		padding: 30px 72px 10px 150px;
	}
	.prensa-aviso-icon{
		display:block;
		width:80px;
		height:80px;
		position:absolute;
		left:30px;
		top:30px;
		background:#fff;
		text-align:center;
	}
	.aviso-completo{
		padding-top:4px;
	}
	.aviso-completo-img{
		margin-bottom:15px;
	}
	.aviso-completo-meta{
		margin-bottom:15px;
	}
	.aviso-completo-fecha{
		float:left;
		text-align: left;
	}
	.aviso-completo-social{
		display:block;
		float:right;
		padding: 3px 0;
		margin-bottom: 0;
	}
	.aviso-completo-social a, .aviso-completo-social a:visited{
		float: right;
	}
    .paginado {
        display: block;
    }
    .paginado a {
        float: left;
    }
    .paginado > span {
        width: auto;
        font-size: 16px;
        line-height: 44px;
        float: right;
        padding: 0;
    }
}


