/* CSS Document */
/*  font-family: "john-doe",serif; */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: "nimbus-sans", sans-serif;
	font-size: 14px;
}
a{
	color:#000;
	text-decoration:none;
	outline : none;
	}
a img {outline : none;}

button {outline : none;}

img {border : 0;}


#wrap {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
}
#barra {
	display: inline-block;
	padding: 40px;
	background-color: #edeadd;
	vertical-align: middle;
}
.outer {
	position: absolute;
	display: table;
	width: 100%;
	height: 100%;
	text-align: left;
	min-width:1050px;
}
.middle {
	display: table-cell;
	vertical-align: middle;
}
.inner {
	position:relative;
	display: inline-block;
	width: auto;
	width:100%;
	min-width:1050px;
}
.tw{
	position:relative;
	display:inline-block;
	padding: 40px;
	background-color: #edeadd;
	text-align:left;
	font-family: "john-doe",serif;
	z-index:1000;
	}
.le{
	position:relative;
	left:-.8em;
	}
.ct0{
	position:absolute;
	display:none;
	top:0px;
	left:0px;
	width:100%;
	min-width:1050px;
	height:100%;
	background-image:url(../images/back.png);
	background-repeat:repeat;
	z-index:0;
	}
.ct1, .ct2, .ct3{
	position:absolute;
	left:330px;
	top:0;
	display:none;
	padding: 40px;
	width:auto;
	vertical-align:top;
	height:inherit;
	color:#FFF;
	width:250px;
	text-align:justify;
	z-index:100;
	}
	
.ct1 a{
	color:#FFF;
	
	}
.cerr, .cerr1{
	position:absolute;
	left: 258px;
	top: 20px;
	cursor:pointer;
	padding:20px;
	}
.gal{
	position:absolute;
	left: 340px;
	top: 100px;
	width:400px;
	text-align:left;
	}
.tm{
	position:relative;
	padding:10px;
	display:inline-block;
	}
