 body {
  font-family: verdana, sans-serif; font-size: 10pt;
  background: transparent url("../img/background-page.gif") repeat-x scroll 0% 0%;
  background-color: #FBFBFB;
  margin: 0px;
 }

 .main_page {
  position: absolute;
  width: 1000px;
  left: 50%;
  background-color: #FFFFFF;
  margin-left: -500px;
 }

/* Bloque compacto : Banner, menœ del anillo de webs de Openbravo y submenœ de opciones de navegaci—n */

 .top_page_menu {
  display: block;
  width: 100%;
  height: 27px;
  background: transparent url("../img-corp/menu/top-menu/top-page-bg.gif") repeat scroll 100% 0%;
 }

 .web_ring {
  float: right;
  height: 27px;
  font-family: verdana, sans-serif;
  font-size: 11px;
  font-weight: bold;
  line-height: 13px;
  color: #444444;
  margin-right: 9px;
  z-index: 1;
 }

 .web_ring .menu-off {
  float: left;
  border-left: 1px #E2E1E4 solid;
  padding: 0px 11px 0px;
  margin: 5px 0px 0px;
}

 .web_ring .menu-off-first {
  float: left;
  padding: 0px 11px 0px 0px;
  margin: 5px 0px 0px;
}

 .web_ring .menu-off a, .web_ring .menu-off-first a {
  font-weight: bold;
  text-decoration: none;
  color: #9A9999;
 }

 .web_ring .menu-off a:hover, .web_ring .menu-off-first a:hover {
  color: #000000;
 }

 .web_ring .menu-off-forge {
  display: block;
  height: 13px;
  float: left;
  border-left: 1px #E2E1E4 solid;
  padding: 0px 11px 0px;
  margin: 5px 0px 0px;
}


 .web_ring .menu-off-forge ul.navmenu-h {
  color: #9A9999;
  margin: 0;
  border: 0 none;
  padding: 0;
/*  width: 500px; /*For KHTML*/
  list-style: none;
  height: 12px;
  cursor: pointer;
}

 .web_ring .menu-off-forge ul.navmenu-h:hover {
  color: #000000;
 }

 .web_ring .menu-off-forge ul.navmenu-h li {
  margin: 0;
  border: 0 none;
  padding: 0;
  float: left; /*For Gecko*/
  display: inline;
  list-style: none;
  position: relative;
  height: 23px;
}

 .web_ring .menu-off-forge ul.navmenu-h ul {
  margin: 0;
  border: 0 none;
  padding: 0;
  width: 120px;
  list-style: none;
  display: none;
  position: absolute;
  top: 18px;
  left: -7px;
  border-top: 1px solid #BBBBBB;
  border-left: 1px solid #BBBBBB;
  border-right: 1px solid #BBBBBB;
 }

 .web_ring .menu-off-forge ul.navmenu-h ul:after /*From IE 7 lack of compliance*/{
  clear: both;
  display: block;
  font: 1px/0px serif;
  content: ".";
  height: 0;
  visibility: hidden;
}

 .web_ring .menu-off-forge ul.navmenu-h ul li {
  width: 120px;
  float: left; /*For IE 7 lack of compliance*/
  display: block !important;
  display: inline; /*For IE*/
  background-color: #F8F8F8;
}

/* Root Menu */
 .web_ring .menu-off-forge ul.navmenu-h a {
/*  border: 1px solid #3E7B0B;
  border-right-color: #6EB13D;
  border-bottom-color: #6EB13D;*/
  border-bottom: 1px solid #BBBBBB;
  padding-top: 3px;
  padding-left: 6px;
  padding-bottom: 4px;
  float: none !important; /*For Opera*/
  float: left; /*For IE*/
  display: block;
  background: #EEE;
  color: #9A9999;
  font: bold 12px arial, helvetica, sans-serif;
  text-decoration: none;
  height: auto !important;
  height: 1%; /*For IE*/
}

/* Root Menu Hover Persistence */
 .web_ring .menu-off-forge ul.navmenu-h a:hover,
ul.navmenu-h li:hover a,
ul.navmenu-h li.iehover a {
  color: #9A9999;
}

/* 2nd Menu */
 .web_ring .menu-off-forge ul.navmenu-h li:hover li a,
 .web_ring .menu-off-forge ul.navmenu-h li.iehover li a {
  float: none;
/*  background: #EEE;*/
  background-color: #F8F8F8;
/*  color: #EEEEEE;*/
  color: #9A9999;
}

/* 2nd Menu Hover Persistence */
 .web_ring .menu-off-forge ul.navmenu-h li:hover li a:hover,
 .web_ring .menu-off-forge ul.navmenu-h li:hover li:hover a,
 .web_ring .menu-off-forge ul.navmenu-h li.iehover li a:hover,
 .web_ring .menu-off-forge ul.navmenu-h li.iehover li.iehover a {
/*  background: #CCC;*/
  color: #000000;
}

/* Do Not Move - Must Come Before display:block for Gecko */
 .web_ring .menu-off-forge ul.navmenu-h li:hover ul ul,
 .web_ring .menu-off-forge ul.navmenu-h li.iehover ul ul {
  display: none;
}

 .web_ring .menu-off-forge ul.navmenu-h li:hover ul,
 .web_ring .menu-off-forge ul.navmenu-h li.iehover ul {
  display: block;
}


 .web_options {
  float: left;
  height: 27px;
  font-family: verdana, sans-serif;
  font-size: 9px;
  line-height: 13px;
  color: #444444;
  margin-left: 11px;
  z-index: 1;
 }

 .web_options .option-off {
  float: left;
  border-right: 1px #E2E1E4 solid;
  padding: 0px 9px 0px;
  margin: 5px 0px 0px;
 }

 .web_options .option-off-last {
  float: left;
  padding: 0px 0px 0px 9px;
  margin: 5px 0px 0px;
 }

 .web_options .option-off a, .web_options .option-off-last a {
  text-decoration: none;
  color: #9A9999;
 }

 .web_options .option-off a:hover, .web_options .option-off-last a:hover {
  color: #000000;
 }

 .top_page {
  height: 73px;
  background-color: #FFFFFF;
  border-bottom: 1px #E4E4E4 solid;
 }

 .logo_corp {
  float: left;
  margin: 5px 0px 0px 20px;
 }

 .main_sub_menu {
  float: right;
  font-size: 11px;
  padding: 3px 0px 0px;
  margin: 6px 20px 0px 0px;
  z-index: 1;
 }

 .main_sub_menu .search_text {
  position: relative;
  top: 3px;
  float: right;
  color: #9A9999;
 }

 .search_section {
  float: right;
  padding-left: 7px;
  margin: 0px;
  z-index: 1;
 }

 .search_section form {
  margin: 0px;
  padding: 0px;
 }

 input.search_field {
  float: left;
  height: 14px;
  width: 150px;
  border: 1px #BBBBBB solid ! important;
  font-size: 11px;
  font-family: verdana, arial;
  margin-right: 5px;
  padding-top: 1px !important
 }

 .search_section form .search_button {
  width: 32px;
  height: 19px;
  cursor: pointer;
  padding-bottom: 1px;
  border: 0px solid #7E9DB9;
  background: transparent url("../img-corp/button/go.png") no-repeat 100% 0%;
 }

 .search_section form .search_button:hover {
  background: transparent url("../img-corp/button/go-over.png") no-repeat 100% 0%;
 }



/* Bloque compacto : Menœ de secciones principales de la web y buscador */

 .sub_top_page {
  height: 34px;
/*  background-color: #414449;*/
 }

 .float_left {
  float: left;
 }

 .float_right {
  float: right;
 }

 .sections_menu {
  float: right;
  margin: 15px 9px 0px 0px;
 }

 .sections_menu .active {
  display: block;
  width: 86px;
  height: 29px;
/*  background: transparent url("../img-corp/menu/sections/tab-menu-on.gif") no-repeat 100% 0%;
  background: transparent url("../img-corp/menu/top-menu/background-01.png") repeat 0 0;*/
  font-family: trebuchet ms, sans-serif; font-size: 13px;
  font-weight: bold;
  color: #000000;
  text-decoration: none;
  text-align: center;
  padding-top: 5px;
  margin-right: 1px;
 }

 .sections_menu .inactive {
  position: relative;
  top: -1px;
  height: 30px;
  border-left: 1px solid #E6E6E6;
 }

 .sections_menu .inactive2 {
  position: relative;
  top: -1px;
  height: 30px;
  border-left: 1px solid #E6E6E6;
 }

 .sections_menu .inactive a.link {
  display: block;
  position: relative;
  top: -7px;
  height: 50px;
/*  background: transparent url("../img-corp/menu/sections/tab-menu-off.gif") no-repeat 100% 0%;
  background: transparent url("../img-corp/menu/top-menu/background-01.png") repeat 0px -25px;*/
  font-family: trebuchet ms, sans-serif; font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  color: #58A618;
  text-decoration: none;
  text-align: center;
  padding-top: 8px;
  padding-left: 11px;
  padding-right: 11px;
  margin-left: 1px;
  margin-right: 1px;
 }

 .sections_menu .inactive2 a.link {
  display: block;
  position: relative;
  top: -7px;
  height: 50px;
/*  background: transparent url("../img-corp/menu/sections/tab-menu-off.gif") no-repeat 100% 0%;
  background: transparent url("../img-corp/menu/top-menu/background-01.png") repeat 0px -81px;*/
  font-family: trebuchet ms, sans-serif; font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  color: #DC6710;
  text-decoration: none;
  text-align: center;
  padding-top: 8px;
  padding-left: 11px;
  padding-right: 11px;
  margin-left: 1px;
  margin-right: 1px;
 }

/* .sections_menu a.link:link, .sections_menu a.link:visited {
  color: #499E05;
 }*/

 .sections_menu .inactive a.link:hover {
  color: #000000;
  background: transparent url("../img/background-section-button.png") repeat-x 100% 0%;
  margin-left: 1px;
  margin-right: 1px;
/*  background: transparent url("../img-corp/menu/top-menu/background-01.png") repeat 0px -53px;*/
 }

 .sections_menu .inactive2 a.link:hover {
  color: #4F2B00;
  background: transparent url("../img/background-section-button.png") repeat-x 100% 0%;
  margin-left: 1px;
  margin-right: 1px;
/*  background: transparent url("../img-corp/menu/sections/tab-menu-off-over.gif") no-repeat 100% 0%;
  background: transparent url("../img-corp/menu/top-menu/background-01.png") repeat 0px -109px;*/
 }

/* Bloque compacto : Flash principal y menœ publicitario */

 .flash_block {
  height: 307px;
  padding: 3px 20px 0px;
  background: transparent url("../img-corp/menu/top-menu/sliders-bg.gif") repeat-x 0 0;
/*  background: #FBFBFB;*/
 }

 .flash_block .flash {
  float: right;
  width: 656px;
  height: 307px;
 }

 .flash_block .menu {
  float: left;
  width: 271px;
  height: 285px;
  margin-top: 29px;
  background: transparent url("../img/green-degrada.png") no-repeat 0 0;
 }

 .flash_block .menu-es {
  float: left;
  width: 271px;
  height: 285px;
  margin-top: 29px;
  background: transparent url("../img/finally-num-es.png") no-repeat 0 0;
 }

/*
 .flash_block .menu .active {
 }


 .flash_block .menu a.link {
  display: block;
  width: 212px;
  height: 40px;
 }
*/


 .flash_block .menu .menu-link a.link:hover {
  color: #000;
    text-decoration: none;
 }


 .flash_block .menu .menu-link a.link {
  color: #499E05;
    text-decoration: none;
 }


.fl {
	float: left; display: inline; height: 70px;
}
img {
	border: 0;
}

 .news_slider {
  width: 960px;
  height: 90px;
  margin: 0px 20px 20px;
  background-color: #F1F1F1;
 }

 .news_slider .prev {
  float: left;
  position: relative;
  top: 4px;
  margin-right: 1px;
 }
 .news_slider .next {
  float: right;
  position: relative;
 }
.news_slider .container {
	position: relative; top: 0; left: 0; width: 100%; background: #eeeeed; height: 90px;
}
.news_slider .news_items {
    /*
        The width must be equal to .item ((width + margin-right) * 2).
    */
	width: 702px; overflow: hidden; float: left; height: 90px; position: relative;
}
.news_slider .view_all {
	font-size: .8em; padding: 5px; margin: 0 0 2px 0; border-top: #eeeeed 1px solid; border-bottom: #eeeeed 1px solid; text-align: center;
}
.news_slider .item {
    /*
        Must contain a width and a margin-right.
    */
	margin-right: 5px; width: 112px; height: 90px;
}


.sliderSS
{
  width: 960px;
  height: 90px;
  margin: 0px 20px 20px;
  background:transparent url('../img/success-storiesbar.png') no-repeat scroll 0 1px;
}

.sliderSS-es
{
  width: 960px;
  height: 90px;
  margin: 0px 20px 20px;
  background:transparent url('../img/success-storiesbar-es.png') no-repeat scroll 0 1px;
}

.sliderSS .itemsR {
	float: left; height: 90px; position: relative; border-left: 0px #ffffff solid;
}

.sliderSS-es .itemsR {
	float: left; height: 90px; position: relative; border-left: 0px #ffffff solid;
}

 .sliderSS .left .link {
  display: block; 
  float: right;
  background:transparent url('../img/member_icon.gif') no-repeat;
  text-align: right;
  padding-left:10px;
  padding-right:10px;
  font-size: 10px;
  color: #58A618;
  text-decoration: none;
 }

 .sliderSS .left .link:hover {
  font-size: 10px;
  color: #000000;
 }

 .sliderSS-es .left .link {
  display: block; 
  float: right;
  background:transparent url('../img/member_icon.gif') no-repeat;
  text-align: right;
  padding-left:10px;
  padding-right:10px;
  font-size: 10px;
  color: #58A618;
  text-decoration: none;
 }

 .sliderSS-es .left .link:hover {
  font-size: 10px;
  color: #000000;
 }

/*************************************************************************************/


 .slides_menu {
  position: relative;
  top: -18px;
  width: 91px;
  height: 32px;
  margin-left: 868px;
  margin-right: 40px;
 }

 .sliders_numbers_on {
  position: relative;
  top: 4px;
  float: left;
  cursor: pointer;
 }

 .sliders_numbers_off {
  float: left;
  cursor: pointer;
 }


 .module {
  float: left;
  width: 165px;
  height: 125px;
  font-size: 12px;
  background: #F1F1F1;
  padding-top: 10px;
  padding-left: 13px;
  padding-right: 13px;
  padding-bottom: 0px;
  margin-left: 1px;
 }

 .module_title {
  font-weight: bold;
  color: #808080;
  padding-bottom: 5px;
 }

 .module_link {
  color: #58A618;
  border-bottom: 1px dotted #BBBBBB;
  padding-bottom: 4px;
  margin-bottom: 2px;
 }
 .module_link .link {
  color: #58A618;
  text-decoration: none;
 }
 .module_link .link:hover {
  color: #222222;
 }

 .module_link .orange {
  color: #DC6710;
 }

/* Bloque compacto: Noticias, Partners, Banner */

 .main_page .middle-block {
  height: 200px;
  margin-left: 20px;
  margin-right: 22px;
 }

 .main_page .middle-block .news-module {
  float: left;
  width: 427px;
  height: 200px;
  padding-left: 25px;
  padding-right: 25px;
 }

 .main_page .middle-block .news-module .title {
  font-family: trebuchet MS;
  font-size: 22px;
  font-weight:bold;
  color: #000000;
  padding-bottom: 7px;
 }

 .main_page .middle-block .news-module .foot {
  display: block;
  position: relative;
  top: 135px;
  height: 15px;
  font-size: 11px;
  color: #58A618;
 }

 .main_page .middle-block .news-module .foot .left {
  display: block;
  float: left;
 }

 .main_page .middle-block .news-module .foot .left .link {
  color: #58A618;
  text-decoration: none;
 }

 .main_page .middle-block .news-module .foot .left .link:hover {
  color: #000000;
 }

 .main_page .middle-block .news-module .foot .rss-img {
  display: block;
  float: left;
  padding-right: 6px;
  padding-left: 6px;
 }

 .main_page .middle-block .news-module .foot .rss-text {
  display: block;
  float: left;
  color: #58A618;
  text-decoration: none;
  cursor: pointer;
 }

 .main_page .middle-block .news-module .news {
  display: block;
  position: relative;
  top: -10px;
 }

 .main_page .middle-block .news-module .news .date {
  font-size: 9px;
  font-weight: bold;
  color: #9A9999;
 }

 .main_page .middle-block .news-module .news .title {
  height: 20px;
  margin-bottom:12px;
 }

 .main_page .middle-block .news-module .news .title .link {
  color: #58A618;
  font-size: 13px;
  line-height: 19px;
  text-decoration: none;
 }

 .main_page .middle-block .news-module .news .title .link:hover {
  color: #000000;
 }

 .main_page .middle-block .news-module .news .content {
  height: 40px;
  margin-bottom:12px;
 }

/* Fin Bloque compacto: Noticias */

 .legal_section {
  display: block;
  float: left;
  width: 1000px;
  font-size: 11px;
  background-color: #FBFBFB;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
 }

 .legal_section a.link {
  font-weight: normal;
  text-decoration: none;
  color: #499E05;
 }

 .legal_section a.link:hover {
  color: #000000;
 }

 .legal-section {
  display: block;
  float: left;
  width: 1000px;
  font-size: 11px;
  background-color: #FBFBFB;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 0px;
  padding-left: 0px;
 }

 .legal-section .awards {
  float: left;
  width: 200px;
  height: 30px;
 }

 .legal-section .awards .left {
  float: left;
  width: 89px;
  height: 31px;
 }

 .legal-section .awards .right {
  float: right;
  width: 89px;
  height: 24px;
  margin-top: 3px;
 }

 .legal-section .legal-text {
  padding-top: 9px;
 }

 .legal-section .legal-text a.link {
  font-weight: normal;
  text-decoration: none;
  color: #499E05;
 }

 .legal-section .legal-text a.link:hover {
  color: #000000;
 }


 .suscribe-button {
/*  position: relative;
  top: -2px;
  width: 93px;
  height: 30px;*/
  float: right;
  font-family: Verdana, Helvetica, sans-serif;
/*  font-size: 12px;*/
  font-size: 11px;
/*  font-weight: bold;
  color: #FFFFFF;
  background:transparent url('../img-corp/button/send-button.png') no-repeat scroll 0 1px;
  border: 0px #000000 solid;
  cursor: pointer;*/
  margin-top: 4px;
 }
/*
 .suscribe-button:hover {
  color: #000000;
  background:transparent url('../img-corp/button/send-button-over.png') no-repeat scroll 0 1px;
 }
*/