/* CSS definitions for Tecno.CruzFierro.com */
/* Created:  2010-03-28 */

/* Defaults are for 768+ pixel width */
/* Other sizes adjusted at the end with @media queries */

/*
body {
	background: #FAE5C0;
  background-image: url('http://tecno.cruzfierro.com/eventos/2019/background.jpg');
}
*/

/*h1 { color: #0000CC; }
h2 { color: #990000; }
*/

/*
#sitelogo { width: 420px; height: 64px; }
*/

a:link { color: #1F00A6 }    /* for unvisited links */
a:visited { color: #1F00A6 } /* for visited links */
a:hover { color: #C00E00 }   /* when mouse is over link */
a:active { color: #C00E00 }  /* when link is clicked */


nav a:link { color: #000000; text-decoration: none; }    /* for unvisited links */
nav a:visited { color: #000000; text-decoration: none; } /* for visited links */
nav a:hover { color: #C00E00; text-decoration: none; }   /* when mouse is over link */
nav a:active { color: #C00E00; text-decoration: none; }  /* when link is clicked */

nav {background-color: #EFEFEF;}

/*
#sponsorplatinum  {color: black; background-color: #E0E0E0; }
#sponsorgold {color: black; background-color: #FFCC33; }
#sponsorsilver {color: black; background-color: #A0A0A0; }

span.deadline {
  font-weight: bold;
  color: #600;
  background-color: #FFC;
}

img.sponsor {
  margin: 4px;
  border: 1px solid gray;
  padding: 1px;
}

*/
