/* ---------- MICROBLAU STYLESHEET v.2.0 ---------- */


/* ---------- GENERIC ---------- */

body {
	margin: 0;
	padding: 0;
	color: #666;
	background-color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 62.5%;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2.5em;
	font-weight: normal;
	color: #072B61;
	line-height: normal;
	margin-top: 0;
	margin-bottom: 0.5em;
	padding-bottom: 0px;
	border-bottom: 1px solid #6B89B4;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2em;
	font-weight: normal;
	color: #6B89B4;
	line-height: normal;
	margin-top: 0px;
	margin-bottom: 0.5em;
	padding-bottom: 5px;
	border-bottom: 1px solid #6B89B4;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	font-weight: normal;
	color: #072B61;
	line-height: normal;
	margin-top: 0;
	margin-bottom: 0;
	padding-bottom: 5px;
    border-bottom: 1px solid #6B89B4;
}

h4 {
  color: #FF6600;
  font-size: 1.2em;
  font-weight: bold;
  text-align: left;
  padding-bottom: 5px;
  border-bottom: 1px solid #6B89B4;
  margin: 0;
}

.break {
	clear: both;
}

.break-right {
	clear: right;
}

.break-left {
	clear: left;
}

.hide {
	display: none;
}

.text-right {
	text-align: right;
}

.text-center {
	text-align: center;
}

div.object-right {
	float: right;	
}

div.object-left {
	float: left;
}

div.object-center {
	margin: 0 auto;
}

div.object-left div.content-view-embeddedmedia div.class-image div.attribute-image,
div.object-right div.content-view-embeddedmedia div.class-image div.attribute-image
{
    margin: 0;
	padding: 0;
    float: none;
}

div.object-center div.content-view-embeddedmedia div.class-image div.attribute-image
{
    margin: 0;
	padding: 0;
}

div.object-right div.content-view-embeddedmedia div.class-image div.attribute-image img 
{
	margin-right: 0px;
}

div.object-right div.content-view-embeddedmedia p,
div.object-left div.content-view-embeddedmedia p,
div.object-center div.content-view-embeddedmedia p
{
	margin: 20px 0px 5px 0px; 
}

div.object-center div.class-image
{
    margin: 0 auto;
    text-align: center;
}

div.object-center img { margin: 0px; }

/* ---------- LAYOUT ---------- */

#allcontent {
	margin: auto;
	padding: 0;
}

/* ---------- TOP CONTENT ---------- */

#topcontent {
	margin: 0;
	padding: 0;
	min-width: 760px;
}

#header {
	margin: 0;
	padding: 0;
	background: #102d59 url(../images/background_header.gif) repeat-x;
}

#header-design {
	text-align: left;
}

#header-design img {
	border: none;
	margin-left: 22px;
}

#header-design img.rightFloated {
	float: right;
	border: none;
	margin: 0;
}

#header-design object.rightFloated {
	float: right;
	border: none;
	margin: 0;
}

div#header-banners-bar,
div#language-bar {
	float: right;
	margin: 0;
	color: #fff;
}

div#header-banners-bar ul,
div#language-bar ul {
	list-style: none;
	margin: 1em;
	padding: 0px;
}

div#header-banners-bar ul li,
div#language-bar ul li {
	display: inline;
	margin: 0px;
	float: left;
}

div#language-bar ul li {
	padding: 1px 10px;
	border-right: 1px solid #fff;
}

div#language-bar ul li.last {
	border-right: none;
	padding-right: 0px;
}

div#language-bar ul li a {
	color: #fff;
	text-decoration: none;
}

div#language-bar ul li a:hover {
	text-decoration: underline;
}

#topcontent-bar {
    background: #fff url(../images/background_toolbar-top.gif) top left repeat-x;
    height: 62px;
	padding: 4px 20px;
}

#toolbar-top {
	color: #fff;
	text-align: left;
	font-size: 1.1em;
	height: 62px;
    float: right;
	width: 150px;
}

#toolbar-top .toolbar-design {
	margin: 0;
	padding: 0;
	float: right;
}

#toolbar-top .toolbar-design ul {
	margin: 0;
	padding: 0;
	width: 150px;
	margin-top: -1px;
    list-style-type:none;
}


#toolbar-top .toolbar-design ul form input {
	width: 80px;
	font-size: 0.8em;
	margin: 0;
	border: none;
    background-color:#ffffff;
}

#toolbar-top .toolbar-design ul form input.submit {
	width: 60px;
	font-size: 0.8em;
	margin: 0;
    border: none;
    background-color:#cccccc;
}

#topmenu #topmenu-design {
   	height: 62px;
	text-align: left;
	font-size: 1.1em;
	color: #fff;
}

#topmenu #topmenu-design a {
	color: #fff;
	text-decoration: none;
}

#topmenu #topmenu-design a:hover {
	color: #072B61;
}

#topmenu #topmenu-design ul {
    padding: 0px;
    margin: 0px;
    float: left;
}

#topmenu #topmenu-design ul li {
    display: inline;
}

/* ---------- MAINCONTENT ---------- */

#maincontent {
	margin-top: 0;
	font-size: 1.3em;
}

div.maincontent-bothmenus { 
	margin-left: 18%;
}

div.maincontent-noleftmenu { 
    margin-left: 30px;
}

div.maincontent-norightmenu { 
    margin-left: 18%;
    margin-right: 0;
}

div.maincontent-nomenus { 
    margin-left: 0;
    margin-right: 0;
}

#maincontent-design {
	line-height: 1.5em;
	text-align: left;
}

div.page-column-right table.renderedtable { width: 99%; }

div#path-design {
  background: url(../images/custom_corners_topright.gif) top right no-repeat;
  font-size: 0.85em;
  padding: 25px;
  margin: 0;
  color: #999;
  padding-bottom: 50px;
}

div#path-design p {
  padding: 0px;
  margin: 0px;
}

div#path-design p a {
  color: #999;
  text-decoration: underline;
}

div#path-design p a:hover {
  color: #072B61;
}


/* ---------- COLUMNS ---------- */

#columns {
	margin: 0;
	min-width: 760px;
}

/* ---------- LEFTMENU ---------- */

#leftmenu {
	float: left;
	width: 18%;
	text-align: left;
}

#leftmenu-design {
	padding: 7px 5px 20px 20px;
}

#leftmenu-design  a {
	color: #6B89B4;
	text-decoration: none;
}

#leftmenu-design  a:hover {
	color: #072B61;
}

#leftmenu-design ul {
	margin: 0px;
	padding-left: 0;
	font-size: 1em;
	font-weight: bold;
	list-style-type: none;
	list-style-position: outside;
}

#leftmenu-design ul li {
	border-top: 1px dashed #6B89B4;
	line-height: 1.2em;
	padding: 5px 0 5px 0px;
}

#leftmenu-design ul li.current  {
	border: none;
}

#leftmenu-design ul ul {
	margin-top: 0.75em;
	font-weight: normal;
	list-style-position: outside;
	padding-left: 20px;
}

#leftmenu-design ul ul li {
	border-top: 1px dashed #6B89B4;
	line-height: 1.2em;
}


#leftmenu-design ul li a.selected, #leftmenu-design ul li a.current {
	color: #FF6600;
	font-weight: bold; 
}

#leftmenu-design ul li a.no-border {
	border-top: none;
}

#leftmenu-design ul ul a {
	color: #666;
}

/* ---------- RIGHTMENU ---------- */

#rightmenu {
	float: right;
	width: 18%;
	text-align: left;
	margin-left: -1%; 
	padding-right: 5px;
}

#rightmenu-design {
	margin-left: -1%;
	min-width: 145px;
}

#rightmenu-design a {
	color: #fff;
	text-decoration: underline;
	font-size: 1.2em;
	font-weight: bold;
}

#rightmenu-design a:hover {
	text-decoration: none;
	font-weight: bold;
}

/* ---------- FOOTER ---------- */

#footer {
  margin: 20px 0px 0px;
  padding: 0;
  color: #666;
  text-align: center;
}

#footer p {
  margin: 0;
  margin-bottom: 0.5em;
}

#footer a {
  color: #666;
  text-decoration: underline;
}

#footer a:hover {
  text-decoration: none;
}

#footer-design {
  padding: 10px 8px;
}

/* ---------- NON-SEMANTIC DIVS ---------- */

div.page {
  background: url(../images/custom_corners_topleft.gif) top left no-repeat;
  width: 98%;
}

div.page-body {
  background: url(../images/custom_corners_rightborder.gif) top right repeat-y;
  margin:0;
  margin-top:-4em;
  padding: 25px;
}

div.page-body div.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: normal;
	color: #6B89B4;
	margin-top: 0;
	margin-bottom: 0;
	line-height: normal;
}

div.page-body a {
  color: #072B61;
  text-decoration: underline;
}

div.page-body a:hover {
  text-decoration: none;
}

div.page-body img {
  margin-right: 10px;
  border: none;
}

div.rightFloated {
  float: right;
  margin: 0 15px;
  margin-top: -5px;
}

div.page-body div.leftFloated {
  float: left;
  margin: 20px 0px 20px 0;
}


div.page-body div.leftFloated-noTopMargin {
  float: left;
  margin: 0 0px 20px 0;
}

div.page-body div.class-article div.leftFloated-noTopMargin {
  margin-top: 5px;
}

div.page-footer {
  background: url(../images/custom_corners_bottomleft.gif) bottom left no-repeat;
}

div.page-footer p {
  background: url(../images/custom_corners_bottomright.gif) bottom right no-repeat;
  display:block;	
  padding: 0;
  margin: -2em 0 0 0;
  margin: 0;
}

/* ---------- CLASS ARTICLE ---------- */
.withImage img {
    margin-right: 20px;
}

.withImage h2 {
    margin-left: 0px;
}

.withImage .attribute-short,
.withImage .attribute-long {
	margin-left: 170px;
	height: 1%;
}

/* ---------- NON-SEMANTIC DIVS FOR .LIGHTBLUEARTICLE HOME ---------- */

div.lightblueArticleHome {
  background:  url(../images/corner_lightblue_home_topleft.gif) top left no-repeat;
  width: 98.5%;
  color: #072B61;
}
div.lightblueArticleHome-headContainer {
  background: url(../images/corner_lightblue_home_topright.gif) top right no-repeat;	
  padding: 15px 13px 0 13px;
  margin: 0;
}
div.lightblueArticleHome-body {
  background: url(../images/corner_lightblue_home_rightborder.gif) top right repeat-y;
  margin: 0;
  padding: 0px 13px 0px;
  color: #072B61;
}
div.lightblueArticleHome-footer {
  background: url(../images/corner_lightblue_home_bottomleft.gif) bottom left no-repeat;
  color: #666;
  font-size: 14px;
  text-align: left;
}

div.lightblueArticleHome-footer p {
  background: url(../images/corner_lightblue_home_bottomright.gif) bottom right no-repeat;
  display: block;
  padding: 0 13px;
  margin: 0;
}

/* ---------- NON-SEMANTIC DIVS FOR .LIGHTBLUEARTICLE C ---------- */

div.lightblueArticleC {
  background:  url(../images/corner_lightblue_C_topleft.gif) top left no-repeat;
  width: 98.5%;
  color: #072B61;
}

div.lightblueArticleC-headContainer {
  background: url(../images/corner_lightblue_C_topright.gif) top right no-repeat;	
  padding: 15px 13px 0 13px;
  margin: 0;
}

div.lightblueArticleC-head, p.MsoNormal {
  color: #FF6600;
  font-size: 1.2em;
  font-weight: bold;
  text-align: left;
  padding-bottom: 10px;
}

div.lightblueArticleC-head p, p.MsoNormal {
    margin: 0;
    padding: 0 0 5px 0;
	border-bottom: 1px solid #6B89B4;   
}

p.MsoNormal { border-bottom: none; }

div.lightblueArticleC-body {
  background: url(../images/corner_lightblue_C_rightborder.gif) top right repeat-y;
  margin: 0;
  padding: 0px 13px 0px;
  color: #072B61;
}

div.lightblueArticleC-body div.navigator,
div.lightblueArticleC-body div.navigator div.pagenavigator {
    float: left;
}

div.lightblueArticleC-body div.leftFloated {
  float: left;
  margin: 0;
}

div.lightblueArticleC-body div.image_text {
  color: #666;
  font-size: 1em;
  text-align: left;
}

div.lightblueArticleC-body img {
  float: left;
  margin: 0 20px 0 0;
  padding: 0;
}

div.lightblueArticleC-body ul {
	margin: 0;
	padding: 0.5em 0;
	font-size: 0.9em;
}

div.lightblueArticleC-body ul li {
	color: #666;
	padding: 0;
    margin: 0.5em 0px 0.5em 15px;
    list-style-image: url(../images/bullet_micro_fonsblanc.gif);
}

div.lightblueArticleC-body p {
  margin: 0;
  padding: 0;
}

div.lightblueArticleC-body p.destacat {
  margin: -5px 0 0 0;
  padding: 5px;
  color: #666;
}

div.lightblueArticleC-body form {
	margin: 0;
	padding: 0;
	text-align: left;
}

div.lightblueArticleC-body input {
	font-size: 0.8em;
	float: left;
	width: 29%;
	border: 1px solid #072B61;
	margin: 0 8px 0.5em 0;
	padding-left: 3px;
	text-align: left;
}

div.lightblueArticleC-body input.submit {
	font-size: 0.9em;
	color: #fff;
	background-color: #072B61;
	width: auto;
	border: none;
	margin: 0;
	float: left;
	padding: 3px;
	text-align: center;
}

div.lightblueArticleC-body textarea {
	clear: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	width: 92%;
	border: 1px solid #072B61;
	margin-bottom: 0.5em;
	padding-left: 3px;
	overflow: auto;
	text-align: left;
}

div.lightblueArticleC-body table, table.MsoTableGrid {
  font-size: 0.9em;
  border-collapse: collapse;
  margin-bottom: 1em;
  border: none;
}

table.MsoTableGrid { margin-top: 10px; }
table.MsoTableGrid p { padding: 0px; margin: 0px; }

div.lightblueArticleC-body thead, table.MsoTableGrid th {
  color: #fff;
  font-size: 1.1em;
}

div.lightblueArticleC-body th, table.MsoTableGrid th {
  background-color: #FF6600;
  text-align: left;
  font-weight: normal;
  vertical-align: top;
  padding: 2px 5px;
  border: 3px solid #D4E2F7;
}

div.lightblueArticleC-body th.current {
  font-weight: bold;
}

div.lightblueArticleC-body td, table.MsoTableGrid td {
  color: #666;
  background-color: #EAF1FB;
  vertical-align: top;
  padding: 2px 5px;
  border: 3px solid #D4E2F7;
}
 
div.lightblueArticleC-body tfoot td {
  color: #072B61;
  background-color: #D4E2F7;
}

div.lightblueArticleC-body div.mensaje_comparativa {
    color: #666;
}

div.lightblueArticleC-body div.mensaje_comparativa h4 {
    margin-bottom: 1em;
}

div.lightblueArticleC-body div.mes-info {
  padding: 0px;
  color: #666;
  font-size: 1.0em;
  text-align: left;

}

div.lightblueArticleC-body div.mes-info form {
	margin: 1em 0 0 0;
	padding: 0;
	text-align: left;
    float: none;
}

div.lightblueArticleC-body div.mes-info input {
	font-size: 0.9em;
	width: 160px;
	border: 1px solid #072B61;
	margin: 0 0 0.5em 0;
	padding-left: 3px;
	text-align: left;
    float: none;
}

div.lightblueArticleC-body div.mes-info input.submit {
	font-size: 1em;
	color: #fff;
	background-color: #072B61;
	width: 60px;
	border: none;
	margin: 0.25em 0 0.5em 50px;
	padding: 3px;
	text-align: center;
}

div.lightblueArticleC-body div.mes-info textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	width: 160px;
	border: 1px solid #072B61;
	margin-bottom: 0.5em;
	padding-left: 3px;
	overflow: auto;
	text-align: left;
}

div.lightblueArticleC-body div.mes-info h4 {
  color: #072B61;
  font-size: 1.5em;
  text-align: center;
  border: 0;
  padding: 0.25em 15px;
}

div.lightblueArticleC-footer {
  background: url(../images/corner_lightblue_C_bottomleft.gif) bottom left no-repeat;
  color: #666;
  font-size: 14px;
  text-align: left;
}

div.lightblueArticleC-footer p {
  background: url(../images/corner_lightblue_C_bottomright.gif) bottom right no-repeat;
  display: block;
  padding: 0 13px;
  margin: 0;
}

/* ---------- NON-SEMANTIC DIVS FOR .PAGE-BODY .WHITEARTICLE ---------- */

div.page-body div.whiteArticle {
  background: #fff;
  width: auto;
  color: #FF6600;
  font-size: 1.2em;
  font-weight: bold;
  text-align: left;
  height: 159px;
  padding: 0;
}

div.page-body div.whiteArticle img {
  float: left;
}

/* ---------- NON-SEMANTIC DIVS FOR #RIGHTMENU ---------- */

div.orangeArticle {
  background:  url(../images/corner_orange_topleft.gif) top left no-repeat;
  width: 98%;
  text-align: center;
}

div.orangeArticle-head {
  background: url(../images/corner_orange_topright.gif) top right no-repeat;	
  padding: 15px;
  margin:0;
  padding-bottom: 0px;
  color: #fff;
  font-size: 0.5em;
  font-weight: bold;
  text-align: left;
}

div.orangeArticle-body {
  background: url(../images/corner_orange_rightborder.gif) top right repeat-y;
  margin: 0;
  padding: 0 15px;
  color: #fff;
  font-size: 0.9em;
  text-align: center;
}

div.orangeArticle-body p {
  margin: 0;
  padding: 0;
}
 
div.orangeArticle-body div.imageContainer {
  text-align: center;
}

div.orangeArticle-body div.imageContainer img {
  border: none;
}

div.orangeArticle-footer {
  background: url(../images/corner_orange_bottomleft.gif) bottom left no-repeat;
  color: #fff;
  font-size: 0.5em;
  text-align: left;
}

div.orangeArticle-footer p {
  background: url(../images/corner_orange_bottomright.gif) bottom right no-repeat;
  display: block;
  padding: 0 15px 20px 15px;
  margin: 0;
}

div.orangeArticle-body div.promoContent {
    font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	margin-top: 0;
	margin-bottom: 0;
	line-height: normal;
    text-align:center;
}

div.orangeArticle-body div.promoContent div.promoHeader {
	font-size: 1.6em;
    font-weight:bold;
    margin-bottom:5px;
}

div.orangeArticle-body div.promoContent div.promoText,
div.orangeArticle-body div.promoContent p {
	font-size: 1.4em;
    font-weight:normal;
    margin-top:5px;
}

div.whiteArticle {
  background:  url(../images/corner_white_topleft.gif) top left no-repeat;
  width: 98%;
  text-align: center;
}

div.whiteArticle-head {
  background: url(../images/corner_white_topright.gif) top right no-repeat;	
  padding: 15px;
  margin:0;
  padding-bottom: 0px;
  text-align: left;
}

div.whiteArticle-body {
  background: url(../images/corner_white_rightborder.gif) top right repeat-y;
  margin: 0;
  padding: 0 15px;
  color: #fff;
  font-size: 0.9em;
  text-align: left;
}

div.whiteArticle-body p {
  margin: 0;
  padding: 0px 0px 5px;
  color: #666;
  font-size: 1.2em;
}

div.whiteArticle-body div.imageContainer {
  text-align: center;
}
 
div.whiteArticle-body div.imageContainer img {
  border: none;
}

div.whiteArticle-footer {
  background: url(../images/corner_white_bottomleft.gif) bottom left no-repeat;
  color: #fff;
  font-size: 0.5em;
  text-align: left;
}

div.whiteArticle-footer p {
  background: url(../images/corner_white_bottomright.gif) bottom right no-repeat;
  display: block;
  padding: 0 15px 20px 15px;
  margin: 0;
}

/* ---------- PAGE COLUMNS ---------- */

/*  LEFT FIXED  */

div.page-columns-leftFixed {
	margin: 1em 0;
}

div.page-columns-leftFixed div.page-column-left {
	float: left;
	width: 200px;
}

div.page-columns-leftFixed div.page-column-left img {
	margin-bottom: 20px;
}

div.page-columns-leftFixed div.page-column-right {
	margin-left: 220px;
}

div.page-columns-leftFixed div.page-column-right ul {
	margin: 0;
	padding: 10px 0;
	font-size: 0.9em;
    list-style-type: none;
}

div.page-columns-leftFixed div.page-column-right ul li {
	color: #666;
	padding: 0;
    margin: 0.5em 0px 0.5em 25px;
    list-style-image: url(../images/bullet_ok.gif);
}

/*  RIGHT FIXED  */

div.page-columns-rightFixed {
	margin: 1em 0;
}

div.page-columns-rightFixed div.page-column-left {
	margin-right: 220px;
}

div.page-columns-rightFixed div.page-column-left ul {
	margin: 0 0 1em 0;
	padding: 10px 0;
	font-size: 0.9em;
    list-style-type: none;
}

div.page-columns-rightFixed div.page-column-left ul li {
	color: #666;
	padding: 0;
    margin: 0.5em 0px 0.5em 15px;
    list-style-image: url(../images/bullet_micro_fonsblanc.gif);
}

div.page-columns-rightFixed div.page-column-right {
	float: right;
	width: 200px;
}

/* ---------- ELASTIC BUTTON ---------- */

div.orangeButton {
	background: url(../images/button_orange_right.gif) no-repeat right top;
	text-align: center;
	width: 76%;
	margin: 20px auto 0px;
	padding: 0;
}

div.orangeButton a {
	background: url(../images/button_orange_left.gif) no-repeat left top;
	display: block;
	padding: 6px 5px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

div.orangeButton a:hover {
 color: #072B61;
}

div.orangeButton2 {
	background: url(../images/button_orange2_right.gif) no-repeat right top;
	text-align: center;
	width: 65%;
	margin: 20px 0 0px;
	padding: 0;
}

div.orangeButton2 a {
	background: url(../images/button_orange2_left.gif) no-repeat left top;
	display: block;
	padding: 6px 5px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

div.orangeButton2 a:hover {
 color: #072B61;
}

/* ---------- NEW SELECTORS FOR THIS VERSION ---------- */

h1.special {
	margin-bottom: 20px;
}

h2.linked {
	border-bottom: none;
}

h2.linked a {
	color: #6B89B4;
}

h2.news {
	margin-left: 170px;
	margin-bottom: 0;
}

h2.linked-news {
	border-bottom: none;
	margin: 0;
}

h2.linked-news a {
	color: #6B89B4;
}

h3.special {
	margin-top: 0;
	border-bottom: none;
}

h3.caseStudy {
	display: block;
	color: #fff;
	background-color: #FF6600;
	font-size: 1.1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	border-bottom: none;
	padding: 5px 10px;
	text-align: left;
	clear: left;
}

div.caseStudy-body {
	font-size: 0.9em;
	line-height: normal;
}
div.caseStudy-body ul {
	margin: 0 0 0 25px;
	padding: 10px 0;
	font-size: 0.9em;
    list-style-type: none;
}

div.caseStudy-body ul li {
	color: #666;
	padding: 0;
    margin: 0.5em 0px 0.5em 15px;
    list-style-image: url(../images/bullet_micro_fonsblanc.gif);
}

div.photoModule p {
	margin-left: 170px;
	margin-top: 0;
}

div.photoModule h2 {
	margin-left: 170px;
}

div.lightblueArticleC-body div.photoModule {
	font-size: 1.15em;
	color: #666;
}

div.destacat {
	background-color: #EAF1FB;
	padding: 5px 10px;
	margin: 10px 0;
}

div.destacat p {
	margin-top: 0;
}

div.lightblueArticleC-body div.destacat {
    margin: 0px;
}

ul.generic {
	margin: 0;
	padding: 10px 0;
	line-height: normal;
    list-style: none;
}

ul.generic li {
	color: #072B61;
	padding: 0;
    margin: 0.5em 0px 0.5em 34px;
    list-style-image: url(../images/bullet_micro_fonsblanc.gif);
}

ul.genericResized {
	font-size: 0.9em;
	margin: 0;
	padding: 10px 0;
	line-height: normal;
    list-style: none;
}

ul.genericResized li {
	color: #072B61;
	padding: 0;
    margin: 0.5em 0px 0.5em 34px;
    list-style-image: url(../images/bullet_micro_fonsblanc.gif);
}

p.date2 {
  font-size: 0.9em;
  color: #072B61;
  margin-bottom: 0;
}

div.newsModule {
	padding: 20px 0;
	border-bottom: 1px solid #CCC;
}

div.serveis {
	margin: 30px 0 0 0;
	padding: 0;
	border: 1px solid #6B89B4;
}

div.serveis-design {
	padding: 0 20px;
}

div.serveis-image {
	height: 135px;
	background: url(../images/greca.gif) repeat-x;
	z-index: 0;
    margin-bottom: 0.5em;
}

div.content-search h2 {
    margin-top: 1em;
}

/* ---------- CONTACT-FORM ---------- */

div.contact-form {
	background-color: #D4E2F7;
	padding: 10px;
}

div.contact-form form {
	margin: 0;
	padding: 0;
	text-align: left;
}

div.contact-form input {
	font-size: 0.8em;
	border: 1px solid #072B61;
	padding-left: 3px;
	text-align: left;
	width: 99%;
}

div.contact-form select {
	font-size: 0.8em;
	border: 1px solid #072B61;
	text-align: left;
	width: 99%;
}

div.contact-form label {
	font-size: 0.8em;
	margin: 0 8px 0.5em 0;
	padding-left: 3px;
	text-align: left;
}

div.contact-form input.submit {
	font-size: 1em;
	color: #fff;
	background-color: #072B61;
	width: 60px;
	border: none;
	margin: 0 0 15px 0;
	padding: 3px;
	text-align: center;
}

div.contact-form textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	border: 1px solid #072B61;
	margin-bottom: 0.5em;
	padding-left: 3px;
	overflow: auto;
	text-align: left;
	width: 99%;
}
	
div.contact-form table {
	width: 100%;
}

div.contact-form table td {
	padding: 5px;
	padding-bottom: 0;
}

div.contact-form table td.label {
	font-size: 0.9em;
	color: #072B61;
	vertical-align: bottom;
	padding-bottom: 0;
}

div.contact-form td.size-A {
	width: 50%;
}

div.contact-form td.size-B {
	width: 25%;
}

div.contact-form table td.rightAligned {
	text-align: right;
	padding-right: 0;
}

/* ---------- HOME SPECIFIC ---------- */

body.home {
	min-width: 720px;
}

.home h1{
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 0;
	margin-bottom: 15px;
	padding-bottom: 5px;
	text-align: left;
	font-size: 3em;
}

h1.home-special {
	font-size: 1.8em;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 0;
	margin-bottom: 10px;
	padding-bottom: 5px;
	text-align: left;
}

.home h2 {
	margin: 5px 10px;
	text-align: left;
	border-bottom: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: normal;
	color: #072B61;
}

h2.home-special {
	margin: 5px 10px;
	text-align: left;
	border-bottom: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: normal;
	color: #fff;
}

h2.home-special a {
	color: #fff;
	text-decoration: none;
	background-color: #072B61;
	display: block;
	padding: 3px;
}

h2.home-special a:hover {
	background-color: #7D98BA;
}

.homeContent {
	margin-top:-2px;
}

.home p{
	margin: 5px 10px;
}

.home p a {
	color: #072B61;
	text-decoration: underline;
}

.home p a:hover {
	color: #072B61;
	text-decoration: none;
}

.home #topcontent {
	text-align: left;
	background: url(../images/background_home.gif) repeat-x;
}

.home #topcontent table {
	width: 100%;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
}

.home #topcontent table td {
	width: 50%;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

div.homeContent {
	padding: 0px 8px;
}

div.leftPart {
	width: 40%;
	float: left;
}

div.rightPart {
	margin-left: 40%;
}

.leftPart .whiteArticle, .leftPart .orangeArticle, .leftPart .darkBlueArticleHome, .rightPart .darkBlueArticleHome {
	width: 49%;
	float: left;
}

.rightContent { float: left; width: 100%; }

.leftPart div.long-left-banner {
	width: 100%;
}

.leftPart div.long-left-banner .darkBlueArticleHome {
	width: 99%;
}

.rightPart .servei, .rightPart .lightblueArticleC {
	float: right;
	width: 49%;
	margin-bottom: 10px;
}

.servei h2  {
	margin: 0px;
	margin-right: 10px;
}

.servei ul.genericResized-home {
	margin: 0px;
}

ul.genericResized-home {
	font-size: 1em;
    margin: 0px;
    padding: 10px 0px 10px 30px;
	line-height: normal;	
}

ul.genericResized-home li {
	color: #072B61;
	list-style-position: outside;
	list-style-image: url(../images/bullet_micro_fonsblanc.gif);
	padding: 0px;
}

ul.genericResized-home li a {
	color: #072B61;
	text-decoration: none;
}

ul.genericResized-home li a:hover {
	color: #072B61;
	text-decoration: underline;
}

/* ---------- NON-SEMANTIC DIVS FOR .LIGHTBLUEARTICLE (Noticia Destacada) ---------- */

div.lightblueArticleC table.home-news p {
  color: #666;
  margin: 1em 0 0 0;
  padding: 0;
  font-size: 1.1em;
}

div.lightblueArticleC table.home-news p.heading {
	margin-top: 0;
	color: #072B61;
	font-size: 1.3em;
	font-weight: bold;
}

div.lightblueArticleC table.home-news p.heading a {
	color: #072B61;
	text-decoration: none;
}

div.lightblueArticleC table.home-news p.heading a:hover {
	text-decoration: underline;
}

div.lightblueArticleC table.home-news {
	margin: 0;
	padding: 0;
	border-collapse: collapse;
}

div.lightblueArticleC table.home-news td {
	margin: 0;
	padding: 0;
	text-align: left;
	vertical-align: top;
    background: none;
}

div.lightblueArticleC table.home-news td.text {
	width: 100%;
	padding-left: 10px;
}

div.lightblueArticleC div.link {
	margin: 0;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: normal;
	color: #fff;
	padding: 0;
	border-top: 10px solid #D4E2F7;
}

div.lightblueArticleC div.link a {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 3px;
	background-color: #072B61;
}

div.lightblueArticleC div.link a:hover {
	background-color: #7D98BA;
}

/* ---------- NON-SEMANTIC DIVS FOR .LIGHTBLUEARTICLE (Estudi de Cas) ---------- */

div.lightblueArticleC-body p.heading {
	margin-top: 0px;
	color: #072B61;
	font-size: 1.2em;
	font-weight: bold;
}

div.lightblueArticleC-body p.heading a {
	color: #072B61;
	text-decoration: none;
}

div.lightblueArticleC-body p.heading a:hover {
	text-decoration: underline;
}
 
div.lightblueArticleC-body div.imageContainer {
  text-align: center;
}
 
div.lightblueArticleC-body div.imageContainer img {
  border: none;
  float: none;
}


/* ---------- NON-SEMANTIC DIVS FOR .DARKBLUEARTICLEHOME ---------- */

div.darkBlueArticleHome {
  background:  url(../images/corner_darkblue_home_topleft.gif) top left no-repeat;
  width: 98%;
  text-align: center;
}

div.darkBlueArticleHome-head {
  background: url(../images/corner_darkblue_home_topright.gif) top right no-repeat;	
  padding: 15px;
  margin:0;
  padding-bottom: 0px;
  color: #fff;
  font-size: 0.5em;
  font-weight: bold;
  text-align: left;
}

div.darkBlueArticleHome-body {
  background: url(../images/corner_darkblue_home_rightborder.gif) top right repeat-y;
  margin: 0;
  padding: 0 15px;
  color: #fff;
  font-size: 0.9em;
}

div.darkBlueArticleHome-body p {
  margin: 0;
  padding: 0;
}

div.darkBlueArticleHome-footer {
  background: url(../images/corner_darkblue_home_bottomleft.gif) bottom left no-repeat;
  color: #fff;
  font-size: 0.5em;
  text-align: left;
}

div.darkBlueArticleHome-footer p {
  background: url(../images/corner_darkblue_home_bottomright.gif) bottom right no-repeat;
  display: block;
  padding: 0 15px 20px 15px;
  margin: 0;
}

div.darkBlueArticleHome-body form {
	margin: 1em 0 0 0;
	padding: 0;
	text-align: left;
	border-bottom: 1px solid #072B61;
}

div.darkBlueArticleHome-body input {
	font-size: 1em;
	width: 95%;
	border: none;
	margin: 0 0 0.5em 0;
	padding-left: 3px;
	text-align: left;
}

div.darkBlueArticleHome-body input.submit {
	font-size: 1.1em;
	color: #072B61;
	background-color: #fff;
	width: 60px;
	border: none;
	margin: 1em 0 0.25em 0;
	padding: 3px;
	text-align: center;
}

div.darkBlueArticleHome-body div.submit {
	margin: 0;
	padding: 0;
	text-align: right;
}
/* ---------- SITEMAP ---------- */

.sitemap-container {
    float: left;
    margin: 0px 2%;
    width: 94%;
}

.sitemap-container h1 {
    margin-left: 0px;
}

.sitemap {
    float: left;
    width: 33%;
    margin-bottom: 1em;
}

.sitemap ul {
	font-size: 1em;
    margin: 0px;
    padding: 0px 0px 10px 30px;
	line-height: normal;	
}

.sitemap ul li {
	color: #072B61;
	list-style-position: outside;
	list-style-image: url(../images/bullet_micro_fonsblanc.gif);
	padding: 0px;
}

.sitemap ul li a {
	color: #072B61;
	text-decoration: none;
}

.sitemap ul li a:hover {
	color: #072B61;
	text-decoration: underline;
}

.sitemap h2 {
    margin-left: 0px;
    font-weight: bold;
}

.sitemap h2 a {
	color: #072B61;
	text-decoration: none;
}

.sitemap h2 a:hover {
	color: #072B61;
	text-decoration: underline;
}

/* top_value_products line view */

div.topValueModule div.shop-basket {
	float: right;
	width: 25%;
}

div.topValueModule {
	padding: 5px 0px;
}

div.topValueModule div.leftFloated-noTopMargin {
	margin-bottom: 0px;
}

div.topValueModule div.attribute-price {
	background-color: #6B89B4;
	color: #FFFFFF;
	float: right;
	font-weight: bold;
	padding: 0.5em;	
	text-align: right;
	margin-left: 1em;
}

div.topValueModule div.attribute-byline {
	display: none;
}

div.topValueModule h2 {
	margin-left: 85px;
	font-size: 1.2em;
}

div.topValueModule p {
	margin-left: 85px;
	font-size: 1em;
	
}

/* top_value_products full view */

div.shop-basket div.attribute-price {
	margin: 0em 0em 1em 1em;
}

div.topValueModule .renderedtable th {
	border-bottom: 1px dotted #666;
}

div.topValueModule .renderedtable p {
	margin: 0px;
}

/* Shopping Basket Toolbar item */

div.toolbox div.basket div.whiteArticle-body {
	color: #666666;
}

div#rightmenu-design div.toolbox div.basket div.whiteArticle-body a {
	color: #072b61;
	font-weight: normal;
}

div.whiteArticle-head h2 {
	margin-bottom: 0px;
	font-size: 3em;
}

div.whiteArticle-body ul {
	margin: 0px;
	list-style-type: none;
	padding: 1em;
}

#rightmenu-design div.whiteArticle-body a {
	color: #072b61;
}

div.toolbox div.basket div.whiteArticle-body p {
	margin: 1em 0 0;
}

/* Shopping Basket full view */

div.shop-basket div.feedback h2 {
	color: #f00;
}

div.legal-advice {
	text-align: center;
}

div.content-basket div.lightblueArticleC-body table {
	width: 100%;
	margin-bottom: 0;
}

div.content-basket div.lightblueArticleC-body input {
	border: none;
	width: auto;
}

div.shop-confirmorder div.buttonblock,
div.shop-basket div.buttonblock {
	float: right;
	margin-left: 1em;
}

div.shop-confirmorder div.buttonblock input,
div.shop-basket div.buttonblock input {
	font-size: 0.9em;
	color: #fff;
	background-color: #072B61;
	width: auto;
	border: none;
	margin: 0;
	padding: 3px;
	text-align: center;
}

/* Shop checkout */

div.contact-form input.halfbox {
	width: 50%;
}

div.shop-orderview table.list td,
div.shop-confirmorder table.list td {
	padding: 0.2em	
}

div.shop-orderview h2 {
	margin-top: 1em;
}

/* Related products */

div.related-products {
	margin-top: 1em;
	padding-left: 1%;
	width: 96.5%;
}

td.rightaligned {
	text-align: right;
}

div.page-body h5 a, div.page-body  h5 {
	color: #000;
}

/* Services */

div.content-view-full div.class-service div.attribute-long h3, 
div.content-view-full div.class-service-subfamily div.attribute-long h3
div.content-view-full div.class-service-family div.attribute-long h3 {
	display: inline;
}
div.content-view-full div.class-service-subfamily div.services div.lightblueArticleC,
div.content-view-full div.class-service div.services div.lightblueArticleC{
	margin-left: 220px;
	width: auto;
}

div.contact-banner {
	text-align: center;
	margin-right: 10px;
	margin-top: 20px;
	width: 200px;
}

div.page-body h5 a { padding: 5px; }

div.page-body h5 a.first { padding-left: 0px; }

div.page-body h5 a.orange {
	color: #FF6600;
}

div.page-column-left div.message-warning h2 { color: #FF6600; font-size: 1.3em; font-weight: bold; }
div.page-column-left div.message-warning ul { margin: 0px; padding: 5px 0px 5px 13px; font-size: 0.9em; color: #FF6600; }
