@import url('https://fonts.googleapis.com/css?family=Nunito:400,600');

/*clearfix*/

.clearfix::after, .clearfix::before {
  content: '';
  display: table;
}

.clearfix::after {
  clear: both;
}

/*generales*/
body {
  background-color: #D5D5D6;
  color: #2C2E34;
  font-family: 'Nunito', Arial, sans-serif;
  font-size: 30px;
}

i {
  color: #465581;
}

h2 {
  font-size: 1.5em;
  text-transform: uppercase;
  color: #465581;
  display: inline;
}

.separador {
  border-top: solid 5px #9099B3;
  padding-top: 15px;
}

.separadorGhost {
  border-top: solid 5px #BCC2D1;
  padding-top: 10px;
}

/*tabla*/
table {
  margin: 0 auto;
}

td {
  padding-bottom: 8px;
}

.izq {
  color: #465581;
  text-align: right;
}

.detalle {
  color: #56585D;
  font-size: 0.9em;
}

.social {
  float: right;
  text-align: right;
}
