/*
	Author Name	: Ixai Lanzagorta Ochoa
	Author Site	: http://www.ixaidev.com/
	Style Name	: WbaK
	Version		: 0.1
	Page Width: 800px
	Comments	: Hecho para Juan Lanzagorta Vallín (http://www.webarquitectura.com/)
*/

body {
  background-color:#4D6A91;
  }

#page {
	/* The entire design is contained within the 'page' id */
	border:0;
	margin-top:20px;
	padding-top:0;
	width:780px;
	}
	
#header {
	/* Contains the H1 and footer-menu */
	}
	
	.webarq-header {
	  background:#4D6A91 url(webarq_banner.jpg) repeat-y !important;
	  }
	
	.profesionales-header {
	  background:#4D6A91 url(profesionales_banner.jpg) repeat-y !important;
	  }
	  
  .genearquitectura-header {
	  background:#4D6A91 url(genearq_banner.jpg) repeat-y !important;
	  }
	  
  .etxeta-header {
	  background:#4D6A91 url(etxeta_banner.jpg) repeat-y !important;
	  }
	  
	ul.menu {
	  background:#91B13A;
	  width:750px;
	  left:0;
	  padding-top: 10px;
	  }
	  
	  #fecha {
	    position:absolute;
	    bottom:6px;
	    right:20px;
	    color:#fff;
	    }
	
#primary {
	/* Contains the main column */
	}
	
	.content {
	  margin-top:20px;
	  }
	
	#current-content h2, #current-content h2 a{
	  font-family:"Trebuchet MS", Verdana, sans-serif;
	  color:#4D6A91;
	  text-align:left;
	  font-size:1.55em;
	  font-weight:normal;
	  letter-spacing:-1px;
	  }
	  
/*
	#current-content h2, #current-content h2 a{
	  font-family:"Verdana, Arial, sans-serif";
	  color:#4D6A91;
	  text-align:left;
	  font-size:1.35em;
	  font-weight:bold;
	  letter-spacing:0;
	  }
*/
	
	p {
	  color:#000;
	  font-size:1.15em;
	  line-height:1.35em;
	  }

.hentry {
	/* Each entry is contained within the 'hentry' class */
	}

.entry-content {
	/* The meat and potatoes of every entry */
	}
	
	blockquote {
	  font-size:0.9em;
	  background:none;
	  }

#sidebar-1 {
	/* The first sidebar */
	margin-top:18px;
	}
	
	#sidebar-1 a:hover, #sidebar-2 a:hover {
	  color:red;
	  }
	
	.sb-pagemenu {
	  margin-top:17px !important;
	  }
	  
	  h4 {
	    text-transform:lowercase;
	    }

#sidebar-2 {
	/* The second sidebar */
	}

#googleads {
	margin-top:25px;
	}

.secondary {
	/* Contains both sidebars */
	}
	
.admintab {
  display:none !important
  }

#footer {
  display:none;
  }

#legal_footer {
  width:780px;
  height:23px;
  color:#fff;
  background:#aaa;
  margin:0 auto;
  border-top:#fff solid 5px;/*c1d91f*/
  padding-top:7px;
  }
  
  #legal_footer a {
    color:#fff;
    }
  
  span.copy {
    }
  
#pre-foot {
  background-color:#91B13A;
  width:780px;
  margin: 0 auto;
  text-align:left;
  padding-bottom:5px;
  }
  
ul.footer-menu {
	margin: 0;
	padding: 0;
	margin-left:0;
	width: 750px;
	background:#91B13A;
	}

ul.footer-menu li {
	display: inline;
	margin: 0;
	}

ul.footer-menu,
ul.footer-menu li a {
	padding: 5px 15px 6px;
	}

ul.footer-menu li a {
	font-size: 1em;
	color: #fff;
	margin: 0;
	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-bottomright: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	}

ul.footer-menu li a:hover {
	background: #333;
	color: #eee;
	text-decoration: none;
	}

ul.footer-menu li.current_page_item a,
ul.footer-menu li.current_page_item a:hover,
ul.footer-menu li.current_page_ancestor a,
ul.footer-menu li.current_page_ancestor a:hover {
	color: #333;
	background: #fff;
	text-decoration: none;
	}
	
	
	
	
  .profesionales_menu {
	  background:#91B13A !important;
	  }
	  
	.genearquitectura_menu {
	  background:#702091 !important;
	  }
	  
	.etxeta_menu {
	  background:#1f1f95 !important;
	  }
	  
	.inicio_menu {
	  background:#c70000 !important;
	  }
