/*
  960 Grid System ~ Text CSS.
  Learn more ~ http://960.gs/

  Licensed under GPL and MIT.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
 /* font: 12px/1.2 Arial, 'Liberation Sans', FreeSans, sans-serif;*/
  font-family: Verdana,Geneva,Kalimati,sans-serif;
  color:#666;
}

pre,
code {
  /*font-family: 'DejaVu Sans Mono', Monaco, Consolas, monospace;*/
   font-family: Verdana,Geneva,Kalimati,sans-serif;
}

hr {
  border: 0 #ccc solid;
  border-top-width: 1px;
  clear: both;
  height: 0;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
  font-family: Verdana,Geneva,Kalimati,sans-serif;
  font-size: 18px;
  color:#333;
}

h2 {
  font-family: Verdana,Geneva,Kalimati,sans-serif;
  font-size: 20px;
  /*color:#479c99;*/
  color:#B6D8D7;
}

h3 {
  font-family: Verdana,Geneva,Kalimati,sans-serif;
  font-size: 12px;
  color:#ef7a3d;
}

h4 {
  font-size: 11px;
}

h5 {
  font-size: 10px;
}

h6 {
  font-size: 9px;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
  list-style: decimal;
}

ul {
  list-style: disc;
}

li {
  margin-left: 30px;
}

dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
address,
fieldset,
figure {
  margin-bottom: 15px;
}

p{
margin-bottom: 15px;
}


.titulo_campanha_expirada {

    font-family: Verdana,Geneva,Kalimati,sans-serif;
    color:#ef7a3d;
    margin:0px;
    padding:0px;
    float:left;
    text-align:left;
    font-size:10px;
}