@charset "utf-8";
@import "slider.css";
body {
	margin: 0px;
	padding: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
div.clr {
	float:none;
	clear:both;
}
#interno {
	background-image:url('img/home_bkg.gif');
	background-position:top left;
	background-repeat:no-repeat;/* border: 1px solid black; */
}
#header {
	width:980px;
	height:145px;
	padding-top:10px;
}
#header #logo {
	width:auto;
	float:left;
	margin-left:15px;
	margin-bottom:15px;
}
#header #logo img {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#header #language {
	padding-right: 5px;
	height: 16px;
	padding-top: 2px;
}
#language A.lang, A.lang:hover, A.lang:active, A.lang:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: lowercase;
	color: #FF6600;
	text-decoration: none;
}
#language A.lang:hover {
	text-decoration:underline;
	color:#666666;
}
#language ul {
	margin: 0px;
	margin-right:15px;
	margin-top:5px;
	padding: 0px;
	float: right;
	height: 14px;
	list-style-position: outside;
	list-style-image: none;
	list-style-type: none;
}
#language li {
	background-image:url('img/language_ul_bullet.png');
	min-height:14px;
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	padding-left: 16px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
#language li.separador {
	margin-right: 4px;
	margin-left: 4px;
	background-image:none;
	padding:0px;
}
#header #searchbox {
	width:auto;
	float:right;
	margin-right:15px;
	margin-top:30px;
}
/* Form Search*/
#search_frm {
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
}
#search_frm div.label {
	float:left;
	width:120px;
	font-size:10px;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#search_frm div.input {
	float:left;
	width:130px;
	height:22px;
	display:inline;
	margin: 0px;
	margin-bottom: 5px;
	background-color: transparent;
	background-image: url('img/search_box_input.png');
	background-repeat: no-repeat;
	background-position: left top;
	padding:6px;
}
#search_frm div.input input {
	display:block;
	width:128px;
	height:18px;
	font-size:10px;
	border: 0px none;
	color: #FF6600;
	margin: 0px;
	padding:0px;
}
#search_frm div.submit {
	float:left;
	width:auto;
	display:inline;
	margin: 0px;
}
#search_frm div.submit input {
	display:block;
	width:34px;
	height:34px;
	font-size:10px;
	border: 0 none;
	background: transparent url('img/search_box_button.png') top left no-repeat;
	color:#FFFFFF;
	cursor:pointer
}
/* Form Contact*/
#contact_frm {
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	margin:0px;
	padding:0px;
	margin-bottom:30px;
}
#contact_frm div.label {
	float:left;
	width:150px;
	font-size:10px;
	margin: 2px;
	margin-bottom: 2px;
	margin-left: 5px;
}
#contact_frm div.input {
	float:left;
	width:165px;
	display:inline;
	margin: 0;
	margin-bottom: 2px;
	margin-left: 5px;
	height:22px;
	background: transparent url('img/input_box.png') top left no-repeat;
	padding-top: 6px;
	padding-right: 7px;
	padding-bottom: 6px;
	padding-left: 7px;
}
#contact_frm div.input input {
	display:block;
	width:160px;
	height:18px;
	font-size:12px;
	border: 0 none;
	color: #FF6600;
}
#contact_frm div.textarea {
	float:left;
	/*
	width:auto;
	display:inline;
	*/
	margin: 0;
	margin-bottom: 2px;
	margin-left: 5px;
	width:180px;
	height:160px;
	padding-top: 6px;
	padding-right: 7px;
	padding-bottom: 10px;
	padding-left: 7px;
	background: transparent url('img/textarea_box.png') top left no-repeat;
}
#contact_frm div.textarea textarea {
	display:block;
	width:160px;
	height:135px;
	font-size:12px;
	border: 0 none;
	color: #FF6600;
}
* html #contact_frm div.textarea textarea {
	background-color: #fff;
	border: 1px black solid;
	background-image: none;
	background-repeat: no-repeat;	/* url('img/textarea_box.png') top left fixed; */
}
#contact_frm div.submit {
	float:left;
	width:auto;
	display:inline;
	margin: 0px;
	margin-left: 5px;
}
#contact_frm div.submit input {
	display:block;
	width:180px;
	height:30px;
	font-size:12px;
	border: 0 none;
	background: transparent url('img/button_bkg.png') top left no-repeat;
	color:#FFFFFF;
	cursor:pointer;
	padding:0px;
	padding-bottom:5px;
	padding-right: 7px;
	padding-left: 7px;
}
#contact_frm div.submit input:hover {
	background: transparent url('img/button_bkg_over.png') top left no-repeat;
}
#contact_frm .radio, .checkbox {
	float: left;
	width: 20px;
	margin:0px;
	padding:0px;
}
#contact_frm ul {
	list-style-position: outside;
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#contact_frm li {
	float: left;
	width: 180px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#contact_frm div.file {
	float:left;
	width:auto;
	display:inline;
	margin: 0;
	margin-bottom: 2px;
	margin-left: 5px;
}
#contact_frm div.file input {
	display:block;
	width:auto;
	height:30px;
	font-size:12px;
	border: 0 none;
	color: #FF6600;
	background: transparent url('img/input_box.png') top left no-repeat;
	padding-top: 6px;
	padding-right: 7px;
	padding-bottom: 0;
	padding-left: 7px;
}
/* update user form */
#update_usr_frm ul {
	list-style-position: outside;
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#update_usr_frm li {
	float: left;
	width: 180px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}
/* Form Login / download pdf */
#login_frm {
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	margin:0px;
	padding:0px;
	margin-bottom:30px;
}
#login_frm div.label {
	float:left;
	width:180px;
	font-size:10px;
	margin: 2px;
	margin-bottom: 2px;
	margin-left: 5px;
}
div.input {
	float:left;
	width:165px;
	display:inline;
	margin: 0px;
	margin-bottom: 2px;
	margin-left: 5px;
	height:22px;
	background: transparent url('img/input_box.png') top left no-repeat;
	padding: 6px;
}
div.input input {
	margin: 0px;
	padding: 0px;
	display:block;
	width:160px;
	height:18px;
	font-size:12px;
	border: 0 none;
	color: #FF6600;
}
div.input_wide {
	float:left;
	width:265px;
	display:inline;
	margin: 0px;
	margin-bottom: 2px;
	margin-left: 5px;
	height:22px;
	background: transparent url('img/input_box_wide.png') top left no-repeat;
	padding: 6px;
}
div.input_wide input {
	margin: 0px;
	padding: 0px;
	display:block;
	width:250px;
	height:18px;
	font-size:12px;
	border: 0 none;
	color: #FF6600;
}
div.submit {
	float:left;
	width:auto;
	display:inline;
	margin: 0px;
	margin-left: 5px;
}
div.submit input {
	display:block;
	width:180px;
	height:30px;
	font-size:12px;
	border: 0 none;
	background: transparent url('img/button_bkg.png') top left no-repeat;
	color:#FFFFFF;
	cursor:pointer;
	padding:0px;
	padding-bottom:5px;
	padding-right: 7px;
	padding-left: 7px;
}
div.submit input:hover {
	background: transparent url('img/button_bkg_over.png') top left no-repeat;
}
/*-------------------*/

/* Form Logout */  
#logout_frm {
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	margin:0px;
	padding:0px;
	margin-bottom:30px;
}
#logout_frm div.submit {
	float:left;
	width:auto;
	display:inline;
	margin: 0px;
	margin-left: 5px;
}
#logout_frm div.submit input {
	display:block;
	width:180px;
	height:30px;
	font-size:12px;
	border: 0 none;
	background: transparent url('img/button_bkg.png') top left no-repeat;
	color:#FFFFFF;
	cursor:pointer;
	padding:0px;
	padding-bottom:5px;
	padding-right: 7px;
	padding-left: 7px;
}
#logout_frm div.submit input:hover {
	background: transparent url('img/button_bkg_over.png') top left no-repeat;
}
/*-------------------*/
#header #menu_up {
	background-image:url('img/main_menu_bkg.png');
	background-position:left top;
	background-repeat:repeat-x;
	color: #ffffff;
	width:980px;
	height:40px;
	margin-top:15px;
	overflow:hidden;
}
#menu_btm {
	background-image:url('img/main_menu_bkg.png');
	background-position:left top;
	background-repeat:repeat-x;
	color: #ffffff;
	width:980px;
	height:40px;
	overflow:hidden;
	margin-bottom:25px;
}
UL.main_menu {
	display: inline;
	list-style-position: outside;
	list-style-image: none;
	list-style-type: none;
	height: 34px;
	padding: 0px;
	float: none;
	width: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
LI.main_menu {
	display: inline;
	background-image:url('img/main_menu_bkg.png');
	background-position:left top;
	background-repeat:no-repeat;
	height: 26px;
	margin: 0px;
	float: left;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 2%;
	padding-right: 2%;
	text-align: center;
}
LI.main_menu:hover {
	background-image:url('img/main_menu_bkg_over.png');
	background-position:left top;
	background-repeat:no-repeat;
}
LI.separador {
	background-image:url('img/main_menu_bkg.png');
	background-position:left top;
	background-repeat:no-repeat;
	height: 26px;
	float: left;
	margin: 0px;
	padding:0px;
	padding-top:10px;
	text-align: center;
}
#header #menu_up A.section, A.section:hover, A.section:active, A.section:visited {
	color: #ffffff;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: capitalize;
}
#header #menu_up A.section:hover {
	/* text-decoration:underline; */
	color:#FF6600;
}
#menu_btm A.section, A.section:hover, A.section:active, A.section:visited {
	color: #ffffff;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: capitalize;
}
#menu_btm A.section:hover {
	/* text-decoration:underline; */
	color:#FF6600;
}
#footer A.ex3s, A.ex3s:hover, A.ex3s:active, A.ex3s:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: lowercase;
	color: #9FA4A7;
	text-decoration: none;
}
#footer A.ex3s:hover {
	text-decoration:underline;
	color:#DA2823;
}
#footer #copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	font-size: 10px;
}
#banner {
	height: 245px;
	width: 980px;
}
#banner p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
	margin: 0px;
	font-style: italic;
	color: #000000;
	font-weight: normal;
}
#footer {
	margin: 0px;
	margin-top:5px;
	height: 15px;
	width: 950px;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
}
#footer #copyright {
	text-align: left;
	float: left;
	width: 49%;
}
#footer #ex3s {
	text-align: right;
	float: right;
	width: 49%;
}
#banners_footer {
	position:absolute;
	height:25px;
	bottom:0px;
}
#home_boxes {
/* background-color:#CCCCCC; */
}
#home_boxes A.read_more, A.read_more:hover, A.read_more:active, A.read_more:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: lowercase;
	color: #FFFFFF;
	text-decoration: none;
}
#home_boxes A.read_more:hover {
	/* text-decoration:underline; */
	color:#FF6600;
}
#home_boxes span.read_more {
	margin: 10px;
}
#home_boxes ul {
	margin: 0px;
	padding:0px;
	padding-top: 5px;
	padding-bottom: 5px;
	float: none;
	height:135px;
	list-style-position: outside;
	list-style-image: none;
	list-style-type: none;
}
#home_boxes li {
	background-image:url('img/main_bottom_bkg.png');
	min-height:125px;
	width:314px;
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 5px;
	float: left;
	text-transform: lowercase;
	color:#FFF;
	font-family: Arial, Helvetica, sans-serif;
	height: 125px;
	overflow:hidden;
}
#home_boxes li h2 {
	margin:5px;
	padding:0px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color:#FF6600;
	text-transform: lowercase;
	margin-bottom: 15px;
	font-weight: normal;
}
#content #col_center h1, h2 {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	margin-bottom: 10px;
	margin-top: 10px;
}
#content #col_left h1, h2 {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	margin-bottom: 10px;
	margin-top: 10px;
}
#content #col_left h1 {
	font-size: 14px;
	color: #FF6600;
}
#content #col_left h2 {
	font-size: 12px;
	color: #000;
	font-weight:bold;
}
#content #col_left p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding: 0px;
	margin: 0px;
	margin-bottom: 10px;
	text-align: justify;
}
#content #col_center h1 {
	font-size: 14px;
	color: #FF6600;
}
#content #col_center h2 {
	font-size: 12px;
	color: #000;
	font-weight:bold;
}
#content #col_center p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding: 0px;
	margin: 0px;
	margin-bottom: 10px;
	text-align: justify;
}
#content #col_center li {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
}
#content #col_right h1, h2 {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	margin-bottom: 10px;
	margin-top: 10px;
}
#content #col_right h1 {
	font-size: 14px;
	color: #FF6600;
}
#content #col_right h2 {
	font-size: 12px;
	color: #000;
	font-weight:bold;
}
#content #col_right p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding: 0px;
	margin: 0px;
	margin-bottom: 10px;
}
#home_boxes li p {
}
#home_boxes li span {
	padding: 4px;
}
.smallest {
	font-size: x-small;
}
.small {
	font-size: small;
}
.medium {
	font-size:medium;
}
.large {
	font-size:large;
}
.largest {
	font-size:larger;
}
#home_boxes li.separador {
	margin:0px;
	padding:0px;
	width:4px;
	float:left;
	background-image:none;
}
#content {
	background-color:#FFFFFF;
}
#content #col_left {
	float:left;
	width:170px;
	min-height:320px;
	padding-right:30px;
}
#content #col_left p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding: 0px;
	margin: 0px;
	margin-bottom: 10px;
	text-align: justify;
}
#content #col_center {
	min-height:300px;
	float:left;
	width:550px;
	padding:10px;
}
#content #col_right {
	min-height:300px;
	float:right;
	width:180px;
	padding: 10px;
}
#content #banner_sol {
	float:none;
	clear:both;
	width:980px;
	height:70px;
}
DIV.home_solutions {
	margin: 0px;
	margin-top:5px;
	margin-bottom:5px;
	padding: 0px;
	float: left;
	height: 135px;
	width: 320px;
}
DIV.home_sol_separador {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 135px;
	width: 10px;
}
#left_banner {
	margin:0 auto;
	padding:0px;
	width:170px;
	height:200px;
}
#left_content {
	margin:0 auto;
	padding:0px;
	width:170px;
}
#content #col_center h3.history {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	color: #CCCCCC;
	font-style: italic;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: -15px;
	margin-left: 0px;
	background-repeat: repeat-y;
	background-position: left top;
}
#col_center #history_years {
	background-image: url(img/about_hist_bkg_02.gif);
	padding: 5px;
	width: 590px;
}
#content #col_right a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000099;
	text-decoration: none;
	font-weight: bold;
}
#content #col_right a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	text-decoration: underline;
	font-weight: bold;
}
#content #col_left a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000099;
	text-decoration: none;
	font-weight: bold;
}
#content #col_left a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	text-decoration: underline;
	font-weight: bold;
}
DIV.col_sitemap {
	width:320px;
	float:left;
}
#col_center .col_sitemap h1 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	text-decoration: none;
}
#col_center .col_sitemap li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-decoration: none;
}
#col_center .col_sitemap a:hover {
	text-decoration:underline;
}
IMG.logo_cliente {
	width:120px;
	height:120px;
	border:1px black solid;
	margin:10px;
	padding:1px;
}
IMG.logo_socio {
	width:140px;
	height:140px;
	border:1px black solid;
	margin:5px;
	padding:1px;
}
DIV.socio {
	float:left;
}
#div_msg_login , #div_msg_forgot , #div_msg_register{
clear:both;
float:none;
width:180px;
margin:5px;
}

#content #col_left #div_msg_login P.message, 
#content #col_left #div_msg_forgot P.message, 
#content #col_left #div_msg_register P.message,
#content #col_right #div_msg_login P.message, 
#content #col_right #div_msg_forgot P.message, 
#content #col_right #div_msg_register P.message {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-variant: normal;
	color: #FF3300;
	font-style: italic;
	text-align:center;
	width:145px;
	margin:5px auto;
	border:dashed 1px red;  
	padding:5px;
}
#content #col_right a.linkInterno {
font-size:9px;
}
