.legal
{
	position: relative;
	top: 10px;
	left: 0px;
	padding-top: 22px;
	padding-bottom: 28px;
	padding-left: 22px;
	padding-right: 24px;
	margin-top: 15px;
	margin-bottom: 15px;
	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;

	background-color: white;

	box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.30);
    border-radius: 24px 24px 24px 24px;
    border: 1px solid #00402196;
}
/*
.dinCont_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;
}

.dinCont_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;
}

.dinCont_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;
}

.dinCont_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;
}
*/
.legal_background
{
	position: relative;
	top: 0px;
	height: 100%;
	width: auto;
	background-color: white;
	z-index: 2;
}

.legal_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;
}

.legal_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;
	
}

.legal_content p
{
	padding-bottom: 15px;
}

.legal_content p a
{
    color: #004021;
    font-weight: bold;
}

.legal_content li
{
	padding-bottom: 8px;
}


/*
.dinCont_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;
}

.dinCont_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;
}

.dinCont_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;
}

.dinCont_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;
}

*/