@import url(layout.css);
@import url(presentacion.css);
@import url(plantillas.css);
@import url(editor.css);



html, body { height: 100% }

html {
	border:0px none #ffffff;

}

	
body {

		margin:10px 10px 0px 10px;
		padding:0px;	
                background-color:#fbfbfb;

}
em { margin: 0;
     padding: 0;
     border: 0;
     outline: 0;
     font-weight: normal;
     font-style: normal;
     font-size: 100%;
     font-family: inherit;
     vertical-align: baseline
}



