@charset "utf-8";
/* CSS Document
 * Style.css
 */
.gris { background: #123; }
/* ajustar para barra lateral
 body {
 overflow-x: hidden;
 }*/
#map{
  background: #123;
  height: 200px;
  width:100%;
}
@font-face {
  font-family: 'Iconic';
  src: url('../fonts/iconic_stroke.eot');
  src: url('../fonts/iconic_stroke.eot?#iefix') format('embedded-opentype'), url('../fonts/iconic_stroke.woff') format('woff'), url('../fonts/iconic_stroke.otf') format('opentype'), url('../fonts/iconic_stroke.ttf') format('truetype'), url('../fonts/iconic_stroke.svg#iconic') format('svg');
  font-weight: normal;
  font-style: normal;
}
*:focus {
  outline: none;
}
a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
form{
  display:inline;
}
/* estructura general */

#wrap {
  position: relative;
  margin: auto;
  min-height: 100%;
  overflow: hidden;
}

#header, #footer {
  width: 100%;
  padding: 0;
  margin: 0;
}

#header {
  position: fixed;
  padding-top: 20px;
  background: #fcfcfc;
  z-index: 10;
  border-bottom: solid 2px #eee;
}

#content {
  position: relative;
  margin: 120px auto 5.75em auto;
}

#footer {
  padding-top: 1em;
  position: absolute;
  bottom: 0;
  background: #333;
  color: #fff;
}

#footer p {
  font-size: 0.6875em;
}

/* header */

#logo {
  padding: 0;
  margin: 0;
  line-height: 0;
}
#nav-bar ul {
  list-style: none;
  margin:0;
  margin-top:10px;
  overflow: hidden;
  padding: 0;
}
#nav-bar li {
  display: inline;
  float: left;
  list-style: none;
  margin: 0;
  text-align: center;
}
#nav-bar a {
  display: block;
  font-size:14px;
  height: 28px;
}

.menu-button a {
padding: 0px 15px 0px 15px;
}


#nav-bar a:hover {
  background: #eeeeee;
}

/* input/buttons */

input, textarea, .input, .textarea {
  background-color: #fcfcfc;
  font-family: inherit;
  border: none;
  color: #333333;
  display: inline;
  font-size: 14px;
  height:42px;
  margin:0;
  padding:5px;
  width:100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.button {
  background-color: #0099cc;
  color: white;
  display:inline;
  text-transform: uppercase;
}
.button:hover {
  background-color: #00ccff;
}

.searchbar {
  background-color: #eeeeee;
  padding:0;
}
.searchbar:focus {
  background-color: #fcfcfc;
}

.searchbutton {
  font-family: 'Iconic', sans-serif;
  padding:0;
}
.icon-blue{
  color:#0099cc;
}
.icon-cat{
  opacity:0.75;
  filter:alpha(opacity=75); /* For IE8 and earlier */
}
.icon-cat:hover{
  opacity:1;
  filter:alpha(opacity=100); /* For IE8 and earlier */
}

.inline-button {
  background-color:#0099cc;
  color: white;
  font-size:0.875em;
  padding: 0.5em;
}
.inline-button:hover, .inline-button:focus{
  background-color:#00ccff;
  color: white;
}

/* product list */

.title, .item, .download{
  margin-bottom:1em;
}

.itemimg {
  background: #ffffff;
}
.img-icon{
  background: #ffffff;
  padding:10px;
  float:right;
}

.product{
  display:block;
  background:#fff;
  margin-bottom:20px;
  text-align:center;
  padding:10px 0;
}

.download{
  background:#fff;
}
.download p{
  padding:1em 1em 0 1em;
}
.download-title{
  background:#f0f0f0;
}
/* Tag List */

.taglist {
  margin:0;
  padding:0;
}

.taglist li{
  float: left;
  list-style: none;
  margin: 0 5px 10px 0;
}
.taglist a{
  background:#112233;
  color: #ffffff;
  font-size: 0.8em;
  padding:0.5em;
}

.taglist a:hover{
  background: #336699;
  color:#ffffff;
}
.taglist .active{
  background: #cccccc;
  color:#666666;
}
/* Breadcrumbs colors */

.breadcrumbs .eval{
  background:#6c3;
  opacity:0.75;
  filter:alpha(opacity=75); /* For IE8 and earlier */
}
.breadcrumbs .eval:hover{
  background:#6c3;
  opacity:1;
  filter:alpha(opacity=100); /* For IE8 and earlier */
}
.breadcrumbs .life{
  background:#e00;
  opacity:0.75;
  filter:alpha(opacity=75); /* For IE8 and earlier */
}
.breadcrumbs .life:hover{
  background:#e00;
  opacity:1;
  filter:alpha(opacity=100); /* For IE8 and earlier */
}
.breadcrumbs .neuro{
  background:#909;
  opacity:0.75;
  filter:alpha(opacity=75); /* For IE8 and earlier */
}
.breadcrumbs .neuro:hover{
  background:#909;
  opacity:1;
  filter:alpha(opacity=100); /* For IE8 and earlier */
}
.breadcrumbs .our{
  background:#3cf;
  opacity:0.75;
  filter:alpha(opacity=75); /* For IE8 and earlier */
}
.breadcrumbs .our:hover{
  background:#3cf;
  opacity:1;
  filter:alpha(opacity=100); /* For IE8 and earlier */
}
.breadcrumbs .secure{
  background:#f93;
  opacity:0.75;
  filter:alpha(opacity=75); /* For IE8 and earlier */
}
.breadcrumbs .secure:hover{
  background:#f93;
  opacity:1;
  filter:alpha(opacity=100); /* For IE8 and earlier */
}

/* Tab */

#tab-bar ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#tab-bar ul li {
  display: inline;
  float: left;
  margin: 0;
  padding: 0;
}
#tab-bar ul li a {
  display: block;
  overflow:hidden;
  background: #09c;
  color: #fff;
  margin:0;
  padding:10px;
  border-right: 1px solid #f0f0f0;
  width:71px;
}
#tab-bar li a:hover {
  background: #00ccff;
}
#tab-bar li.active a, #tab-bar li.active a:hover {
  background: #fcfcfc;
  color:#0099cc;
  border-right: 1px solid #fcfcfc;
}
.content1 {
  float: left;
  clear: both;
  border: none;
  margin:0;
  background: #fcfcfc;
  width:420px;
  padding:20px;
}

/* contact form */

label {
  font-size: 0.875em;
  display: inline;
  font-weight: 300;
  margin: 0;
  padding: 0;
}
.contactform .input, .contactform .button {
  height: 3.125em;
}
.contactform .textarea {
  height: auto;
  min-height: 10em;
  max-height: 20em;
  min-width: 100%;
  max-width: 100%;
}
.error {
  background: #fcc;
}
.notok {
  color: red;
}
.ok {
  color: green;
}

/* other */
.contact-us{
  background: #33ccff;
  color: white;
  font-weight: 700;
  padding: 0.25em;
  text-decoration: none;
}



/* Start: Google Maps Responsive */
.map-responsive {
    margin-top:100px; 
}




/* End: Google Maps Responsive */













/* cambios de pantalla */

@media screen and (max-width: 769px) {
  #header {
    position: absolute;
  }
  #logo {
    margin-bottom: 0.5em;
  }
  #content {
    margin: 11.375em auto;
  }
  #footer {
    text-align: center;
  }
  .no-mobile {
    display: none;
  }
  .searchbar, .searchbutton {
    height: 3em;
  }
}

