﻿/**
 * CSS Styles by ITEISA (2009-10-14)
 *
 * This file contains the only CSS styles added by ITEISA.
 * We decided not to modify the messy existing stylesheets.
 *
 * Copyright (c)  2009, ITEISA DESARROLLO Y SISTEMAS, S.L
 *
 * @filesource
 * @author      jaime@iteisa.com
 * @copyright   Copyright (c) 2006, Cake Software Foundation, Inc.
 * @link        http://www.iteisa.com/
 * @package     vista-silicon
 */

div#cabeceratop {
  height: 210px;
}

div#iteisa_header {
  position: relative;
  margin: 55px auto 0 auto;
  width: 962px;
  height: 164px;
  background: url(/clipart/en_banner01.jpg) no-repeat;
  font-family: "Trebuchet", "Helvetica", "Arial", sans-serif;
}

div#iteisa_header h1 {
  text-indent: -999em;
}

div#iteisa_header .hidden {
  display: none;
}

div#iteisa_logo {
  position: absolute;
  top: -43px;
  width: 320px;
  height: 94px;
  background: url(/clipart/logo_01.png);
}

div#iteisa_language-switcher {
  position: absolute;
  /* bottom: 10px; */
  bottom: -25px;
  /* right: 10px; */
  right: -9px;
  font-size: 0.8em;  
  padding: 0.35em 0.75em;
  font-weight: bold;
  opacity: 0.8;
  /* background: #555; */
  vertical-align: middle;
}

div#iteisa_language-switcher a {
  /* color: #fff; */
/*   color: #980A49; */
}

div#iteisa_language-switcher img {
  vertical-align: middle;
  border: none;
}

div#iteisa_menu {
  width: 750px;
  text-align: right;
  float: right;
  position: absolute;
  top: -35px;
  right: 4px;
  font-size: 12px;
}

div#iteisa_menu ul a {
  text-decoration: none;
}

div#iteisa_menu ul {
  color: #fff;
  float: left;
  width: 100%;
  list-style: none;
}

div#iteisa_menu ul li:hover {
  background-position: left top;
}

div#iteisa_menu ul li:hover,
div#iteisa_menu ul li  li a {
  color: #000;
}

div#iteisa_menu ul li li:hover a {
  background: #eee;
  color: #000;
  font-weight: bold;
}

div#iteisa_menu ul li {
  background: url(/images/background_header.png) left bottom repeat-x;
  float: left;
  line-height: 2em;
  text-align: center;
  font-weight: bold;
/*   border-bottom: 1px solid #666; */
}

div#iteisa_menu li a,
div#iteisa_menu li span {
  line-height: 30px;
  color: #fff;
  display: block;
  /* width: 124px; */
  width: 186px;
}

div#iteisa_menu ul ul {
  padding: 0 10em 10em 10em;
  margin-left: -10em;
}


div#iteisa_menu ul li ul {
  display: none;
  position: absolute;
  /* width: 124px; */
  width: 186px;
  /* top: 31px; */
  top: 30px;
  z-index: 20000;
}

div#iteisa_menu ul li:hover ul {
  display: block;
}

div#iteisa_menu ul li li {
  width: 100%;
width: 186px;
  text-align: left;
  background: #135 url(/images/gradient.blue.gif) left bottom repeat-x;
  font-weight: normal;
}

div#iteisa_menu ul li li a {
  padding: 0em 5%;
  width: 90%;
  color: #fff;
  display: block;
}

div#iteisa_inner-navigation ul {
  margin-left: 30px;
  list-style: none;
}

div#iteisa_inner-navigation li  {
  margin: 0.5em 0;
}

div#iteisa_inner-navigation li a {
  display: block;
  background: url(http://www.vista-silicon.com/clipart/menu_item01.jpg) no-repeat;
  padding: 8px 20px;
  color: #fff;
  font-weight: bold;
}

div#iteisa_inner-navigation li.active a {
  background-image: url(http://www.vista-silicon.com/clipart/menu_item03.jpg);
}

div#iteisa_inner-navigation li a:hover {
  text-decoration: none;
  background-image: url(http://www.vista-silicon.com/clipart/menu_item02.jpg);
}
