@charset "utf-8";
/* CSS Document */

@font-face {
  font-family: CorbelTTF;
  src: url(../fonts/corbel.ttf) format("truetype");
}

body {
	margin: 0;
	padding: 0;
	text-align:center;
	font-family: CorbelTTF, Corbel, Molengo, Verdana;
	font-size: 1em;
}

img { border: 0px; }

.left { float: left; }
.right { float: right; }
.hide { display: none; }

.header {
	width: 100%;
	overflow: hidden;
	position:relative;
	display:block;
	clear:both;
	margin: 0 auto;
	z-index: 0px;
	line-height: 0px;
}

.header img { margin: 0px; padding: 0px;}

.header .logo-link {
	position: absolute;
	height: 100%;
	width: 35%;
	display: block;
	z-index: 1;
	top: 0px
	left: 0px;
}

.header img { max-width: 100%;}

ul.header-menu { 
	overflow: hidden;
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	margin: -41px auto 0px auto;
	z-index: 1;
	position: relative;
	width: 925px;
}

ul.header-menu li {
	float: right;
	overflow: hidden;
	padding: 4px;
	background: #d60000;
	font-size: 1.4em;
	text-align: center;
	width: 145px;
	margin-left: 10px;
	min-height: 35px;
	line-height: 1.6em;
}

ul.header-menu li:hover {
	background: #830000;
}

ul.header-menu li a, ul.header-menu li a:hover {
	color: white;
	text-decoration: none;
	width: 100%;
	display: block;
}

.border-top { border-top: 1px solid #efeae4; }
.border-bottom { border-bottom: 1px solid #efeae4; }

#slideshow {
  width: 100%;
  background: url(../images/background-slideshow-tile.gif) repeat-x;
  margin-bottom: 10px;
  padding-top: 5px;
  overflow: hidden;
}

#slideshow img { z-index: 0; position: relative; max-width: 100%;}

#contenedor {
	overflow: hidden;
	width: 100%;
}

.blocks-container {
  margin:0 auto;
  width: 925px;
  overflow: hidden;
  margin-bottom: 50px;
}

.blocks-container .block {
  width: 275px;
  text-align: left;
  float:left;
  overflow: hidden;
}

.blocks-container .margin { margin-right: 50px;}

.blocks-container .block img { float: left; }
.blocks-container .block .title { float: left; font-size: 1.5em; margin-left: 15px; margin-top: 10px; }
.blocks-container .block .text { float: left; margin-left: 72px; }
.blocks-container .block .small { font-size: 1.3em;}

.rounded-banner {
  width: 749px;
  height: 101px;
  background: url(../images/background-banner.png) no-repeat;
  color: white;
  margin: -40px auto 0 auto;
  position: relative;
  z-index: 1;
  font-size: 2.3em;
  display: block;
  line-height: 2.65em;
  text-shadow:
      -2px -2px 0 #c20903,
       2px -2px 0 #c20903,
      -2px 2px 0 #c20903,
       2px 2px 0 #c20903;
}

.content {
	width:980px;
	margin:30px auto 0px auto;
	text-align:left;
	height:auto;
	position:relative;
	overflow:hidden;
	font-size:1em;
}

.narrow { width: 825px; margin-bottom: 50px; display: block;}

.content h1 { font-size: 2em; color: #d70000; margin-top: 15px; margin-bottom: 24px;}

.content ul { padding-bottom: 20px; }
.content ul.categories li {
  float:left;
  font-size: 1.3em;
  margin-right: 50px;
  list-style-type: square;
  color: #d70000;
}

.content ul.categories li a, .content ul.categories li a:visited { color: #000000; text-decoration: none; }
.content ul.categories li a:hover { text-decoration: underline; }

.content h1.category-title { float:left; margin-top: 5px; margin-left: 5px;}

.highlighted-project {
  width: 100%;
  height: 275px;
  background: url(../images/background-slideshow-tile.gif) repeat-x #676867;
  padding-top: 5px;
}

.services {
  width: 100%;
  height: 180px;
  background: url(../images/background-slideshow-tile.gif) repeat-x #676867;
  padding-top: 25px;
}

.services .container {
  width: 825px;
  overflow: hidden;
  margin: 0 auto;
}

.services a, .services a:visited { color: white; text-decoration: none;}
.services a:hover { text-decoration: underline;}

.services .service {
  width: 213px;
  text-align: center;
  float:left;
  overflow: hidden;
  color: white;
  font-size: 1.2em;
}

.margin { margin-right: 75px;}

.project {
  width: 1024px;
  margin: 0 auto;
  overflow: hidden;
}

.project .highlighted-project-text, .project .project-text {
  width: 601px;
  float: left;
  text-align: left;
  margin-left: 20px;
  font-size: 1em;
}
.project .highlighted-project-text { color: white; }
.project .project-text { color: black; }

.post {
  text-align:left;
  font-size:0.8em;
  line-height: 1.6em;
}

.project .highlighted-project-text h1 { color: white; font-size: 2em; }
.project a, .project a:visited { color: black; text-decoration: none; }
.highlighted-project a, .highlighted-project a:visited { color: white; }
.project a:hover { text-decoration: underline;}

.red-bar {
	clear:both;
	display:block;
	height:34px;
	background:url(../images/gradient.gif) repeat-x;
	width:100%;
	min-width:1024px;
	margin-left:auto;
	margin-right:auto;
}

.dropdown-menu { display: none;}

.footer {
	clear:both;
	height:60px;
	background:url(../images/gradient.gif) repeat-x;
	width:100%;
	background-color:#8f0000;
	min-width:1024px;
	font-size:1.2em;
	color:#FFFFFF;
	text-align:center;
	padding-top:15px;
}

.footer .twitter-widget {
  margin-top: 5px;
  margin-left: 20px;
}

.footer a {
	color:#FFFFFF;
}

.home_button {
	position:absolute;
	left:59px;
	top:17px;
	width:157px;
	height:148px;
}


.titulos, .columnas {
	float:left;
	margin-top:10px;
	padding-right:15px;
}

.titulos {
	font-size:18px;
	width:251px; 
	max-height:20px;
}

h1.banner-title { display: none;}

.address { float:left; font-size: 1.2em; margin-bottom: 10px;}
.tools { margin: 40px auto 0px auto; font-size: 1.1em; text-align: center; }
.tools img { height: 50px; margin-right: 50px; margin-top: 40px; }

