
/* common and top level styles */
#menu, #menu ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
#menu {
    float: left;
    margin-left: 10%;
    position: relative;
    width: 80%;
	z-index: 100;
	font-size:100%;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

	
#menu > li {
    float: left;
    margin-bottom: -5px;
    text-align: left;
    -moz-transition: all 300ms ease-in-out 0s;
    -ms-transition: all 300ms ease-in-out 0s;
    -o-transition: all 300ms ease-in-out 0s;
    -webkit-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}
#menu li a {
    display: block;
    text-decoration: none;
    -moz-transition: color 450ms ease-in-out 0s, background-color 450ms ease-in-out 0s;
    -ms-transition: color 450ms ease-in-out 0s, background-color 450ms ease-in-out 0s;
    -o-transition: color 450ms ease-in-out 0s, background-color 450ms ease-in-out 0s;
    -webkit-transition: color 450ms ease-in-out 0s, background-color 450ms ease-in-out 0s;
    transition: color 450ms ease-in-out 0s, background-color 450ms ease-in-out 0s;
    white-space: normal;
}
#menu > li > a {
    color: #000000;
	font-weight: bold;
    display: block;
    font-size: 100%;
    line-height: 45px;
    padding: 0 15px;
    text-transform: uppercase;
}
#menu > li:hover > a, #menu > a:hover {
    color: #ffffff;
	/*background:#F9A522;*/
	background:#397ab4;
}
#menu li.active > a {
    color: #ffffff;
	background:#397ab4;
}

/* submenu */

#menu ul li a:hover {
    color: #ffffff;
	background:#397ab4;
}

#menu ul{
	background: #ffffff;
	text-align:left;
	font-style:italic;
	position: absolute;
	padding: 1%;
	width: 200px;
	display:none;
	box-shadow: 0 0 2px 2px #898989;
  }

#menu ul li {
    height: 0; /* no son visibles */
	display:none;
    padding: 0;
	border-bottom: 1px solid #f6f6f6;
  }
#menu li:hover > ul li {
    height: 25px; /* los mostramos */
	display: block;
    padding: 0;
  }
  
#menu li:hover > ul  {
	display: block;
  }
  
  /* submenu */
#menu .subMenu {
    color: #ffffff;
	background:#397ab4;
	padding: 1%;
	width: 100%;
	margin: 0 0 0 70%;
}

.subMenu {
    color: #ffffff;
	background:#397ab4;
	padding: 1%;
	width: 100%;
	margin: 0 0 0 50px;
}

#menu .subMenu ul li a:hover {
    color: #ffffff;
	background:#397ab4;
}

#menu  .subMenu ul{
	background: #ffffff;
	text-align:left;
	font-style:italic;
	position: absolute;
	padding: 1%;
	width: 100%;
	display:none;
	box-shadow: 0 0 2px 2px #898989;
  }
  
#menu  .subMenu li{
	background: #ffffff;
	text-align:left;
	font-style:italic;
	position: relative;
	padding: 1%;
	height: 100px;
	display:none;
	box-shadow: 0 0 2px 2px #898989;
  }

#menu  .subMenu ul li {
    height: 0; /* no son visibles */
	display:none;
    padding: 0;
	border-bottom: 1px solid #f6f6f6;
	width: 100%;
  }
#menu .subMenu li:hover > ul li {
    height: 25px; /* los mostramos */
	display: block;
    padding: 0;
  }
  
#menu .subMenu li:hover > ul  {
	display: block;
  }

/* responsive rules */
@media all and (max-width : 880px) {
	body { font-size: 0.4em; }
	
	h1 { color: #000000; font-size:180%; font-weight:bold; border-bottom: 1px solid #fff;}
	p { margin:0 0 10px 0; font-size:180%;}
	li { margin:0 0 10px 0; font-size:170%;}
	 
	.Top{
	width: 100%;
	height: auto;
	background: #ffffff;
	box-shadow: 2px 2px 2px 2px #888888;
	z-index: 1000;
	font-size:120%;
}

	.TopMenu{
	width: 100%;
	height: auto;
	background: #ffffff;
	box-shadow: 2px 2px 2px 2px #888888;
	z-index: 1000;
	font-size:120%;
}

#menu ul li a:hover {
	padding: 0;
}

#menu .subMenu {
    color: #ffffff;
	background:#397ab4;
	padding: 1%;
	width: 60%;
	margin: 0 0 0 30%;
}

#menu  .subMenu li{
	background: #ffffff;
	text-align:left;
	font-style:italic;
	font-size: 70%;
	position: relative;
	padding: 1%;
	height: 100px;
	display:none;
	box-shadow: 0 0 2px 2px #898989;
  }

#Login {
	float: left;
	width: 100%;
	border-left: 0;
	font-size:250%;
	font-weight:bold;
	text-align:center;
}

.secondMenu {
	float:left;
	width: 90%;
}

.ContentHeadRight{
	float: left;
	width: 100%;
	padding: 1%;
	height:auto;
}

.ContentHeadLeft{
	font-size: 150%;
	color:#898989;
	float: left;
	width: 100%;
	padding: 1%;
	height:auto;
}


.ContentNews{
	width: 80%;
}
	
.LeftSidebar {
	float: left;
	width: 100%;
	margin:2% 0;
	border: 1px solid #b7b7b7;
}

.LeftSidebarMenu {
	float: left;
	width: 100%;
	margin:2% 0;
	padding: 1%;
}

.RightSidebarMenu {
	float: left;
	width: 100%;
	margin: 2% 0;
	padding: 1%;
	border: 1px solid #b7b7b7;
}

.RightSidebarMenuNoBorder {
	float: left;
	width: 100%;
	margin: 2% 0;
	padding: 1%;
}

.secondMenu {
	float:left;
	width: 100%;
	height: auto;
	margin:1% 0 0 0;
	padding: 1%;
	border-right: 1px dotted #ffffff;
}

.RightSidebarMenuIcon {
	float: right;
	width: 100%;
	margin: 2% 0;
	padding: 1%;
}

.RightSidebar {
	float: left;
	width: 100%;
	margin: 2% 0;
	border: 1px solid #b7b7b7;
}

.RightSidebarContacto {
	float: left;
	width: 100%;
	padding: 1%;
	margin:2% 2%;
	background:#00702D;
	box-shadow: 5px 5px 5px #888888;
	border: 1px solid #b7b7b7;
	border-radius: 0 30px 0 30px;
}

.ContentSlider_nav {
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 30%;
  opacity: 0.1;
  z-index: 3;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 30px;
  width: 12px;
  background: transparent url("../images/slide/themesSmall.gif") no-repeat left top;
  }

.ContentSlider_nav.next {
  right: 0;
  }
  
.ContentSlider_nav.prev {
  left: 0;
  }
  #Logo {
	float: left;
	margin-left: 0%;
	width: 100%;

}

	
#Logo img {
	max-width: 50%; 
	height: auto; 
	width: 200%;
}
	
#menu {
    float: left;
    position: relative;
	margin-left: 0%;
    width: 100%;
	z-index: 100;
}

#menu ul{
	background: #ffffff;
	text-align:center;
	position: relative;
	width: 100%;
  }
  
#menu li:hover > ul li {
    height: 35px;
  }
	
	#menu > li > a {
    color: #000000;
    font-size: 140%;
    line-height: 49px;
    padding: 0 15px;
    text-transform: uppercase;
	}

    #menu > li {
        float: none;
        border-bottom: 0;
        margin-bottom: 0;
    }
	
	.ContentSlider {
	margin:0;
	width: 100%;
	background:#ffffff;
}

.FooterBox {
	float:left;
	width: 95%;
	height: auto;
	margin:1% 0 0 0;
	padding: 2%;
	color: #ffffff;
	border-right: 0;
}

.FooterBox a{
	color:#ffffff;
	font-size:110%;
}

.FooterBoxRight {
	float:left;
	width: 95%;
	height: auto;
	margin:1% 0 0 0;
	padding: 2%;
	color: #ffffff;
	border-right: 0px;
}

.FooterBoxRight a{
	color:#ffffff;
	font-size:110%;
}

.LeftSidebarFooter2 {
	float: left;
	width: 90%;
	padding: 1%;
}


.RightSidebarFooter2 {
	float: left;
	width: 90%;
	padding: 1%;
}

.scrollup{
    width:20px;
    height:20px;
    opacity:0.3;
    position:fixed;
    bottom:1%;
    right:45%;
    display:none;
    text-indent:-9999px;
    background: url('../images/icon_top_small.png') no-repeat;
}

.boxproductFeaturesRight {
	float: left;
	width: 95%;
	background:#f3f3f3;
	margin: 0;
	border: 1px solid #b7b7b7;
	border-radius: 0 0 20px 20px;
	height: auto;
	padding: 2% 1%;
	margin: 0 0 10px 0;
	color:#898989;
}
/* productFeatures */
.boxproductFeaturesLeft {
	float: left;
	width: 95%;
	background:#f6f6f6;
	background: linear-gradient(to bottom, #FFFFFF 50%, #f6f6f6 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#f6f6f6));
	background: -ms-linear-gradient(top, #FFFFFF 0%,#f6f6f6 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#f6f6f6',GradientType=0 );
	margin: 0 1% 2% 0;
	border: 1px solid #b7b7b7;
	border-radius: 10px;
	height: auto;
	padding: 2% 5%;
	color:#898989;
}

.iconFeatures {
	margin: 0 0 0 40%;
	width: 15%;
}

.boxproductFeaturesLeft h3 .black{
	font-size: 200%;
}

.boxproductFeaturesLeft p{
	font-size: 200%;
}

.SlideBannerTxt h3{
	font-size: 50%;
  }
  
.SlideBannerTxt .orange{
	font-size: 120%;
  }
.SlideBannerImg1 h3{
	font-size: 50%;
  }
  
#video iframe{
	width: 100%;
	height:auto;
}

.RightSidebarNotBorder {
	float: right;
	width: 90%;
	margin: 2% 0;
	padding: 1%;
}

.LeftSidebarNotBorder {
	float: left;
	width: 95%;
	margin:2% 0;
	padding: 1%;
}

.ContentNews{
	height: 20px;
}

.rightSidebarNotBorderSupport {
	float: left;
	width: 100%;
}

.leftContact {
	float: left;
	width: 100%;
}

.RightSidebarMenuContact {
	float: left;
	width: 95%;
}

#contact_form form textarea {
	height: 50px;
}

.ButtomHowItWorks{
	width: 50%;
}

#chartData {
  width: 100%;
  margin: 0;
  float:left;
}

#chart{
  width: 90%;
}
.SidebarLongbarTxtHome{
  width: 90%;
  float:left;
}

.SidebarLongbarTxt{
  width: 90%;
  float:left;
}

.SidebarLongbarImg{
  width: 90%;
}

#enter-table {
  width: 100%;
}

#results-table {
	float: left;
	width: 100%;
	margin: 1% 0  0 0 ;
}

.td-bg2 {
	width:250%;
	float:left;
}
}