@charset "utf-8";
/* CSS Document */



body {
	background-color: #FFFFFF;
	margin: 0px;
	padding-top: 26px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #8a8a8a;
	padding-bottom: 26px;
}
#topborder {
	background-repeat: no-repeat;
	background-position: center;
	margin: auto;
	height: 10px;
	width: 1013px;
	position: relative;
}
#contborder {
	background-repeat: repeat-y;
	background-position: center;
	margin: auto;
	width: 993px;
	padding-right: 10px;
	padding-left: 10px;
	display: block;
}
#infborder {
	background-repeat: no-repeat;
	background-position: center;
	margin: auto;
	height: 10px;
	width: 1013px;
	clear: both;
}
#callbg {
	height: 28px;
	width: 260px;
	margin-bottom: 1px;
	text-align: right;
	font-size: 15px;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom:6px;
	float:right;
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
}
#botbg {
	height: 39px;
	width: 711px;
	margin-bottom: 7px;
	text-align: right;
	clear: both;
	float:right;
}
#logo {
	position:absolute;
	left: 34px;
	top:-10px;
}
.bot {
	padding-left:13px;
	padding-right:14px;
	display: block;
	float: right;
}
.divbot {
	width:14px;
	float: right;
}
#banner {
	margin-right:6px;
	width: 732px;
	height: 290px;
	float: left;
}
#contform {
	height:290px;
	width:255px;
	float: left;
	position:relative;
	padding-bottom:6px;
}
#divform {
	background-image: url(../images/bgform.png);
	background-position: center bottom;
	width: 255px;
	height: 290px;
	padding-bottom: 6px;
	position: absolute;
	z-index: 2;
	display: inline;
}
#box1 {
	height:270px;
	background-color: #EEEEEE;
	background-image: url(../images/bgbox.jpg);
	background-position: bottom;
	width: 240px;
	background-repeat: no-repeat;
	float: left;
	margin-right: 6px;
	text-align: justify;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
}
#box2 {
	height:270px;
	background-color: #EEEEEE;
	background-image: url(../images/bgbox2.jpg);
	background-repeat:no-repeat;
	background-position: bottom;
	width: 240px;
	float: left;
	margin-right: 6px;
	text-align: justify;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
}
#box3 {
	height:270px;
	background-color: #EEEEEE;
	background-image: url(../images/bgbox3.jpg);
	background-position: bottom;
	width: 240px;
	background-repeat: no-repeat;
	float: left;
	text-align: justify;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
}
#box1:hover, #box2:hover, #box3:hover {
	text-decoration:none;
}
.bannerright {
	padding-top:5px;
	display: block;
}


/*new letter*/
#newsletter1 {
	padding-top: 5px;
	cursor: pointer;
}
#newsletter2 {
	padding-top:15px;
	height: 135px;
	width:235px;
	background-image: url(../images/bgnewslletter.jpg);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	color: #FFFFFF;
	padding-right: 10px;
	padding-left: 10px;
	display: none;
}
	
.formnewletter{
	width:180px;
}

/*end*/



#boxtestimonial {
	background-color: #ebebeb;
	background-image: url(../images/contes.jpg);
	background-position: center bottom;
	padding-bottom: 10px;
	height: 198px;
	margin-top: 6px;
}
#boxpdf {
	margin-top:6px;
	background-color: #ebebeb;
	background-image: url(../images/conpdf.jpg);
	background-position: center bottom;
	padding-bottom: 10px;
}
#boxinf1 {
	width:363px;
	height:358px;
	margin-right:6px;
	float:left;
	margin-top: 6px;
	background-color: #e1e1e1;
	background-image: url(../images/boxinf1bg.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
	text-align: justify;
}
#boxinf2 {
	width:363px;
	height:358px;
	float:left;
	margin-top: 6px;
	background-color: #d6de91;
	background-image: url(../images/boxinf2bg.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
	text-align: justify;
	color: #333333;
}
.total {
	background-image: url(../images/bgtotal.jpg);
	background-repeat: repeat-x;
	background-position: top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cdd779;
	font-weight: bold;
	color: #bcca46;
	line-height: 20px;
}
.conttex {
	padding:20px;
	border: 1px solid #EEEEEE;
	margin-bottom: 6px;
	background-image: url(../images/bgcont.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
/*------ messagebox -----*/





.fadebox {
	display:none;
	position:fixed;
	top:0%;
	left:0%;
	width:100%;
	height:100%;
	background-color:#072338;
	z-index:1001;
	-moz-opacity:0.75;
	opacity:.75;
	filter:alpha(opacity=75);
	cursor:wait;
}
.overbox {
	display:none;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	position:fixed;
	top:50%;
	left:50%;
	width:330px;
	height:100px;
	z-index:1002;
	margin-left:-165px;
	margin-top:-50px;
	text-align:justify;
}
.overbox .overboxHead {
	color:#ffffff;
	height:20px;
	font-weight:bold;
	padding:10px;
	font-size:13px;
}
.overbox .overboxBody {
	color:#ffffff;
	padding:10px;
	background-color:#b2c91e;
}
.margen {
	width:14px;
	height:40px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	position:relative;
	z-index:1002;
	text-align:justify;
}
.margen_mitad_l {
	width:16px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	position:relative;
	z-index:1002;
	text-align:justify;
	background-image:url(../ima_popup/04.png);
}
.margen_mitad_r {
	width:16px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	position:relative;
	z-index:1002;
	text-align:justify;
	background-image:url(../ima_popup/05.png);
}
.margen_ing {
	width:14px;
	height:14px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	position:relative;
	z-index:1002;
	text-align:justify;
}
/*------ End messagebox -----*/





#fond_menu {
	background:url(../images/fond-menu.png);
	background-repeat:no-repeat;
	background-position:top;
	width:711px;
	height:60px;
	padding-bottom:30px;
	float:right;
}
#member_login {
	float:right;
	width:430px;
	height: 28px;
	padding-top: 9px;
}
#base_logo {
	position:relative;
	width:10px;
	height:10px;
	float:left;
}
#div_memberlogin {
	width:380px;
	height:22px;
	padding-left:5px;
	display:none;
	color:#FFFFFF;
	font-weight:bold;
}
.tr_billing {
	display:none;
}
.tr_check {
	display:none;
}
/*botones calculadora*/

.icono01 {
	background-image: url(../images/icon01.jpg);
	display: block;
	float: left;
	height: 27px;
	width: 30px;
}
.icono02 {
	background-image: url(../images/icon02.jpg);
	display: block;
	float: left;
	height: 27px;
	width: 30px;
}
.icono03 {
	background-image: url(../images/icon03.jpg);
	display: block;
	float: left;
	height: 27px;
	width: 30px;
}
.icono04 {
	background-image: url(../images/icon04.jpg);
	display: block;
	float: left;
	height: 27px;
	width: 30px;
}
.bgicono {
	background-image: url(../images/iconbg.jpg);
	background-repeat: no-repeat;
	background-position: right;
	display: block;
	float: left;
	height: 22px;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 5px;
	font-weight: bold;
}
.bgicono:hover {
	color:#A0C804;
}
/*end botones calculadora*/



.box_downloadkit {
	width:202px;
	margin-right:4px;
	margin-bottom:4px;
	float:left;
}
.box_downloadkit2 {
	width:202px;
	margin-bottom:4px;
	float:left;
}
.box_downloadkit3 {
	width:202px;
	margin-right:4px;
	float:left;
}
.box_downloadkit4 {
	width:202px;
	float:left;
}
.formlogin {
	border:1px solid #abb6a9;
	width:131px;
	height:17px;
	padding:2px;
}

#base {
background-image:url(../images/fond-base-web.jpg);
background-repeat:no-repeat;
background-position:center;
color:#FFFFFF;
height:62px;
}