/**
 * This file is part of Web Scati
 *
 * Copyright (c) 2003-2007 Scati Labs S.A.
 *
 * $Id: scati_style.css,v 1.2 2007/04/13 11:17:17 joseant Exp $
 */

/**
 * scati_style.css
 *
 * Hoja de estilos de la web de Scati Labs (Demo Site)
 *
 */

body {
  background: #fff;
  color: #000;
  font-family: "Lucida Grande", "Trebuchet MS", verdana, helvetica, arial, sans-serif;
}
#header {
  height: 75px;
  font-variant: small-caps;
}
html>body #intro { /* Gecko browsers */
  height: 74px;
}
#ftp, #vsw, #srw, #mobile {
  margin: 10px;
  padding: 4px 10px;
  border: 3px solid #9AC3D8;
  background: #E0EDF5;
  color: #000;
}
#ftp:hover, #mobile:hover, #vsw:hover, #srw:hover {
  background: #B9E7A3;
  color: #000;
}
#vsw, #ftp {
  float: left;
  width: 44%;
  min-height: 270px;
  height: 270px;
}
html>body #vsw/*, html>body #ftp*/ {
  height: auto;
}
#srw, #mobile {
  float: right;
  width: 44%;
  /*margin: 8px 0 0 50%;*/
  min-height: 270px;
  height: 270px;
}
html>body #srw/*, html>body #mobile*/ {
  height: auto;
}
#ftp, #mobile {
  min-height: 150px;
  height: 150px;
}
#footer {
  clear: both;
  margin: 0;
  background: #fff;
  color: #000;
  padding: 3px;
  font-size: 13px;
  font-weight: bold;
  text-align: right;
  font-variant: small-caps;
}
#footer p {
  margin: 0;
  padding: 0;
}
#footerInfo {
  width: 50%;
  float: left;
}
hr {
  clear: both;
  border: none;
  background: #069;
  color: #069;
  height: 4px;
}
p {
  margin: 3px 0;
  text-align: justify;
}
p, li {
  font-size: 13px;
}
li {
  line-height: 190%;
}
#header h1 {
  margin: 0;
  padding: 0;
  float: left;
}

#header img {
  padding: 0;
  margin: 0;
}
#header p {
  margin: 0;
  padding: 7px 0 7px 200px;
  font-size: 0.8em;
  font-weight: bold;
}
#header a, #header a:visited, #footer a, #footer a:visited {
  color: #069;
}
#infoLHS {
  float: right;
  padding-right: 1em;
  text-align: right;
}
#content h2 {
  clear: both;
  margin: 0;
  color: #000;
}
h1, h2, h3, h1 a, h2 a, h3 a {
  color: #069;
}
a:hover {
  color: #000;
}
h3 {
  margin: 6px 0;
}
p #vsw_img {
  float: left;
  margin: 0 5px 5px 0;
  border: 1px solid #B5D7E7;
  padding: 1px;
}
p #srw_img {
  margin: 0 0 5px 5px;
  float: right;
  border: 1px solid #B5D7E7;
}
#validateLinks {
  margin-left: 0;
  padding-left: 0;
  float: right;
  width: 48%;
}
#validateLinks li {
  display: inline;
  padding-right: 1em;
}
.decimal {
  list-style-type: decimal;
}
.lowerAlpha {
  list-style-type: lower-alpha;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  display: inline-block;
}
/* Hide from IE-mac \*/
.clearfix {
  height: 1%;
  width: auto;
}
/* End hide from IE-mac */
