@charset "UTF-8";
body {
	font: 100%/1.4 Avenir, Verdana, Arial, Helvetica, sans-serif;
	background: #FFF;
	margin: 0;
	padding: 0;
	color: #000;
	overflow: visible;
}

@font-face {
	font-family: Avenir;
	src: url('../fonts/ufonts.com_avenir-55-roman-webfont.eot');
	src: url('../fonts/ufonts.com_avenir-55-roman-webfont.woff') format('woff'),
         url('../fonts/ufonts.com_avenir-55-roman-webfont.ttf') format('truetype'),
         url('../fonts/ufonts.com_avenir-55-roman-webfont.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl { 
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6 {
	margin-top: 0;	 
	padding-right: 15px;
	padding-left: 15px; 
}

p {
	margin: 0;
	padding: 0;
	border: 0px solid #333;
}

a img { 
	border: none;
}


a:link {
	color: #999;
	text-decoration: underline; 
}
a:visited {
	color: #6E6C64;
	text-decoration: underline;
}
a:hover, a:active, a:focus { 
	text-decoration: none;
}
/* ---- link B ---*/
a.B:link {
	color: #000;
	text-decoration: none; 
}
a.B:visited {
	color: #6E6C64;
	text-decoration: underline;
}
a.B:hover, a:active, a:focus { 
	text-decoration: none;
}

/* ~~ This fixed width container surrounds all other divs ~~ */
.container {
	width: 960px;
	height: 600px;
	margin: 0 auto;
	top: 50%;
	left: 50%;
	position: absolute;
	margin-top: -280px;
	margin-left: -480px; 
	z-index: 1;
}

.header {
	background: #FFF;
	height: 120px;
	width: 200px;
	bottom: 0px;
	right: 90px;
	position: relative;
	z-index: 999; /* por que aqui no funciona zindex?? */
}

.sidebar1 {
	float: left;
	width: 180px;
	background: #FFF;
	padding-bottom: 10px;
}
.content {
	padding: 0;
	width: 960px;
	position: relative;
	left: 200px;
	bottom: 173px;
	z-index: 1;
	/*float: left;*/
}
.sidebar2 {
	float: left;
	width: 80px;
	background: #FFF;
	padding: 10px;
}

/* ~~ content ~~ */
.content ul, .content ol { 
	padding: 0 15px 15px 30px; 
}

#menu {
	position: relative;
	top: 0px;
	left: 6px;
	z-index: 333;
	width: 500px;
	height: 100px;
}

/* ~~ footer ~~ */
.footer {
	padding: 0px 0;
	bottom: 365px;
	z-index: 999;
	width: 100px;
	position: relative;
	right: 37px;
	clear: both; 
}

.fltrt {  
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

#divPreloader {
	width: 960px;
	height: 15px;
	background-color: #dfdfdf;
	color: #676767;
	font: 0.8em Avenir;
	position: relative;
	top: -400px;
	left: 0px;
	z-index: 999;
	text-align: center;
	padding: 10px;
	/*opacity:0.7;
	filter:alpha(opacity=80);  For IE8 and earlier */
}

/* ------GALERIA------ */

.editorial {
	width: 960px;
	height: 600px;
	top: 30px;
	left: 0px;
	z-index: 1;
	position: relative;
}

.imagen {
	width: 900px;
	height: 600px;
	left: 100px;
	z-index: 1;
}

.descripcion {
	width: 350px;
	height: 200px;
	float: left;
	bottom: -10px;
	left: 570px;
	text-align: right;
	z-index: 333;
}

.descripcion h1 {
	margin: 0;
	padding-left: 0px;
	text-align: right;
	color: #76787f;
	font: 1em Avenir;
	width: 346px;
	/*text-shadow: -4px 2px 5px #4b4a4a;*/
}

.descripcion p {
	margin: 0;
	padding-left: 0px;
	font: .8em Avenir;
	color: #76787f;
	text-align: right;
	width: 346px;
}

.ctrl_prev, .ctrl_sig {
width: 100px;
height: 100px;
position: absolute;
z-index: 333; 
}

.ctrl_prev {
	bottom: 540px;
	left: 30px;
	z-index: 1000;
}

.ctrl_sig {
	bottom: -40px;
	left: 30px;
	z-index: 1000;
}