@import url('https://fonts.googleapis.com/css2?family=Nunito&family=Roboto&display=swap');

/**
 * Menu Style Configurations
 */

/** Panel Index */
.textAreaIni {
	background 		: transparent ;
	color			: #000;
	font-family		: 'Nunito', 'Roboto', 'Arial';
	font-size		: 14px;
	height			: 300px;
	border			: none;
	overflow		: hidden;
}

/** Panel Links */
.lblViewMore {
	background		: transparent;
	cursor			: pointer;
	font-family		: 'Nunito', 'Roboto', 'Arial';
	font-size		: 10px;
	font-style		: italic;
	color			: #0099FF;
	border			: none;
}

/** 
 * Menu
 */
.DLabelLogo {
	background		: transparent url('../IMG/logoASP.png') left top;
	border			: none;
	cursor			: pointer;
}

.btnMenuAboutSelected {
	background		: url('../IMG/menu/btnAboutSelected.png') left top;
	border			: none;
	color			: #000000;
	cursor			: pointer;
	font-family		: 'Nunito', 'Roboto', 'Arial';
	font-size		: 14px;
	font-weight		: bold;
	height			: 28px;
	line-height		: 28px;
	text-align		: center;
}
.btnMenuOurCustomersSelected {
	background		: url('../IMG/menu/btnOurCustomerSelected.png') left top;
	color			: #000;
	font-family		: 'Nunito', 'Roboto', 'Arial';
	font-size		: 14px;
	font-weight		: bold;
	text-align		: center;
	border			: none;
	height			: 26px;
	line-height		: 26px;
	border			: none;
	cursor			: pointer;
}

.btnMenuProductsSelected {
	background		: url('../IMG/menu/btnProductsSelected.png') left top;
	color			: #000;
	font-family		: 'Nunito', 'Roboto', 'Arial';
	font-size		: 14px;
	font-weight		: bold;
	text-align		: center;
	border			: none;
	height			: 26px;
	line-height		: 26px;
	border			: none;
	cursor			: pointer;
}
.btnMenuNewsSelected {
	background		: url('../IMG/menu/btnNewsSelected.png') left top;
	border			: none;
	color			: #000000;
	cursor			: pointer;
	font-family		: 'Nunito', 'Roboto', 'Arial';
	font-size		: 14px;
	font-weight		: bold;
	height			: 28px;
	line-height		: 28px;
	text-align		: center;
}
.btnMenuPartnersUnselected, .btnMenuAboutUnselected, .btnMenuProductsUnselected, .btnMenuOurCustomersUnselected, 
	.btnMenuDemoUnselected,	.btnMenuNewsUnselected, .btnMenuSupportUnselected {
	background	 	: transparent;
	color			: #FFF;
	font-size		: 14px;
	font-weight		: bold;
	text-align		: center;
	font-family		: 'Nunito', 'Roboto', 'Arial';
	height			: 26px;
	line-height		: 26px;
	border			: none;
	cursor			: pointer;
}

.btnMenuPartnersUnselected btnMenuAboutUnselected {
	background:	 		transparent;
}
.btnMenuAboutUnselected:hover {
	background:	 		url('../IMG/menu/btnAboutUnselected.png') left top;
}
.btnMenuOurCustomersUnselected:hover {
	background:	 		url('../IMG/menu/btnCustomersUnselected.png') left top;
}
.btnMenuProductsUnselected:hover {
	background:	 		url('../IMG/menu/btnProductsUnselected.png') left top;
}
.btnMenuDemoUnselected:hover {
	background:	 		url('../IMG/menu/btnDemoUnselected.png') left top;
}
.btnMenuNewsUnselected:hover {
	background:	 		url('../IMG/menu/btnNewsUnselected.png') left top;
}
.btnMenuSupportUnselected:hover {
	background:	 		url('../IMG/menu/btnSupportUnselected.png') left top;
}
/**
 * Botones de navegacion 
 */
.btnArrowLeft {
	background		: transparent url('../IMG/panelCustomers/btnArrowLeft.png') no-repeat scroll 0 0;
	border			: none;
	cursor			: pointer;
}
.btnArrowLeft:hover {
	background-position	: 0 -48px;
}
.btnArrowRight {
	background		: transparent url('../IMG/panelCustomers/btnArrowRight.png') no-repeat scroll 0 0;
	border			: none;
	cursor			: pointer;
}
.btnArrowRight:hover {
	background-position	: 0 -48px;
}

.BackClientPhoto {
	background:		transparent url('../IMG/panelCustomers/Photo.png') left top;
	/*z-index:		1;*/
}

.lblTitles {
	background:			transparent;
	font-family:		'Nunito', 'Roboto', 'Arial';
	font-size:			14px;
	font-weight:		bold;
	color:				#FFFFFF;
	text-align:			left;
	border:				none;
}

.lblRegText {
	background:			transparent;
	text-align:			left;
	font-family:		'Nunito', 'Roboto', 'Arial';
	font-size:			12px;
	color:				#FFFFFF;
	border:				none;
}


.lblRegTextLink {
	background:			transparent;
	font-family:		'Nunito', 'Roboto', 'Arial';
	font-size:			12px;
	font-weight:		bold;
	color:				#0099FF;
	border:				none;
	cursor:				pointer;
	text-align:			left;

}

.BackGroundPanel{
	background-color: transparent;
	border-style: solid;
	border-color: #222222;
	border-width: 1px;
	overflow: hidden;
  	width: 100%;
  	height: 
}

/**
 * Panel News
 */
.DTextFieldASPNews {
	background 		: transparent url('../IMG/container/backTextArea.png');
	color			: #000;
	font-family		: 'Nunito', 'Roboto', 'Arial';
	font-size		: 14px;
	height			: 300px;
	border			: none;
	overflow		: hidden;
}

.lblTitleNews {
	background		: transparent;
	color			: #0A7FD2;
	font-family		: 'Nunito', 'Roboto', 'Arial';
	cursor			: pointer;
	font-size		: 14px;
	border			: none;
}

/**
 * Panel OurCustomer
 */


/**
 * Panel About
 */
.txaFullText {
	background		: transparent;
	font-family		: 'Nunito', 'Roboto', 'Arial';
	font-size		: 14px;
	color			: #000;
	border			: none;
}

/**
 * Panel Products
 */ 
.lblProductTextLink {
	background		: transparent;
	text-align		: left;
	font-family		: 'Nunito', 'Roboto', 'Arial';
	font-size		: 16px;
	color			: #0A7FD2;
	border			: none;
	cursor			: pointer;
}

.txtTransparent {
	background		: transparent;
	font-family		: 'Nunito', 'Roboto', 'Arial';
	font-size		: 12px;
	color			: #000000;
	border			: none;
}

.lblTitleProduct {
	background		: transparent;
	font-family		: 'Nunito', 'Roboto', 'Arial';
	font-size		: 18px;
	color			: #0A7FD2;
	border			: none;
}

/**
 * Generic
 */
.lblTransparent {
	background		: transparent;
	font-family		: 'Nunito', 'Roboto', 'Arial';
	font-size		: 14px;
	color			: #000;
	border			: none;
}
