@charset "utf-8";
/* CSS Document */

/* -- Notificaciones en la parte central de la web -- */

.news
{
	position: relative;
	top: 10px;
	left: 0px;
	padding-top: 22px;
	padding-bottom: 28px;
	padding-left: 22px;
	padding-right: 24px;
	margin-top: 0px;
	margin-bottom: 10px;
	width: auto;
	height: auto;
	min-width: calc(100% - 46px);
	background-color: transparent;
	/*background-color: indianred;*/
	z-index: 1;
	
	/*font-family: Constantia, Lucida Bright, DejaVu Serif, Georgia, serif;*/
	font-family: Nunito;
	font-size: 12px;
}

/*
.news_sup_izq
{
	position: absolute;
	top: 0px;
	left: 0px;
	height: 54px;
	width: calc(100% - 56px);
	background-image: url(/modules/core/image/news/news_sup_izq.png);
	background-repeat: no-repeat;
	background-size: 56px 54px;
	z-index: 0;
}

.news_sup_cent
{
	position: absolute;
	top: 0px;
	left: 56px;
	float: left;
	height: 23px;
	width: calc(100% - 112px);
	background-image: url(/modules/core/image/news/news_sup_cent.png);
	background-repeat: repeat-x;
	background-size: 1px 23px;
	z-index: 0;
}

.news_sup_der
{
	position: absolute;
	top: 0px;
	right: 0px;
	float: right;
	height: 54px;
	width: 56px;
	background-image: url(/modules/core/image/news/news_sup_der.png);
	background-repeat: no-repeat;
	background-size: 56px 54px;
	z-index: 0;
}

.news_cent_izq
{
	position: absolute;
	top: 54px;
	left: 0px;
	float: left;
	height: calc(100% - 113px);
	width: 22px;
	background-image: url(/modules/core/image/news/news_cent_izq.png);
	background-repeat: repeat-y;
	background-size: 22px 1px;
	z-index: 0;
}

*/

.news_background
{
	position: relative;
	top: 0px;
	height: 100%;
	width: auto;
	background-color: white;
	z-index: 2;

	padding: 20px;

	box-shadow: 0px 0px 6px 1px rgba(0,0,0,0.30);
	border-radius: 24px 24px 24px 24px;
	border: 1px solid #00402196
}

.news_body
{
	position: absolute; /* --- ERROR - ES VALOR ABSOLUTO ---*/
	top: 22px;
	left: 0px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 22px;
	padding-right: 24px;
	width: auto;
	height: auto;
	min-width: calc(100% - 46px);
	background-color: transparent;
	/*background-color: indianred;*/
	z-index: 1;
}

.news_title
{
	position: relative;
	top: 0px;
	left: auto;
	width: auto;
	height: auto;
	/*background-color: darkseagreen;*/
	margin-left: 15%;
	margin-right: 15%;
	padding-bottom: 2px;
	z-index: 1;
}

.news_content
{
	position: relative;
	top: 10px;
	left: 0px;
	margin-left: 10px;				/* Controla el margen de izquierda de las noticias */
	margin-right: 10px;				/* Controla el margen de derecha de las noticias */
	width: auto;
	height: auto;
	z-index: 1;
	/*background-color: plum;*/
	background-color: transparent;
	
}

.news_data_tag
{
	position: relative;
	top: 10px;
	right: 18px;
	margin-top: 12px;
	margin-bottom: 5px;
	/*float: right;*/
	height: auto;
	width: auto;
	/*background-color: transparent;
	background-color: darkgoldenrod;*/
	z-index: 1;	
}

.news_data_tag p
{
	font-family: Gill Sans, Gill Sans MT, Myriad Pro, DejaVu Sans Condensed, Helvetica, Arial," sans-serif";
	font-size: 10px;
}

/*
.news_cent_der
{
	position: absolute;
	top: 54px;
	right: 0px;
	float: right;
	height: calc(100% - 113px);
	width: 24px;
	background-image: url(/modules/core/image/news/news_cent_der.png);
	background-repeat: repeat-y;
	/*background-color: red;
	background-size: 24px 1px;
	z-index: 0;
}

.news_inf_izq
{
	position: absolute;
	bottom: 0px;
	left: 0px;
	float: left;
	height: 59px;
	width: 56px;
	background-image: url(/modules/core/image/news/news_inf_izq.png);
	background-repeat: no-repeat;
	background-size: 56px 59px;
	z-index: 0;
}

.news_inf_cent
{
	position: absolute;
	bottom: 0px;
	left: 56px;
	float: left;
	height: 33px;
	width: calc(100% - 112px);
	background-image: url(/modules/core/image/news/news_inf_cent.png);
	background-repeat: repeat-x;
	background-size: 1px 33px;
	z-index: 0;
}

.news_inf_der
{
	position: absolute;
	bottom: 0px;
	right: 0px;
	float: right;
	height: 59px;
	width: 56px;
	background-image: url(/modules/core/image/news/news_inf_der.png);
	background-repeat: no-repeat;
	background-size: 56px 59px;
	z-index: 0;
}

*/

.next_news_pags
{
	position: relative;
	top: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	/*background-color: indigo;*/
}
.next_news_pags table 
{
	font-style: oblique;
	font-family: Gotham, Helvetica Neue, Helvetica, Arial," sans-serif";
	font-size: 14px;
	text-align: center;
	vertical-align: middle;
	text-decoration: none
}

