@charset "UTF-8";
/* CSS Document */

@font-face {
    font-family: 'andale_monoregular';
    src: url('andalemono/andalemono-webfont.eot');
    src: url('andalemono/andalemono-webfont.eot?#iefix') format('embedded-opentype'),
         url('andalemono/andalemono-webfont.woff2') format('woff2'),
         url('andalemono/andalemono-webfont.woff') format('woff'),
         url('andalemono/andalemono-webfont.ttf') format('truetype'),
         url('andalemono/andalemono-webfont.svg#andale_monoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

html, body {
	margin:0;
	padding:0;
}

h1, h3 {font-family: 'andale_monoregular';}

.all{
	width: 100%;
	height:100%;´
	font-family: 'andale_monoregular';
}

.tituloprojecto{}
.file{}
.list{}
.link{}






