/* 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: #ffffff;
	background: #ffffff;
	}
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: #ffffff;
	background: #ffffff;
	}
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;
	}

#logo_large a {
	float: left;
	background: url(css_img/logo_large.png) no-repeat 0 0;
	text-indent: -9999px;
	width: 219px;
	height: 69px;
	}

#logo_large a:hover {
	background-position: 0px -69px;
	}
/* 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: bold;
	}

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

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

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

#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-section a {
	color: #242424;
	}

.info-section a:hover {
	color: #4effc0;
	text-decoration: underline;
	}	
	
.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;
	}
.info-column-8, {
	float: left;
	width: 740px;
	padding-right: 24px;
	}
.info-column-9, {
	float: right;
	width: 302px;
	padding-right: 24px;
	}

#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, #info-copyright a{
	color: #242424;
	}

#info-code a:hover, #info-copyright a:hover{
	color: #4effc0;
	text-decoration: underline;
	}
	
#info-sponsors {
	clear: both;
	width: 978px;
	height: 80px;
	padding: 17px 24px 5px 36px;
	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_serialcut.png) 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_isreal.png) 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 .submit {
	float: left;
	display: block;
	margin-left: 4px;
	background: url(css_img/submit.png) no-repeat 0 0;
	width: 61px;
	height: 14px;
	text-indent: -9999px;
	}
	
#newsletter .submit:hover {
	background-position:0px -14px
	}	

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

	div.social-icons {
		clear: both;
		float: left;
		width: 100%;
		margin: 2px 0;
		background-color: transparent;
		color: transparent;
		text-decoration: none;
	}
	div.social-icons a {
		float: left;
		width: 15px;
		height: 15px;
		text-indent: -9999px;
		background-color: transparent;
		color: transparent;
		text-decoration: none;
		padding: 0px;
		margin: 0px 3px 0px 0px;
	}
	div.social-icons a.social-icons-fb {
		background: url(css_img/icon-fb.gif) no-repeat top left;
	}
	div.social-icons a.social-icons-tw {
		background: url(css_img/icon-tw.gif) no-repeat top left;
	}
	div.social-icons a.social-icons-tb {
		background: url(css_img/icon-tb.gif) no-repeat top left;
	}
	div.social-icons a:hover {
		background-position: 0 -14px;
		background-color: transparent;
		color: transparent;
	}
	div.social-icons a:active {
		background-position: 0 -28px;
		background-color: transparent;
		color: transparent;
	}

#info-legal, #info-politics {
	clear: both;
	float: left;
	
	margin: 54px 0 20px 36px;
	color: #4effc0;
	font-size: 30px;
	line-height: 30px;
	text-transform: uppercase;
	cursor: pointer;
	width: 964px;
	height: 42px;
	text-indent: -9999px;
}
#info-legal {	
	background: url(css_img/info_opcion_legal.gif) no-repeat 0px 0px;
}	
#info-politics {
	height: 90px;	
	background: url(css_img/info_opcion_politics.gif) no-repeat 0px 0px;
}
#info-legal-content {
	clear: both;
	float: left;
	width: 513px;
	padding: 0px 24px 0px 36px;
	font-family: Arial;
	font-size: 11px;
	line-height: 15px;
	color: #303030;
}
#info-legal-content p {
	float: left;
	margin-bottom: 13px;
}
#info-legal-content p a {
	color: #303030;
}
#info-legal-content p a:hover{
	color: #4effc0;
	text-decoration: underline;
}

#info-copyright.legal-info-copyright {
	float: left;
	margin-top: -20px;
}

#info-copyright p:first-child {
	margin-top: 20px;
}

/* Portfolio */

div.page-portfolio {
    margin-top: 8px;
}

ul.portfolio-nav, ul.thumbnails li {
    display: block;
    float: left;
    width: 194px;
    margin-right: 6px;
    margin-bottom: 6px;
}

ul.portfolio-nav li {
    background-repeat: no-repeat;
    padding-left: 16px;
    margin-bottom: 1px;
}

ul.portfolio-nav li.title {
    padding: 0;
}

ul.portfolio-nav li.website {
    background-image: url(css_img/portfolio/icon-website.png);
}

ul.portfolio-nav li.pdf {
    background-image: url(css_img/portfolio/icon-pdf.png);
}

ul.portfolio-nav li.thumbnail {
    display: none;
    background-image: url(css_img/portfolio/icon-thumbnail.png);
}

ul.thumbnails {
    width: 800px;
}

ul.thumbnails li {
    height: 130px;
}

ul.thumbnails li img, ul.fullsize li img {
    display: block;
}

ul.fullsize {
    display: none;
    padding-top: 60px;
}

ul.fullsize li {
    margin-bottom: 6px;
}

ul.portfolio-nav.fixed {
    float: none;
    position: fixed;
    top: 0;
    padding: 15px 0;
    background: white;
    width: 795px;
    height: 46px;
    z-index: 1000;
}

ul.portfolio-nav.fixed li.thumbnail {
    display: list-item;
}
/* OTHER */
