/**********************************************************************************/
/* RESET CSS */
/**********************************************************************************/
body, h1, h2, h3, h4, p, li, ul, img {
	margin: 0;
	padding: 0;
	border: 0;
}
/**********************************************************************************/
/* GLOBAL ELEMENTS */
/**********************************************************************************/
body {
	font: 12px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	color: #676767;
	background: #dedede url(images/bgBody.png) repeat-x;
	text-align: center;
}
.clear {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 1px;
}
.imgCenter {
	display: block;
	margin: 0 auto;
}
.imgRight {
	float: right;
	margin: 0 0 5px 5px;
}
.imgLeft {
	float: left;
	margin: 0 8px 8px 0;
}
a:link, a:visited {
	color: #DBCD6B;
	text-decoration: none;
}
a:hover, a:active {
	color: #ebde83;
	text-decoration: none;
}
/**********************************************************************************/
/* GLOBAL CONTAINERS */
/**********************************************************************************/
#wrapper {
	text-align: left;
	margin: 25px auto 0 auto;
	width: 983px;
}
/**********************************************************************************/
/* TITLES */
/**********************************************************************************/
h2 {
	color: #000000;
	font-size: 20px;
}
h4 {
	color: #676767;
	font-size: 16px;
	font-weight: bold;
}
.titleAlignLeft {
	margin: 20px 0 15px 0;
}
/**********************************************************************************/
/* HEADER */
/**********************************************************************************/
#header {
	height: 85px;
}
#logo {
	width: 265px;
	float: left;
	margin-top: 12px;
}
/**********************************************************************************/
/* NAVIGATION */
/**********************************************************************************/
.language {
	text-align: right;
	margin: 0 0 20px 0;
	font-size: 11px;
}
.language a:link, .language a:visited {
	color: #a9a9a9;
	text-decoration: underline;
}
.language a:hover, .language a:active {
	color: #a9a9a9;
	text-decoration: none;
}
#containerNav {
	width: auto;
	float: left;
}
.mainMenu {
	float: left;
	list-style: none;
	font-size: 16px;
	color: #f0f0f0;
}
.mainMenu .mi, .mainMenu .sel {
	padding: 10px 20px 0 20px;
	height: 37px;
	float: left;
	display: block;
	background: url(images/bgNavContent.png) repeat-x;
}
.mainMenu .last {
	border-right: none !important;
}
.mainMenu a:link, .mainMenu a:visited {
	color: #f0f0f0;
	text-decoration: none;
}
.mainMenu a:hover, .mainMenu a:active {
	color: #f0f0f0;
	text-decoration: none;
}
.nav {
	height: 47px;
	background: url(images/bgNavLeft.png) no-repeat left center;
	padding-left: 6px;
}
.nav .mainMenu {
	height: 47px;
	background: url(images/bgNavRight.png) no-repeat right center;
	padding-right: 6px;
}
#dnn_dnnNAV_ctldnnNAVsub7, #dnn_dnnNAV_ctldnnNAVsub40 {
	z-index: 2 !important;
}
#dnn_dnnNAV_ctldnnNAVsub7 li, #dnn_dnnNAV_ctldnnNAVsub40 li {
	float: none !important;
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #f0f0f0;
	background: #636262 none;
	display: block;
	height: 22px;
	width: 150px;
	padding: 6px 2px 2px 10px;
	border-bottom: solid 1px #595858;
	border-right: none;
}
#dnn_dnnNAV_ctldnnNAVsub7 span, #dnn_dnnNAV_ctldnnNAVsub40 span {
	margin-left: 6px;
}
/**********************************************************************************/
/* BANNER */
/**********************************************************************************/
.banner {
	position: relative;
	float: left;
	height: 195px;
	width: 983px;
	margin: 30px 0;
}
.menuBanner {
	position: relative;
	z-index: 1;
	float: left;
	width: 326px;
	margin-top: 15px;
}
li h3 {
	color: #000000;
	font-size: 15px;
	background: url(images/arrowTitle.png) no-repeat left center;
	padding-left: 15px;
}
li.active h3 {
	color: #fff !important;
}
li.active span {
	color: #a0a0a0 !important;
}
.menuBanner span.textBanner {
	padding-left: 15px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}
.menuBanner li {
	display: block;
	height: 35px;
	width: 273px;
	margin-left: -27px;
	padding: 10px 40px;
}
#content-wrapper {
	position: relative;
	z-index: -1;
	float: left;
	width: 657px;
	height: 195px;
}
.hide {
	display: none;
}
.tab li {
	cursor: pointer;
	background: url(images/bgTabOff.png) no-repeat center top;
}
li.active {
	background: url(images/bgTabOn.png) no-repeat center top;
}
/**********************************************************************************/
/* QUICKMENU HOME */
/**********************************************************************************/
a.quickNavLink:link, a.quickNavLink:visited {
	color: #c1b352;
	float: right;
	margin-right: 10px;
	text-decoration: underline;
}
a.quickNavLink:hover, a.quickNavLink:active {
	color: #d5c347;
	text-align: right;
	text-decoration: underline;
}
#quickNav {
	clear: both;
}
#quickNav p {
	font-size: 11px !important;
}
#quickNavTop {
	height: 13px;
	width: 988px;
	background: url(images/bgTwoColumnsTop.png) no-repeat center top;
}
#quickNavContent {
	width: 988px;
	background: url(images/bgTwoColumnsContent.png) repeat-y;
	float: left;
}
#quickNavContent span {
	color: #dbcd6b;
	font-weight: bold;
}
#quickNavContent img {
	margin: 4px 0;
}
.quickNavServices {
	width: 636px;
	float: left;
	padding: 5px 10px 15px 30px;
}
.quickNavCertificates {
	width: 262px;
	float: left;
	padding: 5px 20px 0 30px;
}
.quickNavCertificates h2 {
	margin-bottom: 15px;
}
.quickNavCertificates img {
	padding-top: 25px;
	text-align: center;
}
.quickNavServices ul {
	list-style: none;
}
.quickNavServices li {
	display: block;
	float: left;
	width: 200px;
	margin-right: 5px;
}
#quickNavBottom {
	clear: both;
	height: 12px;
	width: 988px;
	background: url(images/bgTwoColumnsBottom.png) no-repeat center top;
}
/**********************************************************************************/
/* CONTENT */
/**********************************************************************************/
#wrapperContent {
	float: left;
	width: 982px;
	background: url(images/bgContent.gif) repeat-y;
}
#content {
	float: left;
	width: 674px;
	padding-bottom: 15px;
}
#sidebar {
	float: left;
	width: 308px;
	font-size: 11px;
}
#contentFooter {
	clear: both;
	height: 12px;
	width: 982px;
	background: url(images/bgContentFooter.gif) no-repeat center top;
}
.titleContent {
	height: 107px;
	width: 982px;
	margin-top: 30px;
	clear: both;
}
.mainContent {
}
.mainContent p, .mainSidebar p {
	margin-bottom: 15px;
}
.topSidebar {
	height: 19px;
	width: 308px;
}
.mainSidebar {
}
.mainSidebar .imgCenter {
	margin-bottom: 10px;
}
#wrapperContent h3 {
	color: #dbcd6b;
	font-size: 24px;
	margin-bottom: 15px;
}
.mainSidebar h3 {
	color: #3c6599 !important;
	font-size: 18px !important;
	margin: 15px 0 0 20px;
}
.bgGeneral {
	padding: 10px 50px 30px 50px;
	margin-bottom: -20px;
	border-top: solid 1px #e3e3e3;
	font-size: 13px;
}
.bgGeneral h4 {
	margin-bottom: 30px;
	font-size: 18px;
}
/**********************************************************************************/
/* COMPANY ELEMENTS */
/**********************************************************************************/
#bgExperience {
	background: url(images/bgExperience.jpg) no-repeat center top;
	padding: 170px 35px 0 35px;
}
#bgQuipuxSoftware {
	background: url(images/bgQuipuxSoftware.jpg) no-repeat center top;
	min-height: 274px;
	padding: 35px 210px 0 50px;
	margin-bottom: -40px;
}
#bgQuipuxSoftware h4 {
	margin-bottom: 30px;
	font-size: 18px;
}
#bgQuipuxMeaning {
	padding: 10px 50px 0 50px;
}
/**********************************************************************************/
/* SERVICES ELEMENTS */
/**********************************************************************************/
#bgOffer {
	background: url(images/bgOffer.jpg) no-repeat center top;
	padding: 170px 35px 0 35px;
}
#bgServices {
	padding: 35px 50px 0 50px;
	margin-bottom: -40px;
	border-top: solid 1px #e3e3e3;
}
#bgServices h4 {
	margin-bottom: 30px;
	font-size: 18px;
}
#bgQuipuxMeaning {
	padding: 10px 50px 0 50px;
}
/**********************************************************************************/
/* SOLUTIONS ELEMENTS */
/**********************************************************************************/
#bgVersions {
	background: url(images/bgVersions.jpg) no-repeat center top;
	padding: 165px 35px 20px 35px;
}
#bgSolutions {
	padding: 35px 50px 0 50px;
	margin-bottom: -40px;
	border-top: solid 1px #e3e3e3;
}
#bgSolutions h4 {
	margin-bottom: 30px;
	font-size: 18px;
}
/**********************************************************************************/
/* CONTACT US ELEMENTS */
/**********************************************************************************/
#bgContactUs {
	background: url(images/bgDireccion.jpg) no-repeat center top;
	padding: 165px 35px 20px 35px;
}
/**********************************************************************************/
/* FOOTER */
/**********************************************************************************/
.footer {
	clear: both;
	text-align: center;
	margin-top: 20px;
	padding-bottom: 20px;
}
.footer a:link, .footer a:visited {
	color: #c1b352;
	text-decoration: underline;
}
.footer a:hover, .footer a:active {
	color: #d5c347;
	text-decoration: underline;
}
/**********************************************************************************/
/* SERVICES */
/**********************************************************************************/
.servicesTable {
	font-size: 12px;
}
.servicesTable h3 {
	color: #000000 !important;
	font-size: 16px !important;
	padding-left: 0;
	background: none;
}
.listServices {
	list-style: none;
	margin: 40px 0;
	font-size: 12px;
}
.listServices h3 {
	color: #000000 !important;
	font-size: 16px !important;
	padding-left: 0;
	background: none;
}
.listServices li {
	height: auto;
	width: 270px;
	display: inline-block;
 .float: left;
	padding: 0 5px;
	vertical-align: top;
	margin: 0 0 20px 0;
}
.listServices li li {
	margin: 5px 0 0 0;
}
.iconSoftware {
	background: url(images/iconSoftware.gif) no-repeat 200px top !important;
	height: 55px;
}
.iconOutsourcing {
	background: url(images/iconOutsourcing.gif) no-repeat 170px top !important;
	height: 55px;
}
.iconConcession {
	background: url(images/iconConcession.gif) no-repeat 200px top !important;
	height: 55px;
}
.iconApplication {
	background: url(images/iconApplication.gif) no-repeat 170px top !important;
	height: 55px;
}
/**********************************************************************************/
/* PRODUCTS */
/**********************************************************************************/
.productsTable {
	font-size: 12px;
}
/*.listProducts {
	list-style: none;
}
.listProducts li {
	float: left;
	width: 100%;
	clear: both;
	margin-top: 20px;
	padding-bottom: 20px;
 .padding-bottom: 5px;
	border-bottom: solid 1px #e6e6e6;
}
.listProducts img {
	border: 0;
}
.imgProduct {
	width: 110px;
	float: left;
}
.contentProduct {
	width: 500px;
	float: left
}
.listProducts a {
	float: right;
}
.listProducts a:link, .listProducts a:visited {
	color: #c1b352;
	text-decoration: underline;
}
.listProducts a:hover, .listProducts a:active {
	color: #d5c347;
	text-decoration: underline;
}
*//**********************************************************************************/
/* PRODUCTS DETAILS */
/**********************************************************************************/
.number {
	font-size: 14px;
	font-weight: bold;
}
.bgGeneralSidebar {
	padding: 40px 35px 20px 35px;
	border-top: solid 1px #e8e8e8;
}
.listProduct {
	list-style: none;
	float: left;
	width: 100%;
}
.imgProductDetail {
	width: 100px;
	height: 100px;
	float: left;
	margin-left: 20px;
}
.listContent {
	list-style-image: url(images/arrow.gif);
	margin: 10px 0 17px 17px;
}
.textAbout {
	padding: 2px 0 0 18px;
	height: 14px;
	display: block;
	background: url(images/iconAbout.gif) no-repeat left center;
	font-weight: bold;
}
.textRequirement {
	padding: 2px 0 0 18px;
	height: 14px;
	display: block;
	background: url(images/iconRequirement.gif) no-repeat left center;
	font-weight: bold;
}
.textOthers {
	padding: 2px 0 0 18px;
	height: 14px;
	display: block;
	background: url(images/iconOthers.gif) no-repeat left center;
	font-weight: bold;
}
.linkClients {
	padding: 2px 0 0 18px;
	height: 14px;
	display: block;
	float: right;
	background: url(images/iconClients.gif) no-repeat left center;
}
.linkWebsite {
	padding: 2px 0 0 18px;
	height: 14px;
	display: block;
	float: right;
	clear: both;
	background: url(images/iconWebsite.gif) no-repeat left center;
	margin-top: 2px;
}
.mainSidebar a:link, .mainSidebar a:visited {
	color: #0066cc;
	text-decoration: underline;
}
.mainSidebar a:hover, .mainSidebar a:active {
	color: #0375e7;
	text-decoration: underline;
}
/**********************************************************************************/
/* NEWS TICKER */
/**********************************************************************************/
.newsContainer {
	height: 24px;
	width: 958px;
	background: url(images/bgNews.gif) no-repeat center top;
	padding: 5px 0 0 30px;
	margin: 15px 0;
}
#news {
	list-style: none;
	font-size: 11px;
}
#news a:link, #news a:visited {
	text-decoration: none;
	color: #676767;
}
#news a:hover, #news a:active {
	text-decoration: none;
	color: #676767;
}
.titleNews {
	font-weight: bold;
	float: left;
	padding-right: 8px;
	margin-right: 8px;
	border-right: solid 1px #676767;
}
/**********************************************************************************/
/* SOLUTIONS LIST */
/**********************************************************************************/
.containerGray {
	margin: 30px 0 0 0;
}
.containerGrayTop {
	height: 15px;
	width: 592px;
	background: url(images/bgContainerGrayTop.gif) no-repeat center top;
}
.containerGrayBottom {
	height: 15px;
	width: 592px;
	background: url(images/bgContainerGrayBottom.gif) no-repeat center top;
	clear: both;
}
.containerGrayContent {
	background-color: #f9f9f9;
	width: 512px;
	padding: 10px 40px;
	font-size: 11px;
}
.containerGrayContent h3 {
	font-size: 18px !important;
	color: #000 !important;
	background: none;
	padding-left: 0;
}
.listSolutions {
	list-style: none !important;
	margin-top: 50px;
}
.listSolutions li {
	float: left;
	height: auto;
	width: 530px;
	padding: 0 20px 0 0;
	margin: 0 15px 25px 10px;
	border-bottom: solid 1px #dee3e8;
}
.listSolutions h3 {
	font-size: 18px !important;
	color: #000 !important;
	background: none;
	padding-left: 0;
}
.itemSolutionsWithoutBg {
	background: none !important;
}
.listSolutions li img {
	display: block;
	float: left;
	border: 0;
	margin: 0 20px 20px 0;
}
.listSolutions .linkList {
	float: right;
	margin-bottom: 15px;
}
/**********************************************************************************/
/* CHARACTERISTICS LIST*/
/**********************************************************************************/
.listCharacteristics {
	list-style: none;
	margin: -5px 0 0 -15px;
}
.listCharacteristics li {
	width: 250px;
	margin-bottom: 20px;
}
.listCharacteristics h3 {
	font-size: 14px !important;
	color: #000 !important;
	background: none;
	padding-left: 0;
	margin: 0;
}
.listCharacteristicsDetail {
	clear: both;
	list-style-image: url(images/arrow.gif);
	margin: -10px 0 5px 0;
	font-size: 11px;
}
.listCharacteristicsDetail li {
	height: auto !important;
	width: auto !important;
	float: none !important;
	margin: 0 0 0 30px;
}
.iconInfo {
	background: url(images/iconInfo.gif) no-repeat 210px top !important;
	height: 29px;
}
.iconMonitor {
	background: url(images/iconMonitor.gif) no-repeat 210px top !important;
	height: 29px;
}
.iconOthersCharacteristics {
	background: url(images/iconOthersCharacteristics.gif) no-repeat 210px top !important;
	height: 29px;
}
/**********************************************************************************/
/* FORM CONTACT ELEMENTS */
/**********************************************************************************/
.FormContent {
	padding: 10px 50px 0 0;
}
.FormContent .SubHead {
	font: 12px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif !important;
	color: #676767 !important;
}
.FormContent .NormalTextBox {
	height: 20px;
	width: 288px;
	background-color: #fafafa;
	border: solid 1px #e6e6e6;
}
.FormContent textarea {
	height: 100px !important;
	width: 288px !important;
	background-color: #fafafa;
	border: solid 1px #e6e6e6;
}
.FormContent .StandardButton {
	margin: 20px 0 0 395px;
	color: #F0F0F0;
	background-color: #4B4A4A;
	border: none;
	padding: 4px 10px;
	cursor: pointer;
}
.FormContent .RequiredImageStyle {
	margin-left: -80px;
}
/**********************************************************************************/
/* SECONDARY MENU */
/**********************************************************************************/
.menuSecondary ul {
	list-style: none;
	margin: 15px 0 0 50px;
	font: normal 12px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
}
.menuSecondary ul li {
	display: inline-block;
	float: left;
	height: 15px;
	padding: 0 11px;
	border-right: solid 1px #e3e3e3;
}
.menuSecondary p {
	margin-bottom: 0 !important;
}
.separator {
	color: #e7e7e7;
	background-color: #e3e3e3;
	height: 1px;
	border: 0;
}
.secmenuDivisor {
	width: 520px;
	margin-top: 0;
	margin-top: -5px;
	clear: both;
}
.bgWithImage {
	border: none !important;
}
.imgMainSection {
	margin: -55px -49px 0 0;
}
/**********************************************************************************/
/* NEWS */
/**********************************************************************************/
.DNN_ANN_DesignTable .SubHead {
	display: block;
	color: #dbcd6b;
	font-size: 14px;
	margin: 15px 0;
}
.DNN_ANN_DesignTable {
	font-size: 12px;
}
/**********************************************************************************/
/* LOGIN */
/**********************************************************************************/
.loginTable {
	margin: 20px 0 0 0;
}
.loginTable .NormalTextBox {
	height: 20px;
	width: 200px !important;
	background-color: #fafafa;
	border: solid 1px #e6e6e6;
}

.loginTable .StandardButton {
	margin: 20px 0;
	color: #F0F0F0;
	background-color: #4B4A4A;
	border: none;
	padding: 4px 10px;
	cursor: pointer;
}
.loginTable .SubHead {
	color: #dbcd6b;
	font-size: 12px;
}