/*
**  Template.css
**
**	Default Layout
**
*/

* {
	padding: 0;
	margin: 0;
}
html, body {
	height: 100%
}
#wb-container-outer {
	min-width:960px;
	min-height:100%;
	height:auto !important;
	background-image:url(../images/layout1/boo_o.png);
	background-position: top left;
	background-repeat: repeat;
	background-color:#7f1d1d;
}
#wb-container-inner {
	margin: auto;
	background-image:url(../images/layout1/boo_ci.png);
	background-position: top left;
	background-repeat: repeat-x;
}
* + html #wb-container-inner {
	height:auto !important;
}
#wb-layout {
	margin:auto;
}
#wb-layout-inner {
}
/* WB-LAYOUT-TOP-2: for designs that have navigation between the header and content
**  Layout 7
*/

	#wb-layout-top-header, #wb-header-nav {
	display: none;
}
/* WB-LAYOUT-HEADER: This is the header section *//*overflow:hidden*/

 	#wb-layout-header-logo-master-wrapper {
	background-color:transparent;
	height: 120px;
}
#wb-layout-header-logo-container {
width: 960px;
margin: auto;
height: 110px;
overflow: hidden;
background-image: url(../images/layout1/boo_lc.png);
background-position: center top;
background-repeat: no-repeat;

}
Linea 61

#wb-layout-header-logo-wrapper {
height: 120px;
width: 960px;
margin: auto;
}
#wb-layout-header-logo {
	height:90px;
	float:left;
	width:50%;/*		background-image:url(../images/layout1/boo_logo.png);
		background-position: center left;
		background-repeat: no-repeat;*/
		}
#wb-layout-header-contact {
	height:90px;
	width:50%;
	float:right;
}
#wb-layout-header-container {
	width:960px;
	margin:auto;
}
#wb-layout-top-header-wrapper {
}
#wb-layout-header {
	width:960px;
	margin: auto;
	height:288px;
	background-image:url(../images/layout1/boo_h.png);
	background-position: top center;
	background-repeat: no-repeat;
}
#wb-layout-header-mask {
	 background-image: url("../images/layout1/boo_hm.png");
    background-position: center top;
    background-repeat: no-repeat;
    height: 228px;
    margin: auto;
    overflow: hidden;
    padding: 30px;
    width: 900px;
}


#wb-layout-header-base {
	overflow:hidden;
	width:960px;
	margin: auto;
	height:16px;
	background-image:url(../images/layout1/boo_hb.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}
/* WB-LAYOUT-TOP-2: for designs that have navigation between the header and content
**  Layout 3
*/

    #wb-navigation-subtop {
	display: none;
}
#wb-top-subbasenav {
}
#wb-layout-uppertop-header-wrapper {
	display: none;
}
/* WB-CONTAINER-CONTENTWRAPPER: This wraps the content area of the site
**
**	ALL Layouts
**
*/
	#wb-container-contentwrapper-wrapper {
	width:960px;
	margin: auto;
}
#wb-container-contentwrapper {
	width:960px;
	margin: auto;
	height: 100%;
	float:left;
}
/* SIDEBAR is for designs that have a left or right column built in
**
**	Layout 1
**	Layout 2
*/
	#wb-layout-sidebar {
	float: left;
	width: 200px;
}
/* sidebar navigation */
	#wb-navigation {
		background-image:url(../images/layout1/boo_navtop.png);
	background-repeat:no-repeat;
	background-position: left top;
	padding-top: 14px;
	


	
}
#wb-navigation-top {
		background-image:url(../images/layout1/boo_nav.png);
	background-repeat:repeat-x;
	background-position: left bottom;
	background-color:#e2dfdf;
	
	
	}
#wb-basenav {
		background-image:url(../images/layout1/boo_navbot.png);
	background-repeat:no-repeat;
	background-position: left bottom;
	 padding: 9px 0px;
	
}
#wb-navbasewrap {
}
/* SIDEBAR NAVIGATION STRUCTURE
**
**	Layout 1
**	Layout 2
**
*/
	#wb-navigation-bottom {
	
	
    
	
		
/* NO HEIGHT: 100%.  BREAKS FF. */
	}
#wb-navigation-bottom div {
	  min-height: 33px;
    padding: 0px 10px;
    width: 180px;

	
}


#wb-navigation-bottom div a h3 {
	padding:7px 14px;
	cursor:hand;
	 margin-top: 3px;
	 border:1px solid transparent;
	

}

#wb-navigation-bottom div a:hover h3 {
	cursor:hand;
	
	

background-image:url(../images/layout1/boo_btnh.png);
background-position:top left;
background-repeat:repeat-x;
border:1px solid #b5b5b5;
	

	
	
	}
	
	


#wb-navigation-bottom div.submenu {
	padding: 0px;
	margin: 0px;
}
#wb-navigation-bottom div.submenu div {
	
	margin: 0px;
		  min-height: 33px;
    padding: 5px 1px;
    width: 177px;
}
#wb-navigation-bottom div.submenu div a {
}
/* MAIN-CONTENT AREA
**
**	ALL Layouts
**
*/
	#wb-layout-main {
	width:760px;
	float: right;
}
#wb-layout-main-inner-1 {
}
#wb-layout-main-inner-2 {
}
/* Page FOOTER
**
**	ALL Layouts
**
*/

#wb-layout-footer-master-wrapper-top {
	display:none;
}

#wb-layout-footer-master-wrapper {
   background-image: url("../images/layout1/boo_fw.png");
    background-position: left top;
    background-repeat: repeat-x;
    clear: both;
    padding-top: 29px;
}
#wb-layout-footer-wrapper {
	background-image:url(../images/layout1/boo_f.png);
	background-position: top left;
	background-repeat: repeat-x;
	clear:both;
	background-color: #E2DFDF;
}
#wb-layout-footer {
	width:960px;
	min-height:80px;
	 padding-top: 10px;
	height: auto !important;
	clear:both;
	margin: auto;
	
}
#wb-layout-footer-inner-1 {
}
/* submenu defaults */
div.submenu {
	display: none;
	background-color: #e6e6e6;

margin-left: 8px;




}
