/* ###### Color Scheme ###### */

/*
 * CHANGING THE COLOR SCHEME
 * -------------------------
 *
 * Four basic colors were used in the design. To change the
 * color scheme, just edit these four values below.
 *
 */


.topOfPage, q, h1, h2, h3, .headerTitle, .headerLinks, .headerLinks *, .sideBox div, #footer *
{ 
  /* Text Color: */  
  color: #a0a0ff; 
  /*background-color: inherit;*/
}

q, h2,  #header, .sideBox, .sideBox div, #footer
{ /* Border Color: */  border-color: #c0c0ff; }

#header, .sideBox div, .sideBox a:hover
{ /* Background Color (darker): */  background-color: #f0f0ff; }

q, .sideBox a, .sideBox span, #footer
{ /* Background Color (lighter): */  background-color: #fcfcff; }


/* ###### Browser-specific Styles ###### */

/* For IE & Mozilla-based browsers: */

.LHS {
  margin-left: 2.5mm;
  float: left;
  clear: left;
}

.RHS {
  margin-right: 2.5mm;
  float: right;
  clear: right;
}

/* For Mozilla-based (CSS2-fully complaint) browsers only: */

[class~="LHS"] {
  margin-left: 5mm;
}

[class~="RHS"] {
  margin-right: 5mm;
}


/* ###### Body Text ###### */

#bodyText {
  line-height: 1.5em;
  margin: 0 0 0 13em;
  padding: 1em;
  background-color: white;
  padding-top: 2em;
}

#bodyText p {
  padding-bottom: 2ex;
}

.topOfPage {
  font-size: 90%;
  font-weight: bold;
  font-variant: small-caps;
  text-decoration: none;
  padding-left: 1ex;
  padding-right: 1ex;
  float: right;
}

.smallCaps {
  font-variant: small-caps;
}

body {
  background-color: #425a7c;
  color: black;
  font-family: verdana, tahoma, helvetica, arial, sans-serif;
  font-size: 95%;
  margin: 0;
}

h1, h2, h3 {
  font-family: "trebuchet ms", tahoma, sans-serif;
}

h1 {
  font-weight: bold;
  font-size: 150%;
  border-bottom: 1px solid;
  padding-bottom: 0.5ex;
}

acronym {
  background-color: inherit;
  color: teal;
  border-bottom: 1px dashed teal;
  cursor: help;
}

code {
  font-family: "lucida console", monospace;
  font-size: 90%;
}

img {
  border: 0;
}

q {
  font-family: tahoma, verdana, helvetica, arial, sans-serif;
  font-weight: bold;
  border: 2px dotted;
  margin: 0 1em 1ex 1em;
  padding: 0.5ex 0.5ex 0.5ex 1ex;
  width: 24em;
  float: left;
  font-size: 60%;
}


/* ###### Header ###### */

#header {
  border-bottom: 2px solid;
  height: 7em;
 /*padding: 1em 2.5mm 0 5mm;*/
}

.headerTitle {
  font-size: 215%;
  color: #425a7c;
  margin-left: 1ex;
  float: left;
  margin-top: 1.75ex;
}

.headerLinks {
  padding-top: 5.50em;
  text-align: right;
  /*position: bottom;*/
  bottom: 1ex;
}
.headerLinks * {
  text-decoration: none;
  font-weight: bold;
  padding-right: 1ex;
}
.headerLinks a:hover {
  text-decoration: underline;
}


/* ###### Side Box ###### */

.sideBox {
  border-top: 2px solid;
  border-bottom: 2px solid;
  width: 10em;
  margin-top: 5mm;
}

.sideBox div {
  font-weight: bold;
  border-bottom: 1px dashed;
  padding: 0.5ex 0.5em 0.5ex 0.75em;
}

.sideBox a, .sideBox a:hover, .sideBox span {
  color: black;
  text-decoration: none;
  line-height: 1.25em;
  display: block;
  padding: 1ex 0.5em 1ex 0.75em;
}


/* ###### Footer ###### */

#footer {
  color: inherit;
  border-top: 2px solid;
  border-bottom: 2px solid;
  padding-top: 0.75ex;
  padding-bottom: 0.75ex;
  clear: left;
}

.footerImg {
  padding-right: 3mm;
  padding-top: 2mm;
  float: right;
}

#footer div {
  padding-left: 3mm;
}

#footer * {
  background-color: inherit;
  font-size: 92%;
}

#footer a:hover {
  text-decoration: none;
}

.footerCol2 {
  position: absolute;
  left: 7em;
}


/* barra lateral*/

.coolBar {
  background-color: #425a7c; 
  float: left; 
  width: 13em; 
  font-weight: bold; 
  text-align: center;
}

.miniMenu {
  color: black;
  /*border : thin solid black;*/
  margin: 1em;
  padding-bottom: 0.5em;
}

.miniMenu2 {
  background-color : white;
  color: black;
  padding: 0.5em;
  margin-left: 2px;
  margin-right: 2px;
  margin-bottom: 3px;
  text-align: center;
}


.miniMenu div {
  background-color: #6487dc;
  color: white;
  font-variant:small-caps;
  margin-bottom: 4px;
}

.miniMenu a {
  text-decoration: none;
  color:#8784C6;
  color:#E9E9F8;
  padding-top: 1ex;
  padding-bottom: 1ex;
  display: block;
}

.miniMenu a:hover {
  border-top: 1px dotted #e9e9f8;
  border-bottom: 1px dotted #e9e9f8;
}

.idiomas {
  color: gray; 
  padding-right: 1em;
  margin-bottom: -1em; 
  font-size: 80%;
  text-align: right;
}

.idiomas a {
  text-decoration: none;
  color: #a0a0ff;
}
.idiomas a:hover {
  text-decoration: underline;
}


/* -----  Formularios ------ */
input, select  {
 font : 11px/12px Verdana, Arial, Helvetica, sans-serif;
 border : 1px dotted #999999;
 color : black;
 background-color : #f0f0ff;
 margin-top: 2px;
 margin-bottom: 2px;
}

input.large {
 width: 200px;
}

input:focus {
 background-color : #ffffff;
}

input.button {
 color : white;
 background-color : red;
}
input.file {
 color : white;
 background-color : red;
}
input.submit {
font-weight: bold; color: #a0a0ff; border:thin #999999 solid; background-color: white;
}

textarea {
 border: 1px solid #999999;
 margin-bottom: 10px;
 color: black;
 background-color: #f0f0ff;
 font: 11px/16px verdana,trebuchet,sans-serif;
}

textarea:focus {
 background-color : #ffffff;
}

/* --- Catalogo de productos --- */
.barraTitulo {
  font-size: 84%; 
  font-family: arial, sans-serif; 
  padding-left: 1ex; 
  background-color: #a0a0ff; 
  color: white;
}

.barraTitulo a {
  text-decoration: none;
  font-weight: bold;
}


.productinfo {
  border: thin #a0a0ff dotted; 
  padding: 1em; 
/*  height: 14em;*/
}
.category {
  margin-top: 0.25em;
  display: block;
  font-weight: bold; 
  font-size: 110%;
  color: #a0a0ff;
}

.cabecera {
  font-size: 120%; 
  font-weight: bold; 
  color: #a0a0ff; 
  margin-bottom: 0.5em;
}

.ventana {
  border-left: thin #a0a0ff dashed; 
  border-bottom: thin #a0a0ff dashed; 
  border-right: thin #a0a0ff dashed; 
  padding: 2ex;
}
.volante {
  float: right; 
  border: thin #a0a0ff dashed; 
  font-size: 80%; 
  padding: 1em; 
  margin-right: 1em;
}

.filerow{
  vertical-align: middle;
  line-height: 1.5ex;
}
.filerow:hover {
  background-color: #f0f0ff;
}
.fileheader {
  border-bottom: thin #a0a0ff dotted; 
  text-align: left;
}
.fileheader2 {
  border-bottom: thin #a0a0ff dotted; 
  text-align: left;
  width: 6em;
}
.catalog {
  border: thin #a0a0ff dotted; 
  padding-left: 18em; 
  line-height: 2.25em;
}
.catalog a {
  text-decoration: none;
}
.catalog a:hover {
  text-decoration: underline;
}
.filaprod {
  font-size: 80%;
  display: block;
  margin-left: 3em;
}

.catalog li {
  color: #425a7c;
}

.foto {
  border: thin #a0a0ff dotted; 
  display: block; 
/*  float: left; */
  padding: 1ex; 
  /*
  margin-top: 3ex; 
  margin-right: 3em;
  margin-right: 6em;
  margin-left: 1em;
  */
}

.foto_preview {
  border: thin #a0a0ff dotted;
  border-collapse: collapse;
  margin: 1ex;
  padding: 1ex;
  display: table-cell;
  text-align: center;
  font-size: 80%;
}
.foto_preview img {
  border: thin #a0a0ff dotted;
  margin: 1ex;
  padding: 1ex;
}
.foto_preview a {
  font-size: 120%;
}



/* --- Gestor de noticias --- */
.newsBlock {
  /*border: thin solid blue;*/
  margin: 1em;
  background: transparent none; 
  color: black;
  font-family: verdana, arial, sans-serif; 
  font-size: 100%;
  position: relative;
  left: 5%;
  width: 80%; 
}
.newsFecha {
  background: #a0a0ff none;
  color: white; 
  font-weight: bold;
  font-size: 80%;
  width: 8em;
  text-align: center;
  line-height: 1.5em;
}
.newsBody {
  background: white none;
  color: inherit;
  border: thin dotted #a0a0ff;
  padding: 1em;
}
.newsPic {
  border: thin dashed #a0a0ff;
  float: left;
  margin-right: 1ex;
  padding: 1ex;
}
.newsBy {
  border: thin dotted #a0a0ff;
  /*border-top: none;*/
  font-size: 70%;
  position: absolute;
  right: 0;
  /*background: #6487dc none;*/
  background: white;
  color: #a0a0ff; 
  width: 11em;
  text-align: center;
  line-height: 1.5em;
  margin-top: -1em;
}


