@charset "UTF-8";
.BLANCO {
	color: #FFF;
	font-weight: normal;
	background-color: #999;
	display: block;
	border: 1px dotted #FFF;
	width: 489px;
	text-align: center;
	margin-left: 5px;
	padding: 3px;
}
/* CSS Document */

/*-  palette

----------------------------------------------------------------------*/
/*-  normalize everything
----------------------------------------------------------------------*/

/* normalize margin, padding */
html, body, div, dl, dt, dd, ul, ol, li, 
h1, h2, h3, h4, h5, h6, pre, input, 
p, blockquote, th, td, img {
	margin: 0;
	padding: 0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #333;
}

html, body {
	height: 100%;
}

/* normalize font-size for headers */
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}

/* remove list-style from lists */
ol, ul {
	list-style: none;
}

/* normalize font-style and font-weight to normal */
address, caption, cite, code, dfn,
th, var {
	font-style: normal;
	font-weight: normal;
}

/* remove table border spacing */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* remove border from fieldset and img */
fieldset, img {
	border: 0;
}

/* left-align text in caption adn th */
caption, th {
	text-align: left;
}

a:active, a:focus {
  outline: none ! important;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

* html .clearfix {height: 1%;}


/*-  common elements
----------------------------------------------------------------------*/	
body {
	font-family: helvetica, arial, sans-serif;
	font-size: 12px;
	color: #333;
	line-height: 1.6em;
	background-color: #E8E8E8;
	background-image: url(imagen_yakarta/fondo1.jpg);
}

a:link,
a:visited {
	text-decoration: none;
	color: #609;
}

a:hover {
	color: #969696;
}

h1 {
	color: #1e1918;
	font-size: 46px;
	letter-spacing: -2px;
	line-height: 1em;
	margin-bottom: 0.4em;	
	margin-left: -2px;
}

h2 {
	color: #606;
	font-size: 19px;
	line-height: 1em;
	margin-bottom: 0.8em;
	padding-bottom: 6px;
	border-bottom: solid 1px #e9e9e9;
	text-transform: uppercase;
}

h3 {
	color: #1a1a1a;
	font-size: 12px;
	margin-bottom: 3px;
	font-weight: bold;
}
h4 {
}

h5 {
	font-family: lucida grande, helvetica, arial, sans-serif;
	color: #1a1a1a;
	font-size: 10px;
	font-weight: bold;
	margin-bottom: 0.6em;
}

textarea {
	font-family: helvetica, arial, sans-serif;
	font-size: 12px;
}


/*-  top
----------------------------------------------------------------------*/
#top {
	background-color: #666;
	height: 31px;
	font-family: tahoma, helvetica, arial, sans-serif;
	color: #333;
	font-size: 9px;
	line-height: 1em;
	background-image: url(imagen_yakarta/fondo1.jpg);
	padding-top: 12px;
}

#top .inner,
#header .gutter,
#wrapper .inner,
#footer .inner {
	width: 900px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 10;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 15px;
}

#header .inner {
	width: 900px;
}

#top .inner p {
	margin-left: 375px;
	padding-top: 11px;
	font-size: 10px;
}

#top a:link,
#top a:visited {
	color: #606;
}

#top a:hover {
	color: #666;
}

#header {
	background-color: #CCC;
	background-image: url(imagen_yakarta/fondo1.jpg);
}

#header .inner {
	position: relative;
	padding-top: 29px;
	padding-bottom: 20px;
	height: 70px;
	border-bottom: solid 1px #e9e9e9;
	background-color: #999;
	background-image: url(imagen_yakarta/FONDO.jpg);
	background-repeat: repeat;
}

img#logo {
	margin-left: 16px;
}

#wrapper {
	background-color: #EEE;
	border-bottom: solid 1px #ccc;
	min-height: 415px;
}

#wrapper .inner {
	position: relative;
	padding-top: 0px;
	padding-bottom: 15px;
	min-height: 585px;
}

#wrapper .inner p {
	margin-bottom: 2em;
}

#wrapper #main {
	width: 600px;
	float: right;
	position: relative;
}

#footer .inner {
        font-family: tahoma, helvetica, arial, sans-serif;
	color: #bbbbb4;
	font-size: 9px;
	padding: 20px 0 40px;
}

#footer a:link,
#footer a:visited {
	color: #bbbbb4;
}

#footer a:hover {
	color: #616161;
}

#footer p#contact {
	float: left;
}

#footer p#copyright {
	float: right;
}

#footer p#copyright img {
	position: relative;
	top: -1px;
}

/*-  navigation
----------------------------------------------------------------------*/

ul#nav {
	position: absolute;
	left: 482px;
	bottom: 28px;
	font-size: 15px;
}

ul#nav li {
	height: 12px;
	float: left;
}

ul#nav li a {
	width: 100%;
	height: 100%;
	text-decoration: none;
	position: relative;
	top: -1px;
}

ul#nav li span {
	visibility: hidden;
}

/* our clients */
ul#nav li#clients {
	width: 81px;
	background: #fff url(/images/nav/our_clients.gif) top left no-repeat;
}

ul#nav li#clients:hover {
	background: #fff url(/images/nav/our_clients_on.gif) top left no-repeat;
}

ul#nav li#clients.active {
	width: 81px;
	background: #fff url(/images/nav/our_clients_on.gif) top left no-repeat;
}

/* the work */
ul#nav li#work {
	width: 78px;
	background: #fff url(/images/nav/the_work.gif) top left no-repeat;
	padding-left: 8px;
}

ul#nav li#work:hover {
	background: #fff url(/images/nav/the_work_on.gif) top left no-repeat;
}

ul#nav li#work.active {
	width: 78px;
	background: #fff url(/images/nav/the_work_on.gif) top left no-repeat;
	padding-left: 8px;	
}

/* about us */
ul#nav li#about {
	width: 81px;
	background: #fff url(/images/nav/about_us.gif) top left no-repeat;
	padding-left: 5px;
}

ul#nav li#about:hover {
	background: #fff url(/images/nav/about_us_on.gif) top left no-repeat;
}

ul#nav li#about.active {
	width: 81px;
	background: #fff url(/images/nav/about_us_on.gif) top left no-repeat;
	padding-left: 5px;	
}

/* services */
ul#nav li#services {
	width: 75px;
	background: #fff url(/images/nav/services.gif) top left no-repeat;
	padding-left: 9px;	
}

ul#nav li#services:hover {
	background: #fff url(/images/nav/services_on.gif) top left no-repeat;
}

ul#nav li#services.active {
	width: 75px;
	background: #fff url(/images/nav/services_on.gif) top left no-repeat;
	padding-left: 9px;		
}

/* good news */
ul#nav li#news {
	width: 93px;
	background: #fff url(/images/nav/good_news.gif) top left no-repeat;
	padding-left: 4px;		
}

ul#nav li#news:hover {
	background: #fff url(/images/nav/good_news_on.gif) top left no-repeat;	
}

ul#nav li#news.active {
	width: 93px;
	background: #fff url(/images/nav/good_news_on.gif) top left no-repeat;
	padding-left: 4px;		
}

/* get in touch */
ul#nav li#getintouch {
	width: 84px;
	background: #fff url(/images/nav/get_in_touch.gif) top left no-repeat;
	padding-left: 3px;		
}

ul#nav li#getintouch:hover {
	background: #fff url(/images/nav/get_in_touch_on.gif) top left no-repeat;
}

ul#nav li#getintouch.active {
	width: 84px;
	background: #fff url(/images/nav/get_in_touch_on.gif) top left no-repeat;
	padding-left: 3px;		
}

/*-  front
----------------------------------------------------------------------*/
#big_graphic {
	width: 900px;
	height: 405px;
	position: relative;
	top: -7px;
	margin-bottom: 13px;
}

#front_work {
	float: left;
	width: 344px;
	margin-bottom: -35px;
	padding-left: 10px;
}

#front_work img#work_arrow {
	float: left;
	position: relative;
	left: 108px;
	top: -37px;
	margin-bottom: -35px;
}

#front_news img#news_arrow {
	float: left;
	position: relative;
	left: 128px;
	top: -37px;
	margin-bottom: -35px;
}

#front_work ul#projects {
	padding-top: 5px;
}

#front_work ul#projects li img {
	left: 31px ! important;
}

#front_news {
	float: right;
	width: 495px;
	padding-left: 16px;
}

#front_news ul#news_items li {
	margin-bottom: 13px;
}

#front_news ul#news_items li .date {
	display: block;
	color: #a6acad;
	font-family: lucida grande, helvetica, arial, sans-serif;
	font-size: 10px;
}

#front_news ul#news_items li a:link,
#front_news ul#news_items li a:visited {
	color: #1a1a1a;
	font-size: 21px;
	letter-spacing: -0.05em;
	line-height: 1em;
}

#front_news ul#news_items li a:hover {
	color: #616161;
}


/*-  callouts
----------------------------------------------------------------------*/
div.callout {
	position: relative;
	left: -225px;
	float: left;
	margin-right: -225px;
	width: 200px;
	padding-top: 0.4em;
	font-family: lucida grande, helvetica, arial, sans-serif;
	color: #838383;
	font-size: 10px;
	line-height: 1.4em;
}

.big_callout {
	position: relative;
	float: left;
	width: 200px;
	padding-top: 0.4em;
	font-family: lucida grande, helvetica, arial, sans-serif;
	color: #838383;
	font-size: 10px;
	line-height: 1.4em;
	left: -250px;
}

.big_callout li {
	margin-bottom: 35px;
}

.callout strong {
	color: #1d1d1d;
	display: block;
	padding-bottom: 6px;
}

.big_callout strong {
	color: #1d1d1d;
}

.big_callout .light {
	color: #52514d;
}

.big_callout p {
	margin-top: 1em;
}


/*-  our clients section
----------------------------------------------------------------------*/

table#clientlist {
	margin-top: -16px;
}

table#clientlist td {
	font-family: lucida grande, helvetica, arial, sans-serif;
	font-size: 10px;
	line-height: 1.4em;
	padding: 11px 0;
	border-bottom: solid 1px #e9e9e9;
	width: 185px;	
}

table#clientlist td span.name {
	font-weight: bold;
	display: block;
	color: #1e1918;
}


/*-  the work section
----------------------------------------------------------------------*/

div#work_sidebar {
	width: 301px;
	float: left;
}

div#portfolio_nav {
	height: 30px;
	width: 299px;
}

div#portfolio_nav a#portfolio_nav_up {
	display: block;
	float: left;
	height: 30px;
	width: 150px;
	background: #fff url(/images/portfolio_nav_up.gif) 0 0 no-repeat;
}

div#portfolio_nav a#portfolio_nav_down {
	display: block;
	float: left;
	height: 30px;
	width: 149px;
	background: #fff url(/images/portfolio_nav_down.gif) 0 0 no-repeat;
}

#work_sidebar #projects {
	height: 480px;
	overflow: hidden;
}

#projects {
	position: relative;
	padding: 0 1px;
}

table#portfolio_table {	
	position: relative;
}

tr.gap td {
	height: 7px ! important;
}

#projects td {
	border-bottom: solid 1px #e9e9e9;
}

#projects td.thumb {
	padding-left: 10px;
	width: 150px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 7px 0;
}

#projects td.thumb img {
	width: 131px ! important;
	height: 71px ! important;
	border: solid 2px #fff ! important;
}

#projects td.blurb {
	font-family: "lucida grande", helvetica, arial, sans-serif;
	color: #838383;
	font-size: 10px;
	line-height: 1.4em;
	padding-top: 10px;
	padding-right: 10px;
	margin: 7px 0;
}

#projects tr.active td {
	background-color: #161616;
	color: #b0b0b0;
}

#projects tr.active td.thumb {
}

#projects tr.active td.blurb {
}

#projects td.blurb strong {
	color: #1e1918;
} 

#projects tr.active td.blurb strong {
	color: #fff;
}

#projects td.blurb a.view:link,
#projects td.blurb a.view:visited {
	display: block;	
}

#projects tr.active td.blurb a.view{
	display: none;	
}

#projects.front {
	padding-top: 2px;
}

#projects.front td.thumb {
	padding: 0 0 18px 0 ! important;
	margin: 0 ! important;
	border: none ! important;
}

#projects.front td.blurb {
	padding: 0 ! important;
	margin: 0 ! important;
	border: none ! important;
}

ul.project_nav {
	height: 27px;
	line-height: 1em;
	color: #292929;
	float: right;
	position: relative;
	top: -43px;
	margin-bottom: -43px;
	z-index: 500;
}

ul.project_nav a:link,
ul.project_nav a:visited {
	display: block;	
	padding: 9px 9px 6px 9px;	
}

ul.project_nav a:hover {
	background-color: #f6f6f6;
	color: #1d96b8;
}

ul.project_nav a#project_nav_previous:hover,
ul.project_nav a#project_nav_next:hover {
	background-color: #fff ! important;
}

ul.project_nav a.current {
	color: #292929;
	background: #fff url(/images/bg/project_nav_index.gif) top left repeat-x;
	padding-bottom: 7px ! important	
}

/*
#project_nav_1 {
	background: #fff url(/images/bg/project_nav_index.gif) top left repeat-x;
	padding-bottom: 7px ! important
}

*/
ul.project_nav li {
	float: left;
	border-right: solid 1px #e9e9e9;
}

ul.project_nav li img {
	display: block;
	float: left;
	padding-bottom: 8px;
}

ul.project_nav li.last {
	border-right: none ! important;
}


/*-  good news
----------------------------------------------------------------------*/

#blog_controls {
	position: relative;
	left: -376px;
	top: 20px;
	float: left;
	margin-right: -376px;
	width: 300px;
	padding-top: 0.4em;
	font-family: lucida grande, helvetica, arial, sans-serif;
	color: #616161;
	font-size: 10px;
	line-height: 1.5em;
}

#blog_controls p {
	margin-bottom: 1.6em ! important;
}

#blog_controls ul {
	margin-bottom: 20px;
}

#blog_search {
	margin-bottom: 29px;
}

#blog_search input.text {
	width: 165px;
	height: 14px;
	border: solid 1px #b1b1b1;
	font-size: 12px;
	padding: 5px 4px;
	color: #343434;
	margin-right: 5px;	
}

#blog_nav {
	width: 75px;
	float: left;
}

#blog_previous {
	width: 192px;
	float: right;
}

#blog_previous li {
	line-height: 1.3em;
	padding-bottom: 0.6em;
}

#blog_previous img.rss {
	position: relative;
	left: 2px;
	top: 4px;
}

ul.blog_entries li {
	margin-bottom: 40px;
}

ul.blog_entries li .date {
	display: block;
	color: #a6acad;
	font-family: lucida grande, helvetica, arial, sans-serif;
	font-size: 10px;
	margin-bottom: 0px;
}

ul.blog_entries li a.title:link,
ul.blog_entries li a.title:visited {
	display: block;
	color: #000;
	font-size: 29px;
	font-family: helvetica, arial, sans-serif;
	line-height: 1.2em;
	letter-spacing: -0.05em;
	margin-bottom: 10px;
}

ul.blog_entries li a.title:hover {
	color: #616161;
}

ul.blog_entries li a.nohover:hover {
	color: #000 ! important;
}

ul.blog_entries .entry_body {
	border-bottom: solid 1px #e9e9e9;
}

ul.blog_entries .entry_body_detailed {
	margin-bottom: -3px;
}

ul.blog_entries a:link.continue_reading,
ul.blog_entries a:visited.continue_reading {
	display: block;
	margin: -10px 0 14px 0;
}

ul.blog_entries .entry_footer {
	font-family: lucida grande, helvetica, arial, sans-serif;
	font-size: 10px;
	color: #a6acad;
	padding-top: 3px;
}

ul.comments {
	padding-bottom: 2em;
}

ul.comments li {
	margin-bottom: -1em;
}

ul.comments li+li {
	border-top: dashed 1px #c2c6c6;
	padding-top: 1em;
}

ul.comments li .author {
	color: #a6acad;
}

#remember_info {
	width: 497px;
	background-color: #efefef;
	padding: 6px;
	color: #343434;
	margin-bottom: 12px;
}

textarea#blog_comment {
	width: 499px;
	height: 190px;
	padding: 4px;
	border: solid 1px #b1b1b1;
	font-size: 11px;
	color: #343434;	
}

div.blog_previous {
	float: left;
	width: 263px;
	height: 28px;
	background: #fff url(/images/blog_previous_off.gif) top left no-repeat;
}

div.blog_next {
	float: left;
	width: 262px;
	height: 28px;
	background: #fff url(/images/blog_next_off.gif) top left no-repeat;
}

/*-  get in touch
----------------------------------------------------------------------*/
table#contact td {
	padding-bottom: 13px;
}

table#contact input.text {
	width: 223px;
	height: 14px;
	border: solid 1px #b1b1b1;
	font-size: 12px;
	padding: 4px;
	color: #343434;
}

table#contact select {
	width: 233px;
	font-size: 12px;
}

table#contact select option {
	font-size: 12px;	
}

div#contact_attachment {
	width: 489px;
	background-color: #efefef;
	padding: 10px;
	color: #343434;
	margin-bottom: 12px;
}

textarea#contact_comments {
	width: 499px;
	height: 190px;
	padding: 4px;
	border: solid 1px #b1b1b1;
	font-size: 12px;
	color: #343434;	
}

/*-  our team
----------------------------------------------------------------------*/

div#team_nav {
	float: right;
	position: relative;
	top: -53px;
	margin-bottom: -53px;
	z-index: 999;
	background-color: #fff;
}

div#team_nav select {
	width: 150px;
}

/*-  custom user message screen
----------------------------------------------------------------------*/
body#user_message {
	background-color: #fff ! important;
}

body#user_message #message_container {
	margin-top: 152px;
	margin-left: 100px;
	position: relative;
}

body#user_message #message_container .content {
	position: absolute;
	top: -20px;
	left: 127px;
	width: 550px;
	padding-left: 35px;
	border-left: solid 1px #e9e9e9;
}

body#user_message #message_container h1 {
	margin-top: -20px;
}

body#user_message #message_container ul {
	margin-bottom: 16px;
}

body#user_message #message_container p.link {
	margin-top: 20px;
}


/*-  misc
----------------------------------------------------------------------*/
blockquote, bq {
	color: #aeb387;
	font-style: italic;
	padding: 0 ! important;
	margin: -1.5em 0 -1.5em 20px ! important;
}

.light {
	color: #a6acad;
}

ul.tightbottom li {
	margin-bottom: 0 ! important;
}

h2.topgap {
	margin-top: 50px;
}

p.buttons {
	margin-top: 12px;
}
#wrapper .inner.clearfix #main table tr td table tr td a img {
	background-color: #FFF;
}
#tabla_galeria {
}
#footer .inner.clearfix table tr td a {
	color: #5F184D;
}
#footer .inner.clearfix table tr td a:hover {
	color: #EEE;
}
#header .gutter .inner table tr td ul li {
	display: inline;
	border-right-width: 0px;
	border-right-style: none;
	border-right-color: #CCC;
	float: none;
	text-align: right;
	color: #CCC;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#header .gutter .inner table tr td ul li a{
	display: inline;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
	padding-right: 6px;
	padding-left: 6px;
	float: none;
	text-align: right;
	color: #CCC;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
}
#header .gutter .inner table tr td ul li a:hover{
	display: inline;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
	padding-right: 6px;
	padding-left: 6px;
	float: none;
	text-align: right;
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
}
.grande {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 36px;
	color: #DADADA;
	font-weight: normal;
}
.menuizq {
	background-image: url(imagen_yakarta/fdomorado.jpg);
	background-repeat: repeat-y;
	width: 190px;
	padding-top: 33px;
	padding-right: 2px;
	padding-bottom: 33px;
	padding-left: 33px;
	float: right;
	height: 350px;
}
.menuizq a {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: inset;
	border-left-style: none;
	border-top-color: #541144;
	border-right-color: #521243;
	border-bottom-color: #6D1A59;
	border-left-color: #541144;
	color: #FFF;
	display: block;
	width: 150px;
	border-top-width: thin;
	text-align: left;
	white-space: normal;
	padding: 4px;
	margin-top: 3px;
	border-bottom-width: thin;
}
.menuizq a:hover {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: ridge;
	border-left-style: none;
	border-top-color: #541144;
	border-right-color: #541144;
	border-bottom-color: #CCC;
	border-left-color: #541144;
	color: #FFF;
	display: block;
	width: 150px;
	border-top-width: thin;
	text-align: left;
	white-space: normal;
	padding: 4px;
	margin-top: 3px;
	border-bottom-width: thin;
	font-weight: normal;
	background-color: #623364;
}
.menuabajo  {
	color: #FFF;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight: lighter;
	font-size: 9px;
	text-decoration: none;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #CCC;
	padding-right: 12px;
	padding-left: 12px;
	text-align: center;
}
.menuabajo a {
	color: #FFF;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight: lighter;
	font-size: 9px;
	text-decoration: none;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #CCC;
	padding-right: 12px;
	padding-left: 12px;
	text-align: center;
}
.menuabajo a:hover {
	color: #CCC;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight: lighter;
	font-size: 9px;
	text-decoration: none;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #CCC;
	padding-right: 12px;
	padding-left: 12px;
	text-align: center;
}
img {
	padding: 4px;
}
abbr {
	padding: 8px;
}
#margen {
	padding: 8px;
}
#yakacolle21 {
	padding: 9px;
}
.grandedos {
	font-size: 34px;
	color: #999;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight: normal;
}
abbr {
	color: #03F;
}
.colecciones {
	color: #06C;
}
#colecc {
	color: #999;
}
p {
	color: #6B1857;
}
