/*Globales*/

html {height:100%;}

body {width:100%; height:100%; margin:0 auto 0 auto; min-width:1200px;}

.bg_img{position:relative;width: 100%; height: 100%;}

.ribbon
{
	position: absolute;
	z-index: 980;
	height: 60px;
}
.ribbon_text
{
	margin: 0 auto 0 auto;
	margin-top: 20px;
}

#r_ambiente{width: 100px; margin-top: 3px;}



/*Fin Globales*/

/*Columnas pricipales*/

#main-row
{
	width:100%;
	height:100%;
	min-height:500px;

}

.left-column
{
	width:20%;
	height:100%;
	min-height:500px;
	float:left;
}

#loading-div
{
	position:absolute;
	width:80%;
	height:99%;
	right:0;
	z-index: 990;
}

#link-inicio
{
	margin-top:3%;
	width: 84%;
	margin-left: 10px;
}

#logo-div
{
	margin:0 auto 0 auto;
	margin-top:50%;
	width:90%;
}

#logo-div img
{
	max-width: 100%;height: auto; width:auto\9;
}
#dir_empresa
{
	position: absolute;
	bottom: 0;
	margin-left:20px;
	margin-bottom: 40px;
	
}
/*Columna Central*/
.center-column
{
	width:38%;
	height:100%;
	min-height:500px;
	float:left;
}
	.center-row-one
	{
		height:40%;
		min-height:178px;	
		overflow: hidden;
		position: relative;
	}
	
	.center-row-two
	{
		height:60%;
		min-height:322px;
	}

		.column-one
		{
			width:50%;
			height:100%;
			float:left;
			min-height:322px;
		}
			.row-one
			{
				width:100%;
				height:50%;
				min-height:161px;
				overflow: hidden;
				position: relative;
			}
			.row-two
			{
				width:100%;
				height:50%;
				min-height:161px;
			}
			
		.column-two
		{
			width:50%;
			height:100%;
			min-height:322px;
			float:left;
			overflow: hidden;
			position: relative;
		}
			
/*FIN Columna Central*/
/*Columna Derecha*/
.right-column
{
	width:25%;
	height:100%;
	min-height:500px;
	float:left;
}

	.right-row-one
	{
		width:100%;
		height:43%;
		overflow: hidden;
		position: relative;
	}
	.right-row-two
	{
		width:100%;
		height:35%;
	}
	
		.column-1
		{
			width:55%;
			height:100%;
			float:left;
			overflow: hidden;
			position: relative;
		}
		.column-2
		{
			width:45%;
			height:100%;
			float:left;
			overflow: hidden;
			position: relative;
		}
	
	.right-row-three
	{
		width:100%;
		height:22%;
	}

/*Fin Columna Derecha*/

/*Cuarta Columna*/

.fourth-column
{
	width:17%;
	height:100%;
	min-height:500px;
	float:left;
}

.fourth-row-one
{
	width:100%;
	height:65%;
	overflow: hidden;
	position: relative;
}

.fourth-row-two
{
	width:100%;
	height:35%;
	position: relative;
}

#language-div
{
	width: 100%;
	height: 50%;
	margin-top: 30px;
	position: relative;
}
#language-title
{
	margin-left: 10px;
}
#language-select
{
	margin-top:10px;
	padding:3px;
	width: 95%;
}
#language-select-txt
{
	margin-left: 6%;
}
#language-triagle
{
	float:right;
	margin-top: 11px;
	margin-right: 5px;
}

#logo_bw
{
	width: 100%;
	height: 50%;
	position: relative;
}

/*Fin Cuarta columna*/

/*Fin Columnas pricipales*/