body {
	background:url(images/bg.png) repeat-x #000;
	margin:0;
	font:11px Arial, Helvetica, sans-serif;
	color:#666;
}

#container {
	width:960px;
	background-color:#FFF;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

/* estilos HEADER */

#header {
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	position: relative;
}

#header .logo {
	float:left;
	width:324px;
	text-align: left;
	vertical-align: top;
}

#header .right {
	float:right;
	width:590px;
}

#header .right .slogan {
	width:590px;
	text-align:right;
	font-size:17px;
	position: absolute;
	top: 50px;
	left: 348px;
}

#header .right .slogan span {
	color:#97BE0D;
}

#header .right .chat {
	float:left;
	width:143px;
	font-size:10px;
}

#header .right .tit {
	background:url(images/arrow-green.gif) no-repeat right;
	padding-right:10px;
	font-weight:bold;
	text-decoration:none;
	color:#666;
}

#header .right .tit:hover {
	background:url(images/arrow-orange.gif) no-repeat right;
}

#header .right .tit span {
	color:#97BE0D;
}

#header .right .support {
	float:left;
	width:200px;
	font-size:10px;
}

#header .right .suscribe {
	width:230px;
	border-left:solid 1px #d5d5d5;
	padding-left:10px;
	position: absolute;
	top: 0px;
	left: 700px;
}

#header .right .suscribe input {
	float:right;
}

#header .right .suscribe .field {
	border:solid 1px #d5d5d5;
	width:125px;
	padding:3px;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
	margin:4px 0 0 0;
	float:left;
}

.menu {
	float:left;
	width:920px;
	padding:0 20px;
	margin-top:0px;
}

.menu ul {
	padding:9px 0;
	margin:0;
	border-top:solid 1px #d5d5d5;
	background:url(images/navbar-bg.jpg) repeat-x;
}

.menu li {
	display:inline;
	list-style-type:none;
}


.menu li a {
	text-decoration:none;
	color:#666;
	padding:9px 20px;
}

.menu li a:hover {
	background:url(images/navbar-bg-over.jpg) repeat-x;
}

/* estilos BODY */

#main .slideshow {
	padding:0 20px;
}

#main .boxesHome {
	border-top:solid 1px #d5d5d5;
	padding-top:20px;
	margin-top:20px;
}

#main .box {
	float:left;
	width:275px;
	padding:0 20px;
	border-right:solid 1px #d5d5d5;
	margin-bottom:20px;
}

#main .boxRight {
	float:left;
	width:280px;
	padding:0 20px;
	margin-bottom:20px;
}

#main .boxesHome p {
	margin:10px 0;
}

#main .boxesHome ul {
	padding:0;
	margin:0;
}

#main .boxesHome ul li {
	list-style-type:none;
}

#main .boxesHome a {
	text-align:center;
	width:64px;
	height:17px;
	padding-top:3px;
	float:right;
	text-decoration:none;
	color:#fff;
	font-weight:bold;
	font-size:11px;
	margin-top:10px;
}

#main .boxesHome .btnOrange {
	background:url(images/btn-orange.png) no-repeat;
	margin-top:25px;
}

#main .boxesHome .btnOrange:hover {
	background:url(images/btn-orange-over.png) no-repeat;
}

#main .boxesHome .btnBlack {
	background:url(images/btn-black.png) no-repeat;
	margin-top:25px;
}

#main .boxesHome .btnBlack:hover {
	background:url(images/btn-black-over.png) no-repeat;
}

#main .boxesHome .btnGreen {
	background:url(images/btn-green.png) no-repeat;
}

#main .boxesHome .btnGreen:hover {
	background:url(images/btn-green-over.png) no-repeat;
}

/* estilos FOOTER */

#footer {
	clear:both;
	color:#fff;
	font-size:10px; 
	text-align:center;
}

#footer .logos {
	border-top:solid 1px #d5d5d5;
}


#footer .logos img {
	margin:15px 0;
}

#footer .links {
	background:#000;
	padding:10px 0;
}

#footer a {
	margin:0 20px;
	color:#fff;
	text-decoration:none;
}

#footer a:hover {
	color:#97BE0D;
}

#footer span {
	display:block;
	margin-top:10px;
}

/* estilos TEMPLATE */

#main .heading {
	padding:0 20px;
}

#main .contentSection {
	border-top:solid 1px #d5d5d5;
	padding-top:20px;
	margin-top:20px;
}

#main .contentSection .body {
	float:left;
	width:600px;
	padding:0 20px;
	border-right:solid 1px #d5d5d5;
	margin-bottom:20px;
}

#main .contentSection .body h1 {
	font-size:21px;
	font-weight:normal;
	color:#97BE0D;
	margin:0;
}

#main .contentSection p {
	margin:10px 0;
}

#main .contentSection .bullets {
	margin:10px 0;
	background:url(images/bullet-green.gif) no-repeat;
	padding-left:10px;
}

#main .contentSection .body h2 {
	font-size:11px;
	color:#97BE0D;
	margin:10px 0;
}

#main .contentSection .rightsidebar {
	float:right;
	width:280px;
	padding-right:20px;
	margin-bottom:20px;
}

#main .contentSection .rightsidebar img {
	border:none;
}

#main .contentSection .rightsidebar .btnChat {
	margin:15px 20px 0 0;
	background:url(images/btn-livechat.png) no-repeat top;
	width:124px;
	height:29px;
	float:left;
}

#main .contentSection .rightsidebar .btnChat:hover {
	background:url(images/btn-livechat-over.png) no-repeat;
}

#main .contentSection .rightsidebar .btnEmail {
	margin:15px 0 0 0;
	background:url(images/btn-emailus.png) no-repeat top;
	width:124px;
	height:29px;
	float:right;
}

#main .contentSection .rightsidebar .btnEmail:hover {
	background:url(images/btn-emailus-over.png) no-repeat;
}

#main .contentSection .rightsidebar .video {
	margin:15px 0 0 0;
	float:left;
}

#main .contentSection .rightsidebar .name {
	margin:7px 0 0 0;
	float:right;
	color:#999;
}

#main .contentSection .rightsidebar .name span {
	font-style:italic;
}


#main .contentSection .rightsidebar .btnVideos {
	margin:15px 0 0 0;
	background:url(images/btn-videos.png) no-repeat top;
	width:280px;
	height:66px;
	display:block;
	float:left;
}

#main .contentSection .rightsidebar .btnVideos:hover {
	background:url(images/btn-videos-over.png) no-repeat;
}
.hrdotted {
	height: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dashed;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.free_input {
	width: 200px;
	display: block;
}
.form_freestuff {
	position: relative;
	width: 600px;
	display: block;
}
.coolforminput {
	background-color: #F2FFF2;
	border: 1px solid #83B426;
	width: 250px;
	height: 28px;
}
.coolformarea {
	background-color: #F2FFF2;
	border: 1px solid #83B426;
	width: 535px;
	height: 75px;
}
.coolbutton {
	width: 124px;
	height: 29px;
	background-image: url(images/btn-submit.png);
	font-weight: bold;
	color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: left center;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	cursor: pointer;
}
.coolbutton:hover {
	width: 124px;
	height: 29px;
	background-image: url(images/btn-submit-over.png);
	font-weight: bold;
	color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: left center;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.banner {
	height: 100px;
	width: 600px;
	position: relative;
	text-align: center;
}
.form_freesupport {
	position: relative;
	width: 600px;
	display: block;
	background-image: url(images/smiley.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 300px;
}
.form_freesupport  form {
	position: absolute;
	left: 23px;
	top: 120px;
	width: 263px;
}
.coolbutton2 {
	width: 115px;
	height: 25px;
	background-image: url(images/btn-naranja.png);
	font-weight: bold;
	color: #FFFFFF;
	background-repeat: repeat-x;
	background-position: center center;
	cursor: pointer;
	border: 1px solid #FFC51C;
}
.coolbutton2:hover {
	width: 115px;
	height: 25px;
	background-image: url(images/btn-naranja-over.png);
	font-weight: bold;
	color: #FFFFFF;
	background-repeat: repeat-x;
	background-position: center center;
	cursor: pointer;
	border: 1px solid #FFC51C;
}
.client_title {
	font-size: 12px;
	background-color: #FFCC99;
	width: 100%;
	height: 25px;
	line-height: 25px;
	padding: 5px;
}
.coolbutton3 {
	width: 210px;
	height: 25px;
	background-image: url(images/btn-naranja.png);
	font-weight: bold;
	color: #FFFFFF;
	background-repeat: repeat-x;
	background-position: center center;
	cursor: pointer;
	border: 1px solid #FFC51C;
	line-height: 25px;
	text-align: center;
}
.coolbutton3:hover {
	width: 210px;
	height: 25px;
	background-image: url(images/btn-naranja-over.png);
	font-weight: bold;
	color: #FFFFFF;
	background-repeat: repeat-x;
	background-position: center center;
	cursor: pointer;
	border: 1px solid #FFC51C;
	line-height: 25px;
	text-align: center;
}
.testimonial {
	background-color: #F7F7F7;
	background-image: url(images/comillas.png);
	background-repeat: no-repeat;
	background-position: right top;
	margin-left: 15px;
	border: 1px solid #CCCCCC;
	padding-top: 35px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 25px;
	width: 520px;
	margin-top: 15px;
	font-variant: normal;
	font-style: italic;
}
#facebook {
	position: absolute;
	height: 20px;
	width: 304px;
	left: 351px;
	top: 49px;
}
#facebook  .texto {
	color: #666;
	text-decoration: none;
	position: absolute;
	top: 2px;
	left: 13px;
	font-weight: bold;
	background: url(images/arrow-green.gif) no-repeat right;
	width: 165px;

}
#facebook .texto:hover {
	color: #666;
	text-decoration: none;
	position: absolute;
	top: 2px;
	left: 13px;
	font-weight: bold;
	background: url(images/arrow-orange.gif) no-repeat right;
}

#facebook  .texto  span {
	color: #97BE0D;
	text-decoration: none;
	font-weight: bold;

}
