/*
Theme Name: guidoweb
*/

html, body
{
	margin: 0;
	padding: 0;
}
body
{
	background: #ffffff url(images/stripe.jpg) repeat-x;
	color: #333;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-bottom: 20px;
	text-align: center;
}
body *
{
	margin: 0px;
	padding: 0px;
}

/*********************************************
		Link Styles
*********************************************/
a, a:visited, a:active
{
	color: #0066CC;
	text-decoration: none;
}
a:hover
{
	color: red;
	text-decoration: underline;
}

/*********************************************
		Text Elements
*********************************************/
p, ul, ol, blockquote
{
	color: #333;
}
ol, ul
{
	margin: 5px 35px;
}
blockquote
{
	border-left: 1px solid #999;
	margin: 5px 0px 5px 10px;
	padding: 0px 0px 0px 10px;
}
img
{
	background: none;
	border: 0px;
}
p
{
	margin: 0px;
	padding: 8px 0px;
}
/*********************************************
		Header Styles
*********************************************/
h1, h1 a, h1 a:visited
{/* This style used as title on single posts and pages */
	color: #EC6630;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 23px;
	font-weight: bold;
	margin: 25px 0px 10px 0px;
	padding: 0px 0px 10px 0px;
	text-decoration: none;
        border-bottom:1px solid black;
}
h2, h2 a
{/* This style used as header in the sidebars */
	background: #000000;
	color: #FFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	margin: 0px 0px 10px 0px;
	padding: 5px;
}
h3, h3 a, h3 a:visited
{/* This style used as the post titles on homepage/archive */
	color: #6B030B;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	margin: 0px;
	padding: 10px 0px 5px 0px;
	text-decoration: none;
}
h3 a:hover
{
	color: #333;
	text-decoration: none;
}
h4, h4 a
{/* This style used as title for comments and as the identifying header on archive page  */
	color: #000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	margin: 0px;
	padding: 10px 0px 5px 0px;
	text-decoration: none;
}
h6, h6 a, h6 a:visited
{/* divisore form */
	color: #EC6630;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 23px;
	font-weight: bold;
	margin: 5px 0px 10px 0px;
	padding: 0px;
	text-decoration: none;
        border-bottom:1px solid black;
}

/*********************************************
		Container Div
*********************************************/
#container
{
	background: transparent;
	border: 0px solid #000;
	margin: 0px auto;
	padding: 0px;
	text-align: left;
	width: 800px;
}
/*********************************************
		Header Styles
*********************************************/
#header
{
	background: transparent;
	border: 0px solid black;
	display: block;
	margin: 0px;
	padding: 0px;
	position: relative;
}
/*********************************************
		Horizontal Navigaion Styles
*********************************************/
#menu
{
	color: #FFF;
	display: block;
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	font-size: 11px;
	height: 31px;
	margin: 0px;
	padding: 0px 0px;
	text-align: center;
	width: 800px;
}
#menu ul
{
	background: transparent;
	margin: 0px;
	padding: 18px 0px 19px 0px;
}
#menu ul li
{
	display: inline;
	list-style-type: none;
	margin: 0px;
	padding: 18px 0px 19px 0px;
}
#menu ul li a
{
	color: #FFF;
	margin: 0px;
	padding: 18px 10px 19px 10px;
	text-decoration: none;
}
/* if you want to set a "current page item" style, do it here */
#menu ul li.current_page_item a, #menu ul li.current_page_item a:visited
{
}
#menu ul li a:hover
{
	color: #FFF;
	text-decoration: underline;
}
	
/*********************************************
		Content Div
*********************************************/
#content
{
	border: 0px solid black;
        background:#ffffff;
	display: block;
	float: left;
	margin: 0px 0px 0px 14px;
	padding: 0px 25px 20px 25px;
	width: 390px;
}
#content_no_margin
{
	border: 0px solid black;
	display: block;
	float: left;
	margin-left: 15px;
	padding: 0px;
	width: 440px;
}
.post-more
{
}
.post-more a, .post-more a:visited
{
}

/*********************************************
		Post Meta Styles
*********************************************/
.meta-top
{
	background: none;
	border-top: 1px solid #999;
	clear: both;/* we need this so floats in the post are cleared */
	margin: 0px 0px;
	padding: 5px 0px;
}
.meta-bottom
{
	background: none;
	clear: both;/* we need this so floats in the post are cleared */
	margin: 5px 0px;
	padding: 5px 0px;
}
.meta-date
{
}
.meta-author
{
}
.meta-comments
{
}
.meta-category
{
}

/*********************************************
		Previous/Next Page Navigation
*********************************************/
.page-nav
{
	clear: both;/* To clear any floats */
	margin: 10px 0px;
	padding: 10px 0px;
}
.nav-previous
{
	float: left;
	text-align: left;
	width: 249px;
}
.nav-next
{
	float: right;
	text-align: right;
	width: 249px;
}
	
/*********************************************
		Left Sidebar
*********************************************/
#l_sidebar
{
	border: 0px solid black;
	display: block;/* floats are handled as block elements, this is to fix 
						a margin collapsing bug in IE */
	display: inline;
	float: left;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	margin: 0px 0px 15px 0px;
	width: 165px;
}
#l_sidebar p
{
	padding: 5px;
}
#l_sidebar img
{
	text-align: center;
}
#l_sidebar form
{
	margin: 5px;
	padding: 0px;
}
#l_sidebar ul
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#l_sidebar ul li
{
	padding: 0px 0px 0px 0px;
}
#l_sidebar ul li ul
{
	padding: 0px 0px 0px 0px;
}
#l_sidebar ul li ul li
{
	margin: 0px;
	padding: 0px;
}
#l_sidebar ul li ul li a
{
	color: #666;
	text-decoration: none;
}
#l_sidebar ul li ul li a:hover
{
	color: #000;
	text-decoration: underline;
}
#l_sidebar ul li ul li ul
{
	margin: 0px;
	padding: 0px;
}
#l_sidebar ul li ul li ul li
{
	margin: 0px;
	padding: 0px;
}

/*********************************************
		Right Sidebar
*********************************************/
#r_sidebar
{
	border: 0px solid black;
	display: block;/* floats are handled as block elements, this is to fix 
					   a margin collapsing bug in IE */
	display: inline;
	float: right;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	margin: 0px 0px 15px 0px;
	width: 165px;
}
#r_sidebar p
{
	padding: 5px;
}
#r_sidebar img
{
	text-align: center;
}
#r_sidebar form
{
	margin: 5px;
	padding: 0px;
}
#r_sidebar ul
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#r_sidebar ul li
{
	padding: 0px 0px 10px 0px;
}
#r_sidebar ul li ul
{
	padding: 0px 0px 0px 0px;
}
#r_sidebar ul li ul li
{
	margin: 5px;
	padding: 0px;
}
#r_sidebar ul li ul li a
{
	color: #666;
	text-decoration: none;
}
#r_sidebar ul li ul li a:hover
{
	color: #000;
	text-decoration: underline;
}
#r_sidebar ul li ul li ul
{
	margin: 0px;
	padding: 0px;
}
#r_sidebar ul li ul li ul li
{
	margin: 5px 10px 5px 5px;
	padding: 0px;
}

/*********************************************
		Comment Styles
*********************************************/
.comments
{
	padding: 8px;
}
.comments .even
{
	background: #FFFFFF;
	border-bottom: 1px dotted #B7B7B7;
	margin: 5px 0px 5px 0px;
	overflow: hidden;
	padding: 10px;
}
.comments .odd
{
	background: #FFFFFF;
	border-bottom: 1px dotted #B7B7B7;
	margin: 5px 0px 5px 0px;
	overflow: hidden;
	padding: 10px;
}

/*********************************************
		Footer Styles
*********************************************/
#footer{
	background: #FFF url("images/footer.jpg") no-repeat left;
	border: 0px;
        height: 50px;
	clear: both;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 11px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	text-align: center;
}
#LpFooter{
margin: 10px 0px 0px 0px;
	background: #FFF url("images/footer.jpg") no-repeat top left;
	border: 0px;
        height: 50px;
	clear: both;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 11px;
	padding: 0px;
	text-align: center;
}

#footer a
{       
	color: #CC3333;
	text-decoration: underline;
}
#footer a:hover
{
	color: #000;




	text-decoration: underline;
}
#testofoot{
	clear: both;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 11px;
	margin: 15px 0px 0px 0px;
	padding: 0px;
	text-align: center;
}
/*********************************************
		Testata
*********************************************/
#testata
{
	background: #ffffff url(images/header.jpg) no-repeat top left;
	height: 150px;
	margin: 0px auto;
	padding: 0px;
	width: 800px;
}
/*********************************************
		striscia
*********************************************/
#striscia
{
	background: transparent;
	height: 24px;
}
/*********************************************
		hpalette
*********************************************/
#hpalette
{
	margin: 0px 0px 0px 199px;
	padding: 0px;
	width: 620px;
}
/*********************************************
		menu
*********************************************/
#menu1
{
	background: url('images/hpalette/menu_1.jpg') no-repeat top left;
	float: left;
	height: 31px;
	width: 80px;
}
#menu1 a:hover
{
	background: url('images/hpalette/menu_1h.jpg') no-repeat top left;
	display: block;
	height: 31px;
	width: 80px;
}
#menu1 img:hover
{
	background: url('images/hpalette/menu_1h.jpg') no-repeat top left;
	float: left;
	height: 31px;
	width: 80px;
}
#menu2
{
	background: url('images/hpalette/menu_2.jpg') no-repeat top left;
	float: left;
	height: 31px;
	width: 80px;
}
#menu2 a:hover
{
	background: url('images/hpalette/menu_2h.jpg') no-repeat top left;
	display: block;
	height: 31px;
	width: 80px;
}
#menu2 img:hover
{
	background: url('images/hpalette/menu_2h.jpg') no-repeat top left;
	float: left;
	height: 31px;
	width: 80px;
}
#menu3
{
	background: url('images/hpalette/menu_3.jpg') no-repeat top left;
	float: left;
	height: 31px;
	width: 161px;
}
#menu3 a:hover
{
	background: url('images/hpalette/menu_3h.jpg') no-repeat top left;
	display: block;
	height: 31px;
	width: 161px;
}
#menu3 img:hover
{
	background: url('images/hpalette/menu_3h.jpg') no-repeat top left;
	float: left;
	height: 31px;
	width: 161px;
}
#menu4
{
	background: url('images/hpalette/menu_4.jpg') no-repeat top left;
	float: left;
	height: 31px;
	width: 80px;
}
#menu4 a:hover
{
	background: url('images/hpalette/menu_4h.jpg') no-repeat top left;
	display: block;
	height: 31px;
	width: 80px;
}
#menu4 img:hover
{
	background: url('images/hpalette/menu_4h.jpg') no-repeat top left;
	float: left;
	height: 31px;
	width: 80px;
}
#menu5
{
	background: url('images/hpalette/menu_5.jpg') no-repeat top left;
	float: left;
	height: 31px;
	width: 161px;
}
#menu5 a:hover
{
	background: url('images/hpalette/menu_5h.jpg') no-repeat top left;
	display: block;
	height: 31px;
	width: 161px;
}
#menu5 img:hover
{
	background: url('images/hpalette/menu_5h.jpg') no-repeat top left;
	float: left;
	height: 31px;
	width: 161px;
}
/*********************************************
		menu sidebar left
*********************************************/
#menu1sx
{
	background: url('images/sxpalette/sidebarSx_1.jpg') no-repeat top left;
	float: left;
	height: 31px;
	margin-bottom: 4px;
	width: 165px;

}
#menu1sx a:hover
{
	background: url('images/sxpalette/sidebarSx_1h.jpg') no-repeat top left;
	height: 31px;
	margin-bottom: 4px;
	width: 165px;

}
#menu1sx img:hover
{
	background: url('images/sxpalette/sidebarSx_1h.jpg') no-repeat top left;
	float: left;
	height: 31px;
	margin-bottom: 4px;
	width: 165px;

}
#menu2sx
{
	background: url('images/sxpalette/sidebarSx_2.jpg') no-repeat top left;
	float: left;
	height: 31px;
	margin-bottom: 4px;
	width: 165px;
}
#menu2sx a:hover
{
	background: url('images/sxpalette/sidebarSx_2h.jpg') no-repeat top left;
	height: 31px;
	margin-bottom: 4px;
	width: 165px;
}
#menu2sx img:hover
{
	background: url('images/sxpalette/sidebarSx_2h.jpg') no-repeat top left;
	float: left;
	height: 31px;
	margin-bottom: 4px;
	width: 165px;
}
#menu3sx
{
	background: url('images/sxpalette/sidebarSx_3.jpg') no-repeat top left;
	float: left;
	height: 31px;
	margin-bottom: 4px;
	width: 165px;
}
#menu3sx a:hover
{
	background: url('images/sxpalette/sidebarSx_3h.jpg') no-repeat top left;
	height: 31px;
	margin-bottom: 4px;
	width: 165px;
}
#menu3sx img:hover
{
	background: url('images/sxpalette/sidebarSx_3h.jpg') no-repeat top left;
	float: left;
	height: 31px;
	margin-bottom: 4px;
	width: 165px;
}
#menu4sx
{
	background: url('images/sxpalette/sidebarSx_4.jpg') no-repeat top left;
	float: left;
	height: 31px;
	margin-bottom: 4px;
	width: 165px;
}
#menu4sx a:hover
{
	background: url('images/sxpalette/sidebarSx_4h.jpg') no-repeat top left;
	height: 31px;
	margin-bottom: 4px;
	width: 165px;
}
#menu4sx img:hover
{
	background: url('images/sxpalette/sidebarSx_4h.jpg') no-repeat top left;
	float: left;
	height: 31px;
	margin-bottom: 4px;
	width: 165px;

}
#menu5sx
{
	background: url('images/sxpalette/sidebarSx_5.jpg') no-repeat top left;
	float: left;
	height: 31px;
	margin-bottom: 4px;
	width: 165px;
}
#menu5sx a:hover
{
	background: url('images/sxpalette/sidebarSx_5h.jpg') no-repeat top left;

	height: 31px;
	margin-bottom: 4px;
	width: 165px;
}
#menu5sx img:hover
{
	background: url('images/sxpalette/sidebarSx_5h.jpg') no-repeat top left;
	float: left;
	height: 31px;
	margin-bottom: 4px;
	width: 165px;
}
#menu6sx
{
	background: url('images/sxpalette/sidebarSx_6.jpg') no-repeat top left;
	float: left;
	height: 31px;
	margin-bottom: 4px;
	width: 165px;
}
#menu6sx a:hover
{
	background: url('images/sxpalette/sidebarSx_6h.jpg') no-repeat top left;
	height: 31px;
	margin-bottom: 4px;
	width: 165px;
}
#menu6sx img:hover
{
	background: url('images/sxpalette/sidebarSx_6h.jpg') no-repeat top left;
	float: left;
	height: 31px;
	margin-bottom: 4px;
	width: 165px;
}
#menu7sx
{
	background: url('images/sxpalette/sidebarSx_7.jpg') no-repeat top left;
	float: left;
	height: 31px;
	margin-bottom: 5px;
	width: 165px;
}
#menu7sx a:hover
{
	background: url('images/sxpalette/sidebarSx_7h.jpg') no-repeat top left;
	height: 31px;
	margin-bottom: 5px;
	width: 165px;
}
#menu7sx img:hover
{
	background: url('images/sxpalette/sidebarSx_7h.jpg') no-repeat top left;
	float: left;
	height: 31px;
	margin-bottom: 5px;
	width: 165px;
}
#menu8sx
{
	background: url('images/sxpalette/sidebarSx_8.jpg') no-repeat top left;
	float: left;
	height: 31px;
	margin-bottom: 6px;
	width: 165px;
}
#menu8sx a:hover
{
	background: url('images/sxpalette/sidebarSx_8h.jpg') no-repeat top left;
	height: 31px;
	margin-bottom: 6px;
	width: 165px;
}
#menu8sx img:hover
{
	background: url('images/sxpalette/sidebarSx_8h.jpg') no-repeat top left;
	float: left;
	height: 31px;
	margin-bottom: 6px;
	width: 165px;
}
#menu9sx
{
	background: url('images/sxpalette/sidebarSx_9.jpg') no-repeat top left;
	float: left;
	height: 31px;
	margin-bottom: 6px;
	width: 165px;
}
#menu9sx a:hover
{
	background: url('images/sxpalette/sidebarSx_9h.jpg') no-repeat top left;
	height: 31px;
	margin-bottom: 6px;
	width: 165px;
}
#menu9sx img:hover
{
	background: url('images/sxpalette/sidebarSx_9h.jpg') no-repeat top left;
	float: left;
	height: 31px;
	margin-bottom: 6px;
	width: 165px;
}
#bannersx1
{
	background: url('images/sxpalette/sidebarSxBan_1.jpg') no-repeat top left;
	float: left;
	height: 170px;
	margin-bottom: 8px;
	width: 165px;
}
#bannersx2
{
	background: url('images/sxpalette/sidebarSxBan_2.jpg') no-repeat top left;
	float: left;
	height: 170px;
	width: 165px;
}

/*********************************************
		menu sidebar right
*********************************************/
#menu1dx
{
	background: url('images/dxpalette/sidebarDx_1.jpg') no-repeat top left;
	float: left;
	height: 31px;
	margin-bottom: 4px;
	width: 165px;

}
#menu1dx a:hover
{
	background: url('images/dxpalette/sidebarDx_1h.jpg') no-repeat top left;
	height: 31px;
	margin-bottom: 4px;
	width: 165px;

}
#menu1dx img:hover
{
	background: url('images/dxpalette/sidebarDx_1h.jpg') no-repeat top left;
	float: left;
	height: 31px;
	margin-bottom: 4px;
	width: 165px;

}
#menu2dx
{
	background: url('images/dxpalette/sidebarDx_2.jpg') no-repeat top left;
	float: left;
	height: 31px;
	margin-bottom: 4px;
	width: 165px;
display:block;
}
#menu2dx a:hover
{
	background: url('images/dxpalette/sidebarDx_2h.jpg') no-repeat top left;
	height: 31px;
	margin-bottom: 4px;
	width: 165px;

}
#menu2dx img:hover
{
	background: url('images/dxpalette/sidebarDx_2h.jpg') no-repeat top left;
	float: left;
	height: 31px;
	margin-bottom: 4px;
	width: 165px;

}
#menu3dx
{
	background: url('images/dxpalette/sidebarDx_3.jpg') no-repeat top left;
	float: left;
	height: 31px;
	margin-bottom: 6px;
	width: 165px;
}
#menu3dx a:hover
{
	background: url('images/dxpalette/sidebarDx_3h.jpg') no-repeat top left;
	height: 31px;
	margin-bottom: 6px;
	width: 165px;
}
#menu3dx img:hover
{
	background: url('images/dxpalette/sidebarDx_3h.jpg') no-repeat top left;
	float: left;
	height: 31px;
	margin-bottom: 6px;
	width: 165px;
}


#bannerdx1
{
	background: url('images/dxpalette/sidebarDxBan_1.jpg') no-repeat top left;
	float: left;
	height: 172px;
	margin-bottom: 4px;
	width: 165px;

}

#bannerdx2
{
	background: url('images/dxpalette/sidebarDxBan_2.jpg') no-repeat top left;
	float: left;
	height: 170px;
	margin-bottom: 8px;
	width: 165px;
}
#bannerdx3
{
	background: url('images/dxpalette/sidebarDxBan_3.jpg') no-repeat top left;
	float: left;
	height: 170px;
	margin-bottom: 4px;
	width: 165px;
}
#bannerdxpromo
{
	background: url('images/dxpalette/sidebarDxBanPromo.jpg') no-repeat top left;
	float: left;
	height: 170px;
	margin-bottom: 8px;
	width: 165px;
}
#s
{
	background: #ffffff url('images/lente.jpg') no-repeat right;
	width: 130px;
}
/*********************************************
		centro homepage
*********************************************/
#centro1

{
	background: url('images/contentBan_1.jpg') no-repeat;
	height: 278px;
	width: 440px;
        margin-bottom: 6px;
}
#centro2
{
	background: url('images/contentBan_2.jpg') no-repeat;
	height: 349px;
	width: 440px;
}
/*********************************************
		centro homepage
*********************************************/
form.formBuilderForm, div.formBuilderSuccess {
	text-align: left;
	padding: 10px;
 	clear: both;
}
.formBuilderForm div{
	margin: 0;
	padding: 0;
}
div.formBuilderSuccess h4 {
	margin: 0;
	padding: 0;
}
/* errore sui campi obbligatori*/
.formBuilderForm .formBuilderError {
color:#ec6630;
	font-weight: bold;
}
/* singolo form field*/
.formBuilderForm .formBuilderField {
	padding-bottom: 4px;
	clear: both;
}
/* Generic Display Controls */
.formBuilderForm div.formBuilderComment {
	font-style: italic;
	padding: 4px;
	margin: 4px 0 4px 0;
	clear: both;
	float: left;
	width: 95%;
}
.formBuilderForm .formBuilderHidden {
	visibility: hidden;
	padding: 0;
	margin: 0;
	border: 0;
	position: absolute;
}
.formBuilderForm .formBuilderSubmit {
	clear: both;
}
/* Generic Label Controls */
.formBuilderForm .formBuilderLabel, .formBuilderForm .formBuilderLabelRequired {
	clear: left;
	float: left;
	vertical-align: top;
	width: 180px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.formBuilderForm .small_text_area .formBuilderLabel
{
	width: auto;
	clear: both;
}
.formBuilderForm .small_text_area textarea
{
	width: 98%;
}
img#wpstats{
width:0px;height:0px;overflow:hidden
}
/******LandingPage*************/
#LpTop{
width: 799px;
height:281px;
margin-top:10px;
margin-bottom:10px;
}
#LpForm{
font-family: Sans-Serif;
font-size: 10px;
float:left;
background: url('images/LandingPageImage/LpGrayBG.jpg') no-repeat top left;
width:624px;
height:281px;
margin-top:10px;
padding:0px;
}
#LpFormTitle{
font-family: Sans-Serif;
font-size: 16px;
color: #00348A;
text-align: left;
padding-left: 100px;
margin-top:10px;
width:450px;
font-weight:bold;
}
#LpFormBox{
margin-top:5px;
width: 600px;
padding-left: 30px;
}
#LpFormRow{
margin-top:5px;
}
#LpFormText{
font-family: Sans-Serif;
font-size: 12px;
color: #ED6732;
text-align: left;
float:left;
width:70px;
font-weight: bold;
}
#LpFormError{
font-family: Sans-Serif;
font-size: 12px;
color: #ED6732;
text-align: center;
font-weight: bold;
padding-top:5px;
}
#LpFormInput{
font-family: Sans-Serif;
font-size: 12px;
text-align: left;
color: #00348A;
font-weight: bold;
}
#LpFormTrattamento{
font-family: Sans-Serif;
font-size: 12px;
text-align: left;
color: #00348A;
font-weight: bold;
padding-left: 100px;
width:400px;
margin-top:5px;
}
#LpFormTrattamento a{
text-decoration: none;
color: #00348A;
}
#LpFormAcconsento{
font-family: Sans-Serif;
font-size: 12px;
text-align: left;
color: #00348A;
font-weight: bold;
padding-left: 100px;
width:400px;
margin-top:5px;
}
#LpSubmit{
border:none;
background: url('images/LandingPageImage/LpInvia.jpg') no-repeat top left;
width:97px;
height:38px;
margin-top:-30px;
margin-left:370px;
}
#LpGoSite{
float:right;
background: url('images/LandingPageImage/LpGoSite.jpg') no-repeat top left;
width:165px;
height:281px;
margin-top:10px;
}
#LpLinkGoSite{
margin-top:216px;
}
#LpOfferte{
margin:20px 0px 0px 0px;
width:799px;
background: url('images/LandingPageImage/stripe.jpg') repeat-x bottom left;
}
#LpOffUp{
background: url('images/LandingPageImage/Offerte_01.jpg') no-repeat top left;
width:799px;
height:40px;
margin:0px;
padding:0px;
}
#LpOff1{
float:left;
background: url('images/LandingPageImage/Offerte_02.jpg') no-repeat top left;
width:393px;
height:201px;
margin:0px;
padding:0px;
}
#LpOff2{
float:right;
background: url('images/LandingPageImage/Offerte_03.jpg') no-repeat top left;
width:406px;
height:201px;
margin:0px;
padding:0px;
}
#LpOff3{
float:left;
background: url('images/LandingPageImage/Offerte_04.jpg') no-repeat top left;
width:393px;
height:213px;
margin:0px;
padding:0px;
}
#LpOff4{
float:right;
background: url('images/LandingPageImage/Offerte_05.jpg') no-repeat top left;
width:406px;
height:213px;
margin:0px;
padding:0px;
}

#centrolpguido{
	background: url('images/BannerHome440x278.jpg') no-repeat top left;
	height: 278px;
	width: 440px;
        margin-bottom: 6px;
}