@charset "utf-8";
/* CSS Document */

#noticies {	
	font-family: "Open Sans", sans-serif;
}

.noticia {
    overflow: hidden;
    margin-bottom: 1em;
}

.noticia img {
    width: 100px;
    height: 100px;
    float: left;
    border: 1px solid #e5e5e5;
    margin-right: .9em;
}

.noticia_publicacio {
    font-size: .85em;
}

.noticia_titol {
	font-size: 1em;
}

.noticia_extracte {
    font-size: .9em;
}