/*----------- CSS by BMestudio 2012 -----------*/
/*-----------start KEYFRAMES-----------*/
@-webkit-keyframes reset {
    0% {opacity: 0;}
    100% {opacity: 0;}
}
@-webkit-keyframes fade-in {
    0% {opacity: 0;}
    50% {opacity: 0;}
    100% {opacity: 1;}
}
@-moz-keyframes reset {
    0% {opacity: 0;}
    100% {opacity: 0;}
}
@-moz-keyframes fade-in {
    0% {opacity: 0;}
    50% {opacity: 0;}
    100% {opacity: 1;}
}

@-webkit-keyframes rotater {
    0% { -webkit-transform:rotate(0deg) scale(1) }
    100% { -webkit-transform:rotate(360deg) scale(1) }
}
/*-----------end KEYFRAMES-----------*/


/*-----------start GLOBALS-----------*/
html {    
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: never;
  -moz-font-smoothing: never;
  font-smooth: never;
  -webkit-text-size-adjust: none;
}

body{
    font-family: 'Helvetica', 'Arial';
    font-size: 1em;
    background-color: #f5f5f5;
    color:#848484;    
    -webkit-animation: reset, fade-in 2s 1 ease;
    -moz-animation: reset, fade-in 2s 1 ease;
}

/*start ELEMENTS*/
a{
    text-decoration:none;
    cursor: pointer;    
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
a:hover, a:active {
  outline: 0;
}

sub, sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}

img {
  /*max-width: 100%;*/
  height: auto;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

strong{
    font-weight: 700
}

button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}
button, input {
  *overflow: visible;
  line-height: normal;
}
button::-moz-focus-inner, input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
/*end ELEMENTS*/

/*start FLOATS*/
.fl{
    float: left;
}
.fr{
    float: right;
}
/*end FLOATS*/
/*-----------end GLOBALS-----------*/

/*-----------inicio EDITOR-----------*/
.editor{
    overflow: hidden;
    position: relative;
}

/*inicio TEXTS*/
.editor p{
    line-height: 1.5em;
    font-size: 1em;
    margin-bottom: 10px;
}

.editor strong{
    font-weight: bold;
}

.editor em{
    font-style: italic
}

.editor a{
    color:#777;
    text-decoration: underline
}

.editor a:hover{
    color:#78B830
}
/*fin TEXTS*/


/*inicio LISTS*/
.editor ul, .editor ol{
    float: left;
    clear: left;
    overflow: hidden;
    list-style: square;
    margin: 10px 0;
    padding-left: 20px;
	width: 100%
}

.editor ol{
    list-style: decimal;
    padding-left: 20px;
    float: left;
    clear: left;
    width: 100%
}

.editor ul li,
.editor ol li{
    float: left;
    margin-bottom: 5px;
    clear: left;
    line-height:1.5em
}
/*fin LISTS*/


/*inicio TABLES*/
.editor table{
    width: 100%;
    float: left;
    clear: left;
    margin: 10px 0;
    color: #666666;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
}

.editor table td {
    border: 1px solid #ccc;
    padding: 5px;
    text-align: center;
    vertical-align: middle;
}
/*fin TABLES*/
/*-----------fin EDITOR-----------*/

/*-----------start GRID SYSTEM-----------*/
.row {
  margin-left: -20px;
  *zoom: 1;
}
.row:before, .row:after {
  display: table;
  content: "";
}
.row:after {
  clear: both;
}
[class*="span"] {
  float: left;
  margin-left: 20px;
}
.span1 {
  width: 60px;
}
.span2 {
  width: 140px;
}
.span3 {
  width: 220px;
}
.span4 {
  width: 300px;
}
.span5 {
  width: 380px;
}
.span6 {
  width: 460px;
}
.span7 {
  width: 540px;
}
.span8 {
  width: 620px;
}
.span9 {
  width: 700px;
}
.span10 {
  width: 780px;
}
.span11 {
  width: 860px;
}
.span12, .container {
  width: 940px;
}
.offset1 {
  margin-left: 100px;
}
.offset2 {
  margin-left: 180px;
}
.offset3 {
  margin-left: 260px;
}
.offset4 {
  margin-left: 340px;
}
.offset5 {
  margin-left: 420px;
}
.offset6 {
  margin-left: 500px;
}
.offset7 {
  margin-left: 580px;
}
.offset8 {
  margin-left: 660px;
}
.offset9 {
  margin-left: 740px;
}
.offset10 {
  margin-left: 820px;
}
.offset11 {
  margin-left: 900px;
}
.row-fluid {
  width: 100%;
  *zoom: 1;
}
.row-fluid:before, .row-fluid:after {
  display: table;
  content: "";
}
.row-fluid:after {
  clear: both;
}
.row-fluid > [class*="span"] {
  float: left;
  margin-left: 2.127659574%;
}
.row-fluid > [class*="span"]:first-child {
  margin-left: 0;
}
.row-fluid .span1 {
  width: 6.382978723%;
}
.row-fluid .span2 {
  width: 14.89361702%;
}
.row-fluid .span3 {
  width: 23.404255317%;
}
.row-fluid .span4 {
  width: 31.914893614%;
}
.row-fluid .span5 {
  width: 40.425531911%;
}
.row-fluid .span6 {
  width: 48.93617020799999%;
}
.row-fluid .span7 {
  width: 57.446808505%;
}
.row-fluid .span8 {
  width: 65.95744680199999%;
}
.row-fluid .span9 {
  width: 74.468085099%;
}
.row-fluid .span10 {
  width: 82.97872339599999%;
}
.row-fluid .span11 {
  width: 91.489361693%;
}
.row-fluid .span12 {
  width: 99.99999998999999%;
}
.container {
  width: 940px;
  margin-left: auto;
  margin-right: auto;
  *zoom: 1;
}
.container:before, .container:after {
  display: table;
  content: "";
}
.container:after {
  clear: both;
}
.container-fluid {
  padding-left: 20px;
  padding-right: 20px;
  *zoom: 1;
}
.container-fluid:before, .container-fluid:after {
  display: table;
  content: "";
}
.container-fluid:after {
  clear: both;
}
/*-----------end GRID SYSTEM-----------*/

/*-----------start @MEDIA-----------*/
/*Landscape phones and down*/
  @media (max-width: 480px) { ... }
 
  /*Landscape phone to portrait tablet*/
  @media (max-width: 768px) { 
    body{
      font-size:0.8em;
    }
    .container {
      width: auto;
      padding: 0 20px;
    }
    .row-fluid {
      width: 100%;
    }
    .row {
      margin-left: 0;
    }
    .row > [class*="span"], .row-fluid > [class*="span"] {
      float: none;
      display: block;
      width: auto;
      margin: 0;
    }
  }
 
  /*Portrait tablet to landscape and desktop*/
  @media (min-width: 768px) and (max-width: 980px) {
    body{
      font-size:0.9em;
    }
    .row {
      margin-left: -20px;
      *zoom: 1;
    }
    .row:before, .row:after {
      display: table;
      content: "";
    }
    .row:after {
      clear: both;
    }
    [class*="span"] {
      float: left;
      margin-left: 20px;
    }
    .span1 {
      width: 42px;
    }
    .span2 {
      width: 104px;
    }
    .span3 {
      width: 166px;
    }
    .span4 {
      width: 228px;
    }
    .span5 {
      width: 290px;
    }
    .span6 {
      width: 352px;
    }
    .span7 {
      width: 414px;
    }
    .span8 {
      width: 476px;
    }
    .span9 {
      width: 538px;
    }
    .span10 {
      width: 600px;
    }
    .span11 {
      width: 662px;
    }
    .span12, .container {
      width: 724px;
    }
    .offset1 {
      margin-left: 82px;
    }
    .offset2 {
      margin-left: 144px;
    }
    .offset3 {
      margin-left: 206px;
    }
    .offset4 {
      margin-left: 268px;
    }
    .offset5 {
      margin-left: 330px;
    }
    .offset6 {
      margin-left: 392px;
    }
    .offset7 {
      margin-left: 454px;
    }
    .offset8 {
      margin-left: 516px;
    }
    .offset9 {
      margin-left: 578px;
    }
    .offset10 {
      margin-left: 640px;
    }
    .offset11 {
      margin-left: 702px;
    }
    .row-fluid {
      width: 100%;
      *zoom: 1;
    }
    .row-fluid:before, .row-fluid:after {
      display: table;
      content: "";
    }
    .row-fluid:after {
      clear: both;
    }
    .row-fluid > [class*="span"] {
      float: left;
      margin-left: 2.762430939%;
    }
    .row-fluid > [class*="span"]:first-child {
      margin-left: 0;
    }
    .row-fluid .span1 {
      width: 5.801104972%;
    }
    .row-fluid .span2 {
      width: 14.364640883%;
    }
    .row-fluid .span3 {
      width: 22.928176794%;
    }
    .row-fluid .span4 {
      width: 31.491712705%;
    }
    .row-fluid .span5 {
      width: 40.055248616%;
    }
    .row-fluid .span6 {
      width: 48.618784527%;
    }
    .row-fluid .span7 {
      width: 57.182320438000005%;
    }
    .row-fluid .span8 {
      width: 65.74585634900001%;
    }
    .row-fluid .span9 {
      width: 74.30939226%;
    }
    .row-fluid .span10 {
      width: 82.87292817100001%;
    }
    .row-fluid .span11 {
      width: 91.436464082%;
    }
    .row-fluid .span12 {
      width: 99.999999993%;
    }
  }
 
  /*Large desktop*/
  @media (min-width: 1200px) {
   .row {
      margin-left: -30px;
      *zoom: 1;
    }
    .row:before, .row:after {
      display: table;
      content: "";
    }
    .row:after {
      clear: both;
    }
    [class*="span"] {
      float: left;
      margin-left: 30px;
    }
    .span1 {
      width: 70px;
    }
    .span2 {
      width: 170px;
    }
    .span3 {
      width: 270px;
    }
    .span4 {
      width: 370px;
    }
    .span5 {
      width: 470px;
    }
    .span6 {
      width: 570px;
    }
    .span7 {
      width: 670px;
    }
    .span8 {
      width: 770px;
    }
    .span9 {
      width: 870px;
    }
    .span10 {
      width: 970px;
    }
    .span11 {
      width: 1070px;
    }
    .span12, .container {
      width: 1170px;
    }
    .offset1 {
      margin-left: 130px;
    }
    .offset2 {
      margin-left: 230px;
    }
    .offset3 {
      margin-left: 330px;
    }
    .offset4 {
      margin-left: 430px;
    }
    .offset5 {
      margin-left: 530px;
    }
    .offset6 {
      margin-left: 630px;
    }
    .offset7 {
      margin-left: 730px;
    }
    .offset8 {
      margin-left: 830px;
    }
    .offset9 {
      margin-left: 930px;
    }
    .offset10 {
      margin-left: 1030px;
    }
    .offset11 {
      margin-left: 1130px;
    }
    .row-fluid {
      width: 100%;
      *zoom: 1;
    }
    .row-fluid:before, .row-fluid:after {
      display: table;
      content: "";
    }
    .row-fluid:after {
      clear: both;
    }
    .row-fluid > [class*="span"] {
      float: left;
      margin-left: 2.564102564%;
    }
    .row-fluid > [class*="span"]:first-child {
      margin-left: 0;
    }
    .row-fluid .span1 {
      width: 5.982905983%;
    }
    .row-fluid .span2 {
      width: 14.529914530000001%;
    }
    .row-fluid .span3 {
      width: 23.076923077%;
    }
    .row-fluid .span4 {
      width: 31.623931624%;
    }
    .row-fluid .span5 {
      width: 40.170940171000005%;
    }
    .row-fluid .span6 {
      width: 48.717948718%;
    }
    .row-fluid .span7 {
      width: 57.264957265%;
    }
    .row-fluid .span8 {
      width: 65.81196581200001%;
    }
    .row-fluid .span9 {
      width: 74.358974359%;
    }
    .row-fluid .span10 {
      width: 82.905982906%;
    }
    .row-fluid .span11 {
      width: 91.45299145300001%;
    }
    .row-fluid .span12 {
      width: 100%;
    }
  }
  /*-----------end @MEDIA-----------*/
