/*

Theme Name: goWebSolutions
Description: Simple, modern, lightweight
Version: 1.0
Author: Francisco Neri
Author URI: http://www.gowebsolutions.com
Tags: grey, orange, white, fixed width, two columns, widgets, fixed width, valid XHTML, valid CSS, two columns, right sidebar, simple


*/

* {
  padding:0;
  margin:0;
  list-style:none;
}

body {
  font:55.0% Arial, Helvetica, sans-serif; /* Means 1em == 10px, 1.2em == 12px, etc. */
  background:#e4e9e5; /* Set background image here */
}

p, h2, h3, h4, h5 {
  font-size:1.2em;
}

img {
  border:0;
}

div#wrapper {
/******************* width principal ***************************/
  width:960px;
  padding-top:8px;
  margin:25px auto 0;
  background:url(./images/top.png) no-repeat;
}

div#masthead {
  /*width:768px;*/
  background:url(./images/main_bg.png) repeat-y;
  position:relative;
}

/* Blog Title */
h1 {
  font:3.2em 'Trebuchet MS', Arial, Helvetica;
}

h1 a {
  position:absolute;
  width:300px;
  height:30px;
  left:40px;
  top:15px;
  font-weight:bold;
  text-decoration:none;
  color:#215810;
}

/* Tagline */
#masthead p {
  position:relative;
  margin:0;
  top:62px;
  left:50px;
  color:#888;
}

/* Pages Navigation */
div#masthead ul {

  width:952px;
  height:56px;
  z-index:2;
  margin-left:4px;
  background:url(images/bg-menu.jpg) top left repeat-x;
  
}

div#masthead ul li {
  float:left;
}

div#masthead ul li a {
  color:#FFF;
  font-weight:bold;
  text-decoration:none;
  display:block;
  font-size:1.4em;
  padding:20px 35px 18px 35px;
  border-right:1px solid #333333;
}
.page-item-14 a{
border:none !important;
}

div#masthead ul li a:hover,
div#masthead ul li.current_page_item {
  background:#346520;
}

/* Banner image dropshadow */


a {
  outline:0;
}

/* Page dropshadow */
div#content {
/******************* width principal ***************************/
  width:960px;
  background:url(./images/main_bg.png) repeat-y;
}


/*-----------------------------------------------------------------------------

  Main Content

-----------------------------------------------------------------------------*/

div#main {
/******************* width principal ***************************/
  width:605px;
  padding:0 20px 20px;
  float:left;
}
div.main-right {
/******************* width principal ***************************/
  float:right !important;
}
div.main-complete{
/******************* width principal ***************************/
  width:920px !important;
}
div.main-2-columns{
/******************* width principal ***************************/
  width:440px !important;
}


/* Main header on single pages */
h2.header {
  color:#1f3219;
  font-size:24px;
  padding:10px 0 0;
  line-height:1;
  margin:0 0 5px;

  position:relative;
}

div#main h2.header a {
  color:#ff7e00;
  text-decoration:none;
}

h2.header span {
  position:relative;
  padding-right:10px;
  bottom:-5px;
}

/* Secondary headline above comments and comment form */
div#main h3 {
  margin:15px 0 5px;
  color:#ff7e00;
}

div#main p {
  color:#000;
  margin:10px 0;
  font-size:1.5em;
  line-height:1.3em;
}
div#main #owner {
padding:4px; border:1px solid #CCCCCC; margin: 5px 10px 10px 5px;
}

div#main a {
  color:#215810;
}

.article {
  margin-bottom:20px;
}

.article blockquote {
  margin:0 15px;
  padding:1px 15px;
  border-left:5px solid #B8D1E4;
  background:#F0F0F0;
}

.article ul, .article ol {
  font-size:1.2em;
  color:#6b6b6b;
  margin-left:15px;
}

.article ul li {
  margin:5px 0;
  padding-left:15px;
  background:url(./images/square.png) 0 center no-repeat;
}

.article ol {
  margin-left:30px;
}

.article ol li {
  list-style:decimal;
  margin:10px 0;
}

.article ol li ol {
  font-size:1em;
  margin-left:15px;
}

#main p.byline {
  color:#999;
}

ul.article_footer {
  text-align:right;
  margin:10px 0;
  background:#F1F1F1;
  padding:5px 10px;
  border:1px solid #DADADA;
  border-width:1px 0;
  line-height:1.5;
}

ul.article_footer li {
  font-size:0.9em;
  display:inline;
  background:none;
  border-left:1px solid #DADADA;
  margin-left:5px;
  padding-left:10px;
}

ul.article_footer li.first {
  border-left:0;
}

/*-----------------------------------------------------------------------------

  Secondary Content

-----------------------------------------------------------------------------*/

div#secondary {
  padding:0 20px 20px;
  width:270px;
  float:right;
  margin-right:4px;
  background-color:#e7f7ed;
  border-left:1px solid #666666;
}
div.secondary-left {
  float:left !important;
 /* padding:0 10px 20px 30px !important;  */
}

div#secondary ul#sidebar {
  margin:15px 0 20px;
  padding-bottom:10px;

}

div#secondary ul#sidebar li {
  margin:15px 0;
  font-size:1.2em;
  line-height:1.5em;
}

/* Sidebar headers */
div#secondary h2 {
  color:#fff;
  margin:20px 0 8px;
  font-size:1.3em;
  line-height:1;
  padding:5px 0 5px 5px;
  background:#324e28;
}

div#secondary a {
  color:#006699;
  text-decoration:none;
}

div#secondary a:hover {
  text-decoration:underline;
}

div#secondary ul.children {
  margin-left:5px;
  padding-left:10px;
  border-left:5px solid #EAEAEA;
}

div#secondary ul#sidebar li li {
  font-size:1em;
}

/* Optional bio area header (commented out by default) */
div#author h2 {
  font-size:1.2em;
}

div#secondary p {
  line-height:1.2;
  margin:5px 0;
  color:#000;
}

/* Search input */

form#searchform {
float:right;
  height:20px;
  padding:0px;
  margin:0px;
}

form#searchform input#s {
  float:left;
  height:18px;
  width:156px;
  padding:0px;
  background:url(./images/text_bg.png) repeat-x;
  border:1px solid #bcbcbc;
  margin-top:2px;
}

input#search_submit {
margin:2px 20px 0 10px;
}

/*-----------------------------------------------------------------------------

  Footer

-----------------------------------------------------------------------------*/

ul#footer {
/******************* width principal ***************************/
  width:960px;
  height:8px;
  margin:0 auto;
  background:url(./images/bottom.png) no-repeat;
  text-align:center;
  font-size:1.3em;
  color:#686868;
  padding:15px 0;
}

ul#footer li {
  display:inline;
  margin-left:10px;
}

ul#footer li span {
  position:absolute;
  text-indent:-9999em;
}

ul#footer li a {
  color:#686868;
}

/*-----------------------------------------------------------------------------

  Wordpress Specific Stuff - Elements that weren't in my original stylesheet

-----------------------------------------------------------------------------*/

ol.commentlist {
  margin-top:15px;
  color:#555;
}

/* Background color for visitor comments */
ol.commentlist li {
  background:#F1F1F1;
  padding:10px;
  margin:10px 0;
}

/* Background color for Admin comments */
ol.commentlist li.alt {
  background:#EBF9FC;
}

textarea#comment {
  width:500px;
}

#main p.comment_meta {
  margin:0;
  float:right;
}

/* Optional popup window (NOTE: popups make for bad UI IMHO) */
body#commentspopup {
  background:#FFF;
  padding:20px;
}

body#commentspopup a {
  color:#666;
}

body#commentspopup h1 a {
  position:relative;
  top:0;
  left:0;
}

body#commentspopup h3 {
  color:#555;
}

body#commentspopup p {
  margin:10px 0;
  color:#555;
}

body#commentspopup textarea {
  width:340px;
}

/* Image stuff for 2.6.1 */
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignleft {
  float: left;
}

.alignright {
  float: right;
}

.wp-caption {
  border: 1px solid #ddd;
  text-align: center;
  background-color: #f3f3f3;
  padding-top: 4px;
  margin: 10px;
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.wp-caption img {
  margin: 0;
  padding: 0;
  border: 0 none;
}

.wp-caption-dd {
  font-size: 11px;
  line-height: 17px;
  padding: 0 4px 5px;
  margin: 0;
}

p.entry_info {
  clear:both;
}

div.navigation {
  margin:10px 0;
}

/*-----------------------------------------------------------------------------

  CSS Magic

-----------------------------------------------------------------------------*/

.clearfix:after {
  content:".";
  display:block;
  height:0;
  clear:both;
  visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
  .clearfix {display:block;}
/* End hide from IE Mac */

#top-header{ background-color:#000000; height:30px; width:952px; margin:0 auto 0 auto;}
#mid-header{ background-color:#fff; height:298px; width:952px; margin:1px auto 1px auto;}
#mid-header .logo{ background:url(images/logo.jpg) top left no-repeat; width:324px; height:298px; float:left;}
#mid-header .banner{ background:#32502c; width:627px; height:298px; float:left; margin-left:1px;}

.logos-g{ width:271px; height:85px; background:url(images/logos-garan.jpg) top left no-repeat;}

.testimonial{ border:1px solid #CCCCCC; background-color:#c6ead3;}
.testimonial h2 { margin-top:10px !important;}
.testimonial p { padding:10px; color:#333333 !important;}
.testimonial strong { color:#000000 !important;}

.direction{ width:188px; height:28px; background:url(images/directions.png) top left no-repeat; margin:15px 0 15px 0px;}
.direction-es{ width:188px; height:28px; background:url(images/directions-es.png) top left no-repeat; margin:15px 0 15px 0px;}
#abajo{ background:url(images/abajo.jpg) top left repeat-x; height:69px; width:952px; margin:0 auto 0 auto;  }
#abajo ul{ display:inline-block; margin:30px 0 0 20px;}
#abajo ul li{ display:inline;  list-style:none; color:#FFFFFF; padding-right:20px;}
#abajo ul li a{ color:#FFFFFF; font-size:13px; text-decoration:none;} 
#abajo ul li a:hover{ text-decoration:underline;}
#abajo ul li.cop{ color:#999999; margin-left:70px; font-size:14px;}


.lang{ width:100px; height:20px; margin-left:20px; float:left; padding:5px;}
.lang a{ color:#FF0000; font-size:12px; text-transform:uppercase; text-decoration:none;}
.lang a:hover { text-decoration:underline;}

#table-home{ margin-top:15px;}
#table-home h2 { color:#003300; font-size:16px;}
#table-home ul{ margin-left:0px;} 
#table-home li { 
background:transparent url(images/arrow-list.png) no-repeat scroll 0 center;
margin:5px 0 10px 0;
padding-left:25px;
font-size:14px;
}
#table-home .col-r{ border-left:1px solid #CCCCCC; padding-left:20px; width:1%;}
#table-home .red {color:#990000; font-weight:bold;}

/****************/

#map1
{
	width: 290px;
	float:left;
}

#map2
{
	width: 290px;
	float:right;
}
