.new_container{
	clear: both;
	//width: 97%;
	overflow: auto;
	padding: 3px;
	margin: 3px 0;
	padding: 6px;
	/*display: none;*/
}
.new_container:hover{
	//background: #FFF5E7;
	background:#E1EFE6;
	//border-radius: 5px;
	//-webkit-box-shadow:  1px 1px 4px black;
	//-moz-box-shadow:  1px 1px 4px black;
	//box-shadow:  1px 1px 4px black;
}
.new_icon{
	display: inline-table;

	float: left;
	vertical-align: super;
	margin: 0;
}
.new_icon img{
	width: 95px;
	align-items: top;
}
.new_content_container{
	display: inline-table;
	
	float: right;
	width: 68%;
}
.new_title_container{
	font-weight: bold;
	position: relative;
	font-size: 15px;
	line-height: 35px;
	//background: rgba(111, 174, 230, 0.29);
	padding:  5px 15px 0px 0px;
	color: #1b2539;
}
.new_title_container:hover{
	color: #193933;

}
.new_title{
	width: 400px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;

}


.new_content{	
	width: 80%;
	//float: right;
	text-align: justify;
	font-size: 15px;
	padding: 5px;
}

a{
	text-decoration:: none !important;
}
a:active{
	font-weight: normal;
	color: rgb(27, 57, 48);
}

#historico
{

	text-align: center;
	font-size: 15px;
	margin-top: 15px;
	margin-left:120px;
}
#historico img
{
	float: left;
}
#historico span
{
	float:left;
	padding-top: 25px;
}
/*********************************
****** LIGHTWINDOW STYLES ********
**********************************/
.lw_container{
	clear: both;
	width: 98%;
	overflow: auto;
	padding: 3px;
	margin: 3px;
	padding: 6px;
	line-height: normal;
}
.lw_icon{
	display: inline-table;
	width: 10%;
	float: left;
	vertical-align: super;
	margin: 0;
	padding-left: 8px;
}
.lw_icon img{
	align-items: top;
}
.lw_content_container{
	display: inline-table;
	
	float: right;
	width: 68%;
}
.lw_title_container{
	font-weight: bold;
	position: relative;
	font-size: 15px;
	line-height: 40px;
	background: rgb(229, 238, 247);
	border: 1px solid #fff;
	padding: 5px 15px;
	color: #1b2539;
	border-radius: 0 10px 0 10px;
	-webkit-box-shadow: inset 0 0 5px rgba(53,86,129, 0.5);
	-moz-box-shadow:inset 0 0 5px rgba(53,86,129, 0.5) ;
	box-shadow: inset 0 0 5px rgba(53,86,129, 0.5);
	padding-bottom: 7px;
	padding-left: 0px;
}
.lw_title_container:hover{
	color: #193933;

}
.lw_title{
	-webkit-line-clamp: 1;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	box-orient: vertical;
	width: 85%;
}
.lw_content{	
	width: 85%;
	float: left;
	text-align: justify;
	padding: 5px;
}

.lw_container a {
	color: #0d8ba1;
	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
	text-decoration: none;
	padding: 2px 5px 2px 5px;
	line-height: 24px;
	border-radius: 3px;
}

.lw_container a:hover{
	color: white;
	-webkit-box-shadow: inset 0px -2px 0px 0px rgba(0,0,0,0.27);
	-moz-box-shadow: inset 0px -2px 0px 0px rgba(0,0,0,0.27);
	box-shadow: inset 0px -2px 0px 0px rgba(0,0,0,0.27);
	background: #477bff;
}

.lw_container a:active{
	color: white;
	background: #3965d7;
	-webkit-box-shadow: inset 0 2px 0 0 rgba(0,0,0,0.27);
	-moz-box-shadow: inset 0 2px 0 0 rgba(0,0,0,0.27);
	box-shadow: inset 0 2px 0 0 rgba(0,0,0,0.27);
}

/***********************************************
*********** TOOLTIP STYLE **********************
************************************************/

a.tooltip {outline:none; }
a.tooltip:hover {text-decoration:none;} 
a.tooltip span {
	z-index:10;display:none; padding:14px 20px;
	margin-top:-30px; margin-left:28px;
	width:240px; line-height:16px;
}
a.tooltip:hover span{
	display:inline; position:absolute; 
	right: -5px;
	margin-top: 1;
	color:#111;
	border:1px solid #DCA; background:#fffAF0;}

	.callout {z-index:20;position:absolute;border:0;left:-12px;}

	a.tooltip span{
		border-radius:4px;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;

		-moz-box-shadow: 5px 5px 8px #CCC;
		-webkit-box-shadow: 5px 5px 8px #CCC;
		box-shadow: 5px 5px 8px #CCC;
	}

/**********************************************************************
*********** ESTILOS PARA LA PAGINACION DE INICIO **********************
***********************************************************************/

.pagina
{

	background: none repeat scroll 0 0 #1b3930;
	float: left;
	color: white;
	font-size: 13px;
	font-weight: 700;
	margin: 0 2px 0px;
	padding: 7px 7px;
	text-align: center;
	text-decoration: none;
	text-shadow: none;
	list-style-type: none;
	width: 20px;
	cursor: pointer;
}
.pagina:hover
{
	background: none repeat scroll 0 0 #397261;

}


.pagina.actual
{
	background: none repeat scroll 0 0 #3F5851;
}

.loading-image{
	display: none;
	width: 17px;
	
}

/**********************************************************************
*********** ESTILOS PARA MODIFICACION DE NOTICIA **********************
**********************************************************************/

.contenedorNoticiasPortada, .contenedorNoticias
{
	border:2px solid #2A8DE6;
}
.contenedorNoticiasPortada h2, .contenedorNoticias h2
{
	background:#2A8DE6;
	color:white;padding:10px;
	width: 97%;
	margin-top: 0px !important;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;

}
.contenedorNoticiasPortada p, .contenedorNoticias p
{
	color:#1B3930;padding:10px;
	padding-top: 10px;
}
.contenedorNoticiasPortada , .contenedorNoticias{
    -moz-border-radius-topright:5px;
    -moz-border-radius-topleft:5px;
    -webkit-border-top-right-radius:5px;
    -webkit-border-top-left-radius:5px;
    border-top-left-radius:5px;
    border-top-right-radius:5px;
	margin-top: 20px;
}
}
.new_titleModificar{
	width: 87%	;
	text-align: left;
	padding-left: 5px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;

}

