/* $Id: style.css,v 1.1.2.9 2009/05/22 08:46:11 jmburnz Exp $ */

/**
 * @file style.css
 *
 * Use this file to override the Genesis core modular styles 
 * (such as the HTML elements in typography.css), module CSS 
 * and other Drupal styles. Anything that doesn't fit logically
 * into page.css, nodes.css, blocks.css or comments.css can go here.
 */

/**********************************************************
 *                    Body
 **********************************************************/
body {
  font-family: Verdana, Geneva, "DejaVu Sans", sans-serif;
  font-size: 1.1em;
}


/**********************************************************
 *                 HTML Elements
 **********************************************************/

h1 {}
h2 {}
h3 {}
h4 {}
h5 {}
h6 {}

p {}

strong {}
em, dfn {}
dfn {}

sup, sub {}

del {}
ins {}

blockquote {}
cite {}
q {}

address {}

ul {}
ol {}
li {}

dl {}
dd {}
dt {}


abbr {}
acronym {}

pre, code, tt {}
p code {}
samp {}
kbd {}
var {}


/**********************************************************
 *                 Global Link Styles
 **********************************************************/
a {
  margin: 0; 
  padding: 0;
  color: #727162;
  text-decoration: none;
}

a:link    {}
a:visited {}
a:hover   {color: #000;}
a:active  {}
a.active  {color: #000;}

/* Set global a:active and a:focus styles. */
a:active,
a:focus {
  color: #C00000;
  border: 0;
}

/* Drupal sets this to black. */
li a.active {}

/* Remove borders on linked images. */
a img {
  border: none;
}


/**********************************************************
 *                 Accessibility Classes
 **********************************************************/

/* Hide content without positioning issues. */
.invisible {
  height: 0;
  overflow: hidden;
}

/* Move content off screen where appropriate. */
.offscreen {
  position: absolute;
  left: -999em;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

/* Completely remove content for all users.
   DO NOT use this for Skip links, display:none 
   hides content from screen readers! */
.remove {
  display: none;
}


/**********************************************************
 *                 Custom Styles
 **********************************************************/
/**
 * Here you can add custom stles for your theme that do not fit
 * into one if the modular stylesheets (such as the nodes, blocks,
 * page and comments stylesheets).
 */
	
	
.front h1#page-title{
  display: none;
}

tbody,
td{
  border: 0;
}

p.index-content-title{
  font-size: 1.7em;
  margin: 0;
  padding: 0;
  padding-bottom: 5px;
}

.front table{
/*   text-transform: lowercase; */
}

.front td{
  font-size: 1.2em;
  font-weight: bold;
  padding: 0 2.5px;
}

.front td.equipo-content{
  font-size: 1em;
  font-weight: normal;
  margin: 0;
  padding-top: 0;
  vertical-align: top;
}

.front td.equipo-content p{
  margin: 5px 0;
  padding: 0;
}

#superfish #block-menu-primary-links li.leaf{
  padding-right: 1.45em;
}

#superfish #block-menu-primary-links li.leaf.last{
  padding-right: 5px;
}

#superfish #block-menu-primary-links li.leaf.last a{
  padding-right: 0;
}

#superfish #block-menu-primary-links li li.leaf.last{
  padding-right: 1.45em;
}

#superfish,
h1#page-title{
  font-family: 'Gill2' !important;
  font-style: normal;
  font-weight: normal;
}