/*@import url(http://fonts.googleapis.com/css?family=Unica+One);*/
/******************************************

 Change values and compile your .less file
 This will generate your final .css file

******************************************/
/******************************************

  You dont need to edit the lines below

******************************************/


/**** GRID ****/
/* Very very simple, semantic and human friendly columns */
/* Column size */

#register{
    background-color: #ccc;
    color:white;
    padding: 5px 5px 5px 5px;
    border-radius:5px;
    width:200px;
    font-size:16px;
    text-align:center;
    text-decoration:none;
    border-bottom:0px;
    border:solid 1px #000;
    font-weight:bold;
    }



@font-face {
    font-family: 'DejaVuSansCondensed';
    src: url('../font/DejaVuSansCondensed-webfont.eot');
    src: url('../font/DejaVuSansCondensed-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/DejaVuSansCondensed-webfont.woff') format('woff'),
         url('../font/DejaVuSansCondensed-webfont.ttf') format('truetype'),
         url('../font/DejaVuSansCondensed-webfont.svg#DejaVuSansCondensed') format('svg');
    font-weight: normal;
    font-style: normal;
}

#main {
  margin: 0 auto;
  width: 80%;
  max-width: 1200px;
}
#main-content {
  width: auto;
}
#column-one {
  width: 20%;
}
#column-two {
  width: 30%;
}
/* old fashion table layout */
#main {
  display: table;
}
#main-content,
#column-one,
#column-two {
  display: table-cell;
  vertical-align: top;
}
/* margin collumns */
#main-content {
  padding: 0;
}
#column-one {
  padding-right: 2%;
}
#column-two {
  padding-left: 2%;
}
#portal-column-content {
  width: 100%;
  margin-left: -100%;
}
/**** Basic Styles ****/
.gradient {
  background: -webkit-linear-gradient(#ffffff, #f1f1f1);
  /* For Safari */

  background: -o-linear-gradient(#ffffff, #f1f1f1);
  /* For Opera 11.1 to 12.0 */

  background: -moz-linear-gradient(#ffffff, #f1f1f1);
  /* For Firefox 3.6 to 15 */

  background: linear-gradient(#ffffff, #f1f1f1);
  /* Standard syntax (must be last) */

}
.wrapper-size {
  margin: 0 auto;
  width: 80%;
  max-width: 1200px;
}
.shadow {
  box-shadow: 0 2px 3px #ccc;
}
.text-shadow {
  text-shadow: 1px 1px 2px #000000;
  -webkit-text-stroke: 1px #cccccc;
}
/********** Basic styles **********/

/* Colors and fonts */
body {
  background: #ffffff url(img/background.jpg) no-repeat;
  background-size: 100%;
  color: #333333;
  font-family: 'DejaVuSansCondensed', Arial, Helvetica, sans-serif; 
  margin: 0;
  height:100%;
  background-size: 100% 100%;
}

a:link,
a:visited,
#content a:link,
dl.portlet a:link {
  color: #1a3c45;
}
.state-published {
  color: #1a3c45 !important;
}
a:hover {
  color: #0c1c20;
}
#content a:hover,
dl.portlet a:hover {
  color: #0c1c20 !important;
}
.clear {
  clear: both;
}
/********** Main container **********/
#wrapper {
  padding: 0;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto;
}
#main {
  background: #ffffff;
  padding: 2em;
  margin-top: 10em ;
}
#user {
  float: right;
}
/********** Header **********/
#portal-personaltools {
  position: absolute;
}
/* area do topo */
header {
  background: #ffffff;
  color: #cccccc;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 2;
  border-bottom: 1px solid #f1f1f1;
  opacity: 0.95;
  box-shadow: 0 0 2px 0 #888888;
  width: 100%;
}
header > div {
  margin: 0 auto;
  width: 80%;
  max-width: 1200px;
}
header a:link,
header a:visited {
  color: #cccccc;
  text-decoration: none;
}
header a:hover {
  color: #000000;
}
/* banner */
#logo {
  width: 25%;
  float: left;
}
#logo a {
  font-family: 'Unica One', Georgia, serif;
  color: #cccccc;
  font-size: 4em;
  font-weight: bold;
  line-height: 1em;
  text-shadow: 1px 1px 2px #000000;
  -webkit-text-stroke: 1px #cccccc;
}
#logo img {
  float: left;
  margin: 0.2em 1em 0.2em 0;
  max-height: 100px;
}
/* Navigation */
nav {
  background: #ffffff;
  color: #000000;
  width: 75%;
  float: left;
  margin-top: 2.2em;
}
nav ul {
  float: left;
}
nav li {
  display: inline-block;
}
nav li a:link {
  font-size: 110%;
  text-decoration: none;
  display: block;
  padding: 0 1em 0 0;
}
nav li:last-child a {
  border: none;
  padding-right: 0;
}
nav li a:link,
nav li a:visited {
  color: #000000;
}
nav li a:hover {
  color: #000000;
  opacity: 0.8;
}
/********** Content **********/
/* breadcrumb */
#portal-breadcrumbs {
  font-size: 80%;
  clear: both;
  color: #000;
  margin-top: 2em;
  position: absolute;
  top: 300px;
  margin-left: 8em;
  width: 80%;
  display:none;
}
#portal-breadcrumbs a,
.breadcrumbSeparator {
  color: #fff;
}
.section-front-page #portal-breadcrumbs {
  display: none;
}
/* text styles */
p {
  line-height: 1.4em;
  font-family: arial, helvetica, sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'DejaVuSansCondensed', Arial, Helvetica, sans-serif; 
  font-weight: normal;
}
h1 {
  color: #1a3c45;
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  font-size: 2.5em;
  line-height: 1em;
}
h2 {
  color: #1a3c45;
}
#content .documentDescription,
#content #description {
  color: #4d4d4d;
  font-weight: normal;
  margin-bottom: 1em;
}
/********** Tiles **********/
/*********** Portlets ***********/
/* general styles */
.portletHeader,
dl.portlet dt.portletHeader {
  border-bottom: #d9d9d9 1px solid;
  font-weight: bold;
  background: transparent;
  color: #1a3c45;
}
.portletHeader a,
dl.portlet dt.portletHeader a {
  color: #1a3c45;
}
.portlet {
  margin-bottom: 2em;
  padding: 4px 0;
}
/* lists inside columns */
aside dl,
aside dd,
aside ul {
  padding: 0;
  margin: 0;
}
aside a {
  text-decoration: none;
}
/* portlet navigation */
.portletNavigationTree ul {
  margin: 0;
}
.portletNavigationTree li {
  list-style-position: inside;
}
.portletNavigationTree .navTreeLevel0 > li {
  border-bottom: #d9d9d9 1px solid;
  list-style: none;
}
.portletNavigationTree a {
  display: block;
  padding: 0.3em 0.3em 0.3em 0.5em;
}
.portletNavigationTree a:hover {
  background: #f2f2f2;
}
.navTreeLevel2 a {
  padding-left: 1em;
}
.navTreeLevel3 a {
  padding-left: 2em;
}
.navTreeLevel4 a {
  padding-left: 3em;
}
.navTreeLevel5 a {
  padding-left: 4em;
}
.navTreeLevel6 a {
  padding-left: 5em;
}


/*webmaster this to set up the link color on the footer*/
#portal-siteactions {
  text-align: center;
  color: #ffffff;
}

#portal-siteactions a:link {
  color: #ffffff;
}
#portal-siteactions a:visited {
  color: #ffccff;
}
/*end footer link color*/


/********** Footer **********/
footer{
  border-top: #d9d9d9 1px solid;
  margin-top: 2em;
  font-size: 80%;
  padding-left: 11em;
  padding-right: 11em;
}
footer p {
  margin-bottom: 2em;
}
#footer-info {
  padding-top: 10px;
  background-color: #0066cc;
}

#social{
background-color:#0066cc;
padding:2em 0 2em 0;
text-align:center;
}
/**** RESPONSIVE ***/
#btnav i {
  display: none;
}
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
  
}
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
  #main {
    margin-top: 4em;
  }
  #logo {
    float: right;
  }
  #portal-breadcrumbs {
    display: none;
  }
  #main-header {
    height: 45px;
  }
  #logo a img {
    margin-top: 5px;
    width: 2em;
  }
  #btnav {
    background: transparent url(img/btmenu.jpg) no-repeat 0 0;
    width: 153px;
    height: 40px;
    display: block;
    top: 0;
    position: absolute;
  }
  #btnav ul {
    display: none;
  }
  div:hover#btnav ul {
    padding-top: 10px;
    display: block;
    top: 40px;
    position: absolute;
    background: #ffffff;
  }
  div:hover#btnav ul li a {
    padding: 10px;
  }
  #btnav i {
    display: block;
    font-size: 2em;
    padding-top: 10px;
  }
  header > div {
    width: 93%;
  }
  #main-content,
  #column-one,
  #column-two {
    display: block;
    float: none;
    width: 100%;
  }
}
/* Landscape phones and down */
@media (max-width: 480px) {
  
}





