
*
{
	margin-top: 0px;
	margin-bottom: 0px;
}
/*font-family: Corbel;*/

body
{
	margin: 0px;
	background-image: url(/struct/body/image/bg.png);
	margin-left: 0px;
	margin-right: 0px;
	overflow: auto;
}


.all
{
	position: relative;
	top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	left: calc((100% - 1200px) / 2);
	height: auto;
	/* min-height: 1000px;  además tiene que agregarse un height con valor "auto" para que la web se adapte al contenido */
	/*width: 1150px;*/
	width: 1200px;
	/*background-color: blue;*/
	
}

.header
{
	position: relative;
	top: 0px;
	left: 0px;
	background-color: #004021;
	height: 180px;
	width: 100%;

	background-image: url(/struct/header/image/background_header.png);
	background-size: 1267px;
	background-repeat: no-repeat;
	background-position: top right;
}

.logo
{
	position: absolute;
	top: auto;
	left: 10px;
	height: 181px;
	width: 150px;
	background-image: url(../images/logo2.png);
	background-repeat: no-repeat;
	background-size: 150px 181px;
	z-index: 1;
}

.select_lang
{
	position: absolute;
	top: 10px;
	right: 10px;
	float: right;
	vertical-align: middle;
	z-index: 1;
}

.flag_img
{
	border-radius: 15%;
}

.flag:hover .flag_img
{
	-webkit-transform:scale(0.85);
	transform:scale(0.85);
	box-shadow: 0px 0px 3px 1px #FFFFFF;
}

.flag 
{
	overflow: hidden;
}

.menu_horiz
{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;

	/* position: absolute;
	bottom: 0px;
	left: 0px;
	height: 35px;
	width: 100%;
	background-color: #e7f458; */
}


.top_line
{
	position: relative;
	height: 3px;
	width: 100%;
	background-color: #004021;
}

.body
{
	position: relative;
	top: 0px;
	left: 0px;
	margin-bottom: 0px;
	/*min-height: 800px; /* además tiene que agregarse un height con valor "auto" para que la web se adapte al contenido */
	min-height: 1205px;
	height: auto;
	width: 100%;
	background-color: #f0f0f0;
}

.left_line
{
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 3px;
	background-color: #004021;
}

.menu_left
{
	position: absolute;
	top: 10px;
	left: 13px;
	height: calc(100% - 20px);
	min-height: 300px;
	width: 250px;
	
}

.content
{
	position: relative;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 30px;
	top: 0px;
	left: 285px;
	height: auto;
	width: 630px;
	/*background-color: red;*/
}

/* LA CAPA DE CLASE "news" SE ENCUENTRA EN EL ARCHIVO CSS "style_news.css" DENTO DE LA CARPETA DE ESTILOS CSS DE LA RAIZ.  */

.menu_right
{
	position: absolute;
	top: 10px;
	right: 13px;
	height: calc(100% - 20px);
	min-height: 300px; /* además tiene que agregarse un height con valor "auto" para que la web se adapte al contenido */
	width: 250px;
}

.right_line
{
	position: absolute;
	top: 0px;
	right: 0px;
	height: 100%;
	width: 3px;
	background-color: #004021;
}

.bottom_line
{
	position: relative;
	top: 0px;
	left: 0px;
	height: 3px;
	width: 100%;
	background-color: #004021;
	z-index: 1;
}

.bottom_menu_horiz
{
	position: relative;
	top: 0px;
	left: 0px;
	height: 35px;
	width: 100%;
	background-color: #e7f458;
}

.footer
{
	position: relative;
	top: 0px;
	left: 0px;
	bottom: 0px;
	height: 100px;
	width: 100%;
	background-color: #004021;
}

.footer table
{
	font-family: Gotham, Helvetica Neue, Helvetica, Arial," sans-serif";
	font-size: 10px;
	color: #f0f0f0;
	margin-top: 7px;
	line-height: 20px;
}

a.nodecoratlink
{
	text-decoration: none;
	color: #f0f0f0;
}
