* {  }

body { margin: 0; padding: 0; display: none; }

#wrapper { }
#wrapper #wrapper-main { position: relative; }

.logo { position: absolute; top: 66px; left: 66px; z-index: 2; }

.links { position: absolute; top: 360px; left: 66px; z-index: 3; }
.red .links a.news 		{ background: url(img/red/noticias_button_off.png) no-repeat; width: 97px; height: 37px; display: block; }
.red .links a.news:hover 	{ background: url(img/red/noticias_button_on.png) no-repeat; }
.red .links a.portfolio 		{ margin-top: 10px; background: url(img/red/portfolio_button_off.png) no-repeat; width: 116px; height: 36px; display: block; }
.red .links a.portfolio:hover 	{ background: url(img/red/portfolio_button_on.png) no-repeat; }
.green .links a.news 		{ background: url(img/green/noticias_button_off.png) no-repeat; width: 97px; height: 37px; display: block; }
.green .links a.news:hover 	{ background: url(img/green/noticias_button_on.png) no-repeat; }
.green .links a.portfolio 		{ margin-top: 10px; background: url(img/green/portfolio_button_off.png) no-repeat; width: 116px; height: 36px; display: block; }
.green .links a.portfolio:hover 	{ background: url(img/green/portfolio_button_on.png) no-repeat; }
.blue .links a.news 		{ background: url(img/blue/noticias_button_off.png) no-repeat; width: 97px; height: 37px; display: block; }
.blue .links a.news:hover 	{ background: url(img/blue/noticias_button_on.png) no-repeat; }
.blue .links a.portfolio 		{ margin-top: 10px; background: url(img/blue/portfolio_button_off.png) no-repeat; width: 116px; height: 36px; display: block; }
.blue .links a.portfolio:hover 	{ background: url(img/blue/portfolio_button_on.png) no-repeat; }

.background { position: absolute; bottom: 0px; right: 0px; z-index: 1; }

.qren { width: 100%; position: absolute; left: 0px; bottom: 66px; z-index: 2; }
