


/* FORM */

#form{
	width: 400px;
	padding-left: 50px;
	padding-top: 0px;
}

/* COMMON */
* {
	border: 0px;
	padding: 0px;
	margin: 0px;
}

html, body {
	width: 100%;
	height: 100%;
}

#canvas{
	width: 740px;
	margin: auto auto;
	background-color:#FFFFFF;
}

#header{
	width: inherit;
	height: 75px;
}

#headerLeft{
	width: 225px;
	height: 75px;
	background-image:url('/export/system/modules/org.fimpuls.web.business/resources/imatges/headerImpuls.gif');
	float:left;
}

#mainBody{
	width: 700px;
	padding-left: 40px;
}

#menu{
	width: inherit;
	height: 25px;
	background-color: #ededed;
}

#content{
	width: inherit;
	min-height:303px;
	border-top: 2px solid #d0d0d0;
	border-bottom: 2px solid #d0d0d0;
	padding-top: 18px;
	padding-bottom: 18px;
}

/* CONTENT */

#headerRight{
	width: 515px;
	height: 75px;
	background-repeat:no-repeat;
	background-position:right;
	vertical-align:top;
}

#languages{
	padding-left: 190px;
	padding-top: 6px;
	color: #000000;
}

#breadCrumb{
	width: inherit;
	padding-top:30px;
	height: 51px;
}

#leftContent{
	width: 176px;
	float: left;
}

#rightContent{
	width: 524px;
	float: left;
	text-align: justify;
}

#textContent{
	width: 328px;
	padding-left: 25px;
	padding-right:10px;
}

#textContentNoImage{
	width: 498px;
	padding-left: 25px;
	padding-right:10px;
}

#imageContent{
	width: 161px;
	float: right;
	text-align: justify;
}

#image{
	padding-bottom:7px;
}

#footer{
	width: inherit;
	padding-top: 10px;
	text-align:center;
}

/* MAIN */

#headerRightMain{
	width: 515px;
	height: 75px;
	vertical-align:top;
	text-align:right;
	
}

#languagesMain{
	padding-right: 6px;
	padding-top: 6px;
}

#contentMain{
	width: inherit;
	min-height:301px;
	border-bottom: 2px solid #d0d0d0;
	padding-top:1px;
	padding-bottom:10px;
}

#mainPhoto{
	width:350px;
	height:300px;
}

#mainTitle{
	width:335px;
	padding-top:110px;
	background-image:url('/export/system/modules/org.fimpuls.web.business/resources/imatges/mainTitle.gif');
	background-repeat:no-repeat;
	padding-left:15px;
}

#newsPreview{
	width: inherit;
	height: 100px;
	padding-top:15px;
	padding-bottom:15px;
}



/* CSS Document */


