/* RESET CSS */
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:"Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 13px;
	}
a {
	text-decoration:underline;
	color: #4effc0;
	}
a:hover {
	text-decoration:line-through;
	}
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;
	}
	
#logo_imago a {
	float: left;
	background: url(css_img/logo.png) no-repeat 0 0;
	text-indent: -9999px;
	width: 113px;
	height: 69px;
	}

#logo_imago a:hover {
	background-position: 0px -69px;
	}
	
#logo_claim {
	float: left;
	background: url(css_img/logo_claim.png) no-repeat top left;
	text-indent: -9999px;
	width: 106px;
	height: 69px;
	margin-left: 10px;
	}

/* 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: #4effc0;
	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: 300px;
	z-index: 1000;
	}
	
#menu_home {
	clear: both;
	padding: 30px 0px 30px 36px;
	*padding: 18px 0px 30px 36px;
	}

#menu_home .menu_level li {
	font-weight: normal;
	font-size:12px;
	line-height:24px;
	}

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

#menu_home .menu_level li a:hover {
	color: #4effc0;
	}
	
#menu_home .menu_level li .rss_home {
	display: block;
	margin-top: 6px;
	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;
	}
	
#menu_home .menu_sublevel {
	padding-bottom: 8px;
	}
	
#menu_home .menu_sublevel li {
	font-weight: normal;
	font-size:12px;
	line-height:23px;
	}

#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 */
#overview {
	color: #757474;
	font-size: 11px;
	line-height: 14px;
	}

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

#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;
	}

#overview_search {
	position:absolute;
	display: none;
	height: 14px;
	width: 186px;
	}
		
#overview_search .input_search {
	float: left;
	background: url(css_img/input_newsletter.gif) no-repeat top left;
	border: 0px solid;
	width: 149px;
	height: 14px;
	padding: 0px 5px;
	vertical-align: middle;
	color: #ffffff;
	font-size: 10px;
	}

#overview_search #search_form {
	float: left;
	padding: 0px;
	}

#overview_search .search_overview {
	float: left;
	display: block;
	margin-left: 4px;
	background: url(css_img/overview_go.gif) no-repeat 0 0;
	width: 23px;
	height: 14px;
	text-indent: -9999px;
	}
	
#overview_search .search_overview:hover {
	background-position:0px -14px
	}
	
#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 #ffffff;
	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-weight: bold;
	color: #4effc0;
	}
	
.ficha_fecha {
	padding-top: 10px;
	}

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

#overview_down img {
	float: left;
	margin-top: 5px;
	margin-bottom: 10px;
	margin-left: 2px;
	}

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

#overview_no_results h4 {
	font-weight: bold;
	color: #4effc0;
	}
	
#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: #4effc0;
	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: #4effc0;
	font-weight: bold;
	}
.info-section p {
	font-weight: normal;
	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: #4effc0;
	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;
	background: url(css_img/logo_cdmon.gif) no-repeat 0 0;
	width: 90px;
	height: 27px;
	text-indent: -9999px;
	}
	
#info-sponsor-1:hover {
	background-position:0px -27px
	}

#info-sponsor-2 {
	float: left;
	display: block;
	background: url(css_img/logo_promsite.gif) no-repeat 0 0;
	width: 97px;
	height: 27px;
	text-indent: -9999px;
	}
	
#info-sponsor-2:hover {
	background-position:0px -27px
	}

#newsletter {
	height: 30px;
	}
	
#newsletter .input_newsletter {
	float: left;
	background: url(css_img/input_newsletter.gif) no-repeat top left;
	border: 0px solid;
	width: 149px;
	height: 14px;
	padding: 0px 5px;
	vertical-align: middle;
	color: #ffffff;
	font-size: 10px;
	}

#newsletter #newsletter_form {
	float: left;
	padding: 0px 8px 0px 0px;
	}

#newsletter .suscribe_newsletter {
	float: left;
	display: block;
	margin-left: 4px;
	background: url(css_img/info_subscribe.gif) no-repeat 0 0;
	width: 61px;
	height: 14px;
	text-indent: -9999px;
	}
	
#newsletter .suscribe_newsletter:hover {
	background-position:0px -14px
	}

#newsletter .unsuscribe_newsletter {
	float: left;
	display: block;
	margin-left: 4px;
	background: url(css_img/info_unsubscribe.gif) no-repeat 0 0;
	width: 75px;
	height: 14px;
	text-indent: -9999px;
	}
	
#newsletter .unsuscribe_newsletter:hover {
	background-position:0px -14px
	}
	
#newsletter .message_newsletter {
	float: left;
	}