/* General
------------------------------------------------*/
body,div,img,p,
{
	float: left;
}

body
{
	height: 100%;
	background-color: #242424;
	font-family: Verdana;
	color: #d7d7d7;
}


/* Structure
------------------------------------------------*/
#mainWrapper
{
	margin: auto;
	padding-top: 30px;
	position: relative;
	width: 775px;
}

#divHeader
{
	float: left;
	height: 100%;
	position: relative;
	width: 200px;
	/*position: absolute;
		left: -250px;*/
}

#divBody
{
	float: right;
	margin-bottom: 20px;
	position: relative;
	width: 525px;
}

.divSection
{
	position: relative;
	display: inline-block;
}

.middleline
{
	border-bottom:1px solid #3C3C3C;
	border-top:1px solid #000;
	display:block;
	position:relative;
	width:100%;
	height:0px;
}

#divFooter
{
	background-color: #242424;
	position: fixed;
		bottom: 0px;
	width: 100%;
	height: 30px;
	z-index: 2;
}

/* Custom
------------------------------------------------*/
.eXigoLogo
{
	background:transparent url(../Images/exigo-blanco.png) center center no-repeat;
	background-size:contain;
	position: relative;
	margin-bottom:-10px;
	width:100%;
	height:70px;
}

.eXigoOfficeTitle
{
	font-size:21px;
}

.suigenerisLogo
{
	background:transparent url(../Images/logo-blanco-sin.png) center center no-repeat;
	background-size:contain;
	display: inline-block;
	margin-top:30px;
	position: relative;
	width:100%;
	height:16px;
}

.footerText
{
	color: rgb(215, 215, 215);
	display: none;
	font-size: 13px;
	position: absolute;
		bottom: -4px;
	text-align: center;
	width: 100%;
}

.links
{
	float: left;
	margin: 0 5px;
	position: relative;
	width: 120px;
}

	.glow {
		display: none;
		width: 100%;/* 120px;*/
		height: auto;/* 120px;*/
		position: absolute;
		z-index: -1;
	}

	.boton
	{
		display: block;
		text-decoration: none;
    color: #d5d5d5;
    font-size: 18px;
    text-align: center;
	}

	.boton img
	{
		width: 100%;
		height: auto;
		display: block;
	}

	.boton label{
		display: block;
		padding-top: 6px;
	}


@media(max-height: 800px)
{
	#mainWrapper
	{
		width: 670px;
	}

	#divBody
	{
		width: 440px;
	}

	.links
	{
		width: 100px;
	}
}

@media(max-height: 600px)
{
	#mainWrapper
	{
		padding-top: 10px;
		width: 550px;
	}

	#divHeader
	{
		width: 150px;
	}

	#divBody
	{
		width: 360px;
	}

	.eXigoLogo
	{
		height:50px;
	}
	.eXigoOfficeTitle
	{
		font-size:16px;
	}

	.links
	{
		width: 80px;
	}

	p
	{
		font-size: 14px;
	}

	.footerText
	{
		font-size: 10px;
	}
}
