body{
  text-align: center;
  font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
  font-size: 8px;
  color: #FF0000;
  background: #01416d url(../img/fondos/invierno1.jpg) center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  /*#0d32c1 navidad*/
}

#logo{
  text-align: left;
}
#tableHead{
  width: 779px;
}
#barraLineas{
  clear: left;
  float: left;
  width: 100%;
  font-family: Trebuchet MS, Helvetica, sans-serif;
  color: #ffffff;
  font-size: 12pt;
}
#barraLineas ul {
  clear:left;
  float:left;
  list-style:none;
  margin:0;
  padding:0;
  position:relative;
  left:50%;
  text-align:center;
}
#barraLineas ul li {
  display:block;
  width: 80px;
  height: 46px;
  float:left;
  list-style:none;
  margin:0;
  padding:0;
  position:relative;
  right:50%;
  background: url(../img/HeadButtons.png) -84px 0px;
}
#barraLineas ul li a {
  text-decoration:none;
  color: #ffffff;
  display:block;
}
#barraLineas ul li a:hover {
  background: url(../img/HeadButtons.png) -84px -610px;
  color: #ffff00;
}
#barraLineas ul li.primero {
  background: url(../img/HeadButtons.png) 0px 0px;
}
#barraLineas ul li.primero a:hover {
  background: url(../img/HeadButtons.png) 0px -610px;
  color: #ffff00;
}
#barraLineas ul li.ultimo {
  background: url(../img/HeadButtons.png) -167px 0px;
}
#barraLineas ul li.ultimo a:hover {
  background: url(../img/HeadButtons.png) -167px -610px;
  color: #ffff00;  
}

#b-arraLineas ul li.activo a {
  font-weight: bold;
  background-position: bottom;
}

#polaroid1{
  position: absolute;
  display: block;
  filter: alpha(opacity=0); /*50 *IE*/
  -moz-opacity: 0; /*0.5; /*Gecko*/
  opacity: 0; /*0.5; /*CSS3*/
  -khtml-opacity: 0; /* 0.5; /*¿Safari y Konqueror?*/
  background-color: #ffffff;
  background-image: url(../img/E-3912.100.jpg);
  background-repeat: no-repeat;
  top: 35px;
  left: 0px;
  width: 200px;
  height: 120px;
  border: solid #0066ff 1px;
}

#polaroid2{
  position: absolute;
  display: block;
  filter: alpha(opacity=0); /*50 *IE*/
  -moz-opacity: 0; /*0.5; /*Gecko*/
  opacity: 0; /*0.5; /*CSS3*/
  -khtml-opacity: 0; /* 0.5; /*¿Safari y Konqueror?*/
  background-color: #ffffff;
  background-image: url(../img/E-3912.100.jpg);
  background-repeat: no-repeat;
  top: 0px;
  left: 0px;
  width: 200px;
  height: 120px;
  border: solid #0066ff 1px;
}

#polaroid3{
  position: absolute;
  display: block;
  filter: alpha(opacity=0); /*50 *IE*/
  -moz-opacity: 0; /*0.5; /*Gecko*/
  opacity: 0; /*0.5; /*CSS3*/
  -khtml-opacity: 0; /* 0.5; /*¿Safari y Konqueror?*/
  background-color: #ffffff;
  background-image: url(../img/E-3912.100.jpg);
  background-repeat: no-repeat;
  top: 15px;
  left: 0px;
  width: 200px;
  height: 120px;
  border: solid #0066ff 1px;
}

.fondoEuropa{
  position: relative;
  left: 1%;
  width: 98%;
  background-color: #FFFFFF;
  background-image: url(../img/EuropaLineFondo.jpg);
  background-repeat: no-repeat;
  background-position: center center;
}  

a.lineaEuropaVista{
  height: 93px;
  width: 200px;
  display: block;
  background: url("../img/europa_vista_0.gif") no-repeat;
}

a.lineaEuropaVista:hover{
  background: url("../img/europa_vista_1.gif") no-repeat;
}

a.lineaEuropaSol{
  height: 93px;
  width: 200px;
  display: block;
  background: url("../img/europa_sol_0.gif") no-repeat;
}

a.lineaEuropaSol:hover{
  background: url("../img/europa_sol_1.gif") no-repeat;
}

a.lineaBasic{
  width: 100px;
  height: 50px;
  display: block;
  background: url("../img/basic_0.gif") no-repeat;
}

a.lineaBasic:hover{
  background: url("../img/basic_1.gif") no-repeat;
}

a.lineaWangles{
  height: 93px;
  width: 200px;
  display: block;
  background: url("../img/wangles_0.gif") no-repeat;
}

a.lineaWangles:hover{
  background: url("../img/wangles_1.gif") no-repeat;
}

a.lineaYanko{
  height: 68px;
  width: 200px;
  display: block;
  background: url("../img/yanko.png");
}

a.lineaYanko:hover{
  background: url("../img/yanko_h.png");
}

.textoLinea{
  padding: 5px 5px 5px 5px;
  font-size: 9pt;
  color:#4D6980;
}

.contenido, #contenido_arriba, #contenido_abajo{
  margin: 0px auto;
  width: 779px;
}

.contenido{
  background: url("../img/contenido_ancho.png") repeat-y;
  p?adding-top:10px;
  p?adding-bottom:40px;
}

/* style the outer div to give it width */
.menu {
  w?idth: 779px; 
  f?ont-size: 0.85em;
}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
  text-align:center;
  padding: 0px;
  margin: 0px;
  list-style-type: none;
  white-space: normal;
}

.menu ul li:hover ul,
.menu ul a:hover ul{
  visibility: visible; 
}

.menu ul ul {
  font-size: 8px;
  visibility: hidden;
  width: 100px;
}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
  float: left;
  width: 100px;
  position: relative;
  margin: 0px;
  padding: 0px;
}

/* style the links for the top level */
.menu a, .menu a:visited {
  display:block;
  font-size: 12px;
  text-decoration:none; 
  font-weight:bold;
  color:#2952a7;
  width: 99px;
  height: 20px;
  l?ine-height:29px;
  b?order:1px solid #fff;
  b?order-width:1px 1px 0 1px;
  text-align:center;
  background:url('../img/tab.jpg') no-repeat -5px 0px;
}

.menu ul ul a, .menu ul ul a:visited{
  background:url('../img/tab.jpg') no-repeat -5px 0px;
  align:center;
}

.menu a:hover{
  background: #990000;
  color: #FFFFFF;
  background:url('../img/tab.jpg') no-repeat -5px -31px;
}

ul.menuSuperior{
  display:inline;
  list-style:none;
}
 
a.menuSuperior{
  font-size: 12px;
  display: block;
  text-decoration: none;
  background:url('../img/tab.jpg') no-repeat 0px -31px;
  width:107px;
  height:24px;
  padding-top:5px;
}

input{
  font-size: 9px;
  color: #000099;
}

#contenido_arriba{
  font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
  font-size: 12px;
  background: url("../img/contenido_alto.png") no-repeat;
  text-align: center;
  vertical-align: middle;
  color: #4D6980;
  padding-top: 6px;
  height: 28px;
}

#contenido_abajo{
  text-align: center;
  font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
  font-size: 12px;
  background: url("../img/contenido_bajo.png") no-repeat;
  color:#4D6980;
  padding-top:6px;
  height:34px;
}

.navegador{
  text-align: left;
  font-size: 8pt;
  padding-top: 10px;
  padding-left: 10px;
}

a.navegador{
  text-decoration: none; 
}

a.navegador:hover{
  text-decoration: overline underline; 
}

table.catalogo{
  font-size: 10px;
  font-family: "Courier New", Courier, monospace;
  color: #4D6980;
}

a.link{
  text-decoration:none;
  font-family:"Courier New", Courier, monospace;
  font-size:14px;
}

a.link:hover{
  color:#BB0000;
  font-weight:bold;
  font-size:18px;
}

h1{
  font-size:24px;
  font-family:"Benguiat Bk BT";
  color:#990000;
}

h2{
  font-size:18px;
  c?olor:#4D6980;
}

h3{
  font-size:12px;
  color:#4D6980;
  margin:5px 5px 5px 5px;
}

.pedido{
  background: beige;
  border: solid 1px black;
  float: right;
  padding: 5px;
  width: 150px;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: inherit;
}

.pedido em{
  font-size: 12px;
}

.pedidoEdits{
  width: 100%;
  font-size: 8px;
}

option{
  width: 100%;
  font-size: 9px;
}

select{
  width: 100%;
  font-size: 9px;
}

.pedidoHead{
  color: beige;
  font-size: 10pt;
  background:url(../img/PedidoTituloFondo.gif);
  vertical-align: middle;
  display: block;  
  padding: 0px;
  margin: 0px;  
  height: 29px;
}

.pedidoLin{ 
  font-size: 8pt; 
  vertical-align: middle;
} 

.pedidoMenu ul{ 
  d?isplay: block;
  text-align: center;
  padding: 0px;
  margin: 0px;
  list-style-type: none;
  white-space: normal;
}

.pedidoMenu li{
  display: inline;
  float: left;
  width: 100px;
  position: relative;
  margin: 0px;
  padding: 0px;
}  

.pedidoMenu a{
  vertical-align: middle;
  text-decoration: none;
}  

/* Tabla de formulario */
.formCaption{
  font-size: 12px;
  color: #009900;
  text-align: right;
}

.formEdit{
  font-size: 12px;
  color: #000000;
  text-align: left;
}

.formHelp{
  font-size: 8pt;
	color: #990000;
	text-align: left;
}

.alerta{
  background: #FF0000;
  color: #FFFF00;
  font-size: 10pt;
}  
