@charset "UTF-8";
/* CSS Document */

body{
	background: #FFF;
	margin: 0px;
	padding: 0px;
	font-family: 'AkzidenzGroteskBQRegular', Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #F7F7F7;
}

a {
	text-decoration: none;
	color: #cccccc;
}

a:visited {
	text-decoration: none;
	color: #cccccc;
}

a:active {
	text-decoration: none;
	color: #cccccc;
}

a:hover {
	text-decoration: none;
	color: #666666;
	cursor: pointer;
}
p{
	margin:0px;
}

@font-face {
	font-family: 'AkzidenzGroteskBQRegular';
	src: url('akgbqr__-webfont.eot');
	src: local('☺'), url('akgbqr__-webfont.woff') format('woff'), url('akgbqr__-webfont.ttf') format('truetype'), url('akgbqr__-webfont.svg#webfont4PTGY2H0') format('svg');
	font-weight: normal;
	font-style: normal;
}

#content{
	width: 480px;
	margin-left: 50px;
	margin-right: auto;
	position: fixed;

}

#pies{
	width: 533px;
	height: 16px;
	background: #FFF;
	float: left;
	padding-top:10px;

}

#side-a {
	float: left;
	width: 150px;
}

#side-b { 
	margin: 0;
	float: left;
	width: 450px;
	height: 1% /* Holly hack for Peekaboo Bug */
}

#container{
	width: 900px;
	height: 500px;
	background: #FFF;
	padding-top:280px;
	padding-left:500px;
	margin-top: 0px;
	z-index: 100;
	position: fixed;


}
#der{
	width: 890px;
	height: 500px;
	background: #FFF;
	padding-top:280px;
	padding-left:780px;
	margin-top: 0px;
	z-index: 100;

}
#cuerpo{
	width: 480px;
	min-height: 640px;
	float: left;
	margin-top: 27px;
}

/*HEADER*/
.titulo{
	float: left;
}
.nombre{
	float: right;
	margin-right: 4px;
}

/*BOTONERA*/
.mail{
	margin-bottom: 25px;
	display: none;
}

.contacto{
	margin-bottom: 25px;
	color: #666666;
	cursor: pointer;
}

.contacto a, a:visited, a:active{
	color: #666666;
}
.contacto:hover{
	color: #cccccc;
}

#contBotones{
	margin-left: 10px;
}
#contBotones p{
	margin: 0px;
}

.a6{
	padding-bottom: 10px;
}

.construccion{
	border-top: 1px dotted #CCC;
	padding-top: 10px;
	color: #666666;
}

/*GALERIA EN CONSTRUCCION*/
.img_una{
	float:right;
	border-bottom: 1px solid #CCC;
	
}

#home_galeria{
	width:				740px;
	height:				600px;
}
/*botonera*/
#trabajos_branding, #trabajos_editorial, #trabajos_eventos, #trabajos_flyers, #trabajos_proyectos, #trabajos_culturales{
	display: none;
}
#trabajos_branding ul, #trabajos_editorial ul, #trabajos_eventos ul, #trabajos_flyers ul, #trabajos_proyectos ul, #trabajos_culturales ul{
	list-style:			none;
	margin:				0px;
	padding:			0px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 4px;

}
.branding:hover, .editorial:hover, .eventos:hover, .flyers:hover, .proyectos:hover, .culturales:hover{
	cursor: pointer;
	color: #666666;
}
/*trabajos*/
.epigrafe{
	font-size: 12px;
		color: #666666;
		border-top: 1px solid #CCC;
		padding-top: 10px;
		margin-bottom: 40px;
		margin-top: 10px;
}

.img_trabajo{
	margin-bottom: 40px;

}
.img_trabajo_con_epigrafe{
	

}

#botoneraInterna{
	margin-bottom: 10px;
	padding-bottom:10px;

}
#botoneraInterna ul{
	margin: 0px;
	padding: 0px;
}
#botoneraInterna li{
	display: inline-block;
}