/* CSS Document */

@import url(http://fonts.googleapis.com/css?family=Roboto+Condensed&subset=latin,latin-ext);

html,body{
    height: 96%;
}

img, a {
	border:none !important;
}

body {
	padding-left:10px;
	padding-right:10px;
	font-family: 'Roboto Condensed', sans-serif !important;
	font-weight:normal !important;
}

#wrapper {
	width:100%;
	border-top: 30px solid #1e5799;
	min-height: 100%;
    position:relative;
background: #d3d3d3; /* Old browsers */
background: -moz-linear-gradient(left,  #d3d3d3 0%, #f5f6f6 40%, #f5f6f6 60%, #d3d3d3 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#d3d3d3), color-stop(40%,#f5f6f6), color-stop(60%,#f5f6f6), color-stop(100%,#d3d3d3)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  #d3d3d3 0%,#f5f6f6 40%,#f5f6f6 60%,#d3d3d3 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  #d3d3d3 0%,#f5f6f6 40%,#f5f6f6 60%,#d3d3d3 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  #d3d3d3 0%,#f5f6f6 40%,#f5f6f6 60%,#d3d3d3 100%); /* IE10+ */
background: linear-gradient(to right,  #d3d3d3 0%,#f5f6f6 40%,#f5f6f6 60%,#d3d3d3 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d3d3d3', endColorstr='#d3d3d3',GradientType=1 ); /* IE6-9 */
}

#header {
	border-top:10px solid #f1da36;
	width:100%;
	background:url(images/world-bg.png) left no-repeat;
	height:150px;
}

#header img:hover {
	opacity:0.6;
}

#logoUipm 
	{
		float:left;
		width:300px;
		height:78px;
		vertical-align:middle;
		position:relative;
		left:3%;
	}
	
#logoUipm img {
	vertical-align:middle;
	padding-top:10%;
}

#logoGEM {
	float:right;
	height:78px;
	vertical-align:middle;
	position:relative;
	right:3%;
}

#logoGEM img {
	padding-top:40%;
	vertical-align:middle;
}

#menu {
	box-shadow:0px 4px 5px #333;
	width:99%;
	margin:0 auto;
		background: #b9babf; /* Old browsers */
background: -moz-linear-gradient(top,  #b9babf 0%, #eaeaea 40%, #eaeaea 60%, #bbbcbf 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b9babf), color-stop(40%,#eaeaea), color-stop(60%,#eaeaea), color-stop(100%,#bbbcbf)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #b9babf 0%,#eaeaea 40%,#eaeaea 60%,#bbbcbf 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #b9babf 0%,#eaeaea 40%,#eaeaea 60%,#bbbcbf 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #b9babf 0%,#eaeaea 40%,#eaeaea 60%,#bbbcbf 100%); /* IE10+ */
background: linear-gradient(to bottom,  #b9babf 0%,#eaeaea 40%,#eaeaea 60%,#bbbcbf 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b9babf', endColorstr='#bbbcbf',GradientType=0 ); /* IE6-9 */

}

#menuApps {
	width:100%;
	border:none;
}

#menuApps tr {
	padding:0px;
	margin:0px;
	width:100%;
	height:100%;
}

#menuApps td {
	width:11%;
	border-right:1px solid #bbb;
	background: #b9babf; /* Old browsers */
background: -moz-linear-gradient(top,  #b9babf 0%, #eaeaea 40%, #eaeaea 60%, #bbbcbf 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b9babf), color-stop(40%,#eaeaea), color-stop(60%,#eaeaea), color-stop(100%,#bbbcbf)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #b9babf 0%,#eaeaea 40%,#eaeaea 60%,#bbbcbf 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #b9babf 0%,#eaeaea 40%,#eaeaea 60%,#bbbcbf 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #b9babf 0%,#eaeaea 40%,#eaeaea 60%,#bbbcbf 100%); /* IE10+ */
background: linear-gradient(to bottom,  #b9babf 0%,#eaeaea 40%,#eaeaea 60%,#bbbcbf 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b9babf', endColorstr='#bbbcbf',GradientType=0 ); /* IE6-9 */
height:180px;
padding:0px;
margin:0px;
}

#menuApps td:hover {
background: #3b679e; /* Old browsers */
background: -moz-linear-gradient(top,  #3b679e 0%, #2b88d9 40%, #207cca 60%, #3b679e 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3b679e), color-stop(40%,#2b88d9), color-stop(60%,#207cca), color-stop(100%,#3b679e)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #3b679e 0%,#2b88d9 40%,#207cca 60%,#3b679e 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #3b679e 0%,#2b88d9 40%,#207cca 60%,#3b679e 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #3b679e 0%,#2b88d9 40%,#207cca 60%,#3b679e 100%); /* IE10+ */
background: linear-gradient(to bottom,  #3b679e 0%,#2b88d9 40%,#207cca 60%,#3b679e 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b679e', endColorstr='#3b679e',GradientType=0 ); /* IE6-9 */
-webkit-box-shadow: inset 1px 1px 15px 3px #111;
        
        box-shadow: inset 1px 1px 15px 3px #111;
}

#menuApps td a {
	display:block;
	height:100%;
	width:100%;
	color: #333;
	text-decoration:none;
	text-align:center;
	font-size:18px;
}

#menuApps td a:hover {
	color:#fff;
}

/*buttons*/

.AppName {
	position:relative;
	top:65%;
}

#inAcc {
	width:100%;
	height:100%;
	background:url(images/btn-acc-1.png) center no-repeat;
}

#inAcc:hover {
	width:100%;
	height:100%;
	background:url(images/btn-acc-2.png) center no-repeat;
}


#inWeb {
	width:100%;
	height:100%;
	background:url(images/btn-web-1.png) center no-repeat;
}

#inWeb:hover {
	width:100%;
	height:100%;
	background:url(images/btn-web-2.png) center no-repeat;
}


#inEC {
	width:100%;
	height:100%;
	background:url(images/btn-ec-1.png) center no-repeat;
}

#inEC:hover {
	width:100%;
	height:100%;
	background:url(images/btn-ec-2.png) center no-repeat;
}

#inTrans {
	width:100%;
	height:100%;
	background:url(images/btn-trans-1.png) center no-repeat;
}

#inTrans:hover {
	width:100%;
	height:100%;
	background:url(images/btn-trans-2.png) center no-repeat;
}


#inArrival {
	width:100%;
	height:100%;
	background:url(images/btn-arrival-1.png) center no-repeat;
}

#inArrival:hover {
	width:100%;
	height:100%;
	background:url(images/btn-arrival-2.png) center no-repeat;
}


#inFees {
	width:100%;
	height:100%;
	background:url(images/btn-fees-1.png) center no-repeat;
}

#inFees:hover {
	width:100%;
	height:100%;
	background:url(images/btn-fees-2.png) center no-repeat;
}

#inHotel {
	width:100%;
	height:100%;
	background:url(images/btn-hotel-1.png) center no-repeat;
}

#inHotel:hover {
	width:100%;
	height:100%;
	background:url(images/btn-hotel-2.png) center no-repeat;
}

#inWorkforce {
	width:100%;
	height:100%;
	background:url(images/btn-workforce-1.png) center no-repeat;
}

#inWorkforce:hover {
	width:100%;
	height:100%;
	background:url(images/btn-workforce-2.png) center no-repeat;
}


#inComp {
	width:100%;
	height:100%;
	background:url(images/btn-comp-1.png) center no-repeat;
}

#inComp:hover {
	width:100%;
	height:100%;
	background:url(images/btn-comp-2.png) center no-repeat;
}


/*end of buttons*/







#footer {
	width:100%;
	height:220px;
position:absolute;
bottom:0;
background:url(images/athletes.png) bottom;

}

#configuration {
	position:absolute;
	bottom:13px;
	right:20px;
}