

li {
    color : #000000;
    list-style-type : none;
  }

.pagination ul li{
  list-style-type: none;
  display: inline;
}


a {
    text-decoration : none;
    color: #1278dd;
  }

html{
  font-size: 12px;
}

    /* import fonts*/ 


@font-face {
  font-family: BebasNeue;
  src: url(../fonts/BebasNeue.otf);
}
@font-face {
  font-family: Roboto-Light;
  src: url(../fonts/Roboto-Light.woff);
}
@font-face {
  font-family: Roboto-Regular;
  src: url(../fonts/Roboto-Regular.woff);
}
    /* assign fonts*/ 

h1{
  color : white;
    font-family : 'BebasNeue';
    line-height : 200%;
    font-size:6rem;
    font-weight: normal;
}
p {
  font-family : 'Roboto-Light';
  font-size: 1.6rem;
  color: #33404d;
  line-height: 4rem;
  }
ul.description{
  font-family : 'Roboto-Light';
  font-size: 1.6rem;
  color: #33404d;
  line-height: 2rem;
  margin-top: 2px;
}
#contenido > div > div > p{
  line-height: 3.5rem;
}


div.moduletable_menu ul li a{
    color : white;
    font-family : 'Roboto-Regular';
    font-size: 1.5rem;
}

    /* font colors*/ 

div.item-page div div.back.a2 div.container h1{
   color : black;
}
div.item-page div div.back.a2 div.container p{
  color : black;
}
 h2 a{
  font-family : 'BebasNeue';
  font-weight: normal;
  color: #33404d;
  font-size: 2rem;
 }

 h2 {
  font-family : 'BebasNeue';
  font-weight: normal;
  color: #33404d;
  font-size: 3rem;
  margin:  0px;
 }

 #contenido > div > div > h3{
   font-family : 'BebasNeue';
   font-weight: normal;
   font-size: 1.9rem;
 }

 div.span6 div.item ul li:nth-child(2) {
    font-family: Roboto-Light;
    padding-left: 4%;
    width: 50%;
    font-size: 1.3rem;
    color: #33404d;}
p.poesia{
	font-family : 'Roboto-Light';
	font-size: 1.5rem;
	color: #33404d;
	line-height:2rem !important;
}
#contenido > div > div > p.cita{
  font-family : 'Roboto-Light';
  font-size: 1.6rem;
  color: #33404d;
  line-height: 2rem;
  text-align:right;
}

 h3{
   font-family : 'BebasNeue';
  font-size: 1.9rem;
  font-weight: normal;
  color: #33404d;
  line-height: 2rem;
  text-align:right
 }

 #contenido > div.blog > div > div > div > h2 a{
  font-size: 4vw;
  width:  30vw;
 }
 #contenido > div > h2{
   font-size: 6vw;
  width:  30vw;
 }

