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

.menu
{
	position: relative;
	/*
	top: 0px;
	left:0px;
	width: auto;
	height: auto;
	min-height: 150px;
	*/
	padding-bottom: 32px;
	margin-bottom: 12px;
}
/*
.menu_sup_izq
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 29px;
	height: 27px;
	background-image: url(/modules/core/image/menu_sup_izq.png);
	background-repeat: no-repeat;
	background-size: 29px 27px;
}

.menu_sup_cent
{
	position: absolute;
	top: 0px;
	left: 29px;
	width: calc(100% - 58px);
	height: 16px;
	background-image: url(/modules/core/image/menu_sup_cent.png);
	background-repeat: repeat-x;
	background-size: 1px 16px;
	
}

.menu_sup_der
{
	position: absolute;
	top: 0px;
	right: 0px;
	float: right;
	width: 29px;
	height: 27px;
	background-image: url(/modules/core/image/menu_sup_der.png);
	background-repeat: no-repeat;
	background-size: 29px 27px;
}

.menu_cent_izq
{
	position: absolute;
	top: 27px;
	left: 0px;
	width: 12px;
	height: calc(100% - 59px);
	background-image: url(/modules/core/image/menu_cent_izq.png);
	background-repeat: repeat-y;
	background-size: 12px 1px;
}
*/
.menu_background
{
	position: relative;
	top: 16px;
	left: 12px;
	width: calc(100% - 24px);
	height: calc(100% - 32px);
	min-height: 150px;
	background-color: white;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	z-index: 1;

	padding-top: 20px;
	/*padding-bottom: 20px;*/


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

}

.menu_title
{
	position: relative;
	top: 0px;
	left: 0px;
	height: auto;
	width: auto;
	margin-left: 15%;
	margin-right: 15%;
	padding-bottom: 1px;
	/*background-color: darkseagreen; */
	
	font-family: Lucida Grande, Lucida Sans Unicode, Lucida Sans, DejaVu Sans, Verdana," sans-serif";
	font-size: 10px;
}



.menu_content
{
	position: relative;
	top: 0px;
	left: 0px;
	margin-top: 10px;
	padding-bottom: 10px;
	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;
	
	/*font-family: Lucida Grande, Lucida Sans Unicode, Lucida Sans, DejaVu Sans, Verdana," sans-serif";*/
	font-family: Nunito;
	font-size: 11px;
	letter-spacing: 0.2px;
}

.menu_content #regis_link
{
	color: #004021;
	font-weight: bold;
	cursor: pointer;
}

.menu_content #regis_link a:link, a:visited, a:active
{
	text-decoration: none;
	color: #004021;
}
/*
.menu_cent_der
{
	position: absolute;
	top: 27px;
	right: 0px;
	float: right;
	width: 12px;
	height: calc(100% - 59px);
	background-image: url(/modules/core/image/menu_cent_der.png);
	background-repeat: repeat-y;
	background-size: 12px 1px;
}

.menu_inf_izq
{
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 29px;
	height: 32px;
	background-image: url(/modules/core/image/menu_inf_izq.png);
	background-repeat: no-repeat;
	background-size: 29px 32px;
}

.menu_inf_cent
{
	position: absolute;
	bottom: 0px;
	left: 29px;
	width: calc(100% - 58px);
	height: 16px;
	background-image: url(/modules/core/image/menu_inf_cent.png);
	background-repeat: repeat-x;
	background-size: 1px 16px;
}

.menu_inf_der
{
	position: absolute;
	bottom: 0px;
	right: 0px;
	float: right;
	width: 29px;
	height: 32px;
	background-image: url(/modules/core/image/menu_inf_der.png);
	background-repeat: no-repeat;
	background-size: 29px 32px;
}
*/