@charset "utf-8";
/* CSS Document */
html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td { margin: 0; padding: 0; }
img,body,html { border: 0; }
address,caption,cite,code,dfn,em,strong,th,var { font-style: normal; font-weight: normal; }
ol,ul { list-style: none; }
caption,th { text-align: left; }
h1,h2,h3,h4,h5,h6 { font-size: 100%; }
q:before,q:after { content: ''; }
body {
	background-color: #000000;
}
.fotos {
	position: absolute;
	min-width: 770px;
	width: 100%;
	height: 317px;
	background: transparent url(../images/fotos.jpg) repeat-x center top;
}
.brush {
	position: absolute;
	margin-top: 180px;
	min-width: 770px;
	width: 100%;
	height: 262px;
	background: transparent url(../images/brush.png) repeat-x center;
	opacity: 0.2;
	filter: alpha(opacity=20);
}
.main {
	position: absolute;
	min-width: 770px;
	width: 100%;
	min-height: 450px;
	height: 100%;
}
.logo {
	position: relative;
	margin: 0 auto;
	width: 455px;
	height: 403px;
	background: transparent url(../images/logo-gr.png) no-repeat center top;
}
#menu {
	position: relative;
	margin: 0 auto 20px;
	width: 770px;
	height: 70px;
}
.texto {
	position: relative;
	margin: 0 auto 20px;
	width: 750px;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #FFF;
}
.texto span { font-size: 18px; }
.texto p {
	margin: 5px 0;
	font-weight: bolder;
}
#copy {
	position: relative;
	margin: 0 auto;
	padding-bottom: 20px;
	width: 300px;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	color: #999999;
}
h3 {
	margin-bottom: 10px;
	font-size: 11px;
}