/*
      Theme Name: Libra
      Version: v0.1
      Author: Daniel Calderón
      Author URI: http://www.estudiofreelance.net
      Description: Estilos generales reutilizables
*/
strong{font-weight:bold;}
.hide{ display: none;}

.float-left{float:left;}
.float-left-visible{float:left;overflow:visible;} 
.float-right{float:right;}

.clear-left{clear:left;}
.clear-right{clear:right;}
.clear-both{clear:both;}
.last-li {margin:0;}           
.alignleft { margin: 0 10px 5px 0;}