/* RESET CSS */
@font-face {
    font-family: 'rg';
    src: url(font/geogtq-rg-webfont.ttf) format('truetype');
    src: url(font/geogtq-rg-webfont.eot) format('truetype');
    src: url(font/geogtq-rg-webfont.otf) format('truetype');
    src: url(font/geogtq-rg-webfont.woff) format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ul';
    src: url(font/geogtq-ul-webfont.ttf) format('truetype');
    src: url(font/geogtq-ul-webfont.eot) format('truetype');
    src: url(font/geogtq-ul-webfont.otf) format('truetype');
    src: url(font/geogtq-ul-webfont.woff) format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'th';
    src: url(font/geogtq-th-webfont.ttf) format('truetype');
    src: url(font/geogtq-th-webfont.eot) format('truetype');
    src: url(font/geogtq-th-webfont.otf) format('truetype');
    src: url(font/geogtq-th-webfont.woff) format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'lg';
    src: url(font/geogtq-lg-webfont.ttf) format('truetype');
    src: url(font/geogtq-lg-webfont.eot) format('truetype');
    src: url(font/geogtq-lg-webfont.otf) format('truetype');
    src: url(font/geogtq-lg-webfont.woff) format('truetype');
    font-weight: normal;
    font-style: normal;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,		
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	}
strong {
	font-weight: bold;
	}
:focus {
	outline:0;
	}
body{
	line-height: 1;
	color: #242424;
	background: #000000;
	}
ol, ul {
	list-style: none;
	}
table {
	border-collapse: separate;
	border-spacing: 0;
	}
caption, th, td {
	text-align: left;
	font-weight: normal;
	}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
	}
blockquote, q {
	quotes: "" "";
	}

/* GENERAL */
body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 13px;
	}
a {
	text-decoration:none;
	color: #242424;
	font-weight: bold;
	}
a:hover {
	text-decoration:none;
	color: #ff6578;
	}
h1, h2, h3, h4 {
	font-weight:normal;
	}
legend{
	display:none;
	}
html, body {
	height: 100%;
	color: #242424;
	background: #000000;
	}
td {
	padding-right: 4px;
	}

/* LOGO */
	
#logo {
	padding: 33px 0px 0px 35px;
	display: block;
	float: left;
}
#marca a {
	float: left;
	background: url(css_img/logo.png) no-repeat 0 0;
	text-indent: -9999px;
	width: 113px;
	height: 69px;
}
#marca a:hover {
	background-position: 0px -69px;
}
#nav {
	position:absolute;
	float: left;
	width: 206px;
	height: 69px;
	margin-left: 150px;
	margin-top:0px;
}
#nav .menu_level li {
	font-weight: bold;
	padding-bottom: 8px;
}
#nav .menu_level li a {
	text-decoration: none;
	color: #666;
}
#nav .menu_level li a:hover {
	color: #ff6578;
}
	




/* INDEX - GALLERY */
#home {
	color: #242424;
	font-size: 11px;
	line-height: 13px;
	overflow: hidden;
	}
	
#image_holder {
	display: none;
	line-height: 0px;
	position: fixed;
	overflow: hidden;
	}
	
.main_image {
	position: absolute;
	top: 0px;
	left: 0px;
	overflow: hidden;
	}
	
#image_data {
	position: absolute;
	z-index: 1000;
	bottom: 25px;
	padding-left: 36px;
	display: none;
	}

#image_data h1 {
	display: block;
	height: 33px;
	background-position: top left;
	background-repeat: no-repeat;
	text-indent: -9999px;
	}

#image_data p {
	width: 260px;
	padding-top: 9px;
	}

#image_data p a {
	color: #242424;
	}

#image_data p a:hover {
	color: #ff6578;
	text-decoration: underline;
	}

#image_data_navigation {
	position: absolute;
	z-index: 1000;
	bottom: 25px;
	right: 36px;
	display: none;
	}
	
#image_data_navigation .image_navigation {
	float: right;
	padding-top: 20px;
	width: 34px;
	height: 14px;
	}
	
#image_data_navigation .image_navigation li {
	display: inline;
	}
	
#image_data_navigation .image_previous {
	float: left;
	height: 14px;
	width: 19px;
	background: url('css_img/image_previous.gif') no-repeat 0 0;
	text-indent: -9999px;
	}

#image_data_navigation .image_previous:hover {
	background-position: 0 -14px;
	}
	
#image_data_navigation .image_next {
	float: left;
	height: 14px;
	width: 15px;
	background: url('css_img/image_next.gif') no-repeat 0 0;
	text-indent: -9999px;
	}

#image_data_navigation .image_next:hover {
	background-position: 0 -14px;
	}
		
#image_data_navigation .image_number {
	clear: both;
	float: right;
	padding-top: 4px;
	font-weight: bold;
	}

#project_navigation {
	position: absolute;
	z-index: 100;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
	}

#project_navigation_previous {
	float: left;
	width: 216px;
	height: 100%;
	*background: url('css_img/sp.gif') repeat top left;
	}

#project_navigation_next {
	float: right;
	width: 216px;
	height: 100%;
	*background: url('css_img/sp.gif') repeat top left;
	}

#project_navigation a:hover {
	background-position: 0 -216px;
	}

#project_navigation .project_previous {
	float: left;
	background: url('css_img/project_previous.gif') no-repeat 0 0;
	width: 216px;
	height: 216px;
	margin-top: 0px;
	display: none;
	}

#project_navigation .project_next {
	float: right;
	background: url('css_img/project_next.gif') no-repeat 0 0;
	width: 216px;
	height: 216px;
	margin-top: 0px;
	display: none;
	}

#video {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 640px;
	height: 496px;
	z-index: 1500;
	display: none;
	}
	
#home_stuff {
	position: absolute;
	width: 172px;
	z-index: 1000;
	}
	
#menu_home {
	clear: both;
	padding: 30px 0px 30px 36px;
	*padding: 18px 0px 30px 36px;
	}

#menu_home .menu_level li {
	font-weight: bold;
	}

#menu_home .menu_level li a {
	text-decoration: none;
	color: #242424;
	}

#menu_home .menu_level li a:hover {
	color: #ff6578;
	}
	
#menu_home .menu_level li .rss_home {
	display: block;
	margin-top: 26px;
	width: 25px;
	height: 14px;
	background: url('css_img/rss.gif') no-repeat 0 0;
	text-indent: -9999px;
	}
	
#menu_home .menu_level li .rss_home:hover {
	background-position: 0 -14px;
	font-size: 2%;
	}
	
#menu_home .menu_sublevel {
	padding-bottom: 8px;
	}
	
#menu_home .menu_sublevel li {
	font-weight: normal;
	}

#project_tapa {
	position: absolute;
	z-index: 1000;
	background: url('css_img/ficha_tapa.gif') repeat top left;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	display: none;
	}

#project_preload {
	position: relative;
	width: 40px;
	height: 40px;
	}
	
/* OVERVIEW */
#menu_home_o {
	float: left;
	text-indent: -9998px;
	width: 156px;
	margin-left: 10px;
	padding: 30px 0px 30px 36px;
	*padding: 18px 0px 30px 36px;
	text-decoration: none;
	color: #ff6578;
	font-weight: bold;
	}

#menu_home_o .menu_level li {
	font-weight: bold;
	}

#menu_home_o .menu_level li a {
	text-decoration: none;
	color: #242424;
	}

#menu_home_o .menu_level li a:hover {
	color: #ff6578;
	}
	
#menu_home_o .menu_level li .rss_home {
	display: block;
	margin-top: 0px;
	width: 25px;
	height: 14px;
	background: url('css_img/rss.gif') no-repeat 0 0;
	text-indent: -9999px;
}
	
#tags_up {
	float: left;
	text-indent: -9998px;
	width: 306px;
	height: 14px;
	margin-left: 10px;
	margin-top:20px;
	min-width: 800px;
	height: 14px;
	display: block;
	color:#FFF;
	}
	
#tags_up #tags {
	float: left;
	}
	
#tags_up #tags ul {
	display: inline;
	font-family: inherit;
	}

#tags_up #tags ul li {
	float: left;
	padding-right: 5px;
	height: 14px;
	text-indent: -9999px;
	}

#tags_up #tags ul li.first_tag {
	padding-right: 22px;
	}

#tags_up #tags ul li.last_tag {
	padding-right: 30px;
	}

#tags_up #tags ul li:hover {
	background-position: 0px -14px;
	cursor: pointer;
	font-family: inherit;
	}




	
	
	
	
	
	
	
#overview {
	color: #757474;
	font-size: 11px;
	line-height: 14px;
	}

#overview_up {
	clear: both;
	padding-top: 25px;
	padding-left: 36px;
	min-width: 800px;
	height: 14px;
	display: block;
	}
	
#overview_up #tags {
	float: left;
	}
	
#overview_up #tags ul {
	display: inline;
	font-family: inherit;
	}

#overview_up #tags ul li {
	float: left;
	padding-right: 5px;
	height: 14px;
	text-indent: -9999px;
	}

#overview_up #tags ul li.first_tag {
	padding-right: 22px;
	}

#overview_up #tags ul li.last_tag {
	padding-right: 30px;
	}

#overview_up #tags ul li:hover {
	background-position: 0px -14px;
	cursor: pointer;
	font-family: inherit;
	}
#overview_ficha {
	position: absolute;
	z-index: 10;
	top: 10px;
	left: 200px;
	background: url(css_img/ficha_background.png) repeat top left;
	display: block;
	width: 233px;
	height: 124px;
	font-size: 10px;
	line-height: 12px;
	padding: 11px;
	color: #ffffff;
	border: 1px solid #000;
	display: none;
	}
	
#overview_ficha_tapa {
	position: absolute;
	z-index: 100;
	top: 10px;
	left: 200px;
	background: url(css_img/ficha_tapa.gif) repeat top left;
	display: block;
	display: none;
	}

#overview_ficha_tapa:hover {
	cursor: pointer;
	}

.ficha_cliente {
	font: 20px "th", arial;
	color: #fff;
	letter-spacing: .4em;
	text-transform: uppercase;
	text-align:center;
	padding-top:60px;
	}
	
.ficha_fecha {
	padding-top: 10px;
	}

#overview_down {
	clear: both;
	padding: 10px 14px 0px 36px;
	}

#overview_down img {
	float: left;
	margin-top: 0px;
	margin-bottom: 1px;
	margin-left: 1px;
	}

#overview_no_results {
	display: none;
	padding: 40px 14px 40px 36px;
	}

#overview_no_results h4 {
	font-weight: bold;
	color: #ff6578;
	}
	
#overview_no_results p {
	}
			
/* INFO */
#info {
	color: #757474;
	font-size: 11px;
	line-height: 14px;
	}

.info-accordion {
	clear: both;
	width: 978px;
	padding: 62px 24px 0px 36px;
	margin: 0px;
	}

.info-accordion h3 {
	clear: both;
	margin-top: 8px;
	color: #ff6578;
	font-size: 30px;
	line-height: 30px;
	text-transform: uppercase;
	cursor: pointer;
	width: 964px;
	height: 39px;
	}
	
.info-section {
	clear: both;
	padding-top: 20px;
	margin: 0px;
	}
.info-section h4 {
	color: #ff6578;
	font-weight: bold;
	}
.info-section p {
	font-weight: bold;
	padding-bottom: 15px;
	}
.info-column-2, .info-column-3 {
	float: left;
	width: 302px;
	padding-right: 24px;
	}
.info-column-4, .info-column-5, .info-column-6, .info-column-7 {
	float: left;
	padding-right: 18px;
	}

#overview #info-copyright {
	padding: 0px 24px 5px 36px;
}

#info-copyright {
	clear: both;
	width: 978px;
	padding: 5px 24px 5px 36px;
	margin: 0px;
	color: #242424;
	font-size: 10px;
	line-height: 12px;
	}
	
#info-copyright p{
	padding-top: 15px;
	}
	
#info-code {
	clear: both;
	width: 978px;
	padding: 10px 24px 0px 36px;
	margin: 0px;
	color: #242424;
	font-size: 10px;
	line-height: 12px;
	}
	
#info-code p{
	padding-top: 2px;
	display: block;
	}
	
#info-code a{
	color: #242424;
	}

#info-code a:hover{
	color: #ff6578;
	text-decoration: underline;
	}
	
#info-sponsors {
	clear: both;
	width: 978px;
	padding: 17px 24px 5px 36px;
	margin: 0px;
	color: #242424;
	font-size: 10px;
	line-height: 12px;
	}
	
#info-sponsors p{
	padding-top: 2px;
	display: block;
	}

#info-sponsor-1 {
	float: left;
	display: block;
	width: 90px;
	height: 27px;
	text-indent: -9999px;
	}
	
#info-sponsor-1:hover {
	background-position:0px -27px
	}

#info-sponsor-2 {
	float: left;
	display: block;
	width: 97px;
	height: 27px;
	text-indent: -9999px;
	}
	
#info-sponsor-2:hover {
	background-position:0px -27px
	}






	#info-tit-1 {
		background: url('css_img/info_opcion_1.gif') no-repeat 0px 0px;
		text-indent: -9999px;
		}
	#info-tit-1:hover {
		background-position: 0px -39px;
		}
	#info-tit-2 {
		background: url('css_img/info_opcion_2.gif') no-repeat 0px 0px;
		text-indent: -9999px;
		}
	#info-tit-2:hover {
		background-position: 0px -39px;
		}
	#info-tit-3 {
		background: url('css_img/info_opcion_3.gif') no-repeat 0px 0px;
		text-indent: -9999px;
			}
	#info-tit-3:hover {
		background-position: 0px -39px;
		}
	#info-tit-4 {
	background: url('css_img/info_opcion_4.gif') no-repeat 0px 0px;
	text-indent: -9999px;
	}
#info-tit-4:hover {
	background-position: 0px -39px;
	}
#info-tit-5 {
	background: url('css_img/info_opcion_5.gif') no-repeat 0px 0px;
	text-indent: -9999px;
	}
#info-tit-5:hover {
	background-position: 0px -39px;
	}
#info-tit-6 {
	background: url('css_img/info_opcion_6.gif') no-repeat 0px 0px;
	text-indent: -9999px;
	}
#info-tit-6:hover {
	background-position: 0px -39px;
	}


/* NEWS */
	
#news {
	padding: 0px 30px 0px 35px;
	display: block;
	z-index: 987;
}
#post a {
	float: right;
	background: url(css_img/post.png) no-repeat 0 0;
	text-indent: -9999px;
	width: 113px;
	height: 69px;
}
#post a:hover {
	background-position: 0px -69px;
}
