/* v1.0 | 20080212 http://meyerweb.com/eric/tools/css/reset/ */

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,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* Left, Right Floated Elements */
.lfloat {
  float: left;
}
.rfloat {
  float: right;
}

/* http//sonspring.com/journal/clearing-floats */
.clear {
  clear: both;
  display: block;
  width: 0;
  height: 0;
}

/* http//www.positioniseverything.net/easyclearing.html */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-block;
  display: block;
}

* html .clearfix {
  height: 1%
}


/* application.css */

body {
  font-size: x-small;
  font-variant: normal;
  font-style: normal;
  font-weight: normal;
  
  font-family: Verdana, Arial, Helvetica, sans-serif;
  
  color: #7b796d;
  text-align: center;
  
  height: 100%;
  
  background: #777568;
}

#megaPatch {
  background: #d5d1b9; 
  width: 86.75em;
  height: auto;
  margin: 0 auto 0;
}

/* Common styles */
.wrapper {
  text-align: left;
  padding: 0 2em;
}

/* */
#header {
  background: #699e7a;
  height: 7em;
  
  color: #d5d1b9;
}

#header a {
  color: #d5d1b9;
}

#info {
  margin: 2em 0 0;
}

#info h1 {
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1.2em;
}

#language {}

#language ul {
  margin: 3.5em 2.5em 0 0;
}

#language ul li {
  font-size: 1em;
  display: inline;
}

#navigation {
  border-top: 4px solid #fff;
  border-bottom: 4px solid #fff;
  
  padding: 1em 0;
}




/* Text Menu

#navigation ul {
  margin: 1em 0 .5em;
}

#navigation ul li {
  margin: 0 0 .5em;
}

#navigation ul li a {
  color: #7b796d;
  text-transform: uppercase; 
  font-size: 2.4em;
}

#navigation ul li a:hover {
  color: #e86e79;
}

#navigation ul li a.active {
  color: #e86e79;
}
*/

#content {}

/* Sections */
#showcase {
  margin: 2em 0;
  padding: 0 0 2em;
}

.detail {  
  color: #7b796d;
  
  width: 19.6em;
  height: 27em;
  
  float: left;
  position: relative;
  
  margin: 0 1em 3em 0;
}

.detail span {
  display: block;
}

.detail span.title {
  font-size: 1.2em;
  padding: 0 0 .5em;
  
  line-height: 1.5em;
  
  font-weight: bold;
  
  border-bottom: 2px solid #000;
  border-color: #7b796d; 
}

.detail span.editorial {
  margin: .75em 0 0;
}

.detail span.editorial, .detail span.year {
  padding: .25em 0;
  
  font-size: 1.2em;
  border-bottom: 1px solid #000;
  border-color: #7b796d;
}
.detail .image {
  position: absolute;
  z-index: 9;
  bottom: 0;
  left: 0;
}

.detail .image {
}
.detail .image .veil {
  position: absolute;
  z-index: 99;
  bottom: 0;
  left: 0;
}


/* Letdowns */
#letdown {
  /* For Ie */
  float: left;
  width: 85em;
  
  margin: 2em 0;
}
#letdown h3 {
  font-size: 2em;
  color: #699e7a;
}
#letdown ul {
  margin: 1em 0 0;
}
#letdown ul li {
  float: left;
  
  width: 19.6em;
  color: #699e7a;
  margin: 0 1em 0 0;
  
  line-height: 1.5em;
}


/* */
#descriptionClientes {
}
#descriptionClientes ul#clientes {
  margin: 2em 0 0;
}

#descriptionClientes ul#clientes li {
  float: left;
  
  width: 19.6em;
  color: #699e7a;
  margin: 0 1em 0 0;
  
  line-height: 1.5em;
  
  font-size: 1.2em;
}
#descriptionClientes ul#clientes li span {
  font-weight: bold;
  display: block;
}


/* Services */
#descriptionServices {
  float: left;
  width: 75em;
  
  margin: 2em 0;;
}

#descriptionServices ul {
}

#descriptionServices ul li {
  font-size: 1.2em;
  margin: 0 0 .5em 2em;
  list-style-type: square; 
  color: #e86e79;
}

#descriptionServices ul li span {
  display: block;
  line-height: 1.2em;
}
#descriptionServices ul li span.title {
}
#descriptionServices ul li span.body {
  color: #7b796d;
}


/* generalImage */
#generalImage {
  margin: 0 0 0 -2em;
}

.withBrownColor {
  color: #777568 !important;
}




/* fuckIE :p */
#ie {
  background: #ffffae;
  padding: 1em 0;
}
#ie p {
  font-size: 1.2em;
  font-weight: bold;
}
#ie p a {
  color: #e86e79;
}

body,html {
  margin-bottom:0;
  height:100% }
  
.patch {
  height: 1.5em;
}
.patch2 {
  height: 1em;
}